| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize Pydantic models and types used in handlers (#17279) | Eric Eastwood | 2024-06-10 | 1 | -0/+1 |
* | Wrong retention policy being used when filtering events (lint `ControlVarUsed... | Eric Eastwood | 2024-06-10 | 1 | -0/+1 |
* | Support MSC3916 by adding a federation `/download` endpoint (#17172) | Shay | 2024-06-07 | 1 | -0/+2 |
* | Add debug logging for when room keys are uploaded, including whether they are... | reivilibre | 2024-06-07 | 1 | -0/+1 |
* | Add Sliding Sync `/sync` endpoint (initial implementation) (#17187) | Eric Eastwood | 2024-06-06 | 1 | -0/+1 |
* | Handle OTK uploads off master (#17271) | Erik Johnston | 2024-06-06 | 1 | -0/+1 |
* | Don't try and resync devices for down hosts (#17273) | Erik Johnston | 2024-06-06 | 1 | -0/+1 |
* | Always return OTK counts (#17275) | Erik Johnston | 2024-06-06 | 1 | -0/+1 |
* | Ratelimiting of remote media downloads (#17256) | Shay | 2024-06-05 | 1 | -0/+1 |
* | Handle hyphens in user dir search porperly (#17254) | Erik Johnston | 2024-06-05 | 1 | -0/+1 |
* | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#... | Eric Eastwood | 2024-06-04 | 1 | -0/+1 |
* | 1.109.0rc1 | Andrew Morgan | 2024-06-04 | 22 | -22/+0 |
* | Fix bug where typing replication breaks (#17252) | Erik Johnston | 2024-05-31 | 1 | -0/+1 |
* | Fix logging errors when receiving invalid User ID for key querys (#17250) | Erik Johnston | 2024-05-31 | 1 | -0/+1 |
* | Fix sentry default tags (#17251) | Erik Johnston | 2024-05-31 | 1 | -0/+1 |
* | In sync wait for worker to catch up since token (#17215) | Erik Johnston | 2024-05-30 | 1 | -0/+1 |
* | Fix deduplicating of membership events to not create unused state groups. (#1... | Erik Johnston | 2024-05-30 | 1 | -0/+1 |
* | Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17... | Erik Johnston | 2024-05-30 | 1 | -0/+1 |
* | Clean out invalid destinations from outbox (#17242) | Erik Johnston | 2024-05-30 | 1 | -0/+1 |
* | Ensure we delete media if we reject due to spam check (#17246) | Erik Johnston | 2024-05-30 | 1 | -0/+1 |
* | Move towards using `MultiWriterIdGenerator` everywhere (#17226) | Erik Johnston | 2024-05-29 | 1 | -0/+1 |
* | Don't invalidate all `get_relations_for_event` on history purge (#17083) | Erik Johnston | 2024-05-29 | 1 | -0/+1 |
* | Change allow_unsafe_locale to also apply on new databases (#17238) | Erik Johnston | 2024-05-29 | 1 | -0/+1 |
* | Ignore attempts to send to-device messages to bad users (#17240) | Erik Johnston | 2024-05-29 | 1 | -0/+1 |
* | Handle duplicate OTK uploads racing (#17241) | Erik Johnston | 2024-05-29 | 1 | -0/+1 |
* | Fix slipped logging context when media rejected (#17239) | Erik Johnston | 2024-05-29 | 1 | -0/+1 |
* | Support MSC3916 by adding unstable media endpoints to `_matrix/client` (#17213) | Shay | 2024-05-24 | 1 | -0/+1 |
* | Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167) | Eric Eastwood | 2024-05-23 | 1 | -0/+1 |
* | Log exceptions when failing to auto-join new user according to the `auto_join... | reivilibre | 2024-05-22 | 1 | -0/+1 |
* | Add logging to tasks managed by the task scheduler, showing CPU and database ... | reivilibre | 2024-05-22 | 1 | -0/+1 |
* | Reduce work of calculating outbound device pokes (#17211) | Erik Johnston | 2024-05-22 | 1 | -0/+1 |
* | Update Lemonldap-NG OIDC config (#17204) | Yadd | 2024-05-22 | 1 | -0/+1 |
* | Bring auto-accept invite logic into Synapse (#17147) | devonh | 2024-05-21 | 1 | -0/+1 |
* | Improve perf of sync device lists (#17216) | Erik Johnston | 2024-05-21 | 1 | -0/+1 |
* | 1.108.0rc1 | Erik Johnston | 2024-05-21 | 24 | -24/+0 |
* | Add a short sleep if the request is rate-limited (#17210) | Erik Johnston | 2024-05-18 | 1 | -0/+1 |
* | Federated Knocking Endpoints added (missing in Docu) (#17058) | Dominic Schubert | 2024-05-17 | 1 | -0/+1 |
* | Refactor `SyncResultBuilder` assembly to its own function (#17202) | Eric Eastwood | 2024-05-16 | 1 | -0/+1 |
* | Fix `joined_rooms`/`joined_room_ids` usage (#17208) | Eric Eastwood | 2024-05-16 | 1 | -0/+1 |
* | Rename to be obvious: `joined_rooms` -> `joined_room_ids` (#17203) | Eric Eastwood | 2024-05-16 | 1 | -0/+1 |
* | Removed `request_key` from the `SyncConfig` (moved outside as its own functio... | Eric Eastwood | 2024-05-16 | 1 | -0/+1 |
* | Route `/make_knock` and `/send_knock` to workers in Complement docker image (... | Andrew Morgan | 2024-05-16 | 1 | -0/+1 |
* | Revert "Improve perf of sync device lists" (#17207) | Erik Johnston | 2024-05-16 | 1 | -1/+0 |
* | Fix bug where push rules would be empty in `/sync` (#17142) | Erik Johnston | 2024-05-16 | 1 | -0/+1 |
* | Refactor Sync handler to be able to return different sync responses (`SyncVer... | Eric Eastwood | 2024-05-16 | 1 | -0/+1 |
* | Fix request path for `federation_whitelist_endpoint_enabled` option in docume... | Andrew Morgan | 2024-05-15 | 1 | -0/+1 |
* | Cache literal sync filter validation (#17186) | Erik Johnston | 2024-05-14 | 1 | -0/+1 |
* | Reduce pauses on large device list changes (#17192) | Erik Johnston | 2024-05-14 | 1 | -0/+1 |
* | Improve perf of sync device lists (#17191) | Erik Johnston | 2024-05-14 | 1 | -0/+1 |
* | Allows CAS SSO flow to provide user IDs composed of numbers only (#17098) | Aurélien Grimpard | 2024-05-14 | 1 | -0/+1 |
* | An federation whitelist query endpoint extension (#16848) | Erik Johnston | 2024-05-13 | 1 | -0/+1 |
* | Actually fix public rooms (#17184) | Erik Johnston | 2024-05-13 | 1 | -0/+1 |
* | Fix bug with creating public rooms on workers (#17177) | Erik Johnston | 2024-05-13 | 1 | -0/+1 |
* | Update docs to bump libjemalloc version on latest debian; correct "push_rules... | ll-SKY-ll | 2024-05-09 | 1 | -0/+1 |
* | Bump black from 24.2.0 to 24.4.2 (#17170) | Andrew Morgan | 2024-05-08 | 1 | -0/+1 |
* | Fix undiscovered linter errors (#17166) | devonh | 2024-05-08 | 1 | -0/+1 |
* | Optional whitespace support in Authorization (#1350) (#17145) | Timshel | 2024-05-08 | 1 | -0/+1 |
* | Update PyO3 to 0.21 (#17162) | Erik Johnston | 2024-05-08 | 1 | -0/+1 |
* | Note preset behaviour in `autocreate_auto_join_room_preset` docs (#17150) | Andrew Morgan | 2024-05-08 | 1 | -0/+1 |
* | Add note about MSC3886 being closed (#17151) | Hugh Nimmo-Smith | 2024-05-08 | 1 | -0/+1 |
* | Merge branch 'release-v1.107' into develop | Olivier 'reivilibre | 2024-05-07 | 23 | -23/+0 |
|\ |
|
| * | 1.107.0rc1 | Olivier 'reivilibre | 2024-05-07 | 23 | -23/+0 |
* | | Add note about external_ids for User Admin API in documentation (#17139) | Jacob Sánchez | 2024-05-07 | 1 | -0/+1 |
|/ |
|
* | Add optimisation to `StreamChangeCache` (#17130) | Erik Johnston | 2024-05-06 | 1 | -0/+1 |
* | Fix bug where `StreamChangeCache` would not respect cache factors (#17152) | Erik Johnston | 2024-05-03 | 1 | -0/+1 |
* | Fix lint.sh script (#17148) | Erik Johnston | 2024-05-03 | 1 | -0/+1 |
* | Bump `pillow` from 10.2.0 to 10.3.0 (#17146) | Andrew Morgan | 2024-05-03 | 1 | -0/+1 |
* | upgrade.md: Bump minimum Rust version to 1.66.0 (element-hq#17079) (#17140) | jahway603 | 2024-05-02 | 1 | -0/+1 |
* | synapse complement image: hardcode enabling msc3266 (#17105) | Benjamin Bouvier | 2024-05-02 | 1 | -0/+1 |
* | Add support for MSC3823 - Account Suspension (#17051) | Shay | 2024-05-01 | 1 | -0/+1 |
* | Drop sphinx docs (#17073) | Erik Johnston | 2024-05-01 | 1 | -0/+1 |
* | Correct licensing metadata on the Docker image (#17141) | Ben Banfield-Zanin | 2024-05-01 | 1 | -0/+1 |
* | Enable complement tests for MSC4115 support (#17137) | Richard van der Hoff | 2024-04-30 | 1 | -0/+1 |
* | Apply user `email` & `picture` during OIDC registration if present & selected... | devonh | 2024-04-29 | 1 | -0/+1 |
* | Add support for MSC4115 (#17104) | Richard van der Hoff | 2024-04-29 | 1 | -0/+1 |
* | Update tornado 6.2 -> 6.4 (#17131) | Andrew Morgan | 2024-04-29 | 1 | -0/+1 |
* | Ensure that incoming to-device messages are not dropped (#17127) | Richard van der Hoff | 2024-04-29 | 1 | -0/+1 |
* | Declare support for Matrix v1.10. (#17082) | Patrick Cloke | 2024-04-29 | 1 | -0/+1 |
* | Fix various typos in docs (#17114) | devonh | 2024-04-26 | 1 | -0/+1 |
* | Fix filtering of rooms when supplying the `destination` query parameter to `/... | Andrew Morgan | 2024-04-26 | 1 | -0/+1 |
* | Add RuntimeDirectory to matrix-synapse.service (#17084) | villepeh | 2024-04-26 | 1 | -0/+1 |
* | Improve error message for cross signing reset with MSC3861 enabled (#17121) | Michael Telatynski | 2024-04-26 | 1 | -0/+1 |
* | Rephrase enable_notifs configuration (#17116) | Amanda H. L. de Andrade Katz | 2024-04-26 | 1 | -0/+1 |
* | Use recommended endpoint for MSC3266 requests (#17078) | Andrew Ferrazzutti | 2024-04-26 | 1 | -0/+1 |
* | Update event_cache_size and global_factor configurations documentation (#17071) | Amanda H. L. de Andrade Katz | 2024-04-26 | 1 | -0/+1 |
* | Return the search terms as search highlights for SQLite instead of nothing (#... | Melvyn Laïly | 2024-04-26 | 1 | -0/+1 |
* | 1.106.0rc1 | Olivier 'reivilibre | 2024-04-25 | 15 | -15/+0 |
* | Redact membership events if the user requested erasure upon deactivating (#17... | Till | 2024-04-25 | 1 | -0/+1 |
* | MSC4108 implementation (#17056) | Quentin Gliech | 2024-04-25 | 1 | -0/+1 |
* | Add type annotation to `visited_chains` (#17125) | Andrew Morgan | 2024-04-25 | 1 | -0/+1 |
* | Send an email if the address is already bound to an user account (#16819) | mcalinghee | 2024-04-23 | 1 | -0/+1 |
* | Add an OSX prompt to manually configure icu4c. (#17069) | Neil Johnson | 2024-04-19 | 1 | -0/+1 |
* | Clarify what part of message retention is still experimental (#17099) | devonh | 2024-04-19 | 1 | -0/+1 |
* | Parse json validation (#16923) | Gordan Trevis | 2024-04-18 | 1 | -0/+1 |
* | Helpers to transform Twisted requests to Rust http Requests/Responses (#17081) | Quentin Gliech | 2024-04-18 | 1 | -0/+1 |
* | Fix remote receipts for events we don't have (#17096) | Erik Johnston | 2024-04-17 | 1 | -0/+1 |
* | Support for MSC4108 via delegation (#17086) | Quentin Gliech | 2024-04-17 | 1 | -0/+1 |
* | Bump minimum required Rust version to 1.66.0 (#17079) | Quentin Gliech | 2024-04-17 | 1 | -0/+1 |
* | Parse Integer negative value validation (#16920) | Gordan Trevis | 2024-04-16 | 1 | -0/+1 |
* | bugfix: make msc3967 idempotent (#16943) | Kegan Dougal | 2024-04-15 | 1 | -0/+1 |
* | Use receipts `event_stream_ordering` instead of joins (#17032) | Nick Mills-Barrett | 2024-04-12 | 1 | -0/+1 |
* | Fix mypy on latest Twisted release (#17036) | Erik Johnston | 2024-04-11 | 1 | -0/+1 |
* | 1.105.0rc1 v1.105.0rc1 | Andrew Morgan | 2024-04-11 | 16 | -16/+0 |
* | Stabilize support for MSC4010: push rules & account data. (#17022) | Patrick Cloke | 2024-04-09 | 1 | -0/+1 |
* | Stabliize support for MSC3981: recurse /relations (#17023) | Patrick Cloke | 2024-04-09 | 1 | -0/+1 |
* | Also check if first event matches the last in prev batch (#17066) | Erik Johnston | 2024-04-09 | 1 | -0/+1 |
* | #17039 Issue: Update base_rules.rs (#17043) | Sumiran Pokharel | 2024-04-09 | 1 | -0/+1 |
* | Fix PR #16677, a parameter was missing in a function call (#17033) | Mathieu Velten | 2024-04-09 | 1 | -0/+1 |
* | Add forgotten schema delta (#17054) | Erik Johnston | 2024-04-09 | 1 | -0/+1 |
* | Fixups to #17064 (#17065) | Erik Johnston | 2024-04-08 | 1 | -0/+1 |
* | Add back fast path for non-gappy syncs (#17064) | Erik Johnston | 2024-04-08 | 1 | -0/+1 |
* | Pull out fewer receipts from DB when doing push (#17049) | Erik Johnston | 2024-04-05 | 1 | -0/+1 |
* | Fix bug in calculating state for non-gappy syncs (#16942) | Richard van der Hoff | 2024-04-04 | 3 | -2/+3 |
* | `/sync`: fix bug in calculating `state` response (#16930) | Richard van der Hoff | 2024-04-04 | 1 | -0/+1 |
* | Fix bug in `/sync` response for archived rooms (#16932) | Richard van der Hoff | 2024-04-04 | 1 | -0/+1 |
* | Add missing index to `access_tokens` table (#17045) | Erik Johnston | 2024-04-04 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Erik Johnston | 2024-04-02 | 1 | -1/+0 |
|\ |
|
| * | 1.104.0 v1.104.0 github/release-v1.104 release-v1.104 | Erik Johnston | 2024-04-02 | 1 | -1/+0 |
* | | Refactor chain fetching (#17044) | Erik Johnston | 2024-04-02 | 1 | -0/+1 |
* | | Fixups to new push stream (#17038) | Erik Johnston | 2024-03-28 | 2 | -1/+2 |
* | | Add support for moving `/push_rules` off of main process (#17037) | Erik Johnston | 2024-03-28 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'origin/develop' into release-v1.104 | Erik Johnston | 2024-03-26 | 1 | -0/+1 |
|\ |
|
| * | Fix OIDC login regression (#17031) | Erik Johnston | 2024-03-26 | 1 | -0/+1 |
* | | 1.104.0rc1 | Erik Johnston | 2024-03-26 | 22 | -23/+0 |
|/ |
|
* | Ensure that pending to-device events are sent over federation at startup (#16... | Richard van der Hoff | 2024-03-22 | 1 | -0/+1 |
* | Add OIDC config to add extra parameters to the authorize URL (#16971) | Mathieu Velten | 2024-03-22 | 1 | -0/+1 |
* | Do not refuse to set read_marker if previous event_id is in wrong room (#16990) | SpiritCroc | 2024-03-21 | 1 | -0/+1 |
* | Fix reject knocks on deactivating account (#17010) | Hanadi | 2024-03-21 | 1 | -0/+1 |
* | generate configuration with correct user in start.py for docker (#16978) | Sam Wedgwood | 2024-03-21 | 1 | -0/+1 |
* | OIDC: try to JWT decode userinfo response if JSON parsing failed (#16972) | Mathieu Velten | 2024-03-21 | 1 | -0/+1 |
* | Patch the db conn pool sooner in tests (#17017) | Richard van der Hoff | 2024-03-21 | 1 | -0/+1 |
* | Remove the hardcoded poetry version from contributing guide (#17002) | Tadeusz Sośnierz | 2024-03-21 | 1 | -0/+1 |
* | Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` wh... | Andrew Morgan | 2024-03-21 | 1 | -0/+1 |
* | Update power level default for public rooms (#16907) | Shay | 2024-03-19 | 1 | -0/+1 |
* | Improve event validation (#16908) | Shay | 2024-03-19 | 1 | -0/+1 |
* | Pass module API to OIDC mapping provider (#16974) | Mathieu Velten | 2024-03-19 | 1 | -0/+1 |
* | Specify IP subnet literals in canonical form (#16953) | V02460 | 2024-03-19 | 1 | -0/+1 |
* | Clarify docs for some room state functions (#16950) | Richard van der Hoff | 2024-03-19 | 1 | -0/+1 |
* | `/sync`: Fix edge-case in calculating the "device_lists" response (#16949) | Richard van der Hoff | 2024-03-14 | 1 | -0/+1 |
* | Split up `SyncHandler.compute_state_delta` (#16929) | Richard van der Hoff | 2024-03-14 | 1 | -0/+2 |
* | Sort versions in the documentation version picker appropriately. (#16966) | Will Hunt | 2024-03-14 | 1 | -0/+1 |
* | upgrade.md: fix grammatical errors (#16965) | Richard van der Hoff | 2024-03-14 | 1 | -0/+1 |
* | Add query to update local cache of a remote user's device list to docs (#16892) | Andrew Morgan | 2024-03-14 | 1 | -0/+1 |
* | Improve lock performance when a lot of locks are waiting (#16840) | Mathieu Velten | 2024-03-14 | 1 | -0/+1 |
* | Multi-worker-docker-container: disable log buffering (#16919) | Richard van der Hoff | 2024-03-13 | 1 | -0/+1 |
* | Raise poetry-core version cap to 1.9.0 (#16986) | V02460 | 2024-03-13 | 1 | -0/+1 |
* | Update changelog v1.103.0rc1 | Erik Johnston | 2024-03-12 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/develop' into release-v1.103 | Erik Johnston | 2024-03-12 | 1 | -0/+1 |
|\ |
|
| * | Prevent locking up while processing batched_auth_events (#16968) | Gerrit Gogel | 2024-03-12 | 1 | -0/+1 |
* | | 1.103.0rc1 | Erik Johnston | 2024-03-12 | 6 | -6/+0 |
|/ |
|
* | deactivated flag refactored to filter deactivated users. (#16874) | Alexander Fechler | 2024-03-11 | 1 | -0/+1 |
* | Stabilize support for Retry-After header (MSC4014) (#16947) | Patrick Cloke | 2024-03-08 | 1 | -0/+1 |
* | Fix joining remote rooms when a `on_new_event` callback is registered (#16973) | Quentin Gliech | 2024-03-06 | 1 | -0/+1 |
* | Revert "Ignore notification counts from rooms you've left" (#16981) | Andrew Morgan | 2024-03-05 | 1 | -1/+0 |
* | Ignore notification counts from rooms you've left (#16954) | Andrew Morgan | 2024-02-23 | 1 | -0/+1 |
* | Add docs on upgrading from a very old version (#16951) | Twilight Sparkle | 2024-02-22 | 1 | -0/+1 |
* | Better complement docs (#16946) | kegsay | 2024-02-20 | 1 | -0/+1 |
* | Merge branch 'release-v1.102' into develop | Andrew Morgan | 2024-02-20 | 8 | -8/+0 |
|\ |
|
| * | 1.102.0rc1 v1.102.0rc1 | Andrew Morgan | 2024-02-20 | 8 | -8/+0 |
* | | Add HAProxy example for single port operation (#16768) | Georg | 2024-02-20 | 1 | -0/+1 |
|/ |
|
* | Don't lock up when joining large rooms (#16903) | Erik Johnston | 2024-02-20 | 1 | -0/+1 |
* | bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927) | kegsay | 2024-02-20 | 1 | -0/+1 |
* | Fix incorrect docker hub link in release script (#16910) | Erik Johnston | 2024-02-20 | 1 | -0/+1 |
* | fix typo in admin_api/rooms.md (#16857) | Rainer Zufall | 2024-02-20 | 1 | -0/+1 |
* | Add metric for emails sent (#16881) | Remi Rampin | 2024-02-14 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Erik Johnston | 2024-02-13 | 1 | -1/+0 |
|\ |
|
| * | 1.101.0 v1.101.0 github/release-v1.101 release-v1.101 | Erik Johnston | 2024-02-13 | 1 | -1/+0 |
* | | Don't invalidate the entire event cache when we purge history (#16905) | Erik Johnston | 2024-02-13 | 1 | -0/+1 |
* | | Add a config to not send out device list updates for specific users (#16909) | Erik Johnston | 2024-02-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/release-v1.101' into develop | Erik Johnston | 2024-02-09 | 1 | -0/+1 |
|\| |
|
| * | Increase batching when fetching auth chains (#16893) | Erik Johnston | 2024-02-09 | 1 | -0/+1 |
* | | Only do one concurrent fetch per server in keyring (#16894) | Erik Johnston | 2024-02-09 | 1 | -0/+1 |
|/ |
|
* | 1.101.0rc1 v1.101.0rc1 | Erik Johnston | 2024-02-06 | 4 | -4/+0 |
* | Accept unprefixed form of MSC3981 recurse parameter (#16842) | David Baker | 2024-02-06 | 1 | -0/+1 |
* | Update docs for MacOS installs (#16854) | kegsay | 2024-02-06 | 1 | -0/+1 |
* | Fix broken links on docs (#16853) | kegsay | 2024-02-06 | 1 | -0/+1 |
* | Update version picker for element-hq (#16880) | Will Hunt | 2024-02-01 | 1 | -0/+1 |
* | 1.100.0rc3 v1.100.0rc3 | Olivier Wilkinson (reivilibre) | 2024-01-24 | 1 | -1/+0 |
* | Run `ANALYZE` after fiddling with stats (#16849) | Erik Johnston | 2024-01-24 | 1 | -0/+1 |
* | 1.100.0rc2 | Olivier Wilkinson (reivilibre) | 2024-01-24 | 1 | -1/+0 |
* | Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to ... | reivilibre | 2024-01-24 | 1 | -0/+1 |
* | 1.100.0rc1 | Olivier Wilkinson (reivilibre) | 2024-01-23 | 21 | -22/+0 |
* | Speed up e2e device keys queries for bot accounts (#16841) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Preparatory work for tweaking performance of auth chain lookups (#16833) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Add a `--generate-only` option to the Complement launcher. (#16828) | reivilibre | 2024-01-22 | 1 | -0/+1 |
* | listen http2 deprecated nginx (updating documentation) (#16831) | Arnold | 2024-01-22 | 1 | -0/+1 |
* | Allow room creation but not publishing to continue if room publication rules ... | Shay | 2024-01-22 | 1 | -0/+2 |
* | Bump minimum Rust version to 1.65.0 (#16818) | Erik Johnston | 2024-01-22 | 1 | -0/+1 |
* | Handle wildcard type filters properly (#14984) | Mo Balaa | 2024-01-22 | 1 | -0/+1 |
* | Fix broken links in issue template (#16810) | Erik Johnston | 2024-01-17 | 1 | -0/+1 |
* | feat: add msc4028 to versions api (#16787) | Hanadi | 2024-01-16 | 1 | -0/+1 |
* | Optimize query for fetching to-device messages in `/sync` (#16805) | Erik Johnston | 2024-01-11 | 1 | -0/+1 |
* | Improve DB performance of calculating badge counts for push. (#16756) | Erik Johnston | 2024-01-11 | 1 | -0/+1 |
* | Correctly handle OIDC config with no `client_secret` set (#16806) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Faster load recents for sync (#16783) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Pull less state out if we fail to backfill (#16788) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Reduce amount of state pulled out when querying federation hierachy (#16785) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Split up deleting devices into batches (#16766) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Fix auto-merge CI to correctly wait for linting. (#16781) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Remove CI check for sign off (#16776) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | Add a link to the Request log format page from Logging Sample Config (#16778) | Andrew Morgan | 2024-01-10 | 1 | -0/+1 |
* | Faster partial join to room with complex auth graph (#7) | Erik Johnston | 2024-01-10 | 1 | -0/+1 |
* | 1.99.0rc1 | Erik Johnston | 2024-01-09 | 21 | -22/+0 |
* | Filter out rooms from the room directory being served to other homeservers wh... | reivilibre | 2024-01-08 | 1 | -0/+1 |
* | Port `EventInternalMetadata` class to Rust (#16782) | Erik Johnston | 2024-01-08 | 1 | -0/+1 |
* | Fix linting (#16780) | Erik Johnston | 2024-01-05 | 1 | -0/+1 |
* | Simplify internal metadata class. (#16762) | Erik Johnston | 2024-01-05 | 1 | -0/+1 |
* | Implement cosign on docker image (#16774) | Gaël Goinvic | 2024-01-04 | 1 | -0/+1 |
* | Add recursion_depth to /relations if recursing (#16775) | David Baker | 2024-01-04 | 1 | -0/+1 |
* | Search non ASCII display names using Admin API (#16767) | Adam Jędrzejewski | 2024-01-04 | 1 | -0/+2 |
* | Fix email verification redirection (#16761) | FadhlanR | 2024-01-02 | 1 | -0/+1 |
* | Delete the add version picker GHA workflow (#9453) | Andrew Morgan | 2024-01-02 | 1 | -0/+1 |
* | Add another custom statistics collection server (#16769) | Christian Lölkes | 2024-01-02 | 1 | -0/+1 |
* | Enable user without password (#16770) | Dirk Klimpel | 2024-01-02 | 1 | -0/+1 |
* | Remove config value from header (#16763) | Fredrik Lanker | 2024-01-02 | 1 | -0/+1 |
* | Move the rust stubs inline for better IDE integration (#16757) | Erik Johnston | 2023-12-21 | 1 | -0/+1 |
* | Fix sample config doc CI (#16758) | Erik Johnston | 2023-12-21 | 1 | -0/+1 |
* | Sentry Alert configuration based on production and development environment (#... | Zeeshan Rafiq | 2023-12-12 | 1 | -0/+1 |
* | Add avatar and topic settings for server notice room (#16679) | Mathieu Velten | 2023-12-12 | 1 | -0/+1 |
* | Add config to change the delay before sending a notification email (#16696) | Mathieu Velten | 2023-12-12 | 1 | -0/+1 |
* | Adding a version picker for Synapse docs (#16533) | Dmytro Kagirov | 2023-12-11 | 1 | -0/+1 |
* | Write signing keys with file mode 0640 (#16740) | elara-leitstellentechnik | 2023-12-08 | 1 | -0/+1 |
* | Clarify documentation for `only_for_reauth` (#16737) | Dirk Klimpel | 2023-12-07 | 1 | -0/+1 |
* | Expose OIDC discovery information under the CSAPI (#16726) | David Robertson | 2023-12-06 | 1 | -0/+1 |
* | 1.98.0rc1 | David Robertson | 2023-12-05 | 27 | -27/+0 |
* | Fix upgrading a room without `events` field in power levels (#16725) | David Robertson | 2023-12-05 | 1 | -0/+1 |
* | Add how to validate configuration file with synapse.config script (#16714) | Amanda H. L. de Andrade Katz | 2023-12-05 | 1 | -0/+1 |
* | Set response values to zero if None for /_synapse/admin/v1/federation/destina... | Will Hunt | 2023-12-05 | 1 | -0/+1 |
* | Fix postgres schema after dropping old tables (#16730) | David Robertson | 2023-12-05 | 1 | -0/+1 |
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... | reivilibre | 2023-12-04 | 1 | -0/+1 |
* | Switch UNIX socket paths to /run, and add a UNIX socket example for HAProxy (... | villepeh | 2023-12-04 | 1 | -0/+1 |
* | Server notices: add an autojoin setting for the notices room (#16699) | Mathieu Velten | 2023-12-04 | 1 | -0/+1 |
* | Implement MSC4069: Inhibit profile propagation (#16636) | Travis Ralston | 2023-12-04 | 1 | -0/+1 |
* | ModuleAPI SSO auth callbacks (#15207) | Andrew Yasinishyn | 2023-12-01 | 1 | -0/+1 |
* | Drop unused tables & unneeded access token ID for events. (#16522) | Patrick Cloke | 2023-12-01 | 1 | -0/+1 |
* | Upgrade poetry-core range to fix issue with .so file (#16702) | Mo Balaa | 2023-11-29 | 1 | -0/+1 |
* | Declare support for Matrix v1.7, v1.8, and v1.9. (#16707) | Patrick Cloke | 2023-11-29 | 1 | -0/+1 |
* | Request & follow redirects for /media/v3/download (#16701) | Patrick Cloke | 2023-11-29 | 1 | -0/+1 |
* | Reduce DB load when forget on leave setting is disabled (#16668) | Erik Johnston | 2023-11-29 | 1 | -0/+1 |
* | Add a workflow to try and automatically fixup a PR (#16704) | Erik Johnston | 2023-11-29 | 1 | -0/+1 |
* | Speed up pruning of `user_ips` table (#16667) | Erik Johnston | 2023-11-29 | 1 | -0/+1 |
* | Document which versions of Synapse have compatible schema versions. (#16661) | Patrick Cloke | 2023-11-28 | 1 | -0/+1 |
* | Ignore `encryption_enabled_by_default_for_room_type` for notices room (#16677) | Mathieu Velten | 2023-11-28 | 1 | -0/+1 |
* | Remove old full schema dumps. (#16697) | Patrick Cloke | 2023-11-28 | 1 | -0/+1 |
* | Fix poetry version typo in contributors' guide (#16695) | David Robertson | 2023-11-27 | 1 | -0/+1 |
* | Move media retention tests out of rest tests (#16684) | David Robertson | 2023-11-27 | 1 | -0/+1 |
* | Correctly read to-device stream pos on SQLite (#16682) | David Robertson | 2023-11-24 | 1 | -0/+1 |
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16... | David Robertson | 2023-11-23 | 1 | -0/+1 |
* | Enable refreshable tokens on the admin registration endpoint (#16642) | Charles Wright | 2023-11-22 | 1 | -0/+1 |