summary refs log tree commit diff
path: root/tests/rest/admin/test_user.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-1/+1
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+3
* Add a class UnpersistedEventContext to allow for the batching up of storing s...Shay2023-02-091-1/+3
* Respond with proper error responses on unknown paths. (#14621)Patrick Cloke2022-12-081-1/+1
* Add an Admin API endpoint for looking up users based on 3PID (#14405)Ashish Kumar2022-11-111-13/+94
* Show erasure status when listing users in the Admin API (#14205)Tadeusz SoĊ›nierz2022-10-211-1/+34
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-2/+184
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-211-1/+1
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-161-0/+87
* Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-081-0/+1
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-191-1/+91
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-101-54/+53
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-091-52/+52
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-081-119/+119
* Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-8/+8
* Fix "add user" admin api error when request contains a "msisdn" threepid (#13...Thomas Weston2022-07-131-0/+35
* annotate tests.server.FakeChannel (#13136)David Robertson2022-07-041-1/+1
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+2
* Add type hints for `tests/unittest.py`. (#12347)Richard van der Hoff2022-04-011-6/+9
* Always allow the empty string as an avatar_url. (#12261)David Robertson2022-03-251-0/+19
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-10/+10
* Add type hints to `tests/rest/admin` (#11851)Dirk Klimpel2022-01-311-129/+133
* Remove the 'password_hash' from the Users Admin API endpoint response diction...Andrew Morgan2022-01-141-17/+33
* Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-051-0/+90
* Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-101-1/+2
* Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-091-6/+6
* Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-18/+18
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-211/+218
* Rename `get_access_token_for_user_id` method to `create_access_token_for_user...reivilibre2021-11-171-2/+2
* Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-161-6/+20
* Enable changing user type via users admin API (#11174)Jason Robinson2021-10-261-0/+51
* Fix setting a user's external_id via the admin API returns 500 and deletes us...Dirk Klimpel2021-10-211-3/+212
* Simplify the user admin API tests (#11048)Dirk Klimpel2021-10-121-255/+146
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-2/+2
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-3/+3
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-1/+1
* Create a constant for a small png image in tests. (#10834)Patrick Cloke2021-09-161-15/+4
* Remove not needed database updates in modify user admin API (#10627)Dirk Klimpel2021-08-191-4/+58
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* Allow to edit `external_ids` by Edit User admin API (#10598)Dirk Klimpel2021-08-171-30/+197
* Admin API to delete media for a specific user (#10558)Dirk Klimpel2021-08-111-113/+208
* Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-18/+27
* Fix deactivate a user if he does not have a profile (#10252)Dirk Klimpel2021-07-061-18/+68
* Add SSO `external_ids` to Query User Account admin API (#10261)Dirk Klimpel2021-07-011-84/+140
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-9/+6
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-0/+284
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-011-1/+120
* Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-55/+118
* Add an `order_by` field to list users' media admin API. (#8978)Dirk Klimpel2021-02-221-21/+225
* Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-171-0/+2
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-84/+264
* Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-251-0/+64
* Add tests for List Users Admin API (#9045)Dirk Klimpel2021-01-211-27/+196
* Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-0/+220
* Also support remote users on the joined_rooms admin API. (#8948)David Teller2021-01-111-6/+52
* Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-111-5/+0
* Fix `UsersListTestCase` (#8964)Richard van der Hoff2020-12-171-6/+4
* Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel2020-12-171-1/+49
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-3/+98
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-1/+1
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-193/+121
* Call set_avatar_url with target_user, not user_id (#8872)Will Hunt2020-12-071-1/+6
* Add additional validation to pusher URLs. (#8865)Patrick Cloke2020-12-041-1/+1
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-1/+109
* Fix tests on develop (#8777)Erik Johnston2020-11-181-16/+0
* Merge pull request #8761 from matrix-org/rav/test_request_renderingRichard van der Hoff2020-11-171-95/+0
|\
| * Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-95/+0
* | Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-2/+243
|/
* Add `displayname` to Shared-Secret Registration for admins (#8722)Dirk Klimpel2020-11-051-2/+119
* Fix unit tests (#8689)Erik Johnston2020-10-291-1/+1
* Add an admin APIs to allow server admins to list users' pushers (#8610)Dirk Klimpel2020-10-281-0/+124
* Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+282
* Fix a bug in the joined_rooms admin API (#8643)Dirk Klimpel2020-10-261-1/+15
* Fixed a bug with reactivating users with the admin API (#8362)Dirk Klimpel2020-09-221-0/+14
* Admin API for querying rooms where a user is a member (#8306)Dirk Klimpel2020-09-181-2/+94
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-3/+3
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-5/+4
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+7
* Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-0/+47
* Allow new users to be registered via the admin API even if the monthly active...Dirk Klimpel2020-06-051-15/+163
* Email notifications for new users when creating via the Admin API. (#7267)Dirk Klimpel2020-06-011-0/+75
* Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-0/+2
* Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-32/+186
* Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan2020-02-261-0/+59
* Return a 404 for admin api user lookup if user not found (#6901)Andrew Morgan2020-02-121-0/+16
* Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-2/+17
* Fix changing password via user admin API. (#6730)Erik Johnston2020-01-201-0/+13
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+465