gitea/cmd
Giteabot 8302b95d6b
Avoid polluting config file when "save" (#25395) (#25406)
Backport #25395 by @wxiaoguang

That's a longstanding INI package problem: the "MustXxx" calls change
the option values, and the following "Save" will save a lot of garbage
options into the user's config file.

Ideally we should refactor the INI package to a clear solution, but it's
a huge work.

A clear workaround is what this PR does: when "Save", load a clear INI
instance and save it.

Partially fix #25377, the "install" page needs more fine tunes.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-06-21 04:51:26 +00:00
..
actions.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
admin_auth_ldap_test.go
admin_auth_ldap.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go
admin_user_list.go
admin_user_must_change_password.go
admin_user.go
admin.go
cert.go
cmd.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
convert.go Support converting varchar to nvarchar for mssql database (#24105) 2023-04-17 21:22:10 +08:00
docs.go
doctor.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
dump_repo.go
dump.go Fix all possible setting error related storages and added some tests (#23911) (#25244) 2023-06-14 08:36:52 +02:00
embedded.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
generate.go
hook_test.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
hook.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
keys.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
mailer.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
main_test.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
manager_logging.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
manager.go Add gitea manager reload-templates command (#24843) 2023-05-22 23:51:40 +08:00
migrate_storage_test.go Fix all possible setting error related storages and added some tests (#23911) (#25244) 2023-06-14 08:36:52 +02:00
migrate_storage.go Fix all possible setting error related storages and added some tests (#23911) (#25244) 2023-06-14 08:36:52 +02:00
migrate.go
restore_repo.go Merge setting.InitXXX into one function with options (#24389) 2023-05-04 11:55:35 +08:00
serv.go Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
web_acme.go
web_graceful.go
web_https.go
web.go Avoid polluting config file when "save" (#25395) (#25406) 2023-06-21 04:51:26 +00:00