summary refs log tree commit diff
path: root/synapse/rest/media/v1/thumbnailer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-2/+2
* Fix potential thumbnail memory leaks. (#12932)Erik Johnston2022-06-011-11/+60
* Fix mypy against latest pillow stubs (#12671)David Robertson2022-05-091-3/+3
* Fix error in thumbnail generation (#11288)Neeeflix2021-11-101-4/+4
* Relax `ignore-missing-imports` for modules that have stubs now and update myp...David Robertson2021-10-081-4/+17
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-1/+1
* Fix /upload 500'ing when presented a very large image (#10029)Michael Telatynski2021-05-211-0/+9
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Handle image transparency better when thumbnailing. (#9473)Patrick Cloke2021-03-091-3/+8
* Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-151-8/+10
* Fix typos in comments.Patrick Cloke2020-09-141-2/+2
* Do not error when thumbnailing invalid files (#8236)Patrick Cloke2020-09-091-2/+12
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* isort 5 compatibility (#7786)Will Hunt2020-07-051-2/+1
* Fix: Pillow error when uploading RGBA image (#3325) (#6241)Filip Štědronský2019-12-021-1/+4
* media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142)Robert Swain2019-10-041-3/+11
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-11/+4
* Fix image orientation when generating thumbnail (#5039)PauRE2019-05-161-0/+35
* run isortAmber Brown2018-07-091-2/+2
* Fix upErik Johnston2017-10-131-10/+3
* Fix up thumbnailing functionErik Johnston2017-10-131-3/+10
* Copy everything to backupErik Johnston2017-10-121-1/+8
* Basic implementation of backup media storeErik Johnston2017-10-121-10/+6
* Log which files we saved attachments to in the media_repositoryMark Haines2017-01-101-0/+5
* copyrightsMatthew Hodgson2016-01-071-1/+1
* bump up image quality a bit more as it looks crapMatthew Hodgson2015-07-141-1/+1
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+89