aboutsummaryrefslogtreecommitdiff
path: root/models/release.go
Commit message (Collapse)AuthorAge
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* release: able to add attchments to release (#1614)Unknwon2017-03-13
| | | | Added new config section '[release.attachment]’.
* webhook: add Release event (#2387)Unknwon2017-03-11
|
* release: improve page load performanceUnknwon2017-03-10
| | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'.
* Some code renamingUnknwon2016-12-22
|
* Fix vulnerability reported in #3962Unknwon2016-12-22
|
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-06
| | | | | | | | | | * 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-28
| | | | | | 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-23
| | | | Unix() already uses UTC as timezone
* #3076 detect invalid tag name git errorUnknwon2016-07-23
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-06
|
* fix #2804Unknwon2016-03-11
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* rename import pathUnknwon2015-12-15
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* wiki: finish newUnknwon2015-11-27
|
* introduce git-shellUnknwon2015-11-26
|
* fix #2002Unknwon2015-11-20
|
* fix #1383Unknwon2015-11-20
|
* fix #1958Unknwon2015-11-15
|
* rename fieldsUnknwon2015-11-03
|
* fix release created timezone issueUnknwon2015-08-24
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* Fix #165Unknown2014-06-21
|
* Support edit release and save as draftUnknown2014-06-12
|
* Fix #197Unknown2014-06-12
|
* Mirror fixUnknown2014-06-12
|
* update with git apislene2014-05-10
|
* fix title extra quotedskyblue2014-04-14
|
* Finish releaseUnknown2014-04-14