aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-253-21/+63
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-242-100/+166
* Fix team links in HTML rendering (#9127)guillep2k2019-11-242-15/+38
* Fix show single review comments in the PR page (#9143)guillep2k2019-11-241-0/+5
* fix race on indexer (#9136)Lunny Xiao2019-11-231-7/+12
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-2/+68
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+1
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-0/+3
* Hide given credentials for migrated repos. (#9097)Jordan2019-11-201-1/+1
* Refactor Issues Subscription (#8738)65432019-11-203-8/+33
* Team permission to create repository in organization (#8312)David Svantesson2019-11-2013-37/+180
* Avoid re-issuing redundant cross-references. (#8734)guillep2k2019-11-194-31/+56
* fix: add search to reserved usernames (#9063)Antoine GIRARD2019-11-181-0/+1
* Allow authors to use act keywords in PR content (#9059)guillep2k2019-11-181-1/+6
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-182-26/+241
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-185-0/+63
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-0/+5
* Move git graph from models to modules/graph (#9027)Lunny Xiao2019-11-162-186/+0
* extract some inline functions related with create comment (#8931)Lunny Xiao2019-11-155-88/+65
* Fix permission checks for close/reopen from commit (#8875)guillep2k2019-11-152-18/+31
* Add review comments to mail notifications (#8996)guillep2k2019-11-152-5/+3
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-154-132/+17
* Update dashboard context for PR reviews (#8995)John Olheiser2019-11-151-20/+22
* New review approvals shouldn't require a message (#8991)John Olheiser2019-11-141-2/+2
* Drop Admin attribute based on LDAP when login (continue #1743) (#8849)65432019-11-141-0/+14
* Refactor pull request review (#8954)Lunny Xiao2019-11-144-66/+98
* Add Close() method to gogitRepository (#8901)zeripath2019-11-1311-24/+26
* Improve notification (#8835)Lunny Xiao2019-11-124-16/+251
* Template Repositories (#8768)John Olheiser2019-11-119-34/+323
* Move notifywatchers from models to notification (#8907)Lunny Xiao2019-11-111-10/+0
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-102-5/+6
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-109-29/+261
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+73
* Fix API Bug (fail on empty assignees) (#8873)65432019-11-103-14/+45
* Leave non-dated issues for last (#8871)guillep2k2019-11-091-1/+2
* Allow to add and remove all repositories to/from team. (#8867)David Svantesson2019-11-091-30/+79
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-0/+6
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-083-98/+9
* Split sendCreateCommentAction as two parts, one for update comment related in...Lunny Xiao2019-11-062-30/+48
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-066-30/+247
* Fix (open/closed) issue count when label excluded (#8815)jaqra2019-11-051-2/+6
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-037-2523/+0
* Fix SSH2 conditonal in key parsing code (#8806)mrsdizzie2019-11-032-1/+14
* Add API for Issue set Subscription (#8729)65432019-11-022-2/+41
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-0/+17
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-012-413/+20
* mark review comment as invalidated when file is deleted (#8751)succcubbus2019-10-311-0/+4
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-314-20/+53
* Move pull list code to a seperate file (#8748)Lunny Xiao2019-10-302-211/+224
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-42/+1