aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support Proxy protocol (#12527)zeripath2022-08-211-34/+48
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-162-0/+4
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-102-0/+7
* Increase default item listing size `ISSUE_PAGING_NUM` to 20 (#20547)Norwin2022-08-061-2/+2
* Rework mailer settings (#18982)Clar Fon2022-08-021-42/+157
* Add disable download source configuration (#20548)Lunny Xiao2022-07-311-0/+1
* Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535)Norwin2022-07-301-1/+9
* Use default values when provided values are empty (#20318)Gusted2022-07-131-0/+13
* 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
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-081-1/+12
* Allow RSA 2047 bit keys (#20272)zeripath2022-07-061-1/+1
* Update default allowed attachment types (#20192)silverwind2022-07-011-1/+1
* Remove support for sr-SP (#20155)Gusted2022-06-271-1/+0
* Remove U2F support (#20141)Gusted2022-06-261-15/+0
* Add sitemap support (#18407)Daniil Gentili2022-06-251-0/+2
* Add more linters to improve code readability (#19989)Wim2022-06-205-7/+7
* Disable federation by default (#20045)Gusted2022-06-201-1/+1
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-191-1/+29
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-8/+29
* Uppercase first languages letters (#19965)AHOHNMYC2022-06-151-15/+15
* Add deprecated log when using MySQL with utf8 charset (#19952)Lunny Xiao2022-06-131-0/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-0/+3
* Make AppDataPath absolute against the AppWorkPath if it is not (#19815)zeripath2022-06-061-0/+16
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-0/+3
* Enable packages by default again (as described by docs) (#19746)delvh2022-05-201-1/+1
* Update go tool dependencies (#19676)silverwind2022-05-101-2/+3
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+4
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-2/+4
* Simplify loops to copy (#19569)Gusted2022-05-011-3/+2
* Fixed registry host value. (#19363)KN4CK3R2022-04-101-4/+3
* Use "main" as default branch name (#19354)wxiaoguang2022-04-081-1/+1