Commit graph

10 commits

Author SHA1 Message Date
Timothy Arnold 8cef062bf6 Fix more documentation formatting 2022-08-12 15:00:35 -05:00
Timothy Arnold 2f5fe8a718 fix formatting in documentation for admin whois endpoint 2022-08-12 14:59:14 -05:00
Timothy Arnold 91f024b43e Add details about using the whois endpoint 2022-08-12 14:56:45 -05:00
Timothy Arnold 69da7ea02c Fix typo in the curl command 2022-08-12 14:53:51 -05:00
Timothy Arnold 5dfd149c0d Fix inaccurate information on server notice documentation 2022-08-12 14:52:21 -05:00
Timothy Arnold 14c0d47eed Additional information on using the administration API 2022-08-12 14:44:22 -05:00
Timothy Arnold 6351ff22da Adding documentation for administration end points that aren't currently documented 2022-08-12 14:35:50 -05:00
Till 48600d5540
Use /admin/v1/register in create-account (#2484)
* Get all account data on CompleteSync

* Revert "Get all account data on CompleteSync"

This reverts commit 44a3e566d8.

* Use /_synapse/admin/v1/register to create account

* Linting

* Linter again :)

* Update docs

* Use HTTP API to reset password, add option to User API `PerformPasswordUpdate` to invalidate sessions

* Fix routing name

* Tell me more about what went wrong

* Deprecate the `-reset-password` flag, document the new API

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-08-12 12:00:07 +01: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
Neil Alexander 19a9166eb0
New documentation: https://matrix-org.github.io/dendrite/ 2022-05-11 15:39:36 +01:00