aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Calculate MAX_WORKERS default value by CPU number (#26177)wxiaoguang2023-07-271-11/+18
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-263-8/+38
* Fix loading `LFS_JWT_SECRET` from wrong section (#26109)Jason Song2023-07-251-1/+1
* Avoid writing config file if not installed (#26107)wxiaoguang2023-07-251-1/+1
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-5/+0
* Fix env config parsing for "GITEA____APP_NAME" (#26001)wxiaoguang2023-07-202-1/+7
* Update path related documents (#25417)wxiaoguang2023-07-191-1/+1
* Avoid creating directories when loading config (#25944)wxiaoguang2023-07-181-2/+4
* Add shutting down notice (#25920)KN4CK3R2023-07-171-1/+1
* Make "install page" respect environment config (#25648)wxiaoguang2023-07-095-9/+37
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-3/+3
* Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412)techknowlogick2023-07-011-1/+1
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581)Jason Song2023-06-302-2/+125
* Do not prepare oauth2 config if it is not enabled, do not write config in som...wxiaoguang2023-06-281-0/+4
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-1/+1
* Use InitWorkPathAndCfgProvider for environment-to-ini to avoid unnecessary ch...wxiaoguang2023-06-241-2/+6
* Import additional secrets via file uri (#25408)techknowlogick2023-06-233-1/+5
* Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)wxiaoguang2023-06-211-19/+9
* Refactor path & config system (#25330)wxiaoguang2023-06-216-168/+398
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-216-13/+85
* Avoid polluting the config (#25345)wxiaoguang2023-06-183-14/+16
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-1416-291/+946
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-025-59/+205
* Remove the service worker (#25010)silverwind2023-05-311-2/+0
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-281-2/+0
* Use `[git.config]` for reflog cleaning up (#24958)wxiaoguang2023-05-282-23/+58
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+3
* Allow skipping forks and mirrors from being indexed (#23187)techknowlogick2023-05-251-16/+19
* Improve RunMode / dev mode (#24886)wxiaoguang2023-05-251-1/+7
* Make environment-to-ini support loading key value from file (#24832)wxiaoguang2023-05-242-0/+239
* Support changing git config through `app.ini`, use `diff.algorithm=histogram`...wxiaoguang2023-05-232-0/+57
* Add CRAN package registry (#22331)KN4CK3R2023-05-221-0/+2
* Support wildcard in email domain allow/block list (#24831)wxiaoguang2023-05-222-4/+69
* Rewrite logger system (#24726)wxiaoguang2023-05-218-323/+688
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-2/+7
* Fix Actions being enabled accidentally (#24802)Jason Song2023-05-191-2/+2
* Make mailer SMTP check have timed context (#24751)wxiaoguang2023-05-161-7/+9
* Add Go package registry (#24687)KN4CK3R2023-05-141-0/+2
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-131-7/+10
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-0/+2
* Support SSH for go get (#24664)rune2023-05-121-0/+2
* Increase default LFS auth timeout from 20m to 24h (#24628)wxiaoguang2023-05-101-1/+1
* Remove unnecessary code (#24610)Lunny Xiao2023-05-103-18/+6
* Rewrite queue (#24505)wxiaoguang2023-05-085-187/+89
* Add RPM registry (#23380)KN4CK3R2023-05-051-0/+2
* Fix the permission of team's `Actions` unit issue (#24536)sillyguodong2023-05-051-0/+4
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-042-54/+32
* Add Debian package registry (#24426)KN4CK3R2023-05-021-0/+2
* Fix incorrect CurrentUser check for docker rootless (#24441)wxiaoguang2023-04-301-8/+14
* Remove unused setting `time.FORMAT` (#24430)Yarden Shoham2023-04-291-37/+2