summary refs log tree commit diff
path: root/synapse/rest/client/push_rule.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add linearizer on user ID to push rule PUT/DELETE requests (#16052)Nick Mills-Barrett2023-08-111-6/+22
* Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke2023-05-091-5/+2
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+3
* Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke2023-01-261-2/+2
* Add some type hints to datastore (#12717)Dirk Klimpel2022-05-171-2/+2
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-271-95/+17
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Revert experimental push rules from #7997. (#11884)Patrick Cloke2022-02-021-11/+2
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-1/+3
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Additional type hints for client REST servlets (part 5) (#10736)Patrick Cloke2021-09-031-43/+69
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+354