summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* fix mail notification when close/reopen issue (#6581) (#6588)Lunny Xiao2019-04-121-3/+18
* Add option to disable refresh token invalidation (#6584) (#6587)Jonas Franz2019-04-122-1/+2
* Change order that PostProcess Processors are run (#6445) (#6447)mrsdizzie2019-03-272-7/+13
* Clean up ref name rules (#6437) (#6439)mrsdizzie2019-03-262-2/+129
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-186-49/+67
* Add lang specific font stacks for CJK (#6007)zeripath2019-03-181-0/+1
* 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
* Fix reported issue in repo description (#6306)zeripath2019-03-111-0/+48
* Use url.PathEscape to escape the branchname (#6304)zeripath2019-03-122-2/+4
* Remove util.RemoveAll - should have been removed since go 1.7 (#6299)zeripath2019-03-102-30/+0
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-086-7/+197
* Replace linkRegex with xurls library (#6261)mrsdizzie2019-03-072-3/+11
* Remove visitLinksForShortLinks features (#6257)mrsdizzie2019-03-072-14/+9
* Fix #6234 : Check organization visibility before everything else (#6235)Zsombor2019-03-051-0/+11
* Modify linkRegex to require http|https (#6171)mrsdizzie2019-02-282-1/+63
* fix display dashboard even if require to change password (#6214)Lunny Xiao2019-02-281-14/+10
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-1/+1
* Increase Username and Orgname MaxSize 35 -> 40 (#6178)Segev Finer2019-02-254-6/+6
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-243-3/+30
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-217-10/+85
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-214-16/+219
* Minor UI tweaks (#5980)John Olheiser2019-02-192-0/+6
* remove unused file (#6121)Lunny Xiao2019-02-191-143/+0
* Refactor issue indexer (#5363)Lunny Xiao2019-02-199-17/+656
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-2/+7
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-183-0/+64
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-183-2/+63
* Move to ldap.v3 to fix #5928 (#6105)zeripath2019-02-181-2/+2
* modules/context/auth.go: fix redirect loop (#5965)xdch472019-02-171-1/+1
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-122-1/+70
* Refactor editor upload, update and delete to use git plumbing and add LFS sup...zeripath2019-02-125-0/+862
* In basic auth check for tokens before call UserSignIn (#5725)manuelluis2019-02-121-5/+46
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-102-22/+25
* 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
* Remove extra spaces (#6016)Thomas Loubiou2019-02-091-1/+1
* Fix #5799 - swagger for mergePullRequest (#5996)Thomas Loubiou2019-02-081-0/+3
* use native golang SSH library but ssh-keygen when enable built-in SSH server ...Lunny Xiao2019-02-071-2/+43
* 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-052-4/+48
* add other session providers (#5963)techknowlogick2019-02-051-2/+7
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+25
* Make log mailer for testing (#5893)zeripath2019-02-022-6/+35
* Fix bug when read public repo lfs file (#5912)Lunny Xiao2019-01-311-2/+5
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)zeripath2019-01-301-4/+10
* Provide better panic handling (#5902)zeripath2019-01-302-1/+113
* Only allow local login if password is non-empty (#5906)zeripath2019-01-301-1/+1
* Fix go-get URL generation (#5905)Lauris BH2019-01-302-2/+3
* Config option to disable automatic repo watching (#5852)sebastian-sauer2019-01-271-0/+2