summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-084-31/+189
* Cleaned permission checks for API -> site admin can now do anything (#6483)Vasek Sraier2019-04-081-1/+37
* Use stricter boundaries for auto-link detection (#6522)mrsdizzie2019-04-073-11/+70
* Quieter Integration Tests (#6513)zeripath2019-04-0712-361/+393
* Improve SHA1 link detection (#6526)silverwind2019-04-062-21/+36
* Add X-Auto-Response-Suppress header to outgoing messages (#6492)mrsdizzie2019-04-021-0/+1
* Better logging (#6038) (#6095)zeripath2019-04-0253-932/+3659
* Change order that PostProcess Processors are run (#6445)mrsdizzie2019-03-272-7/+13
* Use Go1.11 module (#5743)Mura Li2019-03-271-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-27110-17/+4655
* Clean up ref name rules (#6437)mrsdizzie2019-03-262-2/+129
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-212-4/+72
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-0/+29
* Add bio field for user (#6113)techknowlogick2019-03-181-0/+1
* 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