| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673) | V02460 | 2023-11-22 | 1 | -0/+1 |
* | Admin API for server notice: consistently bypass rate limits (#16670) | Mathieu Velten | 2023-11-22 | 1 | -0/+1 |
* | Filter out auth chain queries that don't exist (#16552) | Jason Little | 2023-11-22 | 1 | -0/+1 |
* | 1.97.0rc1 | David Robertson | 2023-11-21 | 36 | -36/+0 |
* | Speed up how quickly we launch new tasks (#16660) | Erik Johnston | 2023-11-17 | 1 | -0/+1 |
* | Bump requests-toolbelt from 0.10.1 to 1.0.0. (#16659) | Patrick Cloke | 2023-11-17 | 1 | -0/+1 |
* | Speed up purge room by adding index (#16657) | Erik Johnston | 2023-11-17 | 1 | -0/+1 |
* | Also discard 'caches' and 'backfill' stream POSITIONS (#16655) | Erik Johnston | 2023-11-17 | 1 | -0/+1 |
* | Update admin user API return types in docs. (#16654) | Michael Weimann | 2023-11-17 | 1 | -0/+1 |
* | Reduce task concurrency (#16656) | Erik Johnston | 2023-11-17 | 1 | -0/+1 |
* | Revert "Fix test not detecting tables with missing primary keys and missing r... | Erik Johnston | 2023-11-16 | 1 | -1/+0 |
* | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli... | Erik Johnston | 2023-11-16 | 1 | -1/+0 |
* | Speed up deleting device messages (#16643) | Erik Johnston | 2023-11-16 | 1 | -0/+1 |
* | Speed up persisting large number of outliers (#16649) | Erik Johnston | 2023-11-16 | 1 | -0/+1 |
* | Fix sending out of order `POSITION` over replication (#16639) | Erik Johnston | 2023-11-16 | 1 | -0/+1 |
* | More efficiently handle no-op POSITION (#16640) | Erik Johnston | 2023-11-16 | 1 | -0/+1 |
* | Fix test not detecting tables with missing primary keys and missing replica i... | reivilibre | 2023-11-16 | 1 | -0/+1 |
* | Add an Admin API to temporarily grant the ability to update an existing cross... | David Robertson | 2023-11-15 | 1 | -0/+1 |
* | Asynchronous Uploads (#15503) | Sumner Evans | 2023-11-15 | 1 | -0/+1 |
* | Add links to pre-1.0 changelog issue/PR references. (#16638) | Patrick Cloke | 2023-11-15 | 1 | -0/+1 |
* | Use full GitHub links instead of bare issue numbers. (#16637) | Patrick Cloke | 2023-11-15 | 1 | -0/+1 |
* | Improve documentation for `/_synapse/admin/v1/rooms/<room_id>/timestamp_to_ev... | Will Hunt | 2023-11-14 | 1 | -0/+1 |
* | Remove whole table locks on push rule add/delete (#16051) | Nick Mills-Barrett | 2023-11-13 | 1 | -0/+1 |
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... | reivilibre | 2023-11-13 | 1 | -0/+1 |
* | Fix outbound_federation_restricted_to docs & note when added (#16628) | David Robertson | 2023-11-13 | 1 | -0/+1 |
* | Use attempt_to_set_autocommit everywhere. (#16615) | Patrick Cloke | 2023-11-09 | 1 | -0/+1 |
* | Fix a long-standing bug where Synapse would not unbind third-party identifier... | reivilibre | 2023-11-09 | 1 | -0/+1 |
* | Use dbname instead of database for Postgres config. (#16618) | Patrick Cloke | 2023-11-09 | 1 | -0/+1 |
* | Use _invalidate_cache_and_stream_bulk in more places. (#16616) | Patrick Cloke | 2023-11-09 | 2 | -1/+2 |
* | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612) | Patrick Cloke | 2023-11-09 | 1 | -0/+1 |
* | Return attrs for more media repo APIs. (#16611) | Patrick Cloke | 2023-11-09 | 1 | -0/+1 |
* | Bulk-invalidate e2e cached queries after claiming keys (#16613) | David Robertson | 2023-11-09 | 1 | -0/+1 |
* | Avoid updating the same rows multiple times with simple_update_many_txn. (#16... | Patrick Cloke | 2023-11-07 | 1 | -0/+1 |
* | Avoid executing no-op queries. (#16583) | Patrick Cloke | 2023-11-07 | 1 | -0/+1 |
* | More tests for the simple_* methods. (#16596) | Patrick Cloke | 2023-11-07 | 1 | -0/+1 |
* | Collect information for PushRuleEvaluator in parallel. (#16590) | Patrick Cloke | 2023-11-06 | 1 | -0/+1 |
* | Bump setuptools_rust to match pinned version. (#16605) | Patrick Cloke | 2023-11-06 | 1 | -0/+1 |
* | Support reactor timing metric on more reactors. (#16532) | Patrick Cloke | 2023-11-06 | 1 | -0/+1 |
* | Simplify event persistence code (#16584) | Patrick Cloke | 2023-11-03 | 2 | -0/+2 |
* | Use simple_select_many_txn in event persistance code. (#16585) | Patrick Cloke | 2023-11-02 | 1 | -0/+1 |
* | Bump twisted from 23.8.0 to 23.10.0 (#16588) | dependabot[bot] | 2023-11-01 | 1 | -0/+1 |
* | Do not call getfullargspec on every call. (#16589) | Patrick Cloke | 2023-10-31 | 1 | -0/+1 |
* | Remove remaining usage of cursor_to_dict. (#16564) | Patrick Cloke | 2023-10-31 | 1 | -0/+1 |
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 38 | -38/+0 |
* | Revert "1.96.0rc1" | Erik Johnston | 2023-10-31 | 38 | -0/+38 |
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 38 | -38/+0 |
* | Claim local one-time-keys in bulk (#16565) | David Robertson | 2023-10-30 | 1 | -0/+1 |
* | Clients link fixed in README (#16569) | Niranjan Kurhade | 2023-10-30 | 1 | -0/+1 |
* | Add fast path for replication events stream fetch (#16580) | Erik Johnston | 2023-10-30 | 1 | -0/+1 |
* | Claim fallback keys in bulk (#16570) | David Robertson | 2023-10-30 | 1 | -0/+1 |
* | Bump setuptools-rust from 1.7.0 to 1.8.0 (#16574) | dependabot[bot] | 2023-10-30 | 1 | -0/+1 |
* | Run actions/setup-go after checking out complement (#16567) | David Robertson | 2023-10-30 | 1 | -0/+1 |
* | Fix HTTP repl response to use minimum token (#16578) | Erik Johnston | 2023-10-30 | 1 | -0/+1 |
* | Portdb: don't copy a table that gets rebuilt (#16563) | David Robertson | 2023-10-27 | 1 | -0/+1 |
* | complement: enable dirty runs (#16520) | kegsay | 2023-10-27 | 1 | -0/+1 |
* | Ensure local invited & knocking users leave before purge. (#16559) | Patrick Cloke | 2023-10-27 | 1 | -0/+1 |
* | Reduce amount of caches POSITIONS we send (#16561) | Erik Johnston | 2023-10-27 | 1 | -0/+1 |
* | Reduce spurious replication catchup (#16555) | Erik Johnston | 2023-10-27 | 1 | -0/+1 |
* | Fix cross-worker ratelimiting (#16558) | Erik Johnston | 2023-10-27 | 1 | -0/+1 |
* | Reduce replication traffic due to reflected cache stream POSITION (#16557) | Erik Johnston | 2023-10-27 | 1 | -0/+1 |
* | Add new module API for adding custom fields to events `unsigned` section (#16... | Erik Johnston | 2023-10-27 | 1 | -0/+1 |
* | Remove more usages of cursor_to_dict. (#16551) | Patrick Cloke | 2023-10-26 | 1 | -0/+1 |
* | Add a new module API to update user presence state. (#16544) | Patrick Cloke | 2023-10-26 | 1 | -0/+1 |
* | Convert simple_select_list and simple_select_list_txn to return lists of tupl... | Patrick Cloke | 2023-10-26 | 1 | -0/+1 |
* | Pin the recommended poetry version in contributors' guide (#16550) | David Robertson | 2023-10-25 | 1 | -0/+1 |
* | Allow multiple workers to write to receipts stream. (#16432) | Erik Johnston | 2023-10-25 | 1 | -0/+1 |
* | Fix tests on Twisted trunk. (#16528) | Patrick Cloke | 2023-10-25 | 1 | -0/+1 |
* | Fix http/s proxy authentication with long username/passwords (#16504) | Richard Brežák | 2023-10-24 | 1 | -0/+1 |
* | Rework alias and public room list rules docs (#16541) | David Robertson | 2023-10-24 | 1 | -0/+1 |
* | Remove duplicate call to wake a remote destination when using federation send... | Jason Little | 2023-10-24 | 1 | -0/+1 |
* | Replace all Prometheus datasource UIDs of the Grafana Dashboard with the vari... | Michael Sasser | 2023-10-23 | 1 | -0/+1 |
* | Fix type hint errors from Twisted trunk (#16526) | Patrick Cloke | 2023-10-23 | 1 | -0/+1 |
* | Fix bug where a new writer advances their token too quickly (#16473) | Erik Johnston | 2023-10-23 | 1 | -0/+1 |
* | Fix bug that could cause a `/sync` to tightloop with sqlite after restart (#1... | Erik Johnston | 2023-10-23 | 1 | -0/+1 |
* | Mention how to redirect the Jaeger traces to a specific Jaeger instance (#16531) | Marcel | 2023-10-23 | 1 | -0/+1 |
* | Force TLS certificate verification in registration script. (#16530) | Denis Kasak | 2023-10-23 | 1 | -0/+1 |
* | Remove the last reference to event_txn_id. (#16521) | Patrick Cloke | 2023-10-23 | 1 | -0/+1 |
* | Bump matrix-synapse-ldap3 from 0.2.2 to 0.3.0 (#16539) | David Robertson | 2023-10-23 | 1 | -0/+1 |
* | Clarify presence router docs. (#16529) | Patrick Cloke | 2023-10-20 | 1 | -0/+1 |
* | Mark sync as limited if there is a gap in the timeline (#16485) | Erik Johnston | 2023-10-19 | 1 | -0/+1 |
* | Avoid sending massive replication updates when purging a room. (#16510) | Patrick Cloke | 2023-10-18 | 1 | -0/+1 |
* | Improve performance of delete device messages query (#16492) | Mathieu Velten | 2023-10-18 | 1 | -0/+1 |
* | Run trial/integration tests if .ci is modified. (#16512) | Patrick Cloke | 2023-10-18 | 1 | -0/+1 |
* | Test against Python 3.12 release (#16511) | Patrick Cloke | 2023-10-17 | 1 | -0/+1 |
* | 1.95.0rc1 | Patrick Cloke | 2023-10-17 | 30 | -30/+0 |
* | Convert DeviceLastConnectionInfo to attrs. (#16507) | Patrick Cloke | 2023-10-17 | 1 | -0/+1 |
* | Fix a bug where servers could be marked as up when they were failing (#16506) | Patrick Cloke | 2023-10-17 | 1 | -0/+1 |
* | Update the release script to remind releaser to check for special release not... | reivilibre | 2023-10-16 | 1 | -0/+1 |
* | Convert state delta processing from a dict to attrs. (#16469) | Patrick Cloke | 2023-10-16 | 1 | -0/+1 |
* | Remove useless async job to delete device messages on sync (#16491) | Mathieu Velten | 2023-10-16 | 1 | -0/+1 |
* | Clean up logging on event persister endpoints (#16488) | Richard van der Hoff | 2023-10-14 | 1 | -0/+1 |
* | Fix typo in useful_sql_for_admins.md (#16477) | Laurence Gill | 2023-10-12 | 1 | -0/+1 |
* | Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (... | Patrick Cloke | 2023-10-12 | 1 | -1/+0 |
* | Update complement.sh to match new public API shape (#16466) | kegsay | 2023-10-12 | 1 | -0/+1 |
* | Convert user_get_threepids response to attrs. (#16468) | Patrick Cloke | 2023-10-11 | 1 | -0/+1 |
* | Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444) | Patrick Cloke | 2023-10-11 | 1 | -0/+1 |
* | Handle content types with parameters. (#16440) | Patrick Cloke | 2023-10-11 | 1 | -0/+1 |
* | Inline simple_search_list/simple_search_list_txn. (#16434) | Patrick Cloke | 2023-10-10 | 1 | -0/+1 |
* | Add DB indices to speed up purging rooms (#16457) | David Robertson | 2023-10-10 | 1 | -0/+1 |
* | Disable statement timeout whilst purging rooms (#16455) | reivilibre | 2023-10-09 | 1 | -0/+1 |
* | Don't block CI on sign-off (#16454) | Erik Johnston | 2023-10-09 | 1 | -0/+1 |
* | Fix possible AttributeError when account-api is called over unix socket (#16404) | Christoph | 2023-10-09 | 1 | -0/+1 |
* | Apply join rate limiter outside the lineariser (#16441) | David Robertson | 2023-10-06 | 1 | -0/+1 |
* | Convert simple_select_list_paginate_txn to return tuples. (#16433) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Return ThumbnailInfo in more places (#16438) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Drop unused tables & unneeded access token ID for events. (#16268) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Stop sending incorrect knock_state_events. (#16403) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Fix comments related to replication. (#16428) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Add documentation on background updates. (#16420) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Register media servlets via regex. (#16419) | Patrick Cloke | 2023-10-06 | 1 | -0/+1 |
* | Bump pyo3 from 0.17.1 to 0.19.2 (#16162) | V02460 | 2023-10-06 | 1 | -0/+1 |
* | Remove unused method. (#16435) | Patrick Cloke | 2023-10-05 | 1 | -0/+1 |
* | Remove manys calls to cursor_to_dict (#16431) | Patrick Cloke | 2023-10-05 | 2 | -1/+2 |
* | Add __slots__ to replication commands. (#16429) | Patrick Cloke | 2023-10-05 | 1 | -0/+1 |
* | Factor out `MultiWriter` token from `RoomStreamToken` (#16427) | Erik Johnston | 2023-10-05 | 1 | -0/+1 |
* | Add type hints to synmark. (#16421) | Patrick Cloke | 2023-10-04 | 1 | -0/+1 |
* | Some refactors around receipts stream (#16426) | Erik Johnston | 2023-10-04 | 1 | -0/+1 |
* | 1.94.0rc1 | David Robertson | 2023-10-03 | 24 | -24/+0 |
* | Add note to 'federation_domain_whitelist' option (#16416) | Erik Johnston | 2023-10-03 | 1 | -0/+1 |
* | Clean-up old release notes (#16418) | Patrick Cloke | 2023-10-02 | 1 | -0/+1 |
* | mypy plugin to check `@cached` return types (#14911) | David Robertson | 2023-10-02 | 1 | -0/+1 |
* | Remove Python version from `/_synapse/admin/v1/server_version` (#16380) | MomentQYC | 2023-10-02 | 1 | -0/+1 |
* | Downgrade repl stream time out error to warning (#16401) | Erik Johnston | 2023-09-29 | 1 | -0/+1 |
* | Support rendering some media downloads as inline (#15988) | Will Hunt | 2023-09-29 | 1 | -0/+1 |
* | Remove warnings from the docs about using message retention. (#16382) | Patrick Cloke | 2023-09-28 | 1 | -0/+1 |
* | Improve state types. (#16395) | Patrick Cloke | 2023-09-28 | 1 | -0/+1 |
* | Use modern config for maturin. (#16394) | Patrick Cloke | 2023-09-28 | 1 | -0/+1 |
* | Add a cache around server ACL checking (#16360) | Patrick Cloke | 2023-09-26 | 1 | -0/+1 |
* | Implement MSC4028: push all encrypted events. (#16361) | Patrick Cloke | 2023-09-26 | 1 | -0/+1 |
* | Skip export-data on non-code (e.g. docs) PRs (#16387) | David Robertson | 2023-09-26 | 1 | -0/+1 |
* | Add documentation about the user directory search algorithm (#16320) | Patrick Cloke | 2023-09-26 | 1 | -0/+1 |
* | Reduce calls to `send_presence_to_destinations` (#16385) | Erik Johnston | 2023-09-26 | 1 | -0/+1 |
* | Improve comments in StateGroupBackgroundUpdateStore. (#16383) | Patrick Cloke | 2023-09-25 | 1 | -0/+1 |
* | Add developer documentation concerning gradual schema migrations with column ... | reivilibre | 2023-09-25 | 1 | -0/+1 |
* | Avoid running CI steps when the files they check have not been changed. (#14745) | reivilibre | 2023-09-25 | 1 | -0/+1 |
* | Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14 (#16381) | dependabot[bot] | 2023-09-25 | 1 | -0/+1 |
* | Add support for pydantic v2 via pydantic.v1 compat module (#16332) | Maxwell G | 2023-09-25 | 1 | -0/+1 |
* | Get CI to check PRs have been signed-off (#16348) | David Robertson | 2023-09-25 | 1 | -0/+1 |
* | Add missing license header. (#16359) | Patrick Cloke | 2023-09-21 | 1 | -0/+1 |
* | Convert more cached return values to immutable types (#16356) | Patrick Cloke | 2023-09-20 | 1 | -0/+1 |
* | Return immutable objects for cachedList decorators (#16350) | Patrick Cloke | 2023-09-19 | 1 | -0/+1 |
* | Merge branch 'release-v1.93' into develop | Patrick Cloke | 2023-09-19 | 56 | -56/+0 |
|\ |
|
| * | 1.93.0rc1 | Patrick Cloke | 2023-09-19 | 56 | -56/+0 |
* | | Fix-up deactivated notes in docs. (#16355) | Patrick Cloke | 2023-09-19 | 1 | -0/+1 |
|/ |
|
* | Use string for federation_client_minimum_tls_version documentation examples (... | Jan Christian Grünhage | 2023-09-19 | 1 | -0/+1 |
* | Test against PostgreSQL 16. (#16351) | Patrick Cloke | 2023-09-18 | 1 | -0/+1 |
* | Stop patching EventBase.__eq__ in tests. (#16349) | Patrick Cloke | 2023-09-18 | 1 | -0/+1 |
* | Filter locked users in the admin API (#16328) | Hanadi | 2023-09-18 | 1 | -0/+1 |
* | Make cached account data/tags/admin types immutable (#16325) | Patrick Cloke | 2023-09-18 | 1 | -0/+1 |
* | Return an immutable value from get_latest_event_ids_in_room. (#16326) | Patrick Cloke | 2023-09-18 | 1 | -0/+1 |
* | Additional validation of receipts (#16327) | Patrick Cloke | 2023-09-18 | 1 | -0/+1 |
* | Mandate Pillow>=10.0.1 because of libwebp CVE (#16347) | Mathieu Velten | 2023-09-18 | 1 | -0/+1 |
* | Set email charset as utf-8 rather than utf8 (#16329) | José Joaquín Atria | 2023-09-18 | 1 | -0/+1 |
* | Add automatic purge after all users forget a room (#15488) | Mathieu Velten | 2023-09-15 | 1 | -0/+1 |
* | Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299) | Jason Little | 2023-09-15 | 1 | -0/+1 |
* | Only use literal strings for process names (#16315) | Erik Johnston | 2023-09-15 | 1 | -0/+1 |
* | Some minor performance fixes for task schedular (#16313) | Erik Johnston | 2023-09-14 | 1 | -0/+1 |
* | Speed up deleting to-device messages task (#16318) | Erik Johnston | 2023-09-14 | 1 | -0/+1 |
* | docs: Link to the Alpine Linux community package for Synapse (#16304) | 6543 | 2023-09-14 | 1 | -0/+1 |
* | Refactor `get_user_by_id` (#16316) | Erik Johnston | 2023-09-14 | 1 | -0/+1 |
* | Remove a reference cycle in background process (#16314) | Erik Johnston | 2023-09-13 | 1 | -0/+1 |
* | Fix using dehydrated devices (MSC2697) & refresh tokens (#16288) | Hanadi | 2023-09-13 | 1 | -0/+1 |
* | Use StrCollection in additional places. (#16301) | Patrick Cloke | 2023-09-13 | 1 | -0/+1 |
* | Don't schedule an async task on every sync (#16312) | Erik Johnston | 2023-09-13 | 1 | -0/+1 |
* | Fix deleting device inbox when using background worker (#16311) | Erik Johnston | 2023-09-13 | 1 | -0/+1 |
* | Improve logging of replication (#16309) | Erik Johnston | 2023-09-13 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Mathieu Velten | 2023-09-12 | 2 | -2/+0 |
|\ |
|
| * | 1.92.0 | Mathieu Velten | 2023-09-12 | 3 | -3/+0 |
| * | Support releasing on macOS. (#16266) | Patrick Cloke | 2023-09-07 | 1 | -0/+1 |
* | | Bump mypy from 1.4.1 to 1.5.1. (#16300) | Patrick Cloke | 2023-09-12 | 1 | -0/+1 |
* | | Stop purging tables which are slated for removal. (#16273) | Patrick Cloke | 2023-09-12 | 1 | -0/+1 |
* | | Refactor storing of server keys (#16261) | Erik Johnston | 2023-09-12 | 1 | -0/+1 |
* | | Add the List-Unsubscribe header for notification emails. (#16274) | Patrick Cloke | 2023-09-11 | 1 | -0/+1 |
* | | Filter out down hosts when retrying fetching device lists (#16298) | Erik Johnston | 2023-09-11 | 1 | -0/+1 |
* | | Improve type hints for attrs classes (#16276) | David Robertson | 2023-09-08 | 1 | -0/+1 |
* | | Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280) | V02460 | 2023-09-08 | 1 | -0/+1 |
* | | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 1 | -0/+1 |
* | | Log values at DEBUG level with execute_values (#16281) | David Robertson | 2023-09-08 | 1 | -0/+1 |
* | | Fix-up incorrect spellings in docs. (#16282) | Patrick Cloke | 2023-09-08 | 1 | -0/+1 |
* | | Fix bug with new task scheduler using lots of CPU. (#16278) | Erik Johnston | 2023-09-08 | 1 | -0/+1 |
* | | Avoid temporary storage of sensitive information. (#16272) | Patrick Cloke | 2023-09-08 | 1 | -0/+1 |
* | | Raise setuptools_rust version cap to 1.7.0 (#16277) | V02460 | 2023-09-08 | 1 | -0/+1 |
* | | Reduce CPU overhead of change password endpoint (#16264) | Erik Johnston | 2023-09-08 | 1 | -0/+1 |
* | | Recheck if remote device is cached before requesting it (#16252) | Erik Johnston | 2023-09-07 | 1 | -0/+1 |
* | | Add `/notifications` endpoint to workers (#16265) | Erik Johnston | 2023-09-07 | 1 | -0/+1 |
* | | Send the opentracing span information to appservices (#16227) | Marcel | 2023-09-06 | 1 | -0/+1 |
* | | Handle "registration_enabled" parameter for CAS (#16262) | Aurélien Grimpard | 2023-09-06 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/release-v1.92' into develop | Patrick Cloke | 2023-09-06 | 2 | -0/+2 |
|\| |
|
| * | Add back newsfile from #16258. | Patrick Cloke | 2023-09-06 | 1 | -0/+1 |
| * | Fix incorrect docstring for Ratelimiter. (#16255) | Patrick Cloke | 2023-09-05 | 1 | -0/+1 |
* | | Apply missed suggestions from the review of #16090. (#16263) | reivilibre | 2023-09-06 | 1 | -0/+1 |
* | | Add GCC and GNU Make to the Nix flake development environment so that `ruff` ... | reivilibre | 2023-09-06 | 1 | -0/+1 |