Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an Admin API endpoint for looking up users based on 3PID (#14405) | Ashish Kumar | 2022-11-11 | 1 | -0/+39 |
| | |||||
* | Show erasure status when listing users in the Admin API (#14205) | Tadeusz Sośnierz | 2022-10-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Show erasure status when listing users in the Admin API * Use USING when joining erased_users * Add changelog entry * Revert "Use USING when joining erased_users" This reverts commit 30bd2bf106415caadcfdbdd1b234ef2b106cc394. * Make the erased check work on postgres * Add a testcase for showing erased user status * Appease the style linter * Explicitly convert `erased` to bool to make SQLite consistent with Postgres This also adds us an easy way in to fix the other accidentally integered columns. * Move erasure status test to UsersListTestCase * Include user erased status when fetching user info via the admin API * Document the erase status in user_admin_api * Appease the linter and mypy * Signpost comments in tests Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com> Co-authored-by: David Robertson <david.m.robertson1@gmail.com> | ||||
* | Add an admin API endpoint to find a user based on its external ID in an auth ↵ | Quentin Gliech | 2022-09-16 | 1 | -0/+38 |
| | | | | provider. (#13810) | ||||
* | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 1 | -0/+2 |
| | | | Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Implement MSC3852: Expose `last_seen_user_agent` to users for their own ↵ | Andrew Morgan | 2022-08-19 | 1 | -0/+7 |
| | | | | devices; also expose to Admin API (#13549) | ||||
* | Inline URL preview documentation. (#13261) | Patrick Cloke | 2022-07-12 | 1 | -1/+1 |
| | | | Inline URL preview documentation near the implementation. | ||||
* | Cleanup references to sample config in the docs and redirect users to ↵ | Shay | 2022-06-30 | 1 | -3/+2 |
| | | | | configuration manual (#13077) | ||||
* | Allow updating passwords using the admin api without logging out devices ↵ | Jan Christian Grünhage | 2022-06-06 | 1 | -1/+3 |
| | | | | (#12952) | ||||
* | Correct typo in user_admin_api.md device deletion JSON (#12533) | Sami Olmari | 2022-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Sami Olmari <sami@olmari.fi> | ||||
* | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 2022-02-18 | 1 | -1/+2 |
| | | | | Since it is reasonable to give a future or past auth provider, which might not be in the current configuration. | ||||
* | Clarify that users' media are also preview images (#11862) | Dirk Klimpel | 2022-02-04 | 1 | -1/+8 |
| | |||||
* | Fix typo: unpind -> unbind (#11859) | Christian Paul | 2022-02-03 | 1 | -1/+1 |
| | | | Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Consolidate the `access_token` information in the admin api (#11861) | Dirk Klimpel | 2022-01-31 | 1 | -68/+5 |
| | | | Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Remove account data (including client config, push rules and ignored users) ↵ | reivilibre | 2022-01-24 | 1 | -1/+5 |
| | | | | | upon user deactivation. (#11621) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | ||||
* | Remove the 'password_hash' from the Users Admin API endpoint response ↵ | Andrew Morgan | 2022-01-14 | 1 | -4/+5 |
| | | | | dictionary (#11576) | ||||
* | Add admin API to get users' account data (#11664) | Dirk Klimpel | 2022-01-05 | 1 | -0/+75 |
| | | | Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 2021-11-16 | 1 | -3/+9 |
| | |||||
* | Fix typos in the `username_available` admin API documentation. (#11286) | Stanislav Motylkov | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | Enable changing user type via users admin API (#11174) | Jason Robinson | 2021-10-26 | 1 | -2/+7 |
| | | | | | | | | Users admin API can now also modify user type in addition to allowing it to be set on user creation. Signed-off-by: Jason Robinson <jasonr@matrix.org> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> | ||||
* | Add more information what happens when a user is deactivated (#11083) | Dirk Klimpel | 2021-10-22 | 1 | -0/+10 |
| | |||||
* | Remove not needed database updates in modify user admin API (#10627) | Dirk Klimpel | 2021-08-19 | 1 | -2/+6 |
| | |||||
* | Allow to edit `external_ids` by Edit User admin API (#10598) | Dirk Klimpel | 2021-08-17 | 1 | -11/+29 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Add an admin API to check if a username is available (#10578) | Will Hunt | 2021-08-17 | 1 | -0/+20 |
| | | | 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. | ||||
* | Admin API to delete media for a specific user (#10558) | Dirk Klimpel | 2021-08-11 | 1 | -5/+49 |
| | |||||
* | Add `creation_ts` to list users admin API (#10448) | Dirk Klimpel | 2021-07-22 | 1 | -3/+7 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Add SSO `external_ids` to Query User Account admin API (#10261) | Dirk Klimpel | 2021-07-01 | 1 | -1/+11 |
| | | | Related to #10251 | ||||
* | Fix broken links in documentation (#10180) | Dirk Klimpel | 2021-06-16 | 1 | -20/+20 |
| | | | | | * Fix broken links in documentation * newsfile | ||||
* | Compile and render Synapse's docs into a browsable, mobile-friendly and ↵ | Andrew Morgan | 2021-06-03 | 1 | -20/+20 |
| | | | | searchable website (#10086) | ||||
* | Convert admin api docs to markdown (#10089) | Andrew Morgan | 2021-06-03 | 1 | -0/+1001 |
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/`). |