Commit Graph

14 Commits (ade6d4a20fed2f84cf98830c9691b826254bd31f)

Author SHA1 Message Date
Thibault Meyer b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
#	models/git_diff.go
#	models/issue.go
#	models/org.go
#	models/pull.go
#	models/repo.go
Thibault Meyer a4454f5d0f
Rewrite XORM queries
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- 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
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git ()
* Replace gogits/git-module dependency with go-gitea/git

Fixes 

* Remove git alias for git module import (not needed)
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon 643142acab Web editor: support upload files
Unknwon 62b0dc4853 Web editor: fix cannot create new file in subdirectory
Unknwon 0114fdcba4 Web editor: improve delete file process
Unknwon c30b856d14 use user’s info for committer and author
Unknwon f8a48ffaad Web editor: improve code quality
Unknwon a00c932bbc General code quality improvement
Unknwon 2625193a48 models/repo_editor: improve code quality
Unknwon 54e0ada9d5 Web editor: improve delete file
Unknwon cd89f6c502 Web editor: improve edit file and diff preview