summaryrefslogtreecommitdiffstats
path: root/modules/repofiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #9752 (#9769)zeripath2020-01-141-1/+1
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-142-10/+11
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-2/+2
* Don't attempt to close issue if already closed (#9696)guillep2k2020-01-111-3/+5
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-103-20/+23
* 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-263-114/+258
* [API] Extend contents with dates (#9464)65432019-12-243-5/+28
* fixed bug in GitTreeBySHA where pulling items from a page other than page 1 w...Brad Albright2019-12-221-5/+5
* Refactor comment (#9330)Lunny Xiao2019-12-151-2/+5
* File Edit: Author/Committer interchanged [BugFix] (#9297)65432019-12-093-3/+3
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-4/+0
* Move UpdateIssuesCommit from models to repofiles (#9276)Lunny Xiao2019-12-072-1/+333
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-1/+12
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-0/+9
* Add Close() method to gogitRepository (#8901)zeripath2019-11-1312-0/+33
* Migrate temp_repo.go to use git.NewCommand (#8918)zeripath2019-11-111-163/+82
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-101-0/+5
* Move repofiles webhooks to notification (#8807)Lunny Xiao2019-11-061-67/+7
* Move push commits events to notification (#8783)Lunny Xiao2019-11-031-16/+2
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-7/+17
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-4/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-6/+7
* Add basic repository lfs management (#7199)zeripath2019-10-282-2/+2
* Fix #8582 by handling empty repos (#8587)Jonas Franz2019-10-192-0/+19
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-163-8/+21
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-1/+2
* Restore functionality for early gits (#7775)zeripath2019-10-123-20/+54
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-053-7/+10
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Add file status on API (#7671)Lunny Xiao2019-08-212-11/+15
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-10/+10
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-113-79/+0
* Be more strict with git arguments (#7715)zeripath2019-08-052-0/+13
* Correct wrong datetime format for git (#7689)zeripath2019-07-311-1/+1
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-303-1/+338
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-241-2/+87
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-0/+39
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-294-65/+317