summary refs log tree commit diff
path: root/synapse/server_notices/server_notices_manager.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-221-2/+1
* Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-241-2/+8
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-1/+1
* Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-161-2/+2
* Don't create an empty room when checking for MAU limits (#12713)Brendan Abolivier2022-05-131-25/+45
* Update the server notices user profile in room if changed. (#12115)Jorge Florian2022-04-081-4/+55
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* disallow-untyped-defs for synapse.server_notices (#11021)David Robertson2021-10-071-6/+2
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-11/+12
* Improve ServerNoticeServlet to avoid duplicate requests (#10679)Dirk Klimpel2021-08-271-9/+8
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-241-1/+1
* Use the account handler in additional places. (#9166)Patrick Cloke2021-01-201-1/+2
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-3/+10
* Check support room has only two users before sending a notice (#8728)Will Hunt2020-11-111-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix some comments and types in service notices (#7996)Patrick Cloke2020-07-311-13/+16
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-3/+3
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-18/+14
* Server notices: Dissociate room creation/lookup from invite (#7199)Brendan Abolivier2020-04-041-9/+42
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* Run Black. (#5482)Amber Brown2019-06-201-18/+12
* Ensure we wake up /sync when we add tag to notice roomErik Johnston2018-08-241-1/+7
* Make content of tag an empty object rather than nullErik Johnston2018-08-241-1/+1
* refactor for readability, and reuse caching for setting tagsNeil Johnson2018-08-161-1/+5
* fix case where empty string state check is evaulated as FalseNeil Johnson2018-08-161-1/+2
* wip cut at sending resource server noticesNeil Johnson2018-08-151-10/+20
* backout ability to pass in event type to server noticesNeil Johnson2018-08-141-2/+2
* support server notice state events for resource limitsNeil Johnson2018-08-141-2/+2
* Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-231-3/+14
* fix typoRichard van der Hoff2018-05-231-1/+1
* Block attempts to send server notices to remote usersRichard van der Hoff2018-05-231-0/+4
* Better docstringsRichard van der Hoff2018-05-181-0/+16
* Make sure we reject attempts to invite the notices userRichard van der Hoff2018-05-181-0/+5
* Infrastructure for a server notices roomRichard van der Hoff2018-05-171-0/+110