aboutsummaryrefslogtreecommitdiffstats
path: root/models/release.go
Commit message (Expand)AuthorAgeFilesLines
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+17
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+86
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-9/+10
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-12/+13
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-6/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-21/+22
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-23/+28
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-0/+14
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-3/+7
* sort release attachments by name (#15008)Norwin2021-03-171-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+5
* Add the tag list page to the release page (#12096)a10121127962020-11-021-1/+5
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-26/+0
* Add email notify for new release (#12463)赵智超2020-08-231-0/+1
* Add single release page and latest redirect (#11102)John Olheiser2020-04-181-0/+28
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-5/+11
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-9/+10
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-44/+0
* refactor(models/attachement): use getAttachmentsByUUIDs (#9317)Antoine GIRARD2019-12-111-10/+3
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-171-1/+1
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+14
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-051-0/+2
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-67/+4
* Delete releases attachments if release is deleted (#6068)Lanre Adelowo2019-09-221-0/+13
* Fix release API URL generation (#8234)Daniel Fonseca de Lira2019-09-181-1/+1
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-113/+11
* fix wrong sender when send slack webhook (#7918)Lunny Xiao2019-08-201-4/+4
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-10/+10
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-241-3/+3
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-1/+1
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-6/+8
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-4/+4
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+2
* 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