summaryrefslogtreecommitdiffstats
path: root/modules/repofiles/update.go
Commit message (Expand)AuthorAgeFilesLines
* 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