| Commit message (Expand) | Author | Age | Files | Lines |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -43/+0 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -0/+42 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 19 | -2483/+0 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 2 | -517/+0 |
* | Enable show more files in diff for git <2.31 (#17733) | zeripath | 2021-11-20 | 1 | -1/+1 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 1 | -2/+11 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 3 | -3/+0 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 4 | -7/+11 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -55/+54 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 6 | -23/+27 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 1 | -2/+3 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 6 | -68/+70 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 2 | -62/+44 |
* | Simplify split diff view generation and remove JS dependency (#16775) | zeripath | 2021-08-29 | 1 | -0/+3 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 2 | -3/+3 |
* | 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 |