| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unused comment actions (#9222) | Lunny Xiao | 2019-12-02 | 6 | -55/+10 |
* | [UI] IssuePage multi repo select (#8741) | 6543 | 2019-12-01 | 4 | -11/+15 |
* | Extract createComment (#9125) | Lunny Xiao | 2019-11-30 | 8 | -51/+129 |
* | Add release_counter to Repo API (#9214) | 6543 | 2019-11-30 | 1 | -0/+1 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 3 | -72/+65 |
* | Variable expansion in repository templates (#9163) | John Olheiser | 2019-11-30 | 3 | -51/+238 |
* | expose PR counter on Repo API (#9202) | 6543 | 2019-11-29 | 1 | -0/+1 |
* | Move PushUpdateOptions from models to repofiles (#9124) | Lunny Xiao | 2019-11-29 | 1 | -11/+0 |
* | Add avatar and issue labels to template repositories (#9149) | John Olheiser | 2019-11-25 | 3 | -21/+63 |
* | Add git hooks and webhooks to template repositories; move to services (#8926) | John Olheiser | 2019-11-24 | 2 | -100/+166 |
* | Fix team links in HTML rendering (#9127) | guillep2k | 2019-11-24 | 2 | -15/+38 |
* | Fix show single review comments in the PR page (#9143) | guillep2k | 2019-11-24 | 1 | -0/+5 |
* | fix race on indexer (#9136) | Lunny Xiao | 2019-11-23 | 1 | -7/+12 |
* | Add single sign-on support via SSPI on Windows (#8463) | QuaSoft | 2019-11-23 | 1 | -2/+68 |
* | Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) | zeripath | 2019-11-21 | 1 | -1/+1 |
* | Move merge actions to notification (#9024) | Lunny Xiao | 2019-11-21 | 1 | -0/+3 |
* | Hide given credentials for migrated repos. (#9097) | Jordan | 2019-11-20 | 1 | -1/+1 |
* | Refactor Issues Subscription (#8738) | 6543 | 2019-11-20 | 3 | -8/+33 |
* | 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 |