summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/release_attachment.go
Commit message (Expand)AuthorAgeFilesLines
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+5
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-4/+5
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-2/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Swagger info corrections (#9441)65432019-12-201-16/+21
* Fix API for edit and delete release attachment (#8285)David Svantesson2019-09-271-2/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-061-16/+4
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* fix upload attachments (#6481)Lunny Xiao2019-04-021-6/+6
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-5/+5
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+8
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-3/+5
* Add Attachment API (#3478)Jonas Franz2018-03-061-0/+322