gitea/cmd
wxiaoguang 9ac536a904
Fix "stop time tracking button" on navbar ()
Fix 

By the way (something I was working on):

1. relax color/background-color for more markup elements
2. fix a command line sentence error
..
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 Refactor to use urfave/cli/v2 ()
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 Reduce usage of `db.DefaultContext` ()
admin_user_must_change_password.go Refactor to use urfave/cli/v2 ()
cert.go Expanded minimum RSA Keylength to 3072 ()
cmd.go Refactor to use urfave/cli/v2 ()
docs.go Refactor to use urfave/cli/v2 ()
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 Refactor to use urfave/cli/v2 ()
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 Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" ()
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 Refactor to use urfave/cli/v2 ()
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 Refactor to use urfave/cli/v2 ()
serv.go Refactor LFS SSH and internal routers ()
web.go Fix settings not being loaded at CLI ()
web_acme.go Try to fix ACME directory problem ()
web_graceful.go Implement FSFE REUSE for golang files ()
web_https.go Implement FSFE REUSE for golang files ()