forked-synapse/synapse/rest/media/v1
reivilibre fa13080618
Merge pull request from GHSA-22p3-qrh9-cx32
* Make _iterate_over_text easier to read by using simple data structures

* Prefer a set of tags to ignore

In my tests, it's 4x faster to check for containment in a set of this size

* Add a stack size limit to _iterate_over_text

* Continue accepting the case where there is no body element

* Use an early return instead for None

Co-authored-by: Richard van der Hoff <richard@matrix.org>
2022-06-28 14:29:08 +01:00
..
__init__.py Relax ignore-missing-imports for modules that have stubs now and update mypy (#11006) 2021-10-08 14:49:41 +01:00
_base.py Remove unnecessary pass statements. (#12206) 2022-03-11 07:06:21 -05:00
config_resource.py Use direct references for configuration variables (part 5). (#10897) 2021-09-24 07:25:21 -04:00
download_resource.py Add reactor to SynapseRequest and fix up types. (#10868) 2021-09-24 11:01:25 +01:00
filepath.py Fix media repository failing when media store path contains symlinks (#11446) 2021-12-02 16:05:24 +00:00
media_repository.py Prevent local quarantined media from being claimed by media retention (#12972) 2022-06-07 10:53:47 +00:00
media_storage.py Bump black and click versions (#12320) 2022-03-29 10:41:19 +00:00
oembed.py Fix preview of imgur and Tenor URLs. (#11669) 2022-01-18 13:20:24 -05:00
preview_html.py Merge pull request from GHSA-22p3-qrh9-cx32 2022-06-28 14:29:08 +01:00
preview_url_resource.py Do not break URL previews if an image is unreachable. (#12950) 2022-06-06 07:46:04 -04:00
storage_provider.py Use ParamSpec in type hints for synapse.logging.context (#12150) 2022-03-08 15:58:14 +00:00
thumbnail_resource.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
thumbnailer.py Fix potential thumbnail memory leaks. (#12932) 2022-06-01 10:57:49 +00:00
upload_resource.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00