aboutsummaryrefslogtreecommitdiff
path: root/mediaapi/routing/download.go
AgeCommit message (Expand)Author
2024-09-13Fix function signature, use default random boundary (#3422)Till
2024-08-16Implement MSC3916 (#3397)Till
2023-12-12Allow some content types to be inlined (#3274)Till
2023-07-28Send a more generic error message to clients if the file can't be found (#3161)Till
2023-06-15Fix unsafe hotserving behaviour for multimedia uploads. (#3113)Josh Qou
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-05-02Return `null` if MaxFileSizeBytes is 0 (#2409)Till
2022-03-18Fix panic that can occur from nil pointer exception in media API `fetchRemote...Neil Alexander
2022-03-16Return error from remote download requests (#2266)S7evinK
2022-01-31Tweak some logging (#2130)Neil Alexander
2021-11-020️⃣ Media API: Fix maxFileSizeBytes=0 handling (#1993)database64128
2021-06-22✂️ Media API: Handle unlimited file size (#1881)database64128
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-10Configuration format v1 (#1230)Neil Alexander
2020-06-17Fallback parsing for Content-Disposition minefield (#1144)Neil Alexander
2020-06-17Media filename handling improvements (#1140)Neil Alexander
2020-06-16Update whitelist for sytest media fix (#1137)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-13Enforce `mediaIDRegex` to be only valid `mediaIDCharacters` (#1020)Sid Karunaratne
2020-05-11Don't return 500s from media API download requestsNeil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander
2019-07-18Remove unnecessary http method checks (#747)Andrew Morgan
2019-07-08Content-Disposition HTTP header in mediaapi's responses added (#685)Behouba Manassé
2019-05-21use go module for dependencies (#594)ruben