summaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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