summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/release_attachment.go
Commit message (Expand)AuthorAgeFilesLines
* For API attachments, use API URL (#25639) (#25814)Giteabot2023-07-101-7/+7
* Preserve file size when creating attachments (#23406)Peter2023-03-121-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-4/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-5/+4
* Return 404 NotFound if requested attachment does not exist (#20886)zeripath2022-08-241-0/+20
* improvement some release related code (#19867)Lunny Xiao2022-06-031-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-5/+6
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-18/+6
* 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