gitea/cmd
Lunny Xiao 1b2dffff8e
Add global lock for migrations to make upgrade more safe with multiple replications (#33706)
2025-03-07 21:08:53 +07:00
..
actions.go
admin.go
admin_auth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
admin_auth_ldap.go chore: fix some function names in comment (#32300) 2024-10-22 08:41:05 +07:00
admin_auth_ldap_test.go
admin_auth_oauth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
admin_auth_stmp.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
admin_regenerate.go
admin_user.go
admin_user_change_password.go Add some tests to clarify the "must-change-password" behavior (#30693) 2024-04-27 12:23:37 +07:00
admin_user_create.go Add a option "--user-type bot" to admin user create, improve role display (#27885) 2025-02-07 08:41:55 +07:00
admin_user_create_test.go Add a option "--user-type bot" to admin user create, improve role display (#27885) 2025-02-07 08:41:55 +07:00
admin_user_delete.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
admin_user_generate_access_token.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
admin_user_list.go
admin_user_must_change_password.go
cert.go
cmd.go
docs.go
doctor.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 2025-03-07 21:08:53 +07:00
doctor_convert.go
doctor_test.go
dump.go Add --skip-db option to dump command (#30613) 2024-04-21 23:32:12 +07:00
dump_repo.go
embedded.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
generate.go
hook.go Remove context from git struct (#33793) 2025-03-04 11:56:11 +07:00
hook_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +07:00
keys.go
mailer.go
main.go unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067) 2025-01-02 06:37:35 +07:00
main_test.go Refactor env var related code (#33075) 2025-01-02 11:36:50 +07:00
manager.go
manager_logging.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00
migrate.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 2025-03-07 21:08:53 +07:00
migrate_storage.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 2025-03-07 21:08:53 +07:00
migrate_storage_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +07:00
restore_repo.go
serv.go User facing messages for AGit errors (#33012) 2025-01-27 02:33:39 +07:00
web.go Support performance trace (#32973) 2025-01-21 18:57:07 +07:00
web_acme.go Try to fix ACME (3rd) (#33807) 2025-03-07 01:00:10 +07:00
web_graceful.go
web_https.go