aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/attachment.go
Commit message (Expand)AuthorAgeFilesLines
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+7
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-10/+10
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-7/+0
* Make Release Download URLs predictable (#23891)JakobDev2023-04-121-11/+16
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-0/+15
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+5
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-22/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-49/+17
* format with gofumpt (#18184)65432022-01-201-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-0/+294