summaryrefslogtreecommitdiffstats
path: root/modules/repofiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-0/+5
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-12/+12
* Add golangci (#6418)kolaente2019-06-126-27/+26
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-103-7/+20
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-113-572/+7
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1113-18/+18
* Number of commits ahead/behind in branch overview (#6695)Mario Lubenka2019-05-051-0/+19
* Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)Filip Navara2019-05-021-1/+1
* 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-196-11/+13
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-1719-0/+2573