summary refs log tree commit diff
path: root/tests/rest/admin/test_server_notice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-131-10/+16
|\
| * Update license headersPatrick Cloke2023-11-211-10/+16
* | Add avatar and topic settings for server notice room (#16679)Mathieu Velten2023-12-121-0/+109
* | Server notices: add an autojoin setting for the notices room (#16699)Mathieu Velten2023-12-041-0/+27
|/
* Add automatic purge after all users forget a room (#15488)Mathieu Velten2023-09-151-3/+17
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Return read-only collections from `@cached` methods (#13755)Sean Quah2023-02-101-2/+2
* Fix that sending server notices fail if avatar is `None` (#13566)Dirk Klimpel2022-08-231-0/+56
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-101-8/+7
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-091-4/+4
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-081-7/+7
* Update the server notices user profile in room if changed. (#12115)Jorge Florian2022-04-081-0/+92
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-9/+3
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-12/+15
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-18/+27
* Improve ServerNoticeServlet to avoid duplicate requests (#10679)Dirk Klimpel2021-08-271-0/+450