summaryrefslogtreecommitdiffstats
path: root/models/release.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-061-1/+3
| | | | | | | | | | * Fix #3315: 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
* models/release: Update Sha1 if tag already exists (#3331)마누엘2016-07-281-0/+1
| | | | | | 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.
* Remove redundant Unix timestamp method callUnknwon2016-07-231-1/+1
| | | | Unix() already uses UTC as timezone
* #3076 detect invalid tag name git errorUnknwon2016-07-231-1/+4
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-061-0/+2
|
* fix #2804Unknwon2016-03-111-1/+1
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-111-1/+1
| | | | newly named fields.
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-3/+9
|
* rename import pathUnknwon2015-12-151-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-12/+9
|
* wiki: finish newUnknwon2015-11-271-0/+4
|
* introduce git-shellUnknwon2015-11-261-6/+2
|
* fix #2002Unknwon2015-11-201-1/+1
|
* fix #1383Unknwon2015-11-201-3/+48
|
* fix #1958Unknwon2015-11-151-20/+14
|
* rename fieldsUnknwon2015-11-031-1/+1
|
* fix release created timezone issueUnknwon2015-08-241-0/+9
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-1/+1
|
* Fix #165Unknown2014-06-211-5/+5
|
* Support edit release and save as draftUnknown2014-06-121-28/+88
|
* Fix #197Unknown2014-06-121-4/+9
|
* Mirror fixUnknown2014-06-121-2/+0
|
* update with git apislene2014-05-101-3/+3
|
* fix title extra quotedskyblue2014-04-141-1/+1
|
* Finish releaseUnknown2014-04-141-0/+83