summary refs log tree commit diff
path: root/synapse/handlers/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Experimental MSC3890 Implementation: Fix deleting account data when using an ...Andrew Morgan2023-03-031-7/+0
* Avoid fetching unused account data in sync. (#14973)Patrick Cloke2023-02-101-4/+6
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-1/+1
* Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke2023-01-261-3/+3
* Merge account data streams (#14826)Erik Johnston2023-01-131-1/+6
* Add experimental support for MSC3391: deleting account data (#14714)Andrew Morgan2023-01-011-8/+103
* Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-1/+1
* Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-161-5/+5
* Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-011-1/+51
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Fix docstring on `add_account_data_for_user`. (#11716)reivilibre2022-01-101-1/+1
* Add type hints for event streams. (#10856)Patrick Cloke2021-09-211-3/+10
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-0/+144
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-3/+11
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Remove unused `get_pagination_rows` methods. (#6557)Erik Johnston2019-12-171-3/+0
* Port handlers.account_validity to async/await.Erik Johnston2019-12-101-1/+1
* Port handlers.account_data to async/await.Erik Johnston2019-12-101-9/+5
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-3/+4
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-2/+2
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-15/+8
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-1/+20
* s/private_user_data/account_data/Mark Haines2015-11-181-0/+46