aboutsummaryrefslogtreecommitdiff
path: root/mediaapi/routing/routing.go
AgeCommit message (Expand)Author
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-02Return `null` if MaxFileSizeBytes is 0 (#2409)Till
2022-03-04Un-ratelimit calls to /thumbnail (#2251)S7evinK
2022-03-02Media endpoints on `/v3` (#2242)Neil Alexander
2021-11-24Ratelimit requests to /media/r0/download|upload (#2020)S7evinK
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-08-26Port of #945 (#1343)Kegsay
2020-08-13API setup refactoring (#1266)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-08Yet another v1 vs r0 media endpoint (#1190)Neil Alexander
2020-06-17Media filename handling improvements (#1140)Neil Alexander
2020-06-16Update whitelist for sytest media fix (#1137)Neil Alexander
2020-06-16Fix media API for demos and possibly Synapse (#1134)Neil Alexander
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-01-03Implement storage interfaces (#841)Neil Alexander
2019-12-18URL decode argsAndrew Morgan
2019-12-18Refactor InstrumentHandlerCounter definitionAndrew Morgan
2019-12-17goimportsAndrew Morgan
2019-12-17Replace deprecated prometheus.InstrumentHandler and unsafe time.TickerAndrew Morgan
2019-07-03Encode URLs properly (#728)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben