forgejo/cmd
2023-07-26 16:07:07 +02:00
..
forgejo [CLI] implement forgejo-cli actions (squash) restore --version 2023-07-26 16:07:07 +02:00
actions.go
admin.go Add missing default value for some Bool cli flags (#26082) 2023-07-24 06:49:18 +00:00
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_user.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go Fix CLI allowing creation of access tokens with existing name (#26071) 2023-07-25 23:06:11 +00:00
admin_user_list.go
admin_user_must_change_password.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
cert.go
cmd.go
docs.go
doctor.go Improve "gitea doctor" sub-command and fix "help" commands (#26072) 2023-07-25 14:38:27 +00:00
doctor_convert.go Improve "gitea doctor" sub-command and fix "help" commands (#26072) 2023-07-25 14:38:27 +00:00
dump.go
dump_repo.go
embedded.go
generate.go
hook.go
hook_test.go
keys.go
mailer.go
main.go [CLI] implement forgejo-cli actions (squash) restore --version 2023-07-26 16:07:07 +02:00
main_test.go [CLI] implement forgejo-cli actions (squash) restore --version 2023-07-26 16:07:07 +02:00
manager.go
manager_logging.go Add missing default value for some Bool cli flags (#26082) 2023-07-24 06:49:18 +00:00
migrate.go
migrate_storage.go
migrate_storage_test.go
restore_repo.go
serv.go
web.go Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) 2023-07-21 12:14:20 +00:00
web_acme.go
web_graceful.go
web_https.go