summaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix manifest encoding (#14114)silverwind2020-12-231-9/+75
* Inline manifest.json (#14038)silverwind2020-12-221-0/+13
* Set RUN_MODE prod by default (#13765)silverwind2020-11-301-1/+1
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-4/+20
* HTTP cache rework and enable caching for storage assets (#13569)silverwind2020-11-171-0/+3
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-68/+1
* Provide self-registering storage system (#12978)zeripath2020-10-121-1/+0
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-3/+3
* Add ssh certificate support (#12281)Wim2020-10-101-18/+93
* Disable DSA ssh keys by default (#13056)zeripath2020-10-091-10/+11
* Disable Git Hooks by default (#13064)techknowlogick2020-10-071-1/+1
* hCaptcha Support (#12594)John Olheiser2020-10-021-0/+1
* 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-291-3/+2
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+2
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-85/+1
* [Vendor] Switch go-version lib (#12719)65432020-09-051-3/+2
* Use argon as default password hash algorithm (#12688)zeripath2020-09-031-1/+1
* 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-181-16/+1
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+1
* 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
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-1/+0
* 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
* 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-161-1/+0
* Move LFS directory creation out of NewContext (#11362)zeripath2020-05-101-4/+9
* Add EventSource support (#11235)zeripath2020-05-071-9/+12
* Use AJAX for notifications table (#10961)zeripath2020-04-241-0/+15
* Add option to increase provided OAuth2 token maximum size (#11180)zeripath2020-04-231-0/+3
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* Multiple LFS improvements (#10667)zeripath2020-03-091-0/+4
* Add max-file-size to LFS (#10463)zeripath2020-02-281-0/+1
* Add warning when using relative path to app.ini (#10104)guillep2k2020-02-021-0/+1
* Make CertFile and KeyFile relative to CustomPath (#9868)zeripath2020-01-191-0/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+1