aboutsummaryrefslogtreecommitdiffstats
path: root/models/release.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-11/+9
| | | | | | | | | | * 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
* Attach to release (#673)Philip Couling2017-01-151-2/+100
| | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment
* Create missing database indexes (#596)Andrey Nering2017-01-061-5/+5
|
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-4/+13
| | | | | | * make releases faster than before and resolved #490 * fix comment
* change the default action when deleting a release to not delete tagLunny Xiao2017-01-031-6/+8
|
* Release API endpointsEthan Koenig2017-01-021-0/+60
|
* fixed vulnerabilities on deleting release (#399)Lunny Xiao2016-12-161-1/+8
|
* Lint/issue &mail (#243)Bwko2016-11-251-5/+7
| | | | | | * Lint models/release.go * Lint models/ issue_label, issue_mail & mail.go
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-2/+2
|\ | | | | | | | | | | | | | | | | # 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 Santilli2016-11-101-2/+2
| | | | | | | | | | | | | | - 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 queriesThibault Meyer2016-11-101-2/+7
|/
* Add Pagination to Releases-pageKim "BKC" Carlbäcker2016-11-071-2/+5
|
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-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 Boulanouar2016-11-031-1/+1
|
* 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