summary refs log tree commit diff
path: root/synapse/rest/client/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stabilize support for MSC4010: push rules & account data. (#17022)Patrick Cloke2024-04-091-23/+6
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-3/+3
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Make cached account data/tags/admin types immutable (#16325)Patrick Cloke2023-09-181-5/+5
* Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke2023-05-091-17/+68
* Use account data constants in more places. (#15554)Patrick Cloke2023-05-091-1/+2
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+2
* Add experimental support for MSC3391: deleting account data (#14714)Andrew Morgan2023-01-011-0/+115
* Extra validation for rest/client/account_data (#13148)David Robertson2022-07-011-2/+17
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who...reivilibre2022-01-211-1/+1
* Additional type hints for the client REST servlets (part 3). (#10707)Patrick Cloke2021-08-311-7/+30
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+122