aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-7/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* [API] generalize list header (#16551)65432021-08-121-3/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-3/+26
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-4/+4
* Create tag on ui (#13467)a10121127962021-02-281-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+5
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-4/+5
* API: GetReleaseByID return 404 if not found (#12933)65432020-09-241-2/+12
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-2/+2
* Add action feed for new release (#12324)赵智超2020-07-291-4/+4
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-20/+15
* Swagger info corrections (#9441)65432019-12-201-18/+27
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-1/+1
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-3/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-3/+3
* Fix new release creation API to allow empty target (#5870)Lauris BH2019-01-301-0/+4
* update swagger for release API pagination (#5841)Lunny Xiao2019-01-251-0/+8
* improve the releases api paging (#5831)Lunny Xiao2019-01-241-1/+17
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-12/+0
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+3
* allow api to create tags for releases (#4890)Bobonium2018-09-101-4/+0
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-2/+2
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Add Attachment API (#3478)Jonas Franz2018-03-061-2/+2
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-161-1/+4
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-2/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+120
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-41/+48
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-7/+1
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-9/+8
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Attach to release (#673)Philip Couling2017-01-151-2/+2
* build failed by deleting release by API (#562)Lunny Xiao2017-01-031-1/+1
* Release API endpointsEthan Koenig2017-01-021-0/+186