summaryrefslogtreecommitdiffstats
path: root/modules/repofiles
Commit message (Expand)AuthorAgeFilesLines
* Some repository refactors (#17950)Lunny Xiao2021-12-121-43/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-0/+42
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-2419-2483/+0
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-212-517/+0
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-201-1/+1
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-2/+11
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-173-3/+0
* Multiple Escaping Improvements (#17551)zeripath2021-11-164-7/+11
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-55/+54
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-126-23/+27
* Read expected buffer size (#17409)KN4CK3R2021-10-241-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-196-68/+70
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-112-62/+44
* Simplify split diff view generation and remove JS dependency (#16775)zeripath2021-08-291-0/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-082-3/+3
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-082-36/+29
* [Refactor] remove possible resource leak (#15067)65432021-03-211-35/+38
* Fix bug when upload on web (#15042)Lunny Xiao2021-03-191-22/+28
* remove duplicate define of CheckAttribute() (#14837)a10121127962021-03-013-57/+9
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-294-8/+18
* Standardize Co-Authored-By / Reviewed-By strings (#14097)Cirno the Strongest2020-12-211-2/+2
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-3/+3
* Finally fix diff names (#13136)zeripath2020-10-141-1/+1
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Add configurable Trust Models (#11712)zeripath2020-09-203-5/+21
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-113-560/+0
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-082-4/+14
* [Vendor] Switch go-version lib (#12719)65432020-09-051-7/+5
* Add spent time to referenced issue in commit message (#12220)Lauris BH2020-09-041-0/+72
* Detect full references to issues and pulls in commit messages (#12399)zeripath2020-08-061-0/+78
* prefer NoError/Error over Nil/NotNil (#12271)Stephen Solka2020-07-195-11/+11
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-1/+2
* Use only first line of commit when creating referenced comment (#11960)Cirno the Strongest2020-06-191-1/+2
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-262-0/+6
* Revert "Avoid 0 new commits messages to be send (#11082)" (#11397)zeripath2020-05-131-1/+7
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-1/+1
* Avoid 0 new commits messages to be send (#11082)Cornel2020-04-181-7/+1
* Handle push rejection in branch and upload (#10854)zeripath2020-03-282-22/+14
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-272-22/+42
* Check for tag, not just new tag (#10663)John Olheiser2020-03-081-1/+1
* Ensure executable bit is kept on the web editor (#10607)Antoine GIRARD2020-03-051-2/+10
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-2/+22
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-1/+1
* Improve push update options (#10105)Lunny Xiao2020-02-023-143/+187
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-5/+17
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-2/+2
* Give the stdout on temp_repo error (#9871)zeripath2020-01-201-3/+3
* Add require signed commit for protected branch (#9708)zeripath2020-01-153-7/+44