summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* add `/assets` as root dir of public files (#15219)a10121127962021-04-282-3/+3
* Refactor renders (#15175)Lunny Xiao2021-04-191-6/+6
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+2
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-142-0/+91
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-131-10/+12
* 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-282-8/+7
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-0/+10
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-111-0/+11
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-081-0/+7
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-0/+13
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-014-4/+8
* Prevent use of double sub-path and incorrect asset path in manifest (#14827)zeripath2021-02-282-4/+7
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-14/+29
* Create DB session provider(based on xorm) (#13031)zeripath2021-02-151-1/+1
* Allow blocking some email domains from registering an account (#14667)Damien Goutte-Gattat2021-02-151-0/+2
* 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
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-091-0/+19
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-292-3/+1
* Fix captcha (#14488)Lunny Xiao2021-01-271-0/+4
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-13/+1
* Fix incorrect key name so registerManualConfirm setting works as expected. (#...Dofri Jónsson2021-01-261-1/+1
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-2/+3
* Add support for ed25519_sk and ecdsa_sk SSH keys (#13462)Artemis Tosini2021-01-201-1/+1
* Add pager to the branches page (#14202)Chester Liu2021-01-191-0/+7
* Implement ghost comment mitigation (#14349)65432021-01-171-0/+2
* 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
* Fix manifest encoding (#14114)silverwind2020-12-232-9/+104
* Inline manifest.json (#14038)silverwind2020-12-221-0/+13
* more test case for STORAGE_TYPE overrides (and fixes) (#14096)胡玮文2020-12-222-8/+57
* Fix storage config implementation (#14091)胡玮文2020-12-212-21/+177
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+2
* Manually approve new registration (#13083)Jiri Vlasak2020-12-191-0/+6
* Store repository data in data path if not previously set (#13991)techknowlogick2020-12-151-9/+2
* When reinitialising DBConfig reset the database use flags (#13796)zeripath2020-12-021-0/+5
* Set RUN_MODE prod by default (#13765)silverwind2020-11-301-1/+1
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-2/+20
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-272-6/+26
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-171-0/+3
* missing quotes in default value slice (#13550)Patrick Aljord2020-11-131-1/+1
* Fixed git args duplication (#13411)Viktor Suprun2020-11-031-0/+3
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-311-4/+2
* Fix Storage mapping (#13297)zeripath2020-10-251-2/+2
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-212-3/+3
* Slightly simplify the queue settings code to help reduce the risk of problems...zeripath2020-10-151-3/+7
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-143-69/+117