| Commit message (Expand) | Author | Age | Files | Lines |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -1/+1 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 2 | -36/+29 |
* | [Refactor] remove possible resource leak (#15067) | 6543 | 2021-03-21 | 1 | -35/+38 |
* | Fix bug when upload on web (#15042) | Lunny Xiao | 2021-03-19 | 1 | -22/+28 |
* | remove duplicate define of CheckAttribute() (#14837) | a1012112796 | 2021-03-01 | 3 | -57/+9 |
* | enhancement: add signoff option in commit form (#14516) | a1012112796 | 2021-01-29 | 4 | -8/+18 |
* | Standardize Co-Authored-By / Reviewed-By strings (#14097) | Cirno the Strongest | 2020-12-21 | 1 | -2/+2 |
* | go-version constraints ignore pre-releases (#13234) | zeripath | 2020-10-21 | 1 | -3/+3 |
* | Finally fix diff names (#13136) | zeripath | 2020-10-14 | 1 | -1/+1 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -1/+1 |
* | Add configurable Trust Models (#11712) | zeripath | 2020-09-20 | 3 | -5/+21 |
* | Move all push update operations to a queue (#10133) | Lunny Xiao | 2020-09-11 | 3 | -560/+0 |
* | LFS support to be stored on minio (#12518) | Lunny Xiao | 2020-09-08 | 2 | -4/+14 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 1 | -7/+5 |
* | Add spent time to referenced issue in commit message (#12220) | Lauris BH | 2020-09-04 | 1 | -0/+72 |
* | Detect full references to issues and pulls in commit messages (#12399) | zeripath | 2020-08-06 | 1 | -0/+78 |
* | prefer NoError/Error over Nil/NotNil (#12271) | Stephen Solka | 2020-07-19 | 5 | -11/+11 |
* | Server-side syntax highlighting for all code (#12047) | mrsdizzie | 2020-07-01 | 1 | -1/+2 |
* | Use only first line of commit when creating referenced comment (#11960) | Cirno the Strongest | 2020-06-19 | 1 | -1/+2 |
* | Fix numbr of files, total additions, and deletions (#11614) | zeripath | 2020-05-26 | 2 | -0/+6 |
* | Revert "Avoid 0 new commits messages to be send (#11082)" (#11397) | zeripath | 2020-05-13 | 1 | -1/+7 |
* | Fix GetContents(): Dont't ignore Executables (#11192) | 6543 | 2020-04-24 | 1 | -1/+1 |
* | Avoid 0 new commits messages to be send (#11082) | Cornel | 2020-04-18 | 1 | -7/+1 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 2 | -22/+14 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 2 | -22/+42 |
* | Check for tag, not just new tag (#10663) | John Olheiser | 2020-03-08 | 1 | -1/+1 |
* | Ensure executable bit is kept on the web editor (#10607) | Antoine GIRARD | 2020-03-05 | 1 | -2/+10 |
* | Handle push rejection message in Merge & Web Editor (#10373) | zeripath | 2020-02-22 | 1 | -2/+22 |
* | Move PushUpdateAddDeleteTags to repository module from models (#10106) | Lunny Xiao | 2020-02-03 | 1 | -1/+1 |
* | Improve push update options (#10105) | Lunny Xiao | 2020-02-02 | 3 | -143/+187 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -5/+17 |
* | Fix wrong permissions check when issues/prs shared operations (#9885) | Lunny Xiao | 2020-01-20 | 1 | -2/+2 |
* | Give the stdout on temp_repo error (#9871) | zeripath | 2020-01-20 | 1 | -3/+3 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 3 | -7/+44 |
* | Fix #9752 (#9769) | zeripath | 2020-01-14 | 1 | -1/+1 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 2 | -10/+11 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -2/+2 |
* | Don't attempt to close issue if already closed (#9696) | guillep2k | 2020-01-11 | 1 | -3/+5 |
* | Move push commits from models to modules/repository (#9370) | Lunny Xiao | 2020-01-10 | 3 | -20/+23 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 1 | -2/+2 |
* | Fix deleted branch isn't removed when push the branch again (#9516) | Lunny Xiao | 2019-12-27 | 1 | -0/+6 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 3 | -114/+258 |
* | [API] Extend contents with dates (#9464) | 6543 | 2019-12-24 | 3 | -5/+28 |
* | fixed bug in GitTreeBySHA where pulling items from a page other than page 1 w... | Brad Albright | 2019-12-22 | 1 | -5/+5 |
* | Refactor comment (#9330) | Lunny Xiao | 2019-12-15 | 1 | -2/+5 |
* | File Edit: Author/Committer interchanged [BugFix] (#9297) | 6543 | 2019-12-09 | 3 | -3/+3 |
* | Move code indexer related code to a new package (#9191) | Lunny Xiao | 2019-12-08 | 1 | -4/+0 |
* | Move UpdateIssuesCommit from models to repofiles (#9276) | Lunny Xiao | 2019-12-07 | 2 | -1/+333 |
* | Move PushUpdateOptions from models to repofiles (#9124) | Lunny Xiao | 2019-11-29 | 1 | -1/+12 |
* | Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924) | Benno | 2019-11-15 | 1 | -0/+9 |