summary refs log tree commit diff
path: root/tests/rest/media/v1/test_filepath.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-595/+0
| | | | | | | * Removes the `v1` directory from `test.rest.media.v1`. * Moves the non-REST code from `synapse.rest.media.v1` to `synapse.media`. * Flatten the `v1` directory from `synapse.rest.media`, but leave compatiblity with 3rd party media repositories and spam checkers.
* Add type hints to `tests/rest` (#12146)Dirk Klimpel2022-03-031-24/+24
| | | | | | | * Add type hints to `tests/rest` * newsfile * change import from `SigningKey`
* Fix media repository failing when media store path contains symlinks (#11446)Sean Quah2021-12-021-1/+108
|
* Prevent the media store from writing outside of the configured directorySean Quah2021-11-191-0/+250
| | | | | Also tighten validation of server names by forbidding invalid characters in IPv6 addresses and empty domain labels.
* Add tests for `MediaFilePaths` (#11057)Sean Quah2021-10-121-0/+238