- Sep 06, 2021
-
-
David Teller authored
-
- Aug 19, 2021
-
-
Dirk Klimpel authored
-
- Aug 17, 2021
-
-
Dirk Klimpel authored
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Will Hunt authored
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
-
- Aug 11, 2021
-
-
Dirk Klimpel authored
-
- Jul 22, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jul 15, 2021
-
-
Andrew Morgan authored
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
-
- Jul 07, 2021
-
-
Richard van der Hoff authored
* Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc
-
Dirk Klimpel authored
-
- Jul 01, 2021
-
-
Dirk Klimpel authored
Related to #10251
-
- Jun 16, 2021
-
-
Dirk Klimpel authored
* Fix broken links in documentation * newsfile
-
- Jun 03, 2021
-
-
Andrew Morgan authored
-
Andrew Morgan authored
So that they render nicely in mdbook (see #10086), and so that we no longer have a mix of structured text languages in our documentation (excluding files outside of `docs/`).
-
- Jun 02, 2021
-
-
Dirk Klimpel authored
Related to: #6681, #5956, #10040 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- May 27, 2021
-
-
Callum Brown authored
Implements MSC2414: https://github.com/matrix-org/matrix-doc/pull/2414 See #8551 Signed-off-by:
Callum Brown <callum@calcuode.com>
-
- May 26, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- May 24, 2021
-
-
Dirk Klimpel authored
-
- Apr 29, 2021
-
-
ThibF authored
Support the delete of a room through DELETE request and mark previous request as deprecated through documentation. Signed-off-by:
Thibault Ferrante <thibault.ferrante@pm.me>
-
- Apr 13, 2021
-
-
Dirk Klimpel authored
-
- Apr 01, 2021
-
-
Dirk Klimpel authored
-
- Mar 09, 2021
-
-
Andrew Morgan authored
Earlier [I was convinced](https://github.com/matrix-org/synapse/issues/9565) that we didn't have an Admin API for listing media uploaded by a user. Foolishly I was looking under the Media Admin API documentation, instead of the User Admin API documentation. I thought it'd be helpful to link to the latter so others don't hit the same dead end :)
-
- Feb 22, 2021
-
-
Dirk Klimpel authored
-
- Feb 17, 2021
-
-
Dirk Klimpel authored
-
- Feb 02, 2021
-
-
Travis Ralston authored
This could arguably replace the existing admin API for `/members`, however that is out of scope of this change. This sort of endpoint is ideal for moderation use cases as well as other applications, such as needing to retrieve various bits of information about a room to perform a task (like syncing power levels between two places). This endpoint exposes nothing more than an admin would be able to access with a `select *` query on their database.
-
- Jan 28, 2021
-
-
David Teller authored
-
- Jan 25, 2021
-
-
Patrick Cloke authored
This expands the current shadow-banning feature to be usable via the admin API and adds documentation for it. A shadow-banned users receives successful responses to their client-server API requests, but the events are not propagated into rooms. Shadow-banning a user should be used as a tool of last resort and may lead to confusing or broken behaviour for the client.
-
- Jan 23, 2021
-
-
Jason Robinson authored
Also add a warning on the admin API documentation. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Jan 15, 2021
-
-
Patrick Cloke authored
Protecting media stops it from being quarantined when e.g. all media in a room is quarantined. This is useful for sticker packs and other media that is uploaded by server administrators, but used by many people.
-
- Jan 12, 2021
-
-
Dirk Klimpel authored
This only applies if the user's data is to be erased.
-
- Jan 11, 2021
-
-
Jason Robinson authored
* docs updates * prettify SQL * add missing copyright * cursor_to_dict * update touched files copyright years Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
David Teller authored
For remote users, only the rooms which the server knows about are returned. Local users have all of their joined rooms returned.
-
- Jan 09, 2021
-
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Dec 18, 2020
-
-
Erik Johnston authored
This adds an admin API that allows a server admin to get power in a room if a local user has power in a room. Will also invite the user if they're not in the room and its a private room. Can specify another user (rather than the admin user) to be granted power. Co-authored-by:
Matthew Hodgson <matthew@matrix.org>
-
- Dec 17, 2020
-
-
Dirk Klimpel authored
-
- Dec 11, 2020
-
-
Dirk Klimpel authored
-
- Dec 10, 2020
-
-
Dirk Klimpel authored
Deprecate both APIs in favour of the Delete Room API. Related: #8663 and #8810
-
- Dec 09, 2020
-
-
Dirk Klimpel authored
Related: #8810 Also a few small improvements. Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Nov 30, 2020
-
-
Richard van der Hoff authored
-