summary refs log tree commit diff
path: root/synapse/storage/databases/main/media_repository.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-10/+0
* Prevent breaking old sqlite's when media retention is enabled (#12977)Andrew Morgan2022-06-071-1/+1
* Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan2022-06-071-5/+63
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-4/+0
* Add some type hints to datastore (#12485)Dirk Klimpel2022-04-271-3/+10
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-281-1/+1
* Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-291-1/+2
* Add type hints to media repository storage module (#11311)Patrick Cloke2021-11-121-57/+84
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-3/+6
* Add an admin API for unprotecting local media from quarantine (#10040)Dirk Klimpel2021-05-261-3/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove outdated constraint on remote_media_cache_thumbnails (#9725)Richard van der Hoff2021-04-061-3/+18
* Add type hints to user admin API. (#9521)Dirk Klimpel2021-03-031-1/+1
* Add an `order_by` field to list users' media admin API. (#8978)Dirk Klimpel2021-02-221-3/+38
* Regenerate exact thumbnails if missingErik Johnston2021-02-181-9/+9
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+11
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-5/+5
* Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-151-1/+2
* Fix race for concurrent downloads of remote media. (#8682)Erik Johnston2020-10-301-0/+27
* Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+51
* Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+53
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-4/+2
* Include method in thumbnail media name (#7124)DeepBlueV7.X2020-09-081-0/+57
* Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-011-13/+18
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-11/+11
* Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-271-2/+2
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-7/+9
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-4/+9
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+398