| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 5 | -232/+15 |
* | Fix protected branch using IssueID (#9348) | John Olheiser | 2019-12-13 | 1 | -1/+1 |
* | Fix notification page panic (#9337) | jaqra | 2019-12-13 | 1 | -1/+1 |
* | Make repository management section handle lfs locks (#8726) | zeripath | 2019-12-12 | 2 | -5/+22 |
* | Fix bug that release attachment files not deleted when deleting repository (#... | Lunny Xiao | 2019-12-12 | 1 | -7/+28 |
* | [API] extend StopWatch (#9196) | 6543 | 2019-12-11 | 2 | -2/+41 |
* | refactor(models/attachement): use getAttachmentsByUUIDs (#9317) | Antoine GIRARD | 2019-12-11 | 4 | -20/+23 |
* | tests: add attachement tests integration (#9309) | Antoine GIRARD | 2019-12-10 | 2 | -1/+29 |
* | Testing: Update postgres sequences (#9304) | zeripath | 2019-12-10 | 1 | -0/+32 |
* | Move code indexer related code to a new package (#9191) | Lunny Xiao | 2019-12-08 | 3 | -370/+30 |
* | [API] Add Reactions (#9220) | 6543 | 2019-12-07 | 4 | -13/+105 |
* | Move UpdateIssuesCommit from models to repofiles (#9276) | Lunny Xiao | 2019-12-07 | 2 | -333/+0 |
* | Redirect issue if repo has configured external tracker. (#9247) | David Svantesson | 2019-12-06 | 6 | -4/+87 |
* | Move some pull request functions from models to services (#9266) | Lunny Xiao | 2019-12-06 | 3 | -208/+14 |
* | Show label list on label set (#9251) | Oscar Costa | 2019-12-06 | 2 | -4/+33 |
* | Only show part of members on orgnization dashboard and add paging for orgniza... | Lunny Xiao | 2019-12-06 | 2 | -14/+47 |
* | Move repoWorkPool outside rename/transfer repository (#9086) | Lunny Xiao | 2019-12-06 | 4 | -40/+28 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 8 | -107/+267 |
* | Change review content column to type text in db (#9229) | David Svantesson | 2019-12-02 | 3 | -1/+39 |
* | 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 |