summary refs log tree commit diff
path: root/tests/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '20af31088' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+27
|\
| * Add a test for wrong user returned by SSORichard van der Hoff2021-01-131-0/+27
* | Merge commit '233c8b9fc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-37/+199
|\|
| * Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff2021-01-132-37/+199
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-228-26/+295
|\|
| * Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-123-3/+228
| * 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-116-17/+0
* | Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-36/+249
|\|
| * Add some tests for the IDP picker flowRichard van der Hoff2021-01-072-3/+191
| * Fix type hints in test_login.pyRichard van der Hoff2021-01-071-24/+54
| * black-format tests/rest/client/v1/test_login.pyRichard van der Hoff2021-01-071-11/+6
* | Merge commit '23d701864' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-213-11/+33
|\|
| * Skip unit tests which require optional dependencies (#9031)Richard van der Hoff2021-01-073-11/+33
* | Merge commit '0312266ee' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-1/+1
|\|
| * Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-041-1/+1
* | Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-1/+0
|\|
| * Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-1/+0
| * Support PyJWT v2.0.0. (#8986)Patrick Cloke2020-12-221-4/+12
* | Merge commit '4218473f9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+138
|\|
| * Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-0/+138
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-31/+63
|\|
| * Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-31/+63
* | Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-202-4/+152
|\|
| * 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-172-3/+105
* | Fix old-style uses of self.make_request in dinum test codeAndrew Morgan2021-04-164-51/+31
* | Merge commit 'bd30cfe86' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-1636-888/+679
|\|
| * Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-1/+1
| * Merge pull request #8951 from matrix-org/rav/username_picker_2Richard van der Hoff2020-12-161-1/+1
| |\
| * | lintRichard van der Hoff2020-12-152-2/+1
| * | Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-1536-861/+660
| * | Remove redundant reading of SynapseRequest.argsRichard van der Hoff2020-12-151-9/+1
| * | remove 'response' result from `_get_shared_rooms`Richard van der Hoff2020-12-151-8/+9
| * | Replace `request.code` with `channel.code`Richard van der Hoff2020-12-155-11/+11
* | | Merge commit '8388a7fb3' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-161-1/+1
|\ \ \ | | |/ | |/|
| * | Test `get_extra_attributes` fallbackRichard van der Hoff2020-12-151-1/+1
| |/
* | Merge commit 'f14428b25' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-162-0/+50
|\|
| * Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-0/+34
| * Don't ratelimit autojoining of rooms (#8921)Erik Johnston2020-12-111-0/+16
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-166-46/+213
|\|
| * Add X-Robots-Tag header to stop crawlers from indexing media (#8887)Aaron Raimist2020-12-081-0/+13
| * 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
| * Fix errorcode for disabled registration (#8867)Richard van der Hoff2020-12-031-0/+1
| * Merge pull request #8858 from matrix-org/rav/sso_uiaRichard van der Hoff2020-12-022-18/+192
| |\
| | * UIA: offer only available auth flowsRichard van der Hoff2020-12-022-18/+192
| * | remove unused FakeResponse (#8864)Richard van der Hoff2020-12-021-26/+0
| * | Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-027-8/+8
| |/
* | Stabilise all knock-related unstable identifiers that would be in state (#96)Andrew Morgan2021-03-231-3/+8
* | Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan2021-03-227-8/+8
* | Change knock room version to v7 (#88)Andrew Morgan2021-03-181-1/+2
* | Add knocking support (#81)Andrew Morgan2021-02-091-2/+89
* | Add a parameter to enable/disable freeze feature (#78)Mathieu Velten2021-01-211-0/+1
* | Ensure we read account validity templates from custom template dir if provide...Andrew Morgan2021-01-191-0/+51
* | Merge commit 'd3ed93504' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-10/+50
|\|
| * Allow specifying room version in 'RestHelper.create_room_as' and add typing (...Andrew Morgan2020-12-021-2/+25
| * Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-8/+25
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-10/+12
|\|
| * Fix broken testcase (#8851)Richard van der Hoff2020-12-011-1/+0
| * Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-302-9/+12
* | Merge commit '7c4344747' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-10/+118
|\|
| * Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-254-7/+115
| * 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-1736-678/+57
| |\
| * | Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-2/+243
* | | Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-27/+232
* | | Merge commit 'acfe3b306' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-3135-630/+20
|\ \ \ | | |/ | |/|
| * | Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-1632-587/+0
| * | Remove redundant calls to `render()`Richard van der Hoff2020-11-163-20/+8
* | | Merge commit '129ae841e' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-317-90/+120
|\| |
| * | Make `make_request` actually render the requestRichard van der Hoff2020-11-166-59/+34
| * | Fix the URL in the URL preview testsRichard van der Hoff2020-11-161-19/+22
| |/
| * Merge pull request #8757 from matrix-org/rav/pass_site_to_make_requestRichard van der Hoff2020-11-166-29/+97
| |\
| | * Merge branch 'develop' into rav/pass_site_to_make_requestRichard van der Hoff2020-11-165-13/+7
| | |\
| | * | use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-155-19/+71
* | | | Merge commit 'f12589547' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-315-16/+10
|\| | |
| * | | Move `wait_until_result` into `FakeChannel` (#8758)Richard van der Hoff2020-11-161-3/+3
| | |/ | |/|
| * | Rename `create_test_json_resource` to `create_test_resource` (#8759)Richard van der Hoff2020-11-164-10/+6
| * | Add a `custom_headers` param to `make_request` (#8760)Richard van der Hoff2020-11-161-4/+6
* | | Merge commit '9debe657a' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-11/+31
|\ \ \ | | |/ | |/|
| * | pass a Site into make_requestRichard van der Hoff2020-11-151-6/+25
| * | pass a Site into RestHelperRichard van der Hoff2020-11-151-5/+6
| |/
* | Merge commit 'c3119d153' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-313-69/+642
|\|
| * Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+485
| * Add `displayname` to Shared-Secret Registration for admins (#8722)Dirk Klimpel2020-11-051-2/+119
| * Consolidate purge table lists to prevent desyncronisation (#8713)Andrew Morgan2020-11-041-67/+38
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-1/+2
|\|
| * Fix unit tests (#8689)Erik Johnston2020-10-291-1/+1
| * Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+1
* | Merge commit 'c97da1e45' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+124
|\|
| * Add an admin APIs to allow server admins to list users' pushers (#8610)Dirk Klimpel2020-10-281-0/+124
* | Merge commit '88e1d0c52' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+282
|\|
| * Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+282
* | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-14/+783
|\|
| * Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-13/+183
| * Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+568
| * Fix a bug in the joined_rooms admin API (#8643)Dirk Klimpel2020-10-261-1/+15
| * Add field `total` to device list in admin API (#8644)Dirk Klimpel2020-10-261-0/+17
* | Merge commit 'de5cafe98' into dinsicAndrew Morgan2020-12-313-43/+13
|\|
| * Remove some extraneous @unittest.INFOs on unit tests (#8592)Andrew Morgan2020-10-202-2/+0
* | Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-311-4/+24
|\|
| * guard against accidental modificationRichard van der Hoff2020-10-131-0/+20
| * Allow ThirdPartyRules modules to replace event contentRichard van der Hoff2020-10-131-4/+4
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-319-96/+191
|\|
| * Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-1/+1
| * Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-1/+27
| * Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-094-4/+8
| * Additional tests for third-party event rules (#8468)Richard van der Hoff2020-10-061-13/+71
| * Merge pull request #8467 from matrix-org/rav/fix_3pevent_rulesRichard van der Hoff2020-10-061-1/+1
| |\
| | * Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff2020-10-051-1/+1
| * | Update default room version to 6 (#8461)Richard van der Hoff2020-10-051-1/+10
| |/
| * Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-051-12/+19
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-301-17/+36
* | Support PyJWT v2.0.0. (#8986)Patrick Cloke2020-12-291-4/+12
* | Override any missing default power level keys with DINUM's defaults when crea...Andrew Morgan2020-10-291-0/+47
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-4/+18
|\|
| * Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-8/+22
| * Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-291-4/+4
* | Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-0/+6
|\|
| * Only assert valid next_link params when provided (#8417)Andrew Morgan2020-09-291-0/+6
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-215-5/+625
|\|
| * Fixed a bug with reactivating users with the admin API (#8362)Dirk Klimpel2020-09-221-0/+14
| * Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+382
| * Create function to check for long names in devices (#8364)Dionysis Grigoropoulos2020-09-221-1/+1
| * Admin API for querying rooms where a user is a member (#8306)Dirk Klimpel2020-09-181-2/+94
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
| * Allow appservice users to /login (#8320)Will Hunt2020-09-181-1/+133
* | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+2
|\|
| * Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-0/+2
* | Merge commit 'a3a90ee03' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-11/+57
|\|
| * Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-1/+28
| * Do not error when thumbnailing invalid files (#8236)Patrick Cloke2020-09-091-10/+29
* | Merge commit '453dfe210' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+448
|\|
| * Don't remember `enabled` of deleted push rules and properly return 404 for mi...reivilibre2020-09-091-0/+448
| * Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-081-7/+96
* | Merge commit 'cca03dbec' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-3/+3
|\|
| * Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-3/+3
* | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-174/+90
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-043-5/+5
* | Merge commit '112266eaf' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+155
|\|
| * Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-2/+155
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+138
|\|
| * Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-0/+138
* | Merge commit 'e00816ad9' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+6
|\|
| * Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-2/+6
* | Merge commit 'b49a5b930' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+4
|\|
| * Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-5/+4
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-158/+315
|\|
| * Remove remaining is_guest argument uses from get_room_data calls (#8181)Andrew Morgan2020-08-261-10/+2
| * Do not propagate typing notifications from shadow-banned users. (#8176)Patrick Cloke2020-08-261-0/+48
| * Remove unused parameter from, and add safeguard in, get_room_data (#8174)Andrew Morgan2020-08-261-1/+1
| * Do not propagate profile changes of shadow-banned users into rooms. (#8157)Patrick Cloke2020-08-262-157/+274
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-43/+237
|\|
| * Fix rate limiting unit tests. (#8167)Patrick Cloke2020-08-261-13/+14
| * Merge tag 'v1.19.1rc1' into developBrendan Abolivier2020-08-252-4/+93
| |\
| * | Stop shadow-banned users from sending non-member events. (#8142)Patrick Cloke2020-08-241-1/+54
| * | Allow capping a room's retention policy (#8104)Brendan Abolivier2020-08-241-28/+66
| * | Fix flaky shadow-ban tests. (#8152)Patrick Cloke2020-08-241-1/+3
| * | Stop shadow-banned users from sending invites. (#8095)Patrick Cloke2020-08-201-0/+100
* | | Merge commit 'b79d69796' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-4/+93
|\ \ \ | | |/ | |/|
| * | Fix join ratelimiter breaking profile updates and idempotency (#8153)Brendan Abolivier2020-08-242-4/+93
* | | Merge commit 'c9c544cda' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-13/+7
|\ \ \ | | |/ | |/|
| * | Switch the JSON byte producer from a pull to a push producer. (#8116)Patrick Cloke2020-08-192-13/+7
| |/
* | Merge commit '5dd73d029' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+3
|\|
| * Add type hints to handlers.message and events.builder (#8067)Erik Johnston2020-08-121-1/+3
* | Merge commit '7620912d8' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+34
|\|
| * Add health check endpoint (#8048)Erik Johnston2020-08-071-0/+34
* | Merge commit '2ffd6783c' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-175/+2
|\|
| * Revert #7736 (#8039)Brendan Abolivier2020-08-062-175/+2
* | Merge commit 'd4a7829b1' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-194-12/+14
|\|
| * Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-064-12/+14
* | Merge commit '66f24449d' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+1
|\|
| * Improve performance of the register endpoint (#8009)Patrick Cloke2020-08-061-1/+1
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-2/+2
|\|
| * Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-2/+2
* | Merge commit '5d92a1428' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+23
|\|
| * Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-031-1/+23
* | Merge commit 'c978f6c45' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-162-4/+4
|\|
| * Convert federation client to async/await. (#7975)Patrick Cloke2020-07-302-4/+4
* | Merge commit '3950ae51e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-163-4/+230
|\|
| * Re-implement unread counts (#7736)Brendan Abolivier2020-07-292-2/+175
| * Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-2/+55
* | "Freeze" a room when the last admin of that room leaves (#59)Andrew Morgan2020-10-131-1/+130
* | Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-122-86/+170
* | Swap method calls in RoomAccessTestCase.test_change_rules (#64)Andrew Morgan2020-09-181-5/+6
* | Make AccessRules use the public rooms directory instead of checking a room's ...Andrew Morgan2020-09-182-54/+230
* | Override the power levels defaults, enforce mod requirement for invites, admi...Andrew Morgan2020-09-111-5/+52
* | RoomAccessRules cleanup (#62)Andrew Morgan2020-09-101-34/+27
* | Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-091-7/+96
* | Merge commit 'f88c48f3b' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-033-1456/+1585
|\|
| * Convert tests/rest/admin/test_room.py to unix file endings (#7953)Andrew Morgan2020-07-271-1447/+1447
| * Support oEmbed for media previews. (#7920)Patrick Cloke2020-07-271-8/+134
| * Convert more of the media code to async/await (#7873)Patrick Cloke2020-07-241-1/+4
* | Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-0/+46
|\|
| * Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+46
* | Merge commit 'a973bcb8a' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-21/+69
|\|
| * Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-0/+47
| * Return the proper 403 Forbidden error during errors with JWT logins. (#7844)Patrick Cloke2020-07-151-21/+22
* | Merge commit '491f0dab1' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-0/+395
|\|
| * Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-0/+395
* | Merge commit '77d2c0541' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-6/+100
|\|
| * Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-141-6/+100
* | Merge commit '66a4af8d9' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-1/+1
|\|
| * Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802)Patrick Cloke2020-07-101-1/+1
* | Merge commit '43726783e' into dinsicAndrew Morgan2020-08-035-7/+4
|\|
| * Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-093-3/+3
| * Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-071-1/+0
| * isort 5 compatibility (#7786)Will Hunt2020-07-051-3/+1
* | Merge commit '5cdca53aa' into dinsicAndrew Morgan2020-08-031-30/+145
|\|
| * Fix inconsistent handling of upper and lower cases of email addresses. (#7021)Dirk Klimpel2020-07-031-30/+145
* | Merge commit 'dc80a0762' into dinsicAndrew Morgan2020-08-032-75/+72
|\|
| * add org.matrix.login.jwt so that m.login.jwt can be deprecated (#7675)Sorunome2020-06-241-3/+7
| * Allow local media to be marked as safe from being quarantined. (#7718)Patrick Cloke2020-06-221-72/+65
* | Merge commit '434716e1d' into dinsicAndrew Morgan2020-08-031-1/+1
|\|
| * Fetch from the r0 media path instead of the unspecced v1. (#7714)Patrick Cloke2020-06-171-1/+1
* | Merge commit 'a3f11567d' into dinsicAndrew Morgan2020-08-033-7/+6
|\|
| * Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-163-7/+6
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-248-82/+1073
|\|
| * Allow new users to be registered via the admin API even if the monthly active...Dirk Klimpel2020-06-051-15/+163
| * Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+541
| * Add support for webp thumbnailing (#7586)WGH2020-06-051-36/+99
| * Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-055-37/+48
| * Fix a bug in automatic user creation with m.login.jwt. (#7585)Olof Johansson2020-06-011-0/+153
| * Email notifications for new users when creating via the Admin API. (#7267)Dirk Klimpel2020-06-011-0/+75
* | Prevent M_USER_IN_USE from being raised by registration methods until after e...Andrew Morgan2020-06-221-8/+0
* | Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-191-10/+27
* | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-104-4/+146
|\|
| * Convert sending mail to async/await. (#7557)Erik Johnston2020-05-221-2/+2
| * Allow expired accounts to logout (#7443)Andrew Morgan2020-05-142-2/+103
| * Merge tag 'v1.13.0rc2' into developRichard van der Hoff2020-05-141-45/+10
| |\
| * \ Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-88/+216
| |\ \
| * | | Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+41
* | | | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-1014-654/+1987
|\ \ \ \ | | |_|/ | |/| |
| * | | Do not validate that the client dict is stable during UI Auth. (#7483)Patrick Cloke2020-05-131-45/+10
| | |/ | |/|
| * | Rework UI Auth session validation for registration (#7455)Patrick Cloke2020-05-081-88/+216
| |/
| * Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-301-0/+40
| * Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-291-1/+1
| * Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-0/+2
| * Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-232-1/+62
| * Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-222-592/+680
| * Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+55
| * Fix the parameters of a test fixture (#7243)Zay11Zay2020-04-141-1/+1
| * Default PL100 to enable encryption in a room (#7230)Andrew Morgan2020-04-092-4/+297
| * Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-3/+39
| * Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_testsRichard van der Hoff2020-03-302-4/+4
| |\
| | * Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-242-4/+4
| * | Always whitelist the login fallback for SSO (#7153)Richard van der Hoff2020-03-271-1/+8
| * | Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-0/+288