summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect CurrentUser check for docker rootless (#24435)wxiaoguang2023-04-291-8/+14
* Don't set meta `theme-color` by default (#24340) (#24346)Giteabot2023-04-261-1/+1
* Fix incorrect CORS default values (#24206) (#24217)Giteabot2023-04-191-2/+3
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-301-0/+3
* Make minio package support legacy MD5 checksum (#23768) (#23770)wxiaoguang2023-03-291-0/+1
* Add `.patch` to `attachment.ALLOWED_TYPES` (#23580) (#23582)Giteabot2023-03-191-1/+1
* Support reflogs (#22451) (#23438)Giteabot2023-03-131-3/+14
* Refactor `setting.Database.UseXXX` to methods (#23354) (#23356)Giteabot2023-03-071-21/+28
* Add InsecureSkipVerify to Minio Client for Storage (#23166) (#23177)Yarden Shoham2023-02-281-0/+1
* handle deprecated settings (#22992)Lunny Xiao2023-02-207-42/+41
* 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-2047-1370/+1588
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+9
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+2
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+2
* Add new captcha: cloudflare turnstile (#22369)ByLCY2023-02-052-0/+5
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-2/+0
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-041-0/+2
* Use native error checking with `exec.ErrDot` (#22735)Yarden Shoham2023-02-031-2/+2
* Add Conda package registry (#22262)KN4CK3R2023-02-011-0/+2
* Implement actions (#21937)Jason Song2023-01-312-0/+31
* Add support for incoming emails (#22056)KN4CK3R2023-01-142-0/+74
* Allow HOST has no port (#22280)Lunny Xiao2023-01-113-5/+57
* Don't lookup mail server when using sendmail (#22300)Lunny Xiao2023-01-091-14/+17
* Reminder for no more logs to console (#22282)Jason Song2023-01-011-17/+12
* Fix bug of DisableGravatar default value (#22296)Lunny Xiao2023-01-011-1/+1
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+2
* Add more test directory to exclude dir of air, remove watching templates from...Lunny Xiao2022-12-271-1/+4
* Add setting to disable the git apply step in test patch (#22130)zeripath2022-12-191-0/+2
* Make gitea work using cmd.exe again (#22073)zeripath2022-12-141-0/+7
* Update go dev dependencies (#22064)silverwind2022-12-081-1/+1
* Support disabling database auto migration (#22053)Jason Song2022-12-071-0/+2
* Normalize `AppURL` according to RFC 3986 (#21950)Saswat Padhi2022-11-291-8/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2737-74/+37
* Correct the fallbacks for mailer configuration (#21945)zeripath2022-11-272-90/+92
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-0/+2
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-0/+2
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-0/+2
* Attempt clarify AppWorkPath etc. (#21656)zeripath2022-11-091-2/+2
* Add package registry quota limits (#21584)KN4CK3R2022-11-092-1/+80
* 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
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-3/+3
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-39/+28
* Add generic set type (#21408)KN4CK3R2022-10-122-16/+18
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-022-43/+33
* 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