aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide self-registering storage system (#12978)zeripath2020-10-124-111/+62
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-112-4/+4
* Add ssh certificate support (#12281)Wim2020-10-101-18/+93
* Disable DSA ssh keys by default (#13056)zeripath2020-10-091-10/+11
* fix a small nit (#13074)赵智超2020-10-081-1/+1
* Avoid setting the CONN_STR in issue indexer queue unless it is meant to be se...zeripath2020-10-071-1/+1
* Disable Git Hooks by default (#13064)techknowlogick2020-10-071-1/+1
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-052-5/+14
* Avoid setitng the CONN_STR in queues unless it is meant to be set (#13025)zeripath2020-10-042-3/+3
* hCaptcha Support (#12594)John Olheiser2020-10-022-0/+5
* allow U2F with default settings for gitea in subpath (#12990)techknowlogick2020-10-011-1/+1
* Refactor use TrimSuffix instead of TrimRight (#12993)65432020-10-011-1/+1
* Add default storage configurations (#12813)Lunny Xiao2020-09-294-66/+141
* Add config option to make create-on-push repositories public by default (#12936)Tait Hoyem2020-09-271-0/+2
* Allow extended config on cron settings (#12939)zeripath2020-09-252-2/+67
* Adopt repositories (#12920)zeripath2020-09-251-1/+4
* Add configurable Trust Models (#11712)zeripath2020-09-201-21/+31
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+2
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-082-85/+123
* [Vendor] Switch go-version lib (#12719)65432020-09-052-9/+6
* Use argon as default password hash algorithm (#12688)zeripath2020-09-031-1/+1
* Support elastic search for code search (#10273)Lunny Xiao2020-08-301-0/+12
* Mark Cache with ini tag (#12605)John Olheiser2020-08-261-1/+1
* Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)zeripath2020-08-221-1/+3
* Disable password complexity check default (#12557)mrsdizzie2020-08-211-0/+3
* change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500)Florian Klink2020-08-181-1/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-182-16/+76
* Kanban board (#8346)Lanre Adelowo2020-08-162-0/+25
* Make the default PID file compile-time settable (#12485)zeripath2020-08-151-3/+4
* Make dashboard newsfeed list length a configurable item (#12469)techknowlogick2020-08-111-0/+2
* Make default StaticRootPath compile time settable (#12371)65432020-08-081-1/+4
* Use url.Parse to parse hostname (#12335)techknowlogick2020-07-261-5/+2
* Fix ipv6 parsing (#12321)Wim2020-07-261-5/+6
* fix a spelling error (#12163)Stormxx2020-07-061-1/+1
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-052-3/+66
* Global default branch setting (#11918)techknowlogick2020-06-171-0/+2
* Prevent panic on empty HOST for mysql (#11850)zeripath2020-06-111-1/+1
* Replace jquery-datetimepicker with native date input (#11684)silverwind2020-06-101-13/+2
* Dump: add output format tar and output to stdout (#10376)PhilippHomann2020-06-051-3/+0
* European Portuguese translation (#11568)Emanuel Angelo2020-06-051-4/+4
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-0/+2
* Fix chardet test and add ordering option (#11621)zeripath2020-06-021-0/+74
* Default MSSQL port 0 to allow automatic detection by default (#11642)zeripath2020-05-281-1/+1
* Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635)zeripath2020-05-281-0/+2
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-5/+7
* TrimSpace when reading InternalToken from a file (#11502)zeripath2020-05-201-1/+1
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-162-126/+4