summaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Allow HOST has no port (#22280) (#22409)Lunny Xiao2023-01-121-2/+2
* Add more test directory to exclude dir of air, remove watching templates from...Lunny Xiao2022-12-291-1/+4
* Make gitea work using cmd.exe again (#22073) (#22133)zeripath2022-12-141-0/+7
* Correct the fallbacks for mailer configuration (#21945) (#21953)zeripath2022-11-271-1/+1
* Fix token generation when using INTERNAL_TOKEN_URI (#21669) (#21670)wxiaoguang2022-11-031-1/+11
* Revert: auto generate INTERNAL_TOKEN (#21608) (#21609)wxiaoguang2022-10-271-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
* Allow RSA 2047 bit keys (#20272)zeripath2022-07-061-1/+1
* Remove U2F support (#20141)Gusted2022-06-261-15/+0
* Add sitemap support (#18407)Daniil Gentili2022-06-251-0/+2
* Make AppDataPath absolute against the AppWorkPath if it is not (#19815)zeripath2022-06-061-0/+16
* Allow custom redirect for landing page (#19324)techknowlogick2022-04-051-2/+7
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+4
* Provide configuration to allow camo-media proxying (#12802)zeripath2022-03-291-0/+15
* Ensure that setting.LocalURL always has a trailing slash (#19171)zeripath2022-03-221-1/+4
* Update golang.org/x/crypto (#19097)Gusted2022-03-161-1/+1
* Disable service worker by default (#18914)silverwind2022-02-261-1/+1
* Update SSH Server crypto settings (#18697)Gusted2022-02-101-3/+3
* Prevent security failure due to bad APP_ID (#18678)zeripath2022-02-091-2/+5
* Support custom ACME provider (#18340)Cristian Le2022-02-081-22/+52
* Only request write when necessary (#18657)Gusted2022-02-081-11/+4
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-071-0/+2
* format with gofumpt (#18184)65432022-01-201-6/+5
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-0/+11
* Refactor Router Logger (#17308)wxiaoguang2022-01-201-5/+5
* Support webauthn (#17957)Lunny Xiao2022-01-141-7/+4
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* allways set a message-id on mails (#17900)Garionion2021-12-081-5/+11
* Replace "unix" by "http+unix" for PROTOCOL (#17771)mscherer2021-12-051-19/+18
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-43/+45
* Handle relative unix socket paths (#17836)zeripath2021-11-271-3/+10
* Make SSL cipher suite configurable (#17440)zeripath2021-11-201-0/+8
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-0/+12
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-5/+2
* Add protection to disable Gitea when run as root (#17168)techknowlogick2021-10-071-0/+12
* Add metrics to get issues by repository (#17225)Romain2021-10-051-6/+8
* Add metrics to get issues by label (#17201)Romain2021-10-031-4/+6
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-281-0/+1