summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Respect LFS File Lock on UI (#8719)Benno2019-10-291-0/+16
* [Fix] milestone close timestamp (#8728)65432019-10-291-1/+5
* Add basic repository lfs management (#7199)zeripath2019-10-282-25/+103
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-39/+0
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-283-82/+6
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-56/+35
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-258-183/+83
* make call createMilestoneComment on newIssue func (#8678)jaqra2019-10-251-0/+4
* Add 'Alt + click' feature to exclude labels (#8199)jaqra2019-10-232-3/+11
* Fix extra columns from `label` table (#8633)guillep2k2019-10-233-4/+40
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-211-5/+3
* Update heatmap fixtures to restore tests (#8615)zeripath2019-10-212-3/+3
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-214-0/+23
* Ensure default gpg settings not nil and found commits have reference to repo ...zeripath2019-10-201-0/+2
* webhook: set Content-Type for application/x-www-form-urlencoded (#8599)Viktor Szakats2019-10-201-0/+2
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-192-135/+0
* Improve webhooks (#8583)John Olheiser2019-10-183-93/+152
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-186-35/+49