gitea/cmd
wxiaoguang 5b31077b68
Fix ACME panic ()
Fix , Manually tested:

````
1.7364311850484018e+09	info	maintenance	started background certificate maintenance	{"cache": "0x1400ca64180"}
1.736431185054049e+09	info	obtain	acquiring lock	{"identifier": "example.com"}
1.736431185058073e+09	info	obtain	lock acquired	{"identifier": "example.com"}
1.736431185058133e+09	info	obtain	obtaining certificate	{"identifier": "example.com"}
````
..
actions.go Return `responseText` instead of string in some functions ()
admin.go Simplify how git repositories are opened ()
admin_auth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
admin_auth_ldap.go chore: fix some function names in comment ()
admin_auth_ldap_test.go Penultimate round of `db.DefaultContext` refactor ()
admin_auth_oauth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
admin_auth_stmp.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
admin_regenerate.go Move some asymkey functions to service layer ()
admin_user.go
admin_user_change_password.go Add some tests to clarify the "must-change-password" behavior ()
admin_user_create.go Fix settings not being loaded at CLI ()
admin_user_create_test.go Add some tests to clarify the "must-change-password" behavior ()
admin_user_delete.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
admin_user_generate_access_token.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
admin_user_list.go
admin_user_must_change_password.go
cert.go
cmd.go
docs.go
doctor.go Move doctor package from modules to services ()
doctor_convert.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL ()
doctor_test.go Move doctor package from modules to services ()
dump.go Add --skip-db option to dump command ()
dump_repo.go
embedded.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
generate.go Refactor JWT secret generating & decoding code ()
hook.go Make git push options accept short name ()
hook_test.go
keys.go Refactor cmd setup and remove deadcode ()
mailer.go Return `responseText` instead of string in some functions ()
main.go unset XDG_HOME_CONFIG as gitea manages configuration locations ()
main_test.go Refactor env var related code ()
manager.go
manager_logging.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
migrate.go Fix "stop time tracking button" on navbar ()
migrate_storage.go fix: allow actions artifacts storage migration to complete succesfully ()
migrate_storage_test.go Another round of `db.DefaultContext` refactor ()
restore_repo.go
serv.go Refactor LFS SSH and internal routers ()
web.go Fix settings not being loaded at CLI ()
web_acme.go Fix ACME panic ()
web_graceful.go
web_https.go