aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+4
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-262-57/+3
* Added support for gopher URLs. (#14749)ayb2021-06-251-0/+12
* Rework repository archive (#14723)Lunny Xiao2021-06-232-0/+10
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-44/+59
* Use data path instead of config path (#16227)KN4CK3R2021-06-231-1/+1
* Reintroduce squash merge default comment as a config setting (#16134)parnic2021-06-191-0/+3
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-172-17/+7
* Ensure settings for Service and Mailer are read on the install page (#15943)zeripath2021-06-161-0/+6
* Clean-up the settings hierarchy for issue_indexer queue (#16001)zeripath2021-06-162-23/+24
* 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
* Fix regression of renderer (#16091)Lunny Xiao2021-06-061-0/+2
* Unified custom config creation (#16012)KN4CK3R2021-05-292-64/+35
* Use filepath.ToSlash and Join in indexer defaults and queues (#15971)zeripath2021-05-252-9/+8
* Change default queue settings to be low go-routines (#15964)zeripath2021-05-242-5/+5
* add a new internal hook to save ssh log (#15787)a10121127962021-05-212-0/+2
* Add mimetype mapping settings (#15133)Adam Szatyin2021-05-102-0/+32
* Allow only internal registration (#15795)65432021-05-091-0/+6
* OAuth2 login: Set account link to "login" as default behavior (#15768)65432021-05-071-3/+3
* 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