Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -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 Xiao | 2016-12-22 | 1 | -4/+4 |
| | |||||
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -3/+15 |
| | |||||
* | Lint models/repo_* | Bwko | 2016-11-28 | 1 | -0/+12 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -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 Santilli | 2016-11-10 | 1 | -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 queries | Thibault Meyer | 2016-11-10 | 1 | -1/+3 |
|/ | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -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 Boulanouar | 2016-11-03 | 1 | -3/+3 |
| | |||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -0/+227 |
| | |||||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | 1 | -2/+4 |
| | |||||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | 1 | -23/+18 |
| | |||||
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 | 1 | -10/+10 |
| | |||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 1 | -3/+3 |
| | |||||
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -24/+46 |
| | |||||
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 1 | -29/+32 |
| | |||||
* | Web editor: improve delete file | Unknwon | 2016-08-14 | 1 | -0/+60 |
| | |||||
* | Web editor: improve edit file and diff preview | Unknwon | 2016-08-14 | 1 | -0/+211 |