summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve default_power_level_content_override documentation (#17451)Ben Banfield-Zanin2024-07-181-0/+2
* 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
* 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
|\
| * Fix new media APIs when using synapse.app.media_repository (#17420)Erik Johnston2024-07-092-2/+2
* | Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418)Eric Eastwood2024-07-091-55/+96
|/
* Fix exception when failing to talk to remote server (#17411)Erik Johnston2024-07-091-1/+2
* 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
* 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
|\
| * 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
| * Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-0214-29/+153
* | 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
|/
* Re-introduce federation /download endpoint (#17350)Shay2024-06-256-11/+413
* 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
* 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
* 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
* 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
* 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
|\
| * 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
* | 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
|\|
| * 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
* | 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
|/
* Fix bug where typing replication breaks (#17252)Erik Johnston2024-05-311-3/+3
* 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
* 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
* Ensure we delete media if we reject due to spam check (#17246)Erik Johnston2024-05-302-32/+32
* 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
* 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
* 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
* 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
* Actually fix public rooms (#17184)Erik Johnston2024-05-131-54/+54
* 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
* 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
* 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
* | 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
|/
* 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
* Fixups to #17064 (#17065)Erik Johnston2024-04-081-0/+3
* Add back fast path for non-gappy syncs (#17064)Erik Johnston2024-04-081-0/+36
* 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
* 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
* Fix OIDC login regression (#17031)Erik Johnston2024-03-261-0/+7
* 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
* Clarify docs for some room state functions (#16950)Richard van der Hoff2024-03-191-3/+5
* `/sync`: Fix edge-case in calculating the "device_lists" response (#16949)Richard van der Hoff2024-03-141-2/+9
* Split up `SyncHandler.compute_state_delta` (#16929)Richard van der Hoff2024-03-141-145/+236
* Improve lock performance when a lot of locks are waiting (#16840)Mathieu Velten2024-03-141-6/+9
* Bump ruff from 0.1.14 to 0.3.2 (#16994)dependabot[bot]2024-03-131-7/+0
* Bump mypy from 1.5.1 to 1.8.0 (#16901)dependabot[bot]2024-03-1310-30/+19
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-1365-453/+349
* Prevent locking up while processing batched_auth_events (#16968)Gerrit Gogel2024-03-121-9/+34
* deactivated flag refactored to filter deactivated users. (#16874)Alexander Fechler2024-03-113-5/+27
* Stabilize support for Retry-After header (MSC4014) (#16947)Patrick Cloke2024-03-082-12/+2
* Fix joining remote rooms when a `on_new_event` callback is registered (#16973)Quentin Gliech2024-03-062-16/+16
* Revert "Improve DB performance of calculating badge counts for push. (#16756)...Andrew Morgan2024-03-052-147/+114
* Don't lock up when joining large rooms (#16903)Erik Johnston2024-02-201-9/+17
* bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927)kegsay2024-02-201-3/+18
* Add metric for emails sent (#16881)Remi Rampin2024-02-141-0/+23
* Don't invalidate the entire event cache when we purge history (#16905)Erik Johnston2024-02-133-7/+68
* Add a config to not send out device list updates for specific users (#16909)Erik Johnston2024-02-132-2/+19
* Merge remote-tracking branch 'origin/release-v1.101' into developErik Johnston2024-02-091-2/+2
|\
| * Increase batching when fetching auth chains (#16893)Erik Johnston2024-02-091-2/+2
* | Only do one concurrent fetch per server in keyring (#16894)Erik Johnston2024-02-091-4/+5
|/
* Accept unprefixed form of MSC3981 recurse parameter (#16842)David Baker2024-02-061-1/+1
* Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885)dependabot[bot]2024-02-062-5/+3
* Run `ANALYZE` after fiddling with stats (#16849)Erik Johnston2024-01-242-0/+18
* Speed up e2e device keys queries for bot accounts (#16841)Erik Johnston2024-01-231-11/+18
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-23461-0/+560
* Preparatory work for tweaking performance of auth chain lookups (#16833)Erik Johnston2024-01-234-27/+162
* Allow room creation but not publishing to continue if room publication rules ...Shay2024-01-221-4/+2
* Handle wildcard type filters properly (#14984)Mo Balaa2024-01-221-6/+17
* feat: add msc4028 to versions api (#16787)Hanadi2024-01-161-0/+2
* Optimize query for fetching to-device messages in `/sync` (#16805)Erik Johnston2024-01-111-77/+72
* Improve DB performance of calculating badge counts for push. (#16756)Erik Johnston2024-01-112-114/+147
* Correctly handle OIDC config with no `client_secret` set (#16806)Erik Johnston2024-01-101-1/+14
* Faster load recents for sync (#16783)Erik Johnston2024-01-102-7/+24
* Pull less state out if we fail to backfill (#16788)Erik Johnston2024-01-101-9/+12
* Reduce amount of state pulled out when querying federation hierachy (#16785)Erik Johnston2024-01-103-3/+81
* Split up deleting devices into batches (#16766)Erik Johnston2024-01-101-2/+6
* Faster partial join to room with complex auth graph (#7)Erik Johnston2024-01-101-49/+30
* Filter out rooms from the room directory being served to other homeservers wh...reivilibre2024-01-082-52/+132
* Port `EventInternalMetadata` class to Rust (#16782)Erik Johnston2024-01-085-119/+119
* Fix linting (#16780)Erik Johnston2024-01-051-1/+11
* Simplify internal metadata class. (#16762)Erik Johnston2024-01-055-46/+23
* Add recursion_depth to /relations if recursing (#16775)David Baker2024-01-041-0/+4
* Search non ASCII display names using Admin API (#16767)Adam Jędrzejewski2024-01-041-1/+1
* Fix email verification redirection (#16761)FadhlanR2024-01-022-2/+2
* Enable user without password (#16770)Dirk Klimpel2024-01-021-9/+0
* Move the rust stubs inline for better IDE integration (#16757)Erik Johnston2023-12-213-0/+100
* Update book locationErik Johnston2023-12-1313-17/+17
* Fix linksErik Johnston2023-12-131-1/+1
* Log the new license during start.Patrick Cloke2023-12-131-0/+4
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-13802-5348/+13682
|\
| * Update license headersPatrick Cloke2023-11-21816-5348/+13948
* | Revert changes to READMEErik Johnston2023-12-131-12/+0
* | Merge remote-tracking branch 'origin/clokep/morg-readme' into developErik Johnston2023-12-131-0/+12
|\ \
| * | Update text clokep/morg-readmeErik Johnston2023-12-121-3/+9
| * | Update the README pointing to the Element fork.Patrick Cloke2023-12-121-0/+6
* | | Sentry Alert configuration based on production and development environment (#...Zeeshan Rafiq2023-12-122-0/+2
* | | Add avatar and topic settings for server notice room (#16679)Mathieu Velten2023-12-122-11/+114
* | | Add config to change the delay before sending a notification email (#16696)Mathieu Velten2023-12-122-9/+11
* | | Write signing keys with file mode 0640 (#16740)elara-leitstellentechnik2023-12-082-5/+16
* | | Expose OIDC discovery information under the CSAPI (#16726)David Robertson2023-12-062-0/+65
|/ /
* | Revert postgres logical replication deltaas v1.98.0rc1David Robertson2023-12-05116-128/+0
* | Fix upgrading a room without `events` field in power levels (#16725)David Robertson2023-12-051-1/+1
* | Set response values to zero if None for /_synapse/admin/v1/federation/destina...Will Hunt2023-12-051-2/+2
* | Fix postgres schema after dropping old tables (#16730)David Robertson2023-12-055-5/+0
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one....reivilibre2023-12-04121-0/+133
* | Server notices: add an autojoin setting for the notices room (#16699)Mathieu Velten2023-12-042-1/+16
* | Implement MSC4069: Inhibit profile propagation (#16636)Travis Ralston2023-12-044-5/+42
* | ModuleAPI SSO auth callbacks (#15207)Andrew Yasinishyn2023-12-015-0/+41
* | Drop unused tables & unneeded access token ID for events. (#16522)Patrick Cloke2023-12-013-8/+28
* | Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)Patrick Cloke2023-11-291-0/+3
* | Request & follow redirects for /media/v3/download (#16701)Patrick Cloke2023-11-294-33/+152
* | Reduce DB load when forget on leave setting is disabled (#16668)Erik Johnston2023-11-291-3/+8
* | Speed up pruning of `user_ips` table (#16667)Erik Johnston2023-11-291-10/+7
* | Ignore `encryption_enabled_by_default_for_room_type` for notices room (#16677)Mathieu Velten2023-11-282-1/+10
* | Remove old full schema dumps. (#16697)Patrick Cloke2023-11-2820-2962/+0
* | Correctly read to-device stream pos on SQLite (#16682)David Robertson2023-11-242-13/+20
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16...David Robertson2023-11-234-38/+74
* | Enable refreshable tokens on the admin registration endpoint (#16642)Charles Wright2023-11-221-1/+9
* | Admin API for server notice: consistently bypass rate limits (#16670)Mathieu Velten2023-11-221-0/+2
* | Filter out auth chain queries that don't exist (#16552)Jason Little2023-11-221-0/+5
|/