gitea/cmd
Lunny Xiao b3e5b96111
Fix clone mixed bug (#35810)
Fix #35807
2025-11-02 00:52:59 +07:00
..
actions.go
admin.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
admin_auth.go
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_auth_oauth.go
admin_auth_oauth_test.go
admin_auth_smtp.go
admin_auth_smtp_test.go
admin_regenerate.go
admin_user.go
admin_user_change_password.go
admin_user_change_password_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
admin_user_create.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
admin_user_create_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
admin_user_delete.go
admin_user_delete_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
admin_user_generate_access_token.go
admin_user_list.go
admin_user_must_change_password.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
admin_user_must_change_password_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
cert.go
cert_test.go
cmd.go Fix cli "Before" handling (#35797) 2025-10-31 18:12:03 +07:00
cmd_test.go
config.go Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735) 2025-10-25 10:54:55 +07:00
config_test.go Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735) 2025-10-25 10:54:55 +07:00
docs.go
doctor.go Fix context usages (#35348) 2025-08-27 11:00:01 +07:00
doctor_convert.go
doctor_test.go
dump.go Don't store repo archives on `gitea dump` (#35467) 2025-09-12 16:11:24 +07:00
dump_repo.go Fix context usages (#35348) 2025-08-27 11:00:01 +07:00
embedded.go Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +07:00
generate.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
hook.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
hook_test.go
keys.go Fix cli "Before" handling (#35797) 2025-10-31 18:12:03 +07:00
mailer.go
main.go Fix cli "Before" handling (#35797) 2025-10-31 18:12:03 +07:00
main_test.go Fix cli "Before" handling (#35797) 2025-10-31 18:12:03 +07:00
manager.go
manager_logging.go
migrate.go
migrate_storage.go
migrate_storage_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
restore_repo.go
serv.go Fix clone mixed bug (#35810) 2025-11-02 00:52:59 +07:00
web.go Fix shutdown waitgroup panic (#35676) 2025-10-25 00:02:58 +07:00
web_acme.go
web_graceful.go
web_https.go