Commit graph

6 commits

Author SHA1 Message Date
Till Faelligen a9ae73444a Merge branch 'main' of github.com:matrix-org/dendrite into s7evink/fts 2022-07-01 14:08:20 +02:00
Neil Alexander 519bc1124b
Add evacuateUser endpoint, use it when deactivating accounts (#2545)
* Add `evacuateUser` endpoint, use it when deactivating accounts

* Populate the API

* Clean up user devices when deactivating

* Include invites, delete pushers
2022-06-29 15:29:39 +01:00
Till Faelligen 5e7c817223 Cleanup 2022-05-19 14:39:52 +02:00
Till Faelligen 2329cf7478 Add AdminReindex to reindex events 2022-05-18 08:11:07 +02:00
kegsay 506de4bb3d
Define component interfaces based on consumers (1/2) (#2423)
* Specify interfaces used by appservice, do half of clientapi

* convert more deps of clientapi to finer-grained interfaces

* Convert mediaapi and rest of clientapi

* Somehow this got missed
2022-05-05 13:17:38 +01:00
Neil Alexander 2a4517f8e6
Move admin functions into their own file in the client API 2022-04-29 09:10:08 +01:00