summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-307-44/+631
|\
| * Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-303-3/+75
| * Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-296-40/+362
| * Sliding Sync: Add Account Data extension (MSC3959) (#17477)Eric Eastwood2024-07-244-2/+195
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-244-19/+83
|\|
| * Sliding Sync: ensure bump stamp ignores backfilled events (#17478)Erik Johnston2024-07-241-2/+8
| * Use a new token format for sliding sync (#17452)Erik Johnston2024-07-244-17/+75
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-2327-86/+592
|\|
| * Speed up SS room sorting (#17468)Erik Johnston2024-07-234-27/+156
| * Reduce volume of 'Waiting for current token' logs, which were introduced in v...reivilibre2024-07-232-5/+31
| * Fixed presence results not returning offline users on initial sync (#17231)Michael Hollister2024-07-232-1/+10
| * Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood2024-07-227-30/+201
| * SS: Implement `$ME` support (#17469)Erik Johnston2024-07-221-1/+5
| * Speed up room keys query by using read/write lock (#17461)Erik Johnston2024-07-221-9/+9
| * Prepare for authenticated media freeze (#17433)Shay2024-07-229-12/+140
| * Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston2024-07-194-4/+36
| * Generate room sync data concurrently (#17458)Erik Johnston2024-07-191-2/+10
| * Improve default_power_level_content_override documentation (#17451)Ben Banfield-Zanin2024-07-181-0/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-1810-310/+756
|\|
| * Add `m.room.create` to default bump event types (#17453)Eric Eastwood2024-07-181-0/+1
| * Order `heroes` by `stream_ordering` (as spec'ed) (#17435)Eric Eastwood2024-07-171-12/+45
| * Handle remote download responses with `UNKNOWN_LENGTH` more gracefully (#17439)Shay2024-07-161-46/+80
| * Fix bug where sync could get stuck when using workers (#17438)Erik Johnston2024-07-152-10/+66
| * Make sure we use the right logic for enabling the media repo. (#17424)Quentin Gliech2024-07-153-8/+2
| * Add room subscriptions to Sliding Sync `/sync` (#17432)Eric Eastwood2024-07-151-115/+288
| * Add `is_dm` room field to Sliding Sync `/sync` (#17429)Eric Eastwood2024-07-111-29/+46
| * Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)Eric Eastwood2024-07-114-98/+236
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-116-81/+352
|\|
| * Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-112-13/+61
| * Fix docs on `record_action` to clarify the actions are applied (#17426)Travis Ralston2024-07-111-3/+2
| * Handle to-device extensions to Sliding Sync (#17416)Erik Johnston2024-07-104-10/+193
| * Merge branch 'release-v1.111' into developQuentin Gliech2024-07-102-2/+2
| |\
| * | Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418)Eric Eastwood2024-07-091-55/+96
* | | Merge remote-tracking branch 'origin/release-v1.111' into matrix-org-hotfixesQuentin Gliech2024-07-102-2/+2
|\ \ \ | | |/ | |/|
| * | Fix new media APIs when using synapse.app.media_repository (#17420)Erik Johnston2024-07-092-2/+2
| |/
* | Only log once when waiting for current token to catch upOlivier 'reivilibre2024-07-091-5/+8
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesQuentin Gliech2024-07-091-1/+2
|\|
| * Fix exception when failing to talk to remote server (#17411)Erik Johnston2024-07-091-1/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesQuentin Gliech2024-07-0913-121/+154
|\|
| * Fix `/versions` requests (#17410)Erik Johnston2024-07-092-1/+10
| * Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-085-88/+31
| * Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-085-30/+93
| * Declare support for Matrix 1.11 (#17403)Travis Ralston2024-07-081-0/+1
| * MSC3861: allow overriding the introspection endpoint (#17406)Quentin Gliech2024-07-082-2/+19
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-07-0844-357/+2396
|\|
| * Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ...Shay2024-07-088-47/+178
| * Bump ruff from 0.3.7 to 0.5.0 (#17381)dependabot[bot]2024-07-057-12/+14
| * Allow enabling sliding sync per-user (#17393)Erik Johnston2024-07-055-6/+87
| * Finish up work to allow per-user feature flags (#17392)Erik Johnston2024-07-054-26/+98
| * Upon deactivation, forget all of the user's rooms (#17400)Travis Ralston2024-07-051-0/+4
| * Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood2024-07-045-81/+433
| * Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)Eric Eastwood2024-07-023-6/+34
| * Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-029-202/+920
| * Merge remote-tracking branch 'origin/release-v1.110' into developErik Johnston2024-07-021-4/+22
| |\
| * | Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365)Shay2024-07-0214-37/+689
| * | Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-0214-29/+153
| * | Limit size of presence EDUs (#17371)Erik Johnston2024-07-011-11/+20
| * | Handle multiple rows device inbox (#17362)Erik Johnston2024-06-271-3/+2
* | | Merge remote-tracking branch 'origin/release-v1.110' into matrix-org-hotfixesErik Johnston2024-07-022-15/+42
|\ \ \ | | |/ | |/|
| * | Limit size of presence EDUs (#17371)Erik Johnston2024-07-021-11/+20
| * | Fix regression when bounding future tokens (#17391)Erik Johnston2024-07-021-4/+22
* | | Merge branch 'release-v1.110' into matrix-org-hotfixesErik Johnston2024-07-0214-29/+153
|\| |
| * | Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-0214-29/+153
| |/
* | Merge remote-tracking branch 'origin/release-v1.110' into matrix-org-hotfixesTill Faelligen2024-06-266-11/+413
|\|
| * Re-introduce federation /download endpoint (#17350)Shay2024-06-256-11/+413
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-252-11/+23
|\|
| * Limit amount of replication we send (#17358)Erik Johnston2024-06-251-8/+7
| * Reintroduce "Reduce device lists replication traffic."" (#17361)Erik Johnston2024-06-254-48/+80
| * Revert "Reduce device lists replication traffic." (#17360)Erik Johnston2024-06-254-80/+48
| * Add `is_invite` filtering to Sliding Sync `/sync` (#17335)Eric Eastwood2024-06-241-3/+16
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-2419-161/+410
|\|
| * Fix room `type` typo in mailer (#17336)Eric Eastwood2024-06-241-2/+3
| * Reintroduce #17291. (#17338)Erik Johnston2024-06-243-77/+206
| * Add support for MSC3823 - Account Suspension Part 2 (#17255)Shay2024-06-246-0/+97
| * Reduce device lists replication traffic. (#17333)Erik Johnston2024-06-244-48/+80
| * Tidy up integer parsing (#17339)Denis Kasak2024-06-247-34/+24
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-196-209/+148
|\|
| * Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston2024-06-192-191/+70
| * Register sliding sync under a different path (#17331)Erik Johnston2024-06-191-1/+1
| * register-new-matrix-user: add a flag to ignore already existing users (#17304)Jörg Thalheim2024-06-191-2/+28
| * Filter added to Admin-API GET /rooms (#17276)Alexander Fechler2024-06-192-15/+49
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-195-77/+224
|\|
| * Handle large chain calc better (#17291)Erik Johnston2024-06-192-70/+191
| * Require the 'from' parameter for `/notifications` be an integer (#17283)Andrew Morgan2024-06-192-2/+18
| * Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan2024-06-187-411/+22
| * register_new_matrix_user: add password-file flag (#17294)Jörg Thalheim2024-06-181-5/+15
* | Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan2024-06-187-411/+22
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-06-1858-485/+2439
|\|
| * Add support for via query parameter from MSC4156 (#17322)Johannes Marbach2024-06-183-0/+19
| * Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood2024-06-173-100/+122
| * Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood2024-06-175-63/+173
| * Merge branch 'release-v1.109' into developQuentin Gliech2024-06-172-25/+35
| |\
| * | Enable cross-signing key upload without UIA (#17284)Richard van der Hoff2024-06-143-54/+29
| * | Include user membership on events (#17282)Richard van der Hoff2024-06-1313-34/+4
| * | Add `is_dm` filtering to Sliding Sync `/sync` (#17277)Eric Eastwood2024-06-132-6/+159
| * | Fix `newly_left` rooms not appearing if we returned early (Sliding Sync) (#17...Eric Eastwood2024-06-131-13/+13
| * | Add `event.internal_metadata.instance_name` (#17300)Eric Eastwood2024-06-135-6/+16
| * | Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la...Eric Eastwood2024-06-131-10/+22
| * | Clarify that MSC4151 is enabled on matrix.org (#17296)Quentin Gliech2024-06-131-1/+9
| * | Add report room API (MSC4151) (#17270)Travis Ralston2024-06-126-3/+115
| * | Merge branch 'release-v1.109' into developQuentin Gliech2024-06-112-9/+35
| |\ \
| * | | Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood2024-06-1013-243/+267
| * | | Wrong retention policy being used when filtering events (lint `ControlVarUsed...Eric Eastwood2024-06-101-1/+1
| * | | Support MSC3916 by adding a federation `/download` endpoint (#17172)Shay2024-06-077-22/+411
| * | | Add debug logging for when room keys are uploaded, including whether they are...reivilibre2024-06-071-0/+18
| * | | Add Sliding Sync `/sync` endpoint (initial implementation) (#17187)Eric Eastwood2024-06-067-13/+1046
| * | | Handle OTK uploads off master (#17271)Erik Johnston2024-06-062-38/+59
| * | | Don't try and resync devices for down hosts (#17273)Erik Johnston2024-06-061-6/+18
| * | | Always return OTK counts (#17275)Erik Johnston2024-06-061-4/+29
| * | | Ratelimiting of remote media downloads (#17256)Shay2024-06-059-12/+130
| * | | Handle hyphens in user dir search porperly (#17254)Erik Johnston2024-06-051-6/+60
| * | | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#...Eric Eastwood2024-06-049-74/+80
* | | | Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixesQuentin Gliech2024-06-172-25/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | Set our own stream position from the current sequence value on startup (#17309)Quentin Gliech2024-06-171-3/+20
| * | | Automatically apply SQL for inconsistent sequence (#17305)Erik Johnston2024-06-141-22/+15
| | |/ | |/|
* | | Fix the import for RequestBodyModelQuentin Gliech2024-06-121-1/+1
* | | Add report room API (MSC4151) (#17270)Travis Ralston2024-06-126-3/+115
* | | Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixesErik Johnston2024-06-113-10/+36
|\| |
| * | Fix bug where device lists would break sync (#17292)Erik Johnston2024-06-102-9/+35
| * | Always return OTK counts (#17275)Erik Johnston2024-06-101-4/+29
| |/
* | Don't cacheErik Johnston2024-06-061-0/+1
* | Always return OTK countsErik Johnston2024-06-061-4/+28
* | Merge remote-tracking branch 'origin/release-v1.109' into matrix-org-hotfixesAndrew Morgan2024-06-041-3/+3
|\|
| * Fix bug where typing replication breaks (#17252)Erik Johnston2024-05-311-3/+3
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-312-10/+15
|\|
| * Fix logging errors when receiving invalid User ID for key querys (#17250)Erik Johnston2024-05-311-0/+5
| * Fix sentry default tags (#17251)Erik Johnston2024-05-311-10/+10
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-3014-261/+364
|\|
| * In sync wait for worker to catch up since token (#17215)Erik Johnston2024-05-305-3/+131
| * Fix deduplicating of membership events to not create unused state groups. (#1...Erik Johnston2024-05-302-35/+32
| * Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17...Erik Johnston2024-05-308-224/+225
| * Clean out invalid destinations from outbox (#17242)Erik Johnston2024-05-302-0/+91
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-302-32/+32
|\|
| * Ensure we delete media if we reject due to spam check (#17246)Erik Johnston2024-05-302-32/+32
* | Fix lack of PostgresEngine importedErik Johnston2024-05-291-3/+2
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-2933-820/+1659
|\|
| * Move towards using `MultiWriterIdGenerator` everywhere (#17226)Erik Johnston2024-05-298-215/+153
| * Don't invalidate all `get_relations_for_event` on history purge (#17083)Erik Johnston2024-05-295-13/+40
| * Change allow_unsafe_locale to also apply on new databases (#17238)Erik Johnston2024-05-291-1/+7
| * Ignore attempts to send to-device messages to bad users (#17240)Erik Johnston2024-05-291-0/+7
| * Handle duplicate OTK uploads racing (#17241)Erik Johnston2024-05-291-33/+45
| * Fix slipped logging context when media rejected (#17239)Erik Johnston2024-05-293-77/+40
| * Support MSC3916 by adding unstable media endpoints to `_matrix/client` (#17213)Shay2024-05-244-468/+703
| * Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167)Eric Eastwood2024-05-233-10/+411
| * Log exceptions when failing to auto-join new user according to the `auto_join...reivilibre2024-05-221-1/+1
| * Add logging to tasks managed by the task scheduler, showing CPU and database ...reivilibre2024-05-221-2/+67
| * Reduce work of calculating outbound device pokes (#17211)Erik Johnston2024-05-222-0/+31
| * Bring auto-accept invite logic into Synapse (#17147)devonh2024-05-216-1/+250
| * Improve perf of sync device lists (#17216)Erik Johnston2024-05-214-62/+102
* | Merge branch 'rei/task_scheduler_better_logging' into matrix-org-hotfixesOlivier 'reivilibre2024-05-181-6/+6
|\ \
| * | Oops! `Clock.time` gives secondsOlivier 'reivilibre2024-05-181-6/+6
* | | Merge branch 'rei/task_scheduler_better_logging' into matrix-org-hotfixesOlivier 'reivilibre2024-05-181-1/+2
|\| |
| * | Log task usage upon finish and every 5 minutes otherwiseOlivier 'reivilibre2024-05-181-2/+67
| |/
* | Merge branch 'rei/task_scheduler_better_logging' into matrix-org-hotfixesOlivier 'reivilibre2024-05-181-2/+66
|\ \
| * | Log task usage upon finish and every 5 minutes otherwiseOlivier 'reivilibre2024-05-181-2/+66
| |/
* | Merge branch 'erikj/wait_for_stream_pos' into matrix-org-hotfixesOlivier 'reivilibre2024-05-183-1/+115
|\ \
| * | Add current token to log lineOlivier 'reivilibre2024-05-181-1/+5
| * | Ignore typing stream for nowErik Johnston2024-05-181-0/+6
| * | In sync wait for worker to catch up since tokenErik Johnston2024-05-182-2/+53
| * | Add StreamToken.is_before_or_eq funcErik Johnston2024-05-182-1/+54
* | | Merge branch 'erikj/device_list_sync_perf' into matrix-org-hotfixesOlivier 'reivilibre2024-05-181-5/+6
|\ \ \
| * | | Only check for all rooms if not outbound pokeErik Johnston2024-05-181-5/+6
* | | | Merge branch 'erikj/device_list_sync_perf' into matrix-org-hotfixesOlivier 'reivilibre2024-05-184-62/+101
|\| | |
| * | | Add stream change cache for device lists in roomErik Johnston2024-05-182-11/+72
| * | | Cap the top stream ID when fetching changed devicesErik Johnston2024-05-183-6/+22
| * | | Improve perf of sync device lists (#17191)Erik Johnston2024-05-182-46/+8
| |/ /
* | | Merge branch 'develop' into matrix-org-hotfixesOlivier 'reivilibre2024-05-183-123/+159
|\ \ \ | | |/ | |/|
| * | Add a short sleep if the request is rate-limited (#17210)Erik Johnston2024-05-181-0/+4
| |/
| * Refactor `SyncResultBuilder` assembly to its own function (#17202)Eric Eastwood2024-05-161-116/+148
| * Fix `joined_rooms`/`joined_room_ids` usage (#17208)Eric Eastwood2024-05-161-1/+1
| * Rename to be obvious: `joined_rooms` -> `joined_room_ids` (#17203)Eric Eastwood2024-05-161-2/+2
| * Removed `request_key` from the `SyncConfig` (moved outside as its own functio...Eric Eastwood2024-05-162-4/+4
* | Merge branch 'erikj/redundant_outbound_pokes' into matrix-org-hotfixesErik Johnston2024-05-172-0/+30
|\ \
| * | Reduce work of calculating outbound device pokesErik Johnston2024-05-172-0/+30
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-163-27/+114
|\|
| * Revert "Improve perf of sync device lists" (#17207)Erik Johnston2024-05-162-8/+46
| * Fix bug where push rules would be empty in `/sync` (#17142)Erik Johnston2024-05-161-12/+8
| * Refactor Sync handler to be able to return different sync responses (`SyncVer...Eric Eastwood2024-05-162-7/+60
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-149-50/+123
|\|
| * Cache literal sync filter validation (#17186)Erik Johnston2024-05-141-1/+13
| * Reduce pauses on large device list changes (#17192)Erik Johnston2024-05-141-3/+10
| * Improve perf of sync device lists (#17191)Erik Johnston2024-05-142-46/+8
| * Allows CAS SSO flow to provide user IDs composed of numbers only (#17098)Aurélien Grimpard2024-05-142-0/+18
| * An federation whitelist query endpoint extension (#16848)Erik Johnston2024-05-133-0/+74
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-131-54/+54
|\|
| * Actually fix public rooms (#17184)Erik Johnston2024-05-131-54/+54
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-134-69/+70
|\|
| * Fix bug with creating public rooms on workers (#17177)Erik Johnston2024-05-131-65/+51
| * Fix undiscovered linter errors (#17166)devonh2024-05-081-3/+11
| * Optional whitespace support in Authorization (#1350) (#17145)Timshel2024-05-081-1/+5
| * Add note about MSC3886 being closed (#17151)Hugh Nimmo-Smith2024-05-081-0/+3
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-05-0730-64/+346
|\|
| * Add optimisation to `StreamChangeCache` (#17130)Erik Johnston2024-05-061-1/+19
| * Fix bug where `StreamChangeCache` would not respect cache factors (#17152)Erik Johnston2024-05-031-1/+1
| * Add support for MSC3823 - Account Suspension (#17051)Shay2024-05-016-3/+105
| * Apply user `email` & `picture` during OIDC registration if present & selected...devonh2024-04-292-1/+13
| * Add support for MSC4115 (#17104)Richard van der Hoff2024-04-2914-28/+139
| * Ensure that incoming to-device messages are not dropped (#17127)Richard van der Hoff2024-04-292-18/+29
| * Declare support for Matrix v1.10. (#17082)Patrick Cloke2024-04-291-0/+1
| * Fix filtering of rooms when supplying the `destination` query parameter to `/...Andrew Morgan2024-04-261-0/+1
| * Improve error message for cross signing reset with MSC3861 enabled (#17121)Michael Telatynski2024-04-261-5/+8
| * Use recommended endpoint for MSC3266 requests (#17078)Andrew Ferrazzutti2024-04-261-0/+6
| * Return the search terms as search highlights for SQLite instead of nothing (#...Melvyn Laïly2024-04-261-7/+24
* | Merge remote-tracking branch 'origin/release-v1.106' into matrix-org-hotfixesOlivier 'reivilibre2024-04-2520-128/+377
|\|
| * Redact membership events if the user requested erasure upon deactivating (#17...Till2024-04-252-1/+34
| * MSC4108 implementation (#17056)Quentin Gliech2024-04-258-5/+134
| * Add type annotation to `visited_chains` (#17125)Andrew Morgan2024-04-251-1/+1
| * Merge branch 'master' into developErik Johnston2024-04-232-73/+43
| |\
| | * Fix GHSA-3h7q-rfh9-xm4vErik Johnston2024-04-232-73/+43
| * | Send an email if the address is already bound to an user account (#16819)mcalinghee2024-04-235-2/+60
| * | Parse json validation (#16923)Gordan Trevis2024-04-183-47/+106
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-1817-186/+208
|\| |
| * | Fix remote receipts for events we don't have (#17096)Erik Johnston2024-04-171-1/+5
| * | Support for MSC4108 via delegation (#17086)Quentin Gliech2024-04-174-4/+53
| * | Parse Integer negative value validation (#16920)Gordan Trevis2024-04-167-156/+85
| * | bugfix: make msc3967 idempotent (#16943)Kegan Dougal2024-04-152-2/+48
| * | Use receipts `event_stream_ordering` instead of joins (#17032)Nick Mills-Barrett2024-04-122-19/+11
| * | Fix mypy on latest Twisted release (#17036)Erik Johnston2024-04-113-4/+6
| |/
* | Revert "block non-admins from publishing to room directory"Andrew Morgan2024-04-152-13/+1
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-108-55/+47
|\|
| * Stabilize support for MSC4010: push rules & account data. (#17022)Patrick Cloke2024-04-092-28/+6
| * Stabliize support for MSC3981: recurse /relations (#17023)Patrick Cloke2024-04-093-13/+5
| * Also check if first event matches the last in prev batch (#17066)Erik Johnston2024-04-091-7/+13
| * Fix PR #16677, a parameter was missing in a function call (#17033)Mathieu Velten2024-04-091-0/+1
| * Add forgotten schema delta (#17054)Erik Johnston2024-04-092-7/+22
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-081-0/+3
|\|
| * Fixups to #17064 (#17065)Erik Johnston2024-04-081-0/+3
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-081-0/+36
|\|
| * Add back fast path for non-gappy syncs (#17064)Erik Johnston2024-04-081-0/+36
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-04-084-209/+314
|\|
| * Pull out fewer receipts from DB when doing push (#17049)Erik Johnston2024-04-051-22/+102
| * Fix bug in calculating state for non-gappy syncs (#16942)Richard van der Hoff2024-04-041-54/+37
| * `/sync`: fix bug in calculating `state` response (#16930)Richard van der Hoff2024-04-041-41/+13
| * Fix bug in `/sync` response for archived rooms (#16932)Richard van der Hoff2024-04-041-14/+107
| * Add missing index to `access_tokens` table (#17045)Erik Johnston2024-04-041-0/+7
| * Refactor chain fetching (#17044)Erik Johnston2024-04-021-96/+66
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-03-288-40/+131
|\|
| * Fixups to new push stream (#17038)Erik Johnston2024-03-285-9/+15
| * Add support for moving `/push_rules` off of main process (#17037)Erik Johnston2024-03-288-40/+125
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-03-261-0/+7
|\|
| * Fix OIDC login regression (#17031)Erik Johnston2024-03-261-0/+7
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2024-03-2680-716/+914
|\|
| * Ensure that pending to-device events are sent over federation at startup (#16...Richard van der Hoff2024-03-223-31/+126
| * Add OIDC config to add extra parameters to the authorize URL (#16971)Mathieu Velten2024-03-222-6/+20
| * Do not refuse to set read_marker if previous event_id is in wrong room (#16990)SpiritCroc2024-03-212-5/+7
| * Fix reject knocks on deactivating account (#17010)Hanadi2024-03-212-10/+31
| * OIDC: try to JWT decode userinfo response if JSON parsing failed (#16972)Mathieu Velten2024-03-211-4/+28
| * Update power level default for public rooms (#16907)Shay2024-03-191-1/+1
| * Improve event validation (#16908)Shay2024-03-193-1/+26
| * Pass module API to OIDC mapping provider (#16974)Mathieu Velten2024-03-191-3/+14