aboutsummaryrefslogtreecommitdiff
path: root/mediaapi/routing/upload.go
AgeCommit message (Expand)Author
2022-05-02Return `null` if MaxFileSizeBytes is 0 (#2409)Till
2022-04-14Refactor media storage layer, add tests (#2352)Till
2022-04-04Fix unlimitedSize uploads (#2317)S7evinK
2021-07-19Set MaxFileSizeBytes <= 0 to unlimited (#1876)S7evinK
2021-06-14Set MaxFileSizeBytes <= 0 to "unlimited" (#1875)S7evinK
2021-06-07Use LimitReader to prevent DoS risk (#1843)S7evinK
2021-04-19Remove the 'Content-Type' request header requirement (#1834)Fero
2021-04-14Remove the Content-Length requirement on upload request (#1831)Fero
2021-02-17Retrieve remote file size without the Content-Size header (#1537)darkgallium
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-08-26Port of #945 (#1343)Kegsay
2020-08-25Randomly generated media IDs (#1336)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-17Media filename handling improvements (#1140)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-01-03Implement storage interfaces (#841)Neil Alexander
2019-07-18Remove unnecessary http method checks (#747)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben