aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/attachment.go
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect default value of `[attachment].MAX_SIZE` (#28373)capvor2023-12-061-1/+1
* Change default size of attachments and repo files (#28100)Nanguan Lin2023-11-171-1/+1
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-10/+12
* Add `.patch` to `attachment.ALLOWED_TYPES` (#23580)silverwind2023-03-191-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Update default allowed attachment types (#20192)silverwind2022-07-011-1/+1
* format with gofumpt (#18184)65432022-01-201-18/+16
* Add MP4 as default allowed attachment type (#18170)Gusted2022-01-041-1/+1
* Provide self-registering storage system (#12978)zeripath2020-10-121-37/+2
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-2/+1
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-37/+34
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+75