summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/attachment.go
Commit message (Expand)AuthorAgeFilesLines
* Fix all possible setting error related storages and added some tests (#23911)...Giteabot2023-06-141-1/+1
* Fix users cannot visit issue attachment bug (#25019)Lunny Xiao2023-05-311-5/+0
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-1/+1
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-4/+1
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+5
* Make Release Download URLs predictable (#23891)JakobDev2023-04-121-3/+8
* Preserve file size when creating attachments (#23406)Peter2023-03-121-1/+1
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-2/+6
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-281-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* format with gofumpt (#18184)65432022-01-201-5/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-5/+6
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-19/+9
* 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
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+160