| Commit message (Expand) | Author | Age | Files | Lines |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 13 | -37/+180 |
* | Avoid re-issuing redundant cross-references. (#8734) | guillep2k | 2019-11-19 | 4 | -31/+56 |
* | fix: add search to reserved usernames (#9063) | Antoine GIRARD | 2019-11-18 | 1 | -0/+1 |
* | Allow authors to use act keywords in PR content (#9059) | guillep2k | 2019-11-18 | 1 | -1/+6 |
* | Close/reopen issues by keywords in titles and comments (#8866) | guillep2k | 2019-11-18 | 2 | -26/+241 |
* | Rewrite delivery of issue and comment mails (#9009) | guillep2k | 2019-11-18 | 5 | -0/+63 |
* | Update branch API endpoint to show effective branch protection. (#9031) | David Svantesson | 2019-11-16 | 1 | -0/+5 |
* | Move git graph from models to modules/graph (#9027) | Lunny Xiao | 2019-11-16 | 2 | -186/+0 |
* | extract some inline functions related with create comment (#8931) | Lunny Xiao | 2019-11-15 | 5 | -88/+65 |
* | Fix permission checks for close/reopen from commit (#8875) | guillep2k | 2019-11-15 | 2 | -18/+31 |
* | Add review comments to mail notifications (#8996) | guillep2k | 2019-11-15 | 2 | -5/+3 |
* | Move transfer repository and rename repository on a service package and start... | Lunny Xiao | 2019-11-15 | 4 | -132/+17 |
* | Update dashboard context for PR reviews (#8995) | John Olheiser | 2019-11-15 | 1 | -20/+22 |
* | New review approvals shouldn't require a message (#8991) | John Olheiser | 2019-11-14 | 1 | -2/+2 |
* | Drop Admin attribute based on LDAP when login (continue #1743) (#8849) | 6543 | 2019-11-14 | 1 | -0/+14 |
* | Refactor pull request review (#8954) | Lunny Xiao | 2019-11-14 | 4 | -66/+98 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 11 | -24/+26 |
* | Improve notification (#8835) | Lunny Xiao | 2019-11-12 | 4 | -16/+251 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 9 | -34/+323 |
* | Move notifywatchers from models to notification (#8907) | Lunny Xiao | 2019-11-11 | 1 | -10/+0 |
* | Stop using git count-objects and use raw directory size for repository (#8848) | zeripath | 2019-11-10 | 2 | -5/+6 |
* | Auto-subscribe user to repository when they commit/tag to it (#7657) | guillep2k | 2019-11-10 | 9 | -29/+261 |
* | Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) | zeripath | 2019-11-10 | 1 | -0/+73 |
* | Fix API Bug (fail on empty assignees) (#8873) | 6543 | 2019-11-10 | 3 | -14/+45 |
* | Leave non-dated issues for last (#8871) | guillep2k | 2019-11-09 | 1 | -1/+2 |
* | Allow to add and remove all repositories to/from team. (#8867) | David Svantesson | 2019-11-09 | 1 | -30/+79 |
* | Fix bug when migrate from API (#8631) | Lunny Xiao | 2019-11-08 | 1 | -0/+6 |
* | Move some actions to notification/action (#8779) | Lunny Xiao | 2019-11-08 | 3 | -98/+9 |
* | Split sendCreateCommentAction as two parts, one for update comment related in... | Lunny Xiao | 2019-11-06 | 2 | -30/+48 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 6 | -30/+247 |
* | Fix (open/closed) issue count when label excluded (#8815) | jaqra | 2019-11-05 | 1 | -2/+6 |
* | Move more webhook codes from models to webhook module (#8802) | Lunny Xiao | 2019-11-03 | 7 | -2523/+0 |
* | Fix SSH2 conditonal in key parsing code (#8806) | mrsdizzie | 2019-11-03 | 2 | -1/+14 |
* | Add API for Issue set Subscription (#8729) | 6543 | 2019-11-02 | 2 | -2/+41 |
* | Prevent upload (overwrite) of lfs locked file (#8769) | David Svantesson | 2019-11-02 | 1 | -0/+17 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 2 | -413/+20 |
* | mark review comment as invalidated when file is deleted (#8751) | succcubbus | 2019-10-31 | 1 | -0/+4 |
* | Allow cross-repository dependencies on issues (#7901) | Brad Albright | 2019-10-31 | 4 | -20/+53 |
* | Move pull list code to a seperate file (#8748) | Lunny Xiao | 2019-10-30 | 2 | -211/+224 |
* | Move issue change content from models to service (#8711) | Lunny Xiao | 2019-10-30 | 1 | -42/+1 |
* | Respect LFS File Lock on UI (#8719) | Benno | 2019-10-29 | 1 | -0/+16 |
* | [Fix] milestone close timestamp (#8728) | 6543 | 2019-10-29 | 1 | -1/+5 |
* | Add basic repository lfs management (#7199) | zeripath | 2019-10-28 | 2 | -25/+103 |
* | Move issue change status from models to service (#8691) | Lunny Xiao | 2019-10-28 | 1 | -39/+0 |
* | Move more issue assignee code from models to issue service (#8690) | Lunny Xiao | 2019-10-28 | 3 | -82/+6 |
* | Move some repositories' operations to a standalone service package (#8557) | Lunny Xiao | 2019-10-26 | 1 | -56/+35 |
* | Mail assignee when issue/pull request is assigned (#8546) | David Svantesson | 2019-10-25 | 8 | -183/+83 |
* | make call createMilestoneComment on newIssue func (#8678) | jaqra | 2019-10-25 | 1 | -0/+4 |
* | Add 'Alt + click' feature to exclude labels (#8199) | jaqra | 2019-10-23 | 2 | -3/+11 |
* | Fix extra columns from `label` table (#8633) | guillep2k | 2019-10-23 | 3 | -4/+40 |