aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_editor.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-2/+2
| | | | | | | | | | * Add a process.Manager singleton with process.GetManager() * Use process.GetManager everywhere * Fix godoc comments for process module * Increment process counter id after locking the mutex
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-4/+4
|
* Catch os... errorsBwko2016-12-021-3/+15
|
* Lint models/repo_*Bwko2016-11-281-0/+12
|
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-4/+4
|\ | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
| | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* | Rewrite XORM queriesThibault Meyer2016-11-101-1/+3
|/
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
|
* Web editor: support upload filesUnknwon2016-08-301-0/+227
|
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-2/+4
|
* Web editor: improve delete file processUnknwon2016-08-281-23/+18
|
* #3505 use user’s info for committer and authorUnknwon2016-08-271-10/+10
|
* Web editor: improve code qualityUnknwon2016-08-241-3/+3
|
* General code quality improvementUnknwon2016-08-161-24/+46
|
* models/repo_editor: improve code qualityUnknwon2016-08-151-29/+32
|
* Web editor: improve delete fileUnknwon2016-08-141-0/+60
|
* Web editor: improve edit file and diff previewUnknwon2016-08-141-0/+211