| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an `order_by` field to list users' media admin API. (#8978) | Dirk Klimpel | 2021-02-22 | 1 | -1/+27 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 4 | -12/+11 |
* | Fix some typos. | Patrick Cloke | 2021-02-12 | 1 | -1/+1 |
* | Merge pull request #9150 from Yoric/develop-context | David Teller | 2021-02-08 | 2 | -0/+67 |
|\ |
|
| * | FIXUP: linter | David Teller | 2021-01-28 | 1 | -0/+5 |
| * | FIXUP: Making get_event_context a bit more paranoid | David Teller | 2021-01-28 | 1 | -1/+1 |
| * | FIXUP: Doc | David Teller | 2021-01-28 | 1 | -0/+6 |
| * | FIXUP: Now testing that the user is admin! | David Teller | 2021-01-28 | 1 | -1/+2 |
| * | New API /_synapse/admin/rooms/{roomId}/context/{eventId} | David Teller | 2021-01-28 | 2 | -0/+55 |
* | | Add an admin API to get the current room state (#9168) | Travis Ralston | 2021-02-02 | 2 | -0/+41 |
|/ |
|
* | Check if a user is in the room before sending a PowerLevel event on their beh... | Pankaj Yadav | 2021-01-27 | 1 | -1/+11 |
* | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-26 | 2 | -0/+38 |
|\ |
|
| * | Add an admin API for shadow-banning users. (#9209) | Patrick Cloke | 2021-01-25 | 2 | -0/+38 |
* | | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-23 | 2 | -32/+82 |
|\| |
|
| * | Add tests for List Users Admin API (#9045) | Dirk Klimpel | 2021-01-21 | 1 | -3/+18 |
| * | Add an admin API endpoint to protect media. (#9086) | Patrick Cloke | 2021-01-15 | 1 | -15/+49 |
| * | Remove user's avatar URL and displayname when deactivated. (#8932) | Dirk Klimpel | 2021-01-12 | 1 | -7/+15 |
| * | Also support remote users on the joined_rooms admin API. (#8948) | David Teller | 2021-01-11 | 1 | -7/+0 |
* | | Address pr feedback | Jason Robinson | 2021-01-11 | 2 | -1/+3 |
* | | Implement clearing cache after deleting forward extremities | Jason Robinson | 2021-01-09 | 1 | -12/+9 |
* | | Add Rooms admin forward extremities DELETE endpoint | Jason Robinson | 2021-01-08 | 1 | -0/+5 |
* | | Move unknown room ID error into resolve_room_id | Jason Robinson | 2021-01-07 | 1 | -7/+9 |
* | | Add forward extremities endpoint to rooms admin API | Jason Robinson | 2021-01-07 | 2 | -0/+55 |
|/ |
|
* | Allow server admin to get admin bit in rooms where local user is an admin (#8... | Erik Johnston | 2020-12-18 | 2 | -2/+136 |
* | Convert internal pusher dicts to attrs classes. (#8940) | Patrick Cloke | 2020-12-16 | 1 | -15/+1 |
* | Add number of local devices to Room Details Admin API (#8886) | Dirk Klimpel | 2020-12-11 | 1 | -16/+32 |
* | Call set_avatar_url with target_user, not user_id (#8872) | Will Hunt | 2020-12-07 | 1 | -2/+2 |
* | Add additional validation for the admin register endpoint. (#8837) | David Florness | 2020-12-02 | 1 | -0/+3 |
* | Add `force_purge` option to delete-room admin api. (#8843) | Richard van der Hoff | 2020-11-30 | 1 | -5/+17 |
* | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 2020-11-25 | 6 | -57/+27 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 3 | -2/+58 |
* | Add an admin API for users' media statistics (#8700) | Dirk Klimpel | 2020-11-05 | 2 | -0/+124 |
* | Add `displayname` to Shared-Secret Registration for admins (#8722) | Dirk Klimpel | 2020-11-05 | 1 | -0/+2 |
* | Add an admin APIs to allow server admins to list users' pushers (#8610) | Dirk Klimpel | 2020-10-28 | 2 | -1/+55 |
* | Add admin API to list users' local media (#8647) | Dirk Klimpel | 2020-10-27 | 2 | -1/+68 |
* | Split admin API for reported events into a detail and a list view (#8539) | Dirk Klimpel | 2020-10-26 | 2 | -2/+50 |
* | Add an admin api to delete local media. (#8519) | Dirk Klimpel | 2020-10-26 | 1 | -2/+79 |
* | Fix a bug in the joined_rooms admin API (#8643) | Dirk Klimpel | 2020-10-26 | 1 | -3/+4 |
* | Add field `total` to device list in admin API (#8644) | Dirk Klimpel | 2020-10-26 | 1 | -1/+1 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 2 | -9/+8 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 1 | -1/+4 |
* | Make token serializing/deserializing async (#8427) | Erik Johnston | 2020-09-30 | 1 | -1/+1 |
* | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 1 | -1/+2 |
* | Admin API for reported events (#8217) | Dirk Klimpel | 2020-09-22 | 2 | -0/+90 |
* | Admin API for querying rooms where a user is a member (#8306) | Dirk Klimpel | 2020-09-18 | 2 | -0/+28 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Use admin_patterns for all admin APIs. (#8331) | Patrick Cloke | 2020-09-17 | 6 | -26/+19 |
* | Search in columns 'name' and 'displayname' in the admin users endpoint (#7377) | Manuel Stahl | 2020-08-25 | 1 | -1/+3 |
* | Stop shadow-banned users from sending invites. (#8095) | Patrick Cloke | 2020-08-20 | 1 | -0/+3 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -1/+1 |
* | Add an option to disable purge in delete room admin API (#7964) | Dirk Klimpel | 2020-07-28 | 1 | -1/+10 |
* | Add admin endpoint to get members in a room. (#7842) | Michael Albert | 2020-07-16 | 2 | -0/+27 |
* | Allow accounts to be re-activated from the admin APIs. (#7847) | Patrick Cloke | 2020-07-15 | 1 | -1/+9 |
* | Add delete room admin endpoint (#7613) | Dirk Klimpel | 2020-07-14 | 2 | -109/+50 |
* | Additional configuration options for auto-join rooms (#7763) | Patrick Cloke | 2020-06-30 | 1 | -2/+2 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -14/+6 |
* | Fix type information on `assert_*_is_admin` methods (#7645) | Richard van der Hoff | 2020-06-05 | 1 | -19/+14 |
* | Allow new users to be registered via the admin API even if the monthly active... | Dirk Klimpel | 2020-06-05 | 1 | -0/+2 |
* | Add device management to admin API (#7481) | Dirk Klimpel | 2020-06-05 | 2 | -0/+169 |
* | Email notifications for new users when creating via the Admin API. (#7267) | Dirk Klimpel | 2020-06-01 | 1 | -0/+16 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 1 | -2/+9 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -1/+9 |
* | Hash passwords earlier in the password reset process (#7538) | Patrick Cloke | 2020-05-20 | 1 | -2/+11 |
* | Merge tag 'v1.13.0rc3' into develop | Patrick Cloke | 2020-05-18 | 1 | -15/+15 |
|\ |
|
| * | Hash passwords earlier in the registration process (#7523) | Patrick Cloke | 2020-05-18 | 1 | -15/+15 |
* | | Add room details admin endpoint (#7317) | Manuel Stahl | 2020-05-07 | 2 | -1/+27 |
|/ |
|
* | Return total number of users and profile attributes in admin users endpoint (... | Manuel Stahl | 2020-04-28 | 1 | -4/+4 |
* | Extend room admin api with additional attributes (#7225) | Dirk Klimpel | 2020-04-22 | 1 | -1/+14 |
* | Admin API to join users to a room. (#7051) | Dirk Klimpel | 2020-03-27 | 2 | -4/+82 |
* | Add an option to the set password API to choose whether to logout other devic... | Patrick Cloke | 2020-03-18 | 1 | -2/+4 |
* | Fixed set a user as an admin with the new API (#6928) | Dirk Klimpel | 2020-02-28 | 1 | -4/+2 |
* | Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand... | Andrew Morgan | 2020-02-26 | 1 | -4/+7 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -2/+2 |
* | Return a 404 for admin api user lookup if user not found (#6901) | Andrew Morgan | 2020-02-12 | 1 | -1/+4 |
* | Admin api to add an email address (#6789) | Dirk Klimpel | 2020-02-07 | 1 | -0/+39 |
* | Allow URL-encoded user IDs on user admin api paths (#6825) | Andrew Morgan | 2020-02-03 | 1 | -2/+2 |
* | Minor fixes to user admin api (#6761) | Richard van der Hoff | 2020-01-23 | 1 | -9/+5 |
* | Remove unnecessary abstractions in admin handler (#6751) | Andrew Morgan | 2020-01-22 | 1 | -10/+9 |
* | Admin API to list, filter and sort rooms (#6720) | Andrew Morgan | 2020-01-22 | 3 | -1/+99 |
* | Fix and add test to deprecated quarantine media admin api (#6756) | Andrew Morgan | 2020-01-22 | 1 | -1/+1 |
* | Fixup synapse.rest to pass mypy (#6732) | Erik Johnston | 2020-01-20 | 1 | -11/+12 |
* | Fix changing password via user admin API. (#6730) | Erik Johnston | 2020-01-20 | 1 | -2/+2 |
* | Remove get_room_event_after_stream_ordering entirely | Brendan Abolivier | 2020-01-16 | 1 | -1/+1 |
* | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-01-13 | 1 | -2/+66 |
* | Allow admin users to create or modify users without a shared secret (#6495) | Manuel Stahl | 2020-01-09 | 2 | -0/+144 |
* | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) | Manuel Stahl | 2019-12-05 | 2 | -56/+31 |
* | Move admin endpoints into separate files (#6308) | Manuel Stahl | 2019-11-20 | 4 | -555/+621 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -1/+1 |
* | Port synapse/rest/client/_base.py to async/await | Erik Johnston | 2019-10-11 | 1 | -9/+5 |
* | Add maybe_awaitable and fix __init__ bugs | Erik Johnston | 2019-10-11 | 1 | -2/+5 |
* | Port synaps/rest/client/users.py to async/await | Erik Johnston | 2019-10-11 | 1 | -11/+7 |
* | Port synaps/rest/client/server_notice_servlet.py to async/await | Erik Johnston | 2019-10-11 | 1 | -6/+3 |
* | Port synaps/rest/client/media.py to async/await | Erik Johnston | 2019-10-11 | 1 | -16/+11 |
* | Port rest/admin/__init__.py to async/await | Erik Johnston | 2019-10-11 | 1 | -72/+55 |
* | Ensure the list media admin API is always available (#5966) | Travis Ralston | 2019-09-03 | 1 | -2/+5 |
* | Ensure an auth instance is available to ListMediaInRoom (#5967) | Travis Ralston | 2019-09-03 | 1 | -0/+1 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 5 | -20/+20 |
* | Add GET method to admin API /users/@user:dom/admin | Olivier Wilkinson (reivilibre) | 2019-08-27 | 2 | -9/+33 |
* | Add Admin API capability to set adminship of a user (#5878) | reivilibre | 2019-08-27 | 2 | -0/+78 |
* | Servlet to purge old rooms (#5845) | Richard van der Hoff | 2019-08-22 | 2 | -0/+59 |
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 3 | -90/+138 |
* | Merge tag 'v1.2.0rc2' into develop | Andrew Morgan | 2019-07-24 | 1 | -2/+7 |
|\ |
|
| * | Fix servlet metric names (#5734) | Jorik Schellekens | 2019-07-24 | 1 | -2/+7 |
* | | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 2 | -26/+24 |
|/ |
|
* | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 2019-07-08 | 1 | -2/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 2 | -90/+76 |
* | Implement the SHHS complexity API (#5216) | Amber Brown | 2019-05-30 | 1 | -3/+9 |
* | Remove the requirement to authenticate for /admin/server_version. (#5122) | Richard van der Hoff | 2019-05-07 | 1 | -10/+5 |
* | Add admin api for sending server_notices (#5121) | Richard van der Hoff | 2019-05-02 | 2 | -2/+115 |
* | Factor out an "assert_requester_is_admin" function (#5120) | Richard van der Hoff | 2019-05-02 | 2 | -75/+79 |
* | fix examples | Richard van der Hoff | 2019-05-01 | 1 | -4/+4 |
* | Move admin api impl to its own package | Richard van der Hoff | 2019-05-01 | 1 | -0/+896 |