summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-102-3/+20
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-102-0/+7
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-1/+10
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-102-0/+331
* Enable punctuations ending mentions (#8889)guillep2k2019-11-092-12/+37
* Update Github migration test (#8893)mrsdizzie2019-11-091-6/+0
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-2/+0
* Webhook support custom proxy (#8760)Lunny Xiao2019-11-083-3/+93
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-085-1/+76
* Fix count for commit graph last page (#8843)jaqra2019-11-072-0/+15
* Use templates for issue e-mail subject and body (#8329)guillep2k2019-11-074-30/+211
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-062-8/+12
* Move release webhook to notification (#8817)Lunny Xiao2019-11-061-3/+31
* Move repofiles webhooks to notification (#8807)Lunny Xiao2019-11-065-68/+77
* Fix to close opened io resources as soon as not needed (#8839)Lauris BH2019-11-051-33/+39
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-054-0/+74
* Update go-org to optimize code (#8824)Lauris BH2019-11-051-20/+1
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-037-5/+2536
* Move actions to notification (#8785)Lunny Xiao2019-11-033-0/+115
* Fix API deadline removal (#8759)David Svantesson2019-11-032-2/+4
* Move push commits events to notification (#8783)Lunny Xiao2019-11-035-16/+38
* fix 500 when edit hook (#8782)Lunny Xiao2019-11-021-0/+5
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-7/+17
* On windows set core.longpaths true (#8776)zeripath2019-11-021-0/+8
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-024-4/+46
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-024-37/+16
* Move labels webhooks to notification (#8749)Lunny Xiao2019-11-021-0/+47
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-016-37/+509
* Unifies commit list in repository commit table and wiki revision page (#7907)Mario Lubenka2019-11-011-0/+12
* Fix commit expand button to not go to commit link (#8745)Lauris BH2019-11-011-14/+27
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-317-23/+39
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-316-335/+256
* Configurable close and reopen keywords for PRs (#8120)guillep2k2019-10-303-76/+190
* Move webhook codes from service to webhook notification (#8712)Lunny Xiao2019-10-302-0/+88
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-0/+38
* Add basic repository lfs management (#7199)zeripath2019-10-287-3/+205
* Move issue notifications (#8713)Lunny Xiao2019-10-291-0/+15
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-1/+42
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-0/+92
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-262-0/+65
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-254-6/+20
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-1/+1
* Graceful fixes (#8645)zeripath2019-10-234-7/+33
* Add SubURL to redirect path (#8632)John Olheiser2019-10-221-1/+1
* [assets] configurable URL for static resources (#7911)Jakob Ackermann2019-10-222-1/+6
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-211-5/+9
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-212-1/+4
* Ensure default gpg settings not nil and found commits have reference to repo ...zeripath2019-10-201-0/+1
* Fix #8582 by handling empty repos (#8587)Jonas Franz2019-10-192-0/+19
* Add setting to disable BASIC authentication (#8586)zeripath2019-10-192-0/+5