aboutsummaryrefslogtreecommitdiffstats
path: root/services/attachment
Commit message (Expand)AuthorAgeFilesLines
* Include file extension checks in attachment API (#32151)Kemal Zebari2024-11-061-0/+9
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-3/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-5/+5
* make writing main test easier (#27270)Lunny Xiao2023-09-281-3/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Preserve file size when creating attachments (#23406)Peter2023-03-122-5/+5
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-8/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-192-6/+7
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Read expected buffer size (#17409)KN4CK3R2021-10-241-4/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-192-5/+7
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-082-0/+99