summaryrefslogtreecommitdiffstats
path: root/modules/setting/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Fix avatar URLs (#3069) (#3143)Ethan Koenig2017-12-111-9/+14
* fix redis cache failed (#3086) (#3089)Lunny Xiao2017-12-051-1/+1
* Set OpenID support on by default when installing new instance (#3010) (#3027)Lauris BH2017-11-291-1/+1
* Add external markup render support (#2570)Lunny Xiao2017-11-071-1/+49
* Clean repository ROOT directory name with filepath.Clean (#2846)Mike Fellows2017-11-041-2/+2
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-53/+58
* Configurable SSH key exchange algorithm and MAC suite (#2806)Cum Gun2017-11-021-0/+12
* Code/repo search (#2582)Ethan Koenig2017-10-271-13/+18
* Add commit count caching (#2774)Lauris BH2017-10-261-10/+22
* Add branch overiew page (#2108)Bwko2017-10-261-0/+17
* Add support for extra sendmail arguments (#2731)Jonas Bröms2017-10-251-0/+9
* Sync MaxGitDiffLineCharacters with conf/app.ini (#2779)Michael Kuhn2017-10-251-1/+1
* add default ssh ciphers (#2761)Lunny Xiao2017-10-231-1/+5
* Configurable SSH cipher suite (#913)spacetourist2017-10-211-0/+2
* Use buffersize to reduce database connection when iterate (#2724)Lunny Xiao2017-10-211-9/+11
* Set default lfs content path (#2521)Jonas Bröms2017-10-191-1/+6
* Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)Patrick G2017-10-141-0/+3
* Fix go get response if only app URL is custom in configuration (#2634)Lauris BH2017-10-021-0/+7
* Fix sending mail with a non-latin display name. #2102 (#2559)Rémi Saurel2017-09-211-0/+2
* Basic VSCode configuration for building and debugging (#2483)Lauris BH2017-09-121-1/+5
* Disable custom Git Hooks globally via configuration file (#2450)techknowlogick2017-09-121-0/+2
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-14/+18
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-1/+1
* Add UseCompatSSHURI setting (#2356)Manuel2017-08-261-0/+3
* Fix internal requests when gitea listens to unix socket or only external IP (...Lauris BH2017-08-031-1/+16
* Fix git version check with four digits (1.8.3.1) (#2236)Christoph Handel2017-08-011-1/+1
* Only show SSH clone URL if signed in (#2169) (#2170)Stefan Kalscheuer2017-07-151-0/+2
* Absolute path for setting.CustomConf (#2085)Ethan Koenig2017-07-011-0/+2
* Setting to disable authorized_keys backup (#1856)Dan Magnus Lindvall2017-06-281-11/+13
* remove deprecated code for Gogs compitable (#2041)Lunny Xiao2017-06-231-9/+1
* ROOT_URL setting use the default as shown in conf/app.ini (#1823)Mike Fellows2017-06-221-12/+18
* Send mails as HTML as default. Setting for send as plain text. (#1648)Jonas Östanbäck2017-06-071-8/+13
* Include formatting check to the `make test` (and thus also `check`) rule (#1366)Sandro Santilli2017-06-061-2/+2
* Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)Phil Hopper2017-06-061-0/+14
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-1/+2
* fix: #1757 fix set MAX_CREATION_LIMIT as zero. (#1762)Bo-Yi Wu2017-05-211-0/+1
* LDAP user synchronization (#1478)Lauris BH2017-05-101-0/+17
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-0/+2
* make openid support default false for compitable with v1.1 (#1650)Lunny Xiao2017-05-021-2/+2
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-9/+47
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-8/+13
* Support for custom html meta (#1423)Jonas2017-03-311-0/+14
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-24/+26
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-2/+2
* Delete the useless code (#1335)caiwp2017-03-201-4/+0
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+25
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-2/+2
* refactor: remove redundant slash. (#1109)Bo-Yi Wu2017-03-031-3/+1
* add back the default setting values and fix #739 (#1093)Lunny Xiao2017-03-011-4/+10
* Fix for #828: Embed build tags (#1051)Jonas2017-02-281-1/+2