summary refs log tree commit diff
path: root/tests/rest/media/v1/test_media_storage.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-4/+4
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-14/+4
* Fix error when selecting between thumbnails with the same quality (#10684)Sean2021-08-251-1/+38
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-1/+1
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-0/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Handle image transparency better when thumbnailing. (#9473)Patrick Cloke2021-03-091-8/+21
* Add testErik Johnston2021-02-191-3/+66
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+11
* Add check_media_file_for_spam spam checker hookErik Johnston2021-02-041-0/+94
* Return a 404 if no valid thumbnail is found. (#9163)Patrick Cloke2021-01-211-1/+24
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-2/+2
* Add X-Robots-Tag header to stop crawlers from indexing media (#8887)Aaron Raimist2020-12-081-0/+13
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+1
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-4/+3
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-3/+14
* Do not error when thumbnailing invalid files (#8236)Patrick Cloke2020-09-091-10/+29
* Convert more of the media code to async/await (#7873)Patrick Cloke2020-07-241-1/+4
* isort 5 compatibility (#7786)Will Hunt2020-07-051-3/+1
* Fetch from the r0 media path instead of the unspecced v1. (#7714)Patrick Cloke2020-06-171-1/+1
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-1/+1
* Add support for webp thumbnailing (#7586)WGH2020-06-051-36/+99
* Lint + changelogBrendan Abolivier2020-01-221-3/+1
* Remove unused importBrendan Abolivier2020-01-221-1/+1
* Add tests for thumbnailingBrendan Abolivier2020-01-221-3/+45
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Make the http server handle coroutine-making REST servlets (#5475)Amber Brown2019-06-291-10/+15
* Run Black. (#5482)Amber Brown2019-06-201-3/+3
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-11/+6
* Fix more logcontext leaks in tests (#4209)Richard van der Hoff2018-11-271-1/+2
* Fix Content-Disposition in media repository (#4176)Amber Brown2018-11-151-0/+145
* Run black.black2018-08-101-4/+2
* run isortAmber Brown2018-07-091-7/+7
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-2/+3
* Fix broken unit test for media storageErik Johnston2018-02-051-1/+6
* Add unit testsErik Johnston2018-01-181-0/+81