Commit Graph

81 Commits (2f09e5775f1e9a7388cde03c70edd1957f619f1b)

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
Kim "BKC" Carlbäcker 86fb1a0cb1 Add Pagination to Releases-page
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 ()
Thibault Meyer 30fda0f1ae Fix : Release dont use tag creation date ()
* Fix : Release dont use tag creation date

* Simplify code and apply gofmt

* remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost

* apply gofmt on modified files
마누엘 36a63dd059 models/release: Update Sha1 if tag already exists ()
Since the release struct is initialized with the current `HEAD` of the
current `release.Target` the commit id has to be updated if the tag
commit already exists. Otherwise the linked commit on the release page
will target the current `HEAD` at release time.
Unknwon 250be011c7 Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
Unknwon c912494609 detect invalid tag name git error
Unknwon 0a78d99a4d models/release: filter input to prevent command line argument vulnerability
Unknwon f76d821bda fix
Marin Jankovski 1314ba219e Updated and created were appended with _unix. Fresh databases have only the newly named fields.
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon 19423957b1 rename import path
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon 392f3ee210 wiki: finish new
Unknwon c50a3503e6 introduce git-shell
Unknwon 1d4a5b1825 fix
Unknwon 987dcc5372 fix
Unknwon 18de67380c fix
Unknwon 3a81fdf092 rename fields
Unknwon 87152f89ba fix release created timezone issue
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknown ad5ec45dd6 Fix
Unknown e07674bff1 Support edit release and save as draft
Unknown 9961f9a53c Fix
Unknown 1161c71ac1 Mirror fix
slene 7d84cc96e8 update with git api
skyblue 6cb636f8a0 fix title extra quoted
Unknown f644cefa86 Finish release