index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mediaapi
/
routing
Age
Commit message (
Expand
)
Author
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-03
Add Cache-Control header to media endpoints (#2612)
Till
2022-06-07
Rate limiting changes (#2519)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-05-02
Return `null` if MaxFileSizeBytes is 0 (#2409)
Till
2022-04-14
Refactor media storage layer, add tests (#2352)
Till
2022-04-04
Fix unlimitedSize uploads (#2317)
S7evinK
2022-03-18
Fix panic that can occur from nil pointer exception in media API `fetchRemote...
Neil Alexander
2022-03-16
Return error from remote download requests (#2266)
S7evinK
2022-03-04
Un-ratelimit calls to /thumbnail (#2251)
S7evinK
2022-03-02
Media endpoints on `/v3` (#2242)
Neil Alexander
2022-01-31
Tweak some logging (#2130)
Neil Alexander
2021-11-24
Ratelimit requests to /media/r0/download|upload (#2020)
S7evinK
2021-11-02
0️⃣ Media API: Fix maxFileSizeBytes=0 handling (#1993)
database64128
2021-07-19
Set MaxFileSizeBytes <= 0 to unlimited (#1876)
S7evinK
2021-06-22
✂️ Media API: Handle unlimited file size (#1881)
database64128
2021-06-14
Set MaxFileSizeBytes <= 0 to "unlimited" (#1875)
S7evinK
2021-06-07
Use LimitReader to prevent DoS risk (#1843)
S7evinK
2021-04-19
Remove the 'Content-Type' request header requirement (#1834)
Fero
2021-04-14
Remove the Content-Length requirement on upload request (#1831)
Fero
2021-02-17
Retrieve remote file size without the Content-Size header (#1537)
darkgallium
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-08-26
Port of #945 (#1343)
Kegsay
2020-08-25
Randomly generated media IDs (#1336)
Neil Alexander
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-08
Yet another v1 vs r0 media endpoint (#1190)
Neil Alexander
2020-06-17
Fallback parsing for Content-Disposition minefield (#1144)
Neil Alexander
2020-06-17
Media filename handling improvements (#1140)
Neil Alexander
2020-06-16
Update whitelist for sytest media fix (#1137)
Neil Alexander
2020-06-16
Fix media API for demos and possibly Synapse (#1134)
Neil Alexander
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-13
Enforce `mediaIDRegex` to be only valid `mediaIDCharacters` (#1020)
Sid Karunaratne
2020-05-11
Don't return 500s from media API download requests
Neil Alexander
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-01-03
Implement storage interfaces (#841)
Neil Alexander
2019-12-18
URL decode args
Andrew Morgan
2019-12-18
Refactor InstrumentHandlerCounter definition
Andrew Morgan
2019-12-17
goimports
Andrew Morgan
2019-12-17
Replace deprecated prometheus.InstrumentHandler and unsafe time.Ticker
Andrew Morgan
2019-07-18
Remove unnecessary http method checks (#747)
Andrew Morgan
2019-07-08
Content-Disposition HTTP header in mediaapi's responses added (#685)
Behouba Manassé
2019-07-03
Encode URLs properly (#728)
Andrew Morgan
2019-05-21
use go module for dependencies (#594)
ruben