summary refs log tree commit diff
path: root/tests/config/test_room_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow room creation but not publishing to continue if room publication rules ↵Shay2024-01-221-2/+35
| | | | | | | | | | | | | are violated when creating a new room. (#16811) Prior to this PR, if a request to create a public (public as in published to the rooms directory) room violated the room list publication rules set in the [config](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#room_list_publication_rules), the request to create the room was denied and the room was not created. This PR changes the behavior such that when a request to create a room published to the directory violates room list publication rules, the room is still created but the room is not published to the directory.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Add missing type hints to tests.config. (#14681)Patrick Cloke2022-12-161-2/+2
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Run Black on the tests again (#5170)Amber Brown2019-05-101-80/+98
|
* Use yaml safe_loadErik Johnston2019-03-221-2/+2
|
* Clarify and fix behaviour when there are multiple aliasesErik Johnston2019-02-141-0/+6
|
* Add configurable room list publishing rulesErik Johnston2019-02-141-0/+73
| | | | | This allows specifying who and what is allowed to be published onto the public room list
* Use allow/denyErik Johnston2018-10-251-4/+4
|
* Add tests for config generationErik Johnston2018-10-191-0/+67