summaryrefslogtreecommitdiffstats
path: root/models/release.go
Commit message (Expand)AuthorAgeFilesLines
* Added URL mapping for Release attachments like on github.com (#1707)gdeverlant2019-01-061-0/+10
* mirror: Delete tags in mirror which are removed for original repo. (#5609)Harshit Bansal2018-12-311-2/+2
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-10/+3
* fix release creation via API (#5076)Lunny Xiao2018-10-151-2/+2
* Fix missing release title in webhook (#4783) (#4796)SagePtr2018-08-261-0/+1
* fix bug when deleting a release (#4207)Lunny Xiao2018-06-121-0/+5
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-1/+32
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-1/+21
* Add Attachment API (#3478)Jonas Franz2018-03-061-1/+6
* Bug fix for repo releases sorted (#3522)Wendell Sun2018-02-211-1/+3
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-27/+12
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-5/+5
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-7/+3
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-14/+75
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-22/+26
* Pagination on releases page (#2035)iszla2017-06-281-0/+14
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* fix some typos (#1082)Lunny Xiao2017-02-281-1/+1
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-11/+9
* Attach to release (#673)Philip Couling2017-01-151-2/+100
* 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
* 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
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-2/+2
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* | 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
* 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
* models/release: Update Sha1 if tag already exists (#3331)마누엘2016-07-281-0/+1
* Remove redundant Unix timestamp method callUnknwon2016-07-231-1/+1
* #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 n...Marin Jankovski2016-03-111-1/+1
* #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