aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/config_provider.go
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parameter (#29092)Lunny Xiao2024-02-081-7/+1
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-5/+3
* Fix INI parsing for value with trailing slash (#26995)wxiaoguang2023-09-101-2/+10
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-261-7/+6
* Add shutting down notice (#25920)KN4CK3R2023-07-171-1/+1
* Refactor path & config system (#25330)wxiaoguang2023-06-211-45/+35
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-211-3/+35
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-0/+19
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-021-51/+145
* Rewrite logger system (#24726)wxiaoguang2023-05-211-0/+52
* Remove unnecessary code (#24610)Lunny Xiao2023-05-101-12/+0
* Rewrite queue (#24505)wxiaoguang2023-05-081-3/+3
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-20/+25
* Refactor config provider (#24245)Lunny Xiao2023-04-251-4/+141
* handle deprecated settings (#22992)Lunny Xiao2023-02-201-2/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-0/+39