summaryrefslogtreecommitdiffstats
path: root/modules/setting
Commit message (Expand)AuthorAgeFilesLines
* Remove settting dependency on modules/session (#7237)Lunny Xiao2019-07-173-10/+3
* Support setting cookie domain (#6288)Tamal Saha2019-07-122-1/+5
* Support git.PATH entry in app.ini (#6772)Mura Li2019-07-071-0/+4
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-071-0/+2
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-061-0/+4
* setting: don't require same running user for internal SSH (like win platform)...Antoine GIRARD2019-06-161-1/+1
* API error cleanup (#7186)John Olheiser2019-06-121-3/+9
* Add golangci (#6418)kolaente2019-06-122-7/+12
* fix GCArgs load from ini (#7156)Lunny Xiao2019-06-081-1/+1
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-10/+14
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-8/+16
* when git version >= 2.18, git command could run with git wire protocol versio...Lunny Xiao2019-05-261-13/+24
* Stop colorizing files by default (#6949)zeripath2019-05-151-2/+0
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-152-1/+5
* Add work path CLI option (#6922)zeripath2019-05-141-1/+4
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-141-3/+0
* Handle CORS requests (#6289)Tamal Saha2019-05-132-0/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-3/+0
* Fix logging documentation (#6904)zeripath2019-05-111-0/+2
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-081-0/+2
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-021-0/+2
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-13/+26
* Restore IsWindows variable assignment (#6722) (#6790)Nicola Scattaglia2019-04-281-0/+2
* Prevent creating empty sessions (#6677)zeripath2019-04-201-0/+11
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-1/+1
* Telegram webhook (#4227)techknowlogick2019-04-181-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+2
* Add SUBJECT_PREFIX mailer config option (#6605)zeripath2019-04-171-0/+2
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-121-0/+2
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-081-17/+21
* Quieter Integration Tests (#6513)zeripath2019-04-072-5/+10
* Better logging (#6038) (#6095)zeripath2019-04-027-197/+312
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-272-2/+3
* split setting.go to multiple files (#6154)Lunny Xiao2019-03-165-348/+433
* Add InternalTokenURI to load InteralToken from an external file (#5812)techknowlogick2019-03-131-25/+73
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-1/+48
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-211-0/+1
* Refactor issue indexer (#5363)Lunny Xiao2019-02-192-9/+57
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+12
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-1/+9
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-20/+22
* Split setting.go as multiple files (#6014)Lunny Xiao2019-02-107-442/+509
* add default time out for git operations (#6015)Lunny Xiao2019-02-091-0/+5
* Feature - Pagination for git tree API (#5838)Richard Mahn2019-02-061-6/+8
* Allow Macaron to be set to log through to gitea.log (#5667)zeripath2019-02-051-4/+6
* add other session providers (#5963)techknowlogick2019-02-051-2/+7
* Make log mailer for testing (#5893)zeripath2019-02-021-3/+14
* Config option to disable automatic repo watching (#5852)sebastian-sauer2019-01-271-0/+2
* improve the releases api paging (#5831)Lunny Xiao2019-01-241-0/+2
* Make db connect more robust (#5738)Paul Brackin2019-01-191-6/+10