summaryrefslogtreecommitdiffstats
path: root/modules/repofiles/update.go
Commit message (Expand)AuthorAgeFilesLines
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-479/+0
* Read expected buffer size (#17409)KN4CK3R2021-10-241-2/+3
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-31/+42
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-25/+23
* remove duplicate define of CheckAttribute() (#14837)a10121127962021-03-011-1/+4
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-291-2/+3
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Add configurable Trust Models (#11712)zeripath2020-09-201-1/+1
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-298/+0
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-2/+7
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-0/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-11/+21
* 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
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-1/+1
* Improve push update options (#10105)Lunny Xiao2020-02-021-113/+156
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-5/+17
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-2/+21
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-8/+8
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-2/+2
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-5/+6
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-2/+2
* Fix deleted branch isn't removed when push the branch again (#9516)Lunny Xiao2019-12-271-0/+6
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-28/+152
* [API] Extend contents with dates (#9464)65432019-12-241-1/+14
* File Edit: Author/Committer interchanged [BugFix] (#9297)65432019-12-091-1/+1
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-4/+0
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-1/+12
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-101-0/+5
* Add basic repository lfs management (#7199)zeripath2019-10-281-1/+1
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-1/+2
* Restore functionality for early gits (#7775)zeripath2019-10-121-12/+13
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-10/+10
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-111-26/+0
* Be more strict with git arguments (#7715)zeripath2019-08-051-0/+7
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-301-1/+1
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-241-2/+87
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-6/+8
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-2/+16
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-2/+2
* UI: Detect and restore encoding and BOM in content (#6727)zeripath2019-04-261-1/+94
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+331