summaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent security failure due to bad APP_ID (#18678) (#18682)zeripath2022-02-101-3/+7
* 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
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-5/+0
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-291-0/+9
* use level config in main section when subsection not set level (#15176)a10121127962021-03-281-2/+2
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-0/+10
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-081-0/+7
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Prevent use of double sub-path and incorrect asset path in manifest (#14827)zeripath2021-02-281-1/+1
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-14/+29
* Turn default hash password algorightm back to pbkdf2 from argon2 until we fou...Lunny Xiao2021-02-131-1/+1
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-0/+2
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-2/+0
* Add support for ed25519_sk and ecdsa_sk SSH keys (#13462)Artemis Tosini2021-01-201-1/+1
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-1/+5
* Display SVG files as images instead of text (#14101)Jonathan Tran2021-01-121-0/+9
* Consolidate Logos and update README header (#14136)silverwind2021-01-011-14/+4