aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use light/dark theme based on system preference (#17051)Gwyneth Morgan2021-09-271-2/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998)65432021-09-091-2/+4
* Make mirror feature more configurable (#16957)65432021-09-071-17/+1
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-0/+1
* Add API Token Cache (#16547)zeripath2021-08-171-0/+2
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Add forge emojies (#16296)65432021-07-021-2/+2
* Add custom emoji support (#16004)65432021-06-291-1/+9
* Make app.ini more restrictive on new installations (#16266)Steven2021-06-271-0/+13
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-1/+2
* Use data path instead of config path (#16227)KN4CK3R2021-06-231-1/+1
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-16/+6
* Ensure settings for Service and Mailer are read on the install page (#15943)zeripath2021-06-161-0/+6
* Make command in authorized keys a template (#16003)zeripath2021-06-141-41/+49
* Set self-adjusting deadline for connection writing (#16068)zeripath2021-06-111-11/+21
* Unified custom config creation (#16012)KN4CK3R2021-05-291-40/+32
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+1
* Add mimetype mapping settings (#15133)Adam Szatyin2021-05-101-0/+1
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-2/+2
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-141-0/+1