summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Support MSC2033: Device ID on whoami (#9918)Travis Ralston2021-07-271-1/+42
| * | Update the MSC3083 support to verify if joins are from an authorized server. ...Patrick Cloke2021-07-263-19/+91
| * | Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-18/+27
| * | Add type hints to additional servlet functions (#10437)Patrick Cloke2021-07-211-2/+2
| * | Merge tag 'v1.39.0rc1' into developAndrew Morgan2021-07-201-0/+13
| |\ \
| * | | MSC3244 room capabilities implementation (#10283)Michael Telatynski2021-07-201-0/+46
* | | | Merge tag 'v1.39.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0142-386/+1174
|\ \ \ \ | | |_|/ | |/| |
| * | | Always communicate device OTK counts to clients (#10485)Andrew Morgan2021-07-271-5/+15
| | |/ | |/|
| * | Fix dropping locks on shut down (#10433)Erik Johnston2021-07-201-0/+13
| |/
| * Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-201-24/+108
| * Add a new version of the R30 phone-home metric, which removes a false impress...reivilibre2021-07-193-5/+282
| * Add a module type for account validity (#9884)Brendan Abolivier2021-07-161-0/+1
| * Add tests to characterise the current behaviour of R30 phone-home metrics (#1...reivilibre2021-07-151-0/+153
| * Stagger send presence to remotes (#10398)Erik Johnston2021-07-151-0/+8
| * Allow providing credentials to `http_proxy` (#10360)Dirk Klimpel2021-07-151-13/+52
| * Add type hints and comments to event auth code. (#10393)Patrick Cloke2021-07-141-10/+13
| * Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke2021-07-131-15/+176
| * Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-1317-63/+61
| * [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-1319-58/+44
| * Additional unit tests for spaces summary. (#10305)Patrick Cloke2021-07-121-1/+203
| * Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-082-194/+10
| * Ignore EDUs for rooms we're not in (#10317)Dagfinn Ilmari Mannsåker2021-07-061-0/+37
* | Merge tag 'v1.38.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0114-169/+560
|\|
| * Fix deactivate a user if he does not have a profile (#10252)Dirk Klimpel2021-07-061-18/+68
| * Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-1/+45
| * Move methods involving event authentication to EventAuthHandler. (#10268)Patrick Cloke2021-07-011-2/+2
| * Add SSO `external_ids` to Query User Account admin API (#10261)Dirk Klimpel2021-07-011-84/+140
| * Merge branch 'release-v1.37' into developRichard van der Hoff2021-06-291-0/+100
| |\
| * | Do not recurse into non-spaces in the spaces summary. (#10256)Patrick Cloke2021-06-292-24/+27
| * | Return errors from `send_join` etc if the event is rejected (#10243)Richard van der Hoff2021-06-241-3/+1
| * | Improve validation for `send_{join,leave,knock}` (#10225)Richard van der Hoff2021-06-242-2/+2
| * | MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-243-2/+221
| * | Merge tag 'v1.37.0rc1' into developBrendan Abolivier2021-06-241-0/+76
| |\ \
| * | | Re-introduce "Leave out optional keys from /sync" change (#10214)Andrew Morgan2021-06-232-32/+6
| * | | Improve the reliability of auto-joining remote rooms (#10237)Brendan Abolivier2021-06-231-1/+48
* | | | Merge tag 'v1.37.1' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-011-0/+100
|\ \ \ \ | | |_|/ | |/| |
| * | | Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+100
| | |/ | |/|
* | | Merge tag 'v1.37.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0122-200/+458
|\| |
| * | Fix wrapping of legacy check_registration_for_spam (#10238)Brendan Abolivier2021-06-231-0/+76
| |/
| * Add endpoints for backfilling history (MSC2716) (#9247)Eric Eastwood2021-06-223-4/+17
| * Fix a missing await when in the spaces summary. (#10208)Patrick Cloke2021-06-181-1/+98
| * Standardise the module interface (#10062)Brendan Abolivier2021-06-183-48/+96
| * Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-97/+0
| * Ensure that we do not cache empty sync responses after a timeout (#10158)Richard van der Hoff2021-06-172-5/+53
| * update black to 21.6b0 (#10197)Marcus2021-06-1710-17/+17
| * Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-152-17/+13
| * Extend `ResponseCache` to pass a context object into the callback (#10157)Richard van der Hoff2021-06-141-7/+68
| * Implement knock feature (#6739)Sorunome2021-06-092-2/+395
| * Limit the number of in-flight /keys/query requests from a single device. (#10...Patrick Cloke2021-06-091-3/+10
* | Merge tag 'v1.36.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3113-107/+619
|\|
| * Always update AS last_pos, even on no events (#10107)14mRh4X0r2021-06-071-4/+2
| * r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224)Travis Ralston2021-06-031-2/+1
| * Add new admin APIs to remove media by media ID from quarantine. (#10044)Dirk Klimpel2021-06-021-0/+128
| * Rewrite the KeyRing (#10035)Erik Johnston2021-06-023-114/+111
| * add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-013-0/+122
| * Make reason and score optional for report_event (#10077)Callum Brown2021-05-272-1/+97
| * Fix up `BatchingQueue` (#10078)Erik Johnston2021-05-271-2/+76
| * Remove redundant code to reload tls cert (#10054)Richard van der Hoff2021-05-271-2/+1
| * Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-3/+3
| * Add an admin API for unprotecting local media from quarantine (#10040)Dirk Klimpel2021-05-261-0/+99
* | Merge tag 'v1.35.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3112-118/+483
|\|
| * Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-2/+2
| * Remove `keylen` from `LruCache`. (#9993)Richard van der Hoff2021-05-242-4/+6
| * Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-213-16/+18
| * Add a test for update_presence (#10033)Andrew Morgan2021-05-211-1/+46
| * Add a batching queue implementation. (#10017)Erik Johnston2021-05-211-0/+169
| * Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-183-92/+228
| * Minor `@cachedList` enhancements (#9975)Richard van der Hoff2021-05-141-3/+14
* | Merge tag 'v1.34.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3111-124/+441
|\|
| * Correctly ratelimit invites when creating a room (#9968)Brendan Abolivier2021-05-122-0/+94
| * Change the format of access tokens away from macaroons (#5588)Richard van der Hoff2021-05-124-92/+34
| * Tests for to-device messages (#9965)Richard van der Hoff2021-05-111-0/+201
| * Sort child events according to MSC1772 for the spaces summary API. (#9954)Patrick Cloke2021-05-111-0/+81
| * Merge branch 'master' into developBrendan Abolivier2021-05-113-0/+244
| |\
| * | Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-3/+1
| * | Revert "Leave out optional keys from /sync (#9919)" (#9940)Erik Johnston2021-05-062-6/+32
| * | Increase perf of handling presence when joining large rooms. (#9916)Erik Johnston2021-05-051-10/+4
| * | Leave out optional keys from /sync (#9919)DeepBlueV7.X2021-05-052-32/+6
| * | Delete room endpoint (#9889)ThibF2021-04-291-19/+26
* | | Merge tag 'v1.33.2' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-313-0/+244
|\ \ \ | | |/ | |/|
| * | Merge pull request from GHSA-x345-32rc-8h85Richard van der Hoff2021-05-113-0/+244
| |/
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-31204-467/+465
|\|
| * Fix tight loop handling presence replication. (#9900)Erik Johnston2021-04-281-0/+22
| * Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-273-11/+9
| * Improved validation for received requests (#9817)Richard van der Hoff2021-04-234-0/+86
| * Kill off `_PushHTTPChannel`. (#9878)Richard van der Hoff2021-04-232-121/+19
| * pass a reactor into SynapseSite (#9874)Richard van der Hoff2021-04-233-0/+3
| * Remove room and user invite ratelimits in default unit test config (#9871)Andrew Morgan2021-04-231-0/+4
| * Split presence out of master (#9820)Erik Johnston2021-04-232-85/+3
| * Limit the size of HTTP responses read over federation. (#9833)Richard van der Hoff2021-04-231-0/+59
| * Limit length of accepted email addresses (#9855)Erik Johnston2021-04-221-0/+51
| * Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-202-5/+5
| * Merge branch 'master' into developAndrew Morgan2021-04-203-7/+7
| |\
| * | Add presence federation stream (#9819)Erik Johnston2021-04-201-8/+171
| * | Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-2011-23/+23
| * | Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-15/+37
| * | remove `HomeServer.get_config` (#9815)Richard van der Hoff2021-04-141-1/+1
| * | Separate creating an event context from persisting it in the federation handl...Patrick Cloke2021-04-141-2/+4
| * | Revert "Check for space membership during a remote join of a restricted room....Patrick Cloke2021-04-141-4/+2
| * | Check for space membership during a remote join of a restricted room. (#9763)Patrick Cloke2021-04-141-2/+4
| * | Move some replication processing out of generic_worker (#9796)Erik Johnston2021-04-141-5/+3
| * | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-14200-200/+0
* | | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-31102-818/+1887
|\ \ \ | | |/ | |/|
| * | Always use the name as the log ID. (#9829)Patrick Cloke2021-04-203-7/+7
| |/
| * Bump black configuration to target py36 (#9781)Dan Callahan2021-04-134-6/+6
| * Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-0/+284
| * Require AppserviceRegistrationType (#9548)Will Hunt2021-04-122-16/+38
| * Use mock from the stdlib. (#9772)Patrick Cloke2021-04-0978-121/+82
| * Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401)Dirk Klimpel2021-04-091-2/+2
| * Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-0811-33/+68
| * Merge remote-tracking branch 'origin/develop' into rav/drop_py35Richard van der Hoff2021-04-0819-559/+928
| |\
| | * Record more information into structured logs. (#9654)Patrick Cloke2021-04-085-45/+92
| | * Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-063-13/+569
| | * Fix reported bugbear: too broad exception assertion (#9753)Andrew Morgan2021-04-061-2/+3
| | * Convert storage test cases to HomeserverTestCase. (#9736)Patrick Cloke2021-04-0610-499/+264
| * | remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-081-2/+1
| * | Drop support for sqlite<3.22 as wellRichard van der Hoff2021-04-081-11/+1
| |/
| * Update mypy configuration: `no_implicit_optional = True` (#9742)Jonathan de Jong2021-04-051-2/+5
| * Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-011-1/+120
| * Add an experimental room version to support restricted join rules. (#9717)Patrick Cloke2021-03-311-3/+243
| * Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-1/+0
| * Make RateLimiter class check for ratelimit overrides (#9711)Erik Johnston2021-03-301-60/+108
* | Rework room freeze and implement unfreezing the room (#100)Brendan Abolivier2021-07-221-131/+150
* | Merge commit '78e48f61b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-236-26/+35
|\|
| * Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-292-15/+11
| * Fix CI by ignore type for None module import (#9709)Andrew Morgan2021-03-291-1/+1
| * Make it possible to use dmypy (#9692)Erik Johnston2021-03-263-10/+23
* | Merge commit 'e5801db83' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+1
|\|
| * Enable addtional flake8-bugbear linting checks. (#9659)Jonathan de Jong2021-03-241-1/+1
* | Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+20
|\|
| * Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-0/+40
| * Merge branch 'develop' into babolivier/msc3026Brendan Abolivier2021-03-192-55/+167
| |\
| * | Implement MSC3026: busy presence stateBrendan Abolivier2021-03-181-0/+20
* | | Merge commit '0e3558473' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-235-55/+301
|\ \ \ | | |/ | |/|
| * | Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-55/+118
| * | Make federation catchup send last event from any server. (#9640)Erik Johnston2021-03-181-0/+49
| |/
| * Ensure we use a copy of the event content dict before modifying it in seriali...Andrew Morgan2021-03-173-0/+134
* | Merge commit 'ad721fc55' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-5/+165
|\|
| * Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-1/+1
| * Add SSO attribute requirements for OIDC providers (#9609)Hubbe2021-03-161-0/+132
| * Return m.change_password.enabled=false if local database is disabled (#9588)Dirk Klimpel2021-03-161-4/+32
* | Merge commit 'd315e9644' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-16/+58
|\|
| * Pass SSO IdP information to spam checker's registration function (#9626)Andrew Morgan2021-03-161-0/+31
| * Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-161-16/+27
* | Merge commit '1c8a2541d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-29/+20
|\|
| * Fix remaining mypy issues due to Twisted upgrade. (#9608)Patrick Cloke2021-03-152-28/+18
| * Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-1/+2
* | Merge commit '55da8df07' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-5/+129
|\|
| * Fix additional type hints from Twisted 21.2.0. (#9591)Patrick Cloke2021-03-121-3/+5
| * Add tests for blacklisting reactor/agent. (#9563)Patrick Cloke2021-03-111-2/+124
* | Merge commit 'a7a379006' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-3/+73
|\|
| * Use the chain cover index in get_auth_chain_ids. (#9576)Patrick Cloke2021-03-101-3/+73
* | Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-24/+166
|\|
| * JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-093-24/+166
* | Merge commit '7fdc6cefb' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-234-20/+40
|\|
| * Fix additional type hints. (#9543)Patrick Cloke2021-03-093-12/+19
| * Handle image transparency better when thumbnailing. (#9473)Patrick Cloke2021-03-091-8/+21
* | Merge commit '22db45bd4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-236-76/+231
|\|
| * Add ResponseCache tests. (#9458)Jonathan de Jong2021-03-081-0/+131
| * Add a basic test for purging rooms. (#9541)Patrick Cloke2021-03-081-26/+45
| * Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-044-50/+55
* | Merge commit '33a02f0f5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-11/+24
|\|
| * Fix additional type hints from Twisted upgrade. (#9518)Patrick Cloke2021-03-031-11/+24
* | Merge commit 'f00c4e7af' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-36/+55
|\|
| * (Hopefully) stop leaking file descriptors in media repo. (#9497)Patrick Cloke2021-03-011-36/+55
* | Merge commit 'e12077a78' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-236-78/+106
|\|
| * Add support for no_proxy and case insensitive env variables (#9372)Tim Leung2021-02-261-44/+73
| * SSO: redirect to public URL before setting cookies (#9436)Richard van der Hoff2021-02-264-27/+65
| * Test that we require validated email for email pushers (#9496)Erik Johnston2021-02-251-2/+32
* | Merge commit '292792194' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-234-4/+4
|\|
| * Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-244-4/+4
* | Merge commit '1b2d6d55c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-56/+266
|\|
| * Remove vestiges of uploads_path config (#9462)Richard van der Hoff2021-02-221-1/+0
| * Add an `order_by` field to list users' media admin API. (#8978)Dirk Klimpel2021-02-221-21/+225
| * Remove cache for get_shared_rooms_for_users (#9416)Andrew Morgan2021-02-221-34/+41
* | Merge commit 'e22b71810' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-3/+66
|\|
| * Regenerate exact thumbnails if missing (#9438)Erik Johnston2021-02-191-3/+66
| |\
| | * Add testErik Johnston2021-02-191-3/+66
| * | Fix style checking due to updated black.Patrick Cloke2021-02-191-1/+4
* | | Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-239-34/+93
|\| |
| * | Be smarter about which hosts to send presence to when processing room joins (...Andrew Morgan2021-02-191-4/+10
| * | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+94
| * | Add configs to make profile data more private (#9203)AndrewFerr2021-02-191-1/+5
| |/
* | Merge commit '1381cd05b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+1
|\|
| * Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#...Rishabh Arya2021-02-181-1/+1
* | Merge commit '8ec221710' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-4/+8
|\|
| * Reduce the memory usage of previewing media files. (#9421)Patrick Cloke2021-02-181-4/+5
| * Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-172-0/+3
* | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-2388-1518/+2392
|\|
| * Support for form_post in OIDC responses (#9376)Richard van der Hoff2021-02-171-13/+13
| * Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-1681-635/+1407
| * Clean up caching/locking of OIDC metadata load (#9362)Richard van der Hoff2021-02-162-26/+206
| * Handle missing data in power levels events during room upgrade. (#9395)Patrick Cloke2021-02-161-0/+153
| * Convert additional test-cases to homeserver test case. (#9396)Patrick Cloke2021-02-164-331/+213
| * Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-113-1/+13
| |\
| * | Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-115-516/+301
| * | Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-112-3/+105
* | | Merge commit 'e40d88cff' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-1/+13
|\ \ \ | | |/ | |/|
| * | Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-113-1/+13
* | | Merge commit '3f58fc848' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-11/+176
|\ \ \ | | |/ | |/|
| * | Handle additional errors when previewing URLs. (#9333)Patrick Cloke2021-02-081-11/+92
| * | Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+84
| |\ \
| | * | FIXUP: linterDavid Teller2021-01-281-1/+3
| | * | FIXUP: Now testing that the user is admin!David Teller2021-01-281-1/+35
| | * | New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+48
* | | | Merge commit '5a9cdaa6e' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-2/+49
|\| | |
| * | | Merge branch 'erikj/media_spam_checker' into developErik Johnston2021-02-041-0/+94
| |\ \ \
| * | | | Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-041-2/+49
* | | | | Merge commit '7e8083eb4' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+94
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add check_media_file_for_spam spam checker hookErik Johnston2021-02-041-0/+94
| | |_|/ | |/| |
* | | | Merge commit '2ab6e67ab' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-48/+60
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'social_login_hotfixes' into developRichard van der Hoff2021-02-031-4/+12
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixesRichard van der Hoff2021-02-031-47/+0
| | |\| |
| * | | | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-031-1/+60
| | |/ / | |/| |
| * | | Honour ratelimit flag for application services for invite ratelimiting (#9302)Erik Johnston2021-02-031-47/+0
* | | | Merge commit 'e288499c6' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-4/+12
|\ \ \ \ | | |/ / | |/| |
| * | | Social login UI polish (#9301)Richard van der Hoff2021-02-031-4/+12
| |/ /
* | | Merge commit '261093072' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-9/+51
|\| |
| * | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+15
| * | Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-011-9/+6
| * | Refactor email summary generation. (#9260)Patrick Cloke2021-02-011-0/+30
* | | Up invite ratelimiting for testsAndrew Morgan2021-04-221-0/+4
* | | Merge commit '18ab35284' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-226-22/+151
|\| |
| * | Merge branch 'social_login' into developRichard van der Hoff2021-02-015-36/+40
| |\ \
| | * | Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-3/+2
| | * | Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-013-18/+22
| * | | Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-292-1/+127
* | | | Merge commit '9c715a5f1' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-15/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Fix SSO on workers (#9271)Richard van der Hoff2021-02-012-16/+5
| * | | Split out a separate endpoint to complete SSO registration (#9262)Richard van der Hoff2021-02-011-1/+13
* | | | Merge commit 'e19396d62' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-224-8/+97
|\ \ \ \ | | |/ / | |/| |
| * | | Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-284-8/+97
| | |/ | |/|
* | | Merge commit '2e537a028' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-2/+93
|\| |
| * | Merge branch 'social_login' into developRichard van der Hoff2021-01-272-2/+93
| |\|
| | * Implement MSC2858 support (#9183)Richard van der Hoff2021-01-272-2/+93
* | | Merge commit '1baab2035' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-16/+54
|\| |
| * | Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-16/+25
| * | Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke2021-01-261-0/+29
* | | Merge commit 'cee4010f9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-6/+66
|\| |
| * | Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-252-6/+66
* | | Merge commit 'fdf834694' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-2/+254
|\| |
| * | Merge tag 'v1.26.0rc2' into developPatrick Cloke2021-01-251-0/+12
| |\|
| * | Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-252-1/+230
| * | Return a 404 if no valid thumbnail is found. (#9163)Patrick Cloke2021-01-211-1/+24
* | | Merge commit 'a01605c13' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+12
|\ \ \ | | |/ | |/|
| * | Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston2021-01-221-0/+12
* | | Merge commit '939ef657c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-27/+196
|\ \ \ | | |/ | |/|
| * | Add tests for List Users Admin API (#9045)Dirk Klimpel2021-01-211-27/+196
| |/
* | Merge commit '42a8e8137' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-1/+1
|\|
| * Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-211-1/+1