aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor startup deprecation messages (#30305) (#30312)Giteabot2024-04-071-3/+1
* Do not allow different storage configurations to point to the same directory ...Giteabot2024-03-311-5/+8
* Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788)Jason Song2024-03-141-0/+3
* Disallow duplicate storage paths (#26484)Lunny Xiao2024-02-091-0/+9
* Remove unnecessary parameter (#29092)Lunny Xiao2024-02-081-2/+2
* Make "install page" respect environment config (#25648)wxiaoguang2023-07-091-2/+6
* Refactor path & config system (#25330)wxiaoguang2023-06-211-117/+14
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-211-1/+2
* Avoid polluting the config (#25345)wxiaoguang2023-06-181-1/+1
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-9/+25
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-021-1/+1
* Improve RunMode / dev mode (#24886)wxiaoguang2023-05-251-1/+7
* Rewrite logger system (#24726)wxiaoguang2023-05-211-10/+5
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-34/+7
* Fix incorrect CurrentUser check for docker rootless (#24441)wxiaoguang2023-04-301-8/+14
* Refactor config provider (#24245)Lunny Xiao2023-04-251-78/+15
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-3/+12
* Move pidfile creation from setting to web cmd package (#23285)Lunny Xiao2023-03-161-36/+13
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-201-0/+5
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1092/+123
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+9
* Add new captcha: cloudflare turnstile (#22369)ByLCY2023-02-051-0/+1
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-2/+0
* Use native error checking with `exec.ErrDot` (#22735)Yarden Shoham2023-02-031-2/+2
* Implement actions (#21937)Jason Song2023-01-311-0/+2
* Add support for incoming emails (#22056)KN4CK3R2023-01-141-0/+1
* Allow HOST has no port (#22280)Lunny Xiao2023-01-111-2/+2
* Add more test directory to exclude dir of air, remove watching templates from...Lunny Xiao2022-12-271-1/+4
* Make gitea work using cmd.exe again (#22073)zeripath2022-12-141-0/+7
* Update go dev dependencies (#22064)silverwind2022-12-081-1/+1
* Normalize `AppURL` according to RFC 3986 (#21950)Saswat Padhi2022-11-291-8/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Correct the fallbacks for mailer configuration (#21945)zeripath2022-11-271-1/+1
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-0/+2
* Attempt clarify AppWorkPath etc. (#21656)zeripath2022-11-091-2/+2
* Fix token generation when using INTERNAL_TOKEN_URI (#21669)wxiaoguang2022-11-031-1/+11
* Allow disable sitemap (#21617)Xinyu Zhou2022-10-281-0/+2
* Revert: auto generate INTERNAL_TOKEN (#21608)wxiaoguang2022-10-281-0/+19
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-0/+7
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-42/+32
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-141-0/+2
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-0/+2
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-231-0/+3
* Support Proxy protocol (#12527)zeripath2022-08-211-34/+48
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-0/+2
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-101-0/+1
* Increase default item listing size `ISSUE_PAGING_NUM` to 20 (#20547)Norwin2022-08-061-2/+2
* Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#2...wxiaoguang2022-07-101-17/+4
* Do not create empty ".ssh" directory when loading config (#20289)wxiaoguang2022-07-091-3/+1