| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809) | Quentin Gliech | 2022-09-21 | 2 | -26/+11 |
* | Fix the release script not publishing binary wheels. (#13850) | reivilibre | 2022-09-21 | 2 | -11/+35 |
* | Merge branch 'release-v1.68' into develop | Olivier Wilkinson (reivilibre) | 2022-09-20 | 70 | -68/+105 |
|\ |
|
| * | Tweak changelog v1.68.0rc1 | Olivier Wilkinson (reivilibre) | 2022-09-20 | 1 | -1/+1 |
| * | Edit description of cache invalidation bug | Olivier Wilkinson (reivilibre) | 2022-09-20 | 1 | -1/+1 |
| * | Edit changelog in response to feedback | Olivier Wilkinson (reivilibre) | 2022-09-20 | 2 | -7/+21 |
| * | 1.68.0rc1 | Olivier Wilkinson (reivilibre) | 2022-09-20 | 69 | -67/+90 |
* | | Remove the `complete_sso_login` method from the Module API which was deprecat... | Quentin Gliech | 2022-09-20 | 3 | -58/+2 |
* | | Generate separate snapshots for logical databases (#13792) | David Robertson | 2022-09-20 | 4 | -46/+140 |
* | | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 14 | -615/+930 |
|/ |
|
* | Don't include redundant prev_state in new events (#13791) | Denis | 2022-09-20 | 3 | -4/+1 |
* | Add support to purge rows from MSC2716 and other tables when purging a room (... | Eric Eastwood | 2022-09-16 | 4 | -0/+30 |
* | Fix Docker build when Rust .so has been build locally first (#13811) | Mathieu Velten | 2022-09-16 | 3 | -3/+7 |
* | Compare ported to unported PG schemas in portdb test job (#13808) | David Robertson | 2022-09-16 | 5 | -47/+50 |
* | Minor speedups to CI linting (#13827) | David Robertson | 2022-09-16 | 2 | -4/+6 |
* | Remove error spam when users query the keys of departed remote users (#13826) | Sean Quah | 2022-09-16 | 2 | -9/+13 |
* | complement: init postgres DB directly inside the target image (#13819) | Mathieu Velten | 2022-09-16 | 2 | -11/+10 |
* | Add an admin API endpoint to find a user based on its external ID in an auth ... | Quentin Gliech | 2022-09-16 | 5 | -0/+155 |
* | Update request log format documentation to mention the format used when the a... | reivilibre | 2022-09-16 | 2 | -2/+3 |
* | Avoid putting rejected events in room state (#13723) | Sean Quah | 2022-09-16 | 3 | -0/+415 |
* | Document common fix of Poetry problems by removing egg-info (#13785) | Eric Eastwood | 2022-09-15 | 2 | -0/+28 |
* | Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pul... | Eric Eastwood | 2022-09-15 | 5 | -5/+38 |
* | Record any exception when processing a pulled event (#13814) | Eric Eastwood | 2022-09-15 | 3 | -1/+12 |
* | Support providing an index predicate for upserts. (#13822) | Patrick Cloke | 2022-09-15 | 3 | -7/+25 |
* | A third batch of Pydantic validation for rest/client/account.py (#13736) | David Robertson | 2022-09-15 | 4 | -45/+78 |
* | Add a `MXCUri` class to make working with mxc uri's easier. (#13162) | Andrew Morgan | 2022-09-15 | 6 | -74/+53 |
* | Keep track when we try and fail to process a pulled event (#13589) | Eric Eastwood | 2022-09-14 | 7 | -9/+329 |
* | Update event push action and receipt tables to support threads. (#13753) | Patrick Cloke | 2022-09-14 | 11 | -20/+312 |
* | Use partial indices on SQLIte. (#13802) | Patrick Cloke | 2022-09-14 | 4 | -5/+59 |
* | Deduplicate `is_server_notices_room`. (#13780) | reivilibre | 2022-09-14 | 4 | -18/+20 |
* | Fix a memory leak when running the unit tests. (#13798) | reivilibre | 2022-09-14 | 3 | -6/+8 |
* | Remove unused method in `synapse.api.auth.Auth`. (#13795) | Quentin Gliech | 2022-09-14 | 2 | -9/+1 |
* | Remove incorrect migration file from `state` logical DB (#13788) | David Robertson | 2022-09-14 | 2 | -37/+1 |
* | Fix bug in device list caching when remote users leave rooms (#13749) | Sean Quah | 2022-09-14 | 5 | -15/+51 |
* | Fix a long-standing spec compliance bug where Synapse would accept a trailing... | reivilibre | 2022-09-14 | 2 | -2/+2 |
* | Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766) | Mathieu Velten | 2022-09-13 | 3 | -0/+25 |
* | Merge branch 'master' into develop | Erik Johnston | 2022-09-13 | 57 | -56/+145 |
|\ |
|
| * | Fixup changelog v1.67.0 | Erik Johnston | 2022-09-13 | 1 | -3/+3 |
| * | 1.67.0 | Erik Johnston | 2022-09-13 | 3 | -3/+15 |
| * | Also cite upgrade notes | David Robertson | 2022-09-08 | 1 | -1/+1 |
| * | Add minimum version bump for sqlite to the release notes (#13742) | David Robertson | 2022-09-08 | 2 | -1/+21 |
| * | Fixup changelog v1.67.0rc1 | Erik Johnston | 2022-09-06 | 1 | -2/+2 |
| * | Update changelog | Erik Johnston | 2022-09-06 | 2 | -0/+22 |
| * | 1.67.0rc1 | Erik Johnston | 2022-09-06 | 56 | -56/+91 |
* | | Updates to the schema dump script (#13770) | David Robertson | 2022-09-13 | 3 | -32/+21 |
* | | Simplify CI tests DAG (#13784) | David Robertson | 2022-09-13 | 2 | -4/+1 |
* | | installation.md: require libpq on M1 macs (#13480) | Richard van der Hoff | 2022-09-13 | 2 | -2/+4 |
* | | Add receipts event stream ordering (#13703) | Nick Mills-Barrett | 2022-09-13 | 4 | -1/+95 |
* | | Fix GHA skippable syntax (#13778) | Mathieu Velten | 2022-09-12 | 2 | -1/+3 |
* | | Fix typo in ratelimiting documentation (#13727) | Brendan Abolivier | 2022-09-12 | 2 | -1/+2 |
* | | Fix CI on non-PR builds (#13769) | Erik Johnston | 2022-09-12 | 2 | -0/+2 |
* | | Remove check current state membership up to date (#13745) | Nick Mills-Barrett | 2022-09-12 | 3 | -155/+100 |
* | | Check if Rust lib needs rebuilding. (#13759) | Erik Johnston | 2022-09-12 | 7 | -1/+149 |
* | | Concurrently collect room unread counts for push badges (#13765) | Nick Mills-Barrett | 2022-09-09 | 2 | -3/+11 |
* | | Tag trace with instance name (#13761) | Eric Eastwood | 2022-09-09 | 3 | -2/+12 |
* | | Strip number suffix from instance name to consolidate services that traces ar... | Eric Eastwood | 2022-09-09 | 2 | -1/+13 |
* | | Use an upsert for `receipts_graph`. (#13752) | Patrick Cloke | 2022-09-09 | 2 | -8/+5 |
* | | Add rust to CI (#13763) | Erik Johnston | 2022-09-09 | 3 | -1/+84 |
* | | Require SQLite >= 3.27.0 (#13760) | David Robertson | 2022-09-09 | 9 | -208/+106 |
* | | Re-type hint some collections in `/sync` code as read-only (#13754) | Sean Quah | 2022-09-08 | 2 | -10/+11 |
* | | Remove unused Prometheus recording rules from `synapse-v2.rules` and add comm... | reivilibre | 2022-09-08 | 2 | -23/+9 |
* | | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 7 | -8/+52 |
* | | Update docstrings to explain the impact of partial state (#13750) | Sean Quah | 2022-09-08 | 2 | -1/+17 |
* | | Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#13... | Sean Quah | 2022-09-08 | 2 | -1/+5 |
* | | Fix error in `is_mine_id` when encountering a malformed ID (#13746) | Sean Quah | 2022-09-08 | 3 | -2/+37 |
* | | Fix cache metrics not being updated when not using the legacy exposition modu... | reivilibre | 2022-09-08 | 4 | -21/+81 |
* | | Fix Prometheus recording rules to not use legacy metric names. (#13718) | reivilibre | 2022-09-08 | 6 | -37/+22 |
* | | Fix latest deps (#13743) | Erik Johnston | 2022-09-08 | 2 | -0/+15 |
* | | Fix a bug where Synapse fails to start if a signing key file contains an empt... | reivilibre | 2022-09-08 | 2 | -1/+13 |
* | | Instrument `get_metadata_for_events` for tracing (#13730) | Eric Eastwood | 2022-09-07 | 2 | -0/+3 |
* | | Fix latest deps CI (#13734) | Erik Johnston | 2022-09-07 | 3 | -3/+42 |
* | | Add some rust caching to CI (#13735) | Erik Johnston | 2022-09-07 | 2 | -0/+6 |
* | | Correct out-of-date doc for `event_cache_size` (#13726) | David Robertson | 2022-09-07 | 2 | -2/+5 |
* | | Define SQLite compat policy (#13728) | David Robertson | 2022-09-07 | 2 | -4/+12 |
* | | A second batch of Pydantic models for rest/client/account.py (#13687) | David Robertson | 2022-09-07 | 4 | -34/+64 |
* | | Cancel the processing of key query requests when they time out. (#13680) | reivilibre | 2022-09-07 | 18 | -20/+110 |
* | | Rename the `EventFormatVersions` enum values so that they line up with room v... | reivilibre | 2022-09-07 | 13 | -41/+47 |
* | | Add Admin API to Fetch Messages Within a Particular Window (#13672) | Connor Davis | 2022-09-07 | 6 | -14/+435 |
* | | Remove the unspecced room_id field in the /hierarchy response. (#13506) | reivilibre | 2022-09-06 | 2 | -1/+1 |
* | | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 23 | -11/+302 |
* | | Fix trial-olddeps (#13725) | Erik Johnston | 2022-09-06 | 3 | -2/+3 |
* | | Actually fix typechecking with latest types-jsonschema (#13724) | David Robertson | 2022-09-06 | 2 | -4/+5 |
* | | Update trial old deps CI to use poetry 1.2.0 (#13707) | Erik Johnston | 2022-09-06 | 3 | -29/+42 |
* | | Update Grafana dashboard to not use legacy metric names. (#13714) | reivilibre | 2022-09-06 | 4 | -73/+74 |
|/ |
|
* | Remove configuration options for direct TCP replication. (#13647) | Patrick Cloke | 2022-09-06 | 12 | -78/+63 |
* | Reduce number of CI jobs run on PRs (#13713) | Erik Johnston | 2022-09-05 | 3 | -66/+160 |
* | Extend the release script to wait for GitHub Actions to finish and to be usab... | reivilibre | 2022-09-05 | 2 | -4/+143 |
* | Fix typechecking with latest `types-jsonschema` (#13712) | David Robertson | 2022-09-05 | 2 | -4/+5 |
* | Share some metrics between the Prometheus exporter and the phone home stats (... | Brendan Abolivier | 2022-09-05 | 6 | -4/+146 |
* | fix grammar | Matthew Hodgson | 2022-09-03 | 1 | -1/+1 |
* | Clarify `(room_id, event_id)` global uniqueness (#13701) | Eric Eastwood | 2022-09-02 | 2 | -0/+25 |
* | Update docs to make enabling metrics more clear (#13678) | Eric Eastwood | 2022-09-02 | 2 | -4/+8 |
* | Update lock file for Poetry v1.2.0 (#13689) | Erik Johnston | 2022-09-02 | 5 | -66/+99 |
* | Only run trial CI on all python versions on non-PRs (#13698) | Erik Johnston | 2022-09-02 | 2 | -0/+11 |
* | Fix two typos with colon in headlines (#13665) | Dirk Klimpel | 2022-09-01 | 2 | -2/+3 |
* | Add a schema delta to drop unstable private read receipts. (#13692) | Patrick Cloke | 2022-09-01 | 2 | -0/+20 |
* | Disable calculating unread counts unless the config flag is enabled. (#13694) | Patrick Cloke | 2022-09-01 | 4 | -23/+30 |
* | Update the Grafana dashboard that is included with Synapse in the `contrib` d... | reivilibre | 2022-09-01 | 2 | -20/+128 |
* | Cache `is_partial_state_room` (#13693) | Erik Johnston | 2022-09-01 | 2 | -4/+8 |
* | Add monthly active users documentation (#13617) | Will Hunt | 2022-09-01 | 4 | -0/+88 |
* | Use poetry 1.2.0 rather than prerelease for deb packages (#13695) | Erik Johnston | 2022-09-01 | 2 | -1/+7 |
* | Add some logging to help track down #13444 (#13679) | Erik Johnston | 2022-09-01 | 2 | -0/+14 |
* | Return keys for unwhitelisted servers from `/_matrix/key/v2/query` (#13683) | Richard van der Hoff | 2022-09-01 | 2 | -20/+22 |
* | Bump docker image to use stable poetry version (#13688) | Erik Johnston | 2022-09-01 | 3 | -11/+2 |
* | Remove support for unstable private read receipts (#13653) | Šimon Brandner | 2022-09-01 | 13 | -122/+44 |
* | Merge branch 'master' into develop | Sean Quah | 2022-08-31 | 5 | -9/+47 |
|\ |
|
| * | Tweak changelog formatting v1.66.0 | Sean Quah | 2022-08-31 | 1 | -6/+4 |
| * | Move notice from 1.66.0rc1 to 1.66.0 section in changelog | Sean Quah | 2022-08-31 | 1 | -6/+6 |
| * | Tweak changelog wording | Sean Quah | 2022-08-31 | 1 | -4/+5 |
| * | Improve clarity on deprecation of TCP replication | Sean Quah | 2022-08-31 | 2 | -2/+10 |
| * | Fix dead link in 1.18.0 upgrade notes | Sean Quah | 2022-08-31 | 1 | -1/+1 |
| * | Update changelog to link to the Synapse docs instead of markdown | Sean Quah | 2022-08-31 | 1 | -1/+1 |
| * | 1.66.0 | Sean Quah | 2022-08-31 | 3 | -3/+12 |
| * | Update changelog for v1.62.0 | Sean Quah | 2022-08-31 | 1 | -0/+14 |
| * | Remind people that direct TCP replication is disabled. (#13674) | Patrick Cloke | 2022-08-31 | 1 | -0/+8 |
* | | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a... | Jacek Kuśnierz | 2022-08-31 | 9 | -137/+81 |
* | | Remove cached wrap on `_get_joined_users_from_context` method (#13569) | Nick Mills-Barrett | 2022-08-31 | 3 | -85/+40 |
* | | Generalise the `@cancellable` annotation so it can be used on functions other... | reivilibre | 2022-08-31 | 10 | -75/+75 |
* | | Fix admin List Room API return type on sqlite (#13509) | David Robertson | 2022-08-31 | 3 | -7/+19 |
* | | Change dpkg-statoverride to use --force-statoverride-add (#13638) | Jörg Behrmann | 2022-08-31 | 2 | -1/+2 |
* | | Give the correct next event when the message timestamps are the same - MSC303... | Eric Eastwood | 2022-08-30 | 2 | -2/+11 |
* | | Drop unused column `application_services_state.last_txn` (#13627) | Shay | 2022-08-30 | 4 | -0/+59 |
* | | Remove documentation of legacy `frontend_proxy` worker app (#13645) | Richard van der Hoff | 2022-08-30 | 3 | -41/+23 |
* | | Merge branch 'release-v1.66' into develop | David Robertson | 2022-08-30 | 5 | -34/+144 |
|\| |
|
| * | Update changes v1.66.0rc2 | David Robertson | 2022-08-30 | 1 | -1/+1 |
| * | 1.66.0rc2 | David Robertson | 2022-08-30 | 4 | -2/+16 |
| * | Fix rate limit metrics registering twice and misreporting (#13649) | Eric Eastwood | 2022-08-30 | 3 | -32/+128 |
* | | Clarify documentation about replication traffic. (#13656) | Patrick Cloke | 2022-08-30 | 2 | -1/+5 |
* | | Fix bug where we wedge media plugins if clients disconnect early (#13660) | Erik Johnston | 2022-08-30 | 2 | -19/+22 |
* | | Do not wait for background updates to complete do expire URL cache. (#13657) | Patrick Cloke | 2022-08-30 | 2 | -4/+1 |
* | | Speed up inserting `event_push_actions_staging`. (#13634) | Patrick Cloke | 2022-08-30 | 2 | -20/+9 |
* | | Fix that user cannot `/forget` rooms after the last member has left (#13546) | Dirk Klimpel | 2022-08-30 | 4 | -6/+99 |
* | | Optimize how we calculate `likely_domains` during backfill (#13575) | Eric Eastwood | 2022-08-30 | 5 | -70/+89 |
* | | Print complement failure results last (#13639) | Richard van der Hoff | 2022-08-28 | 6 | -11/+31 |
* | | Improve documentation around user registration (#13640) | Richard van der Hoff | 2022-08-26 | 4 | -103/+134 |
* | | Generate missing configuration files at startup (#13615) | Richard van der Hoff | 2022-08-26 | 3 | -12/+56 |
* | | Update debhelper (#13594) | Jörg Behrmann | 2022-08-26 | 7 | -41/+15 |
* | | Move the execution of the retention purge_jobs to the main worker (#13632) | Brad Murray | 2022-08-26 | 2 | -4/+3 |
* | | Debian packaging: explicitly allocate a group for the system user (#13593) | Jörg Behrmann | 2022-08-25 | 2 | -2/+8 |
* | | Support `registration_shared_secret` in a file (#13614) | Richard van der Hoff | 2022-08-25 | 4 | -5/+92 |
* | | register_new_matrix_user: read server url from config (#13616) | Richard van der Hoff | 2022-08-25 | 2 | -6/+52 |
* | | Update automation for incoming issues (#13629) | Kat Gerasimova | 2022-08-25 | 1 | -4/+4 |
* | | Comment about a better future where we can get the state diff between two eve... | Eric Eastwood | 2022-08-24 | 2 | -0/+9 |
* | | Rename `event_map` to `unpersisted_events` (#13603) | David Robertson | 2022-08-24 | 2 | -32/+38 |
* | | Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h... | Eric Eastwood | 2022-08-24 | 6 | -17/+31 |
* | | Directly lookup local membership instead of getting all members in a room fir... | Eric Eastwood | 2022-08-24 | 8 | -17/+60 |
* | | When loading current ids, sort by `stream_id` to avoid incorrect overwrite an... | Eric Eastwood | 2022-08-24 | 2 | -2/+12 |
* | | Use dedicated `get_local_users_in_room` to find local users when calculating ... | Eric Eastwood | 2022-08-24 | 2 | -6/+4 |
* | | First draft of triage_labelled action (#13612) | Andy Balaam | 2022-08-24 | 1 | -0/+44 |
* | | Add experimental configuration option to allow disabling legacy Prometheus me... | reivilibre | 2022-08-24 | 9 | -21/+150 |
* | | Add GitHub automation for new issues (#13610) | Kat Gerasimova | 2022-08-24 | 1 | -0/+28 |
* | | Rewrite get push actions queries (#13597) | Nick Mills-Barrett | 2022-08-24 | 2 | -160/+69 |
* | | Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in q... | reivilibre | 2022-08-24 | 2 | -0/+12 |
* | | Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child conc... | Eric Eastwood | 2022-08-23 | 5 | -3/+47 |
* | | Write about the chain cover a little. (#13602) | David Robertson | 2022-08-23 | 2 | -9/+43 |
* | | Speed up `@cachedList` (#13591) | Erik Johnston | 2022-08-23 | 4 | -141/+298 |
* | | Fix regression caused by #13573 (#13600) | Erik Johnston | 2022-08-23 | 2 | -4/+7 |
* | | Update openid.md (#13568) | nilsKr3 | 2022-08-23 | 1 | -1/+3 |
* | | Merge tag 'v1.66.0rc1' into develop | David Robertson | 2022-08-23 | 59 | -291/+185 |
|\| |
|
| * | Remove manually-added changelog v1.66.0rc1 | David Robertson | 2022-08-23 | 1 | -1/+0 |
| * | Drop support for delegating email validation, round 2 (#13596) | David Robertson | 2022-08-23 | 13 | -245/+108 |
| * | Update changelog | David Robertson | 2022-08-23 | 1 | -5/+5 |
| * | Adjust changelog | David Robertson | 2022-08-23 | 1 | -18/+26 |
| * | Describe changes to admin API in 1.66 | David Robertson | 2022-08-23 | 1 | -0/+2 |
| * | 1.66.0rc1 | David Robertson | 2022-08-23 | 47 | -46/+68 |
* | | Speed up fetching large numbers of push rules (#13592) | Erik Johnston | 2022-08-23 | 4 | -9/+2 |
* | | Cache user IDs instead of profile objects (#13573) | Nick Mills-Barrett | 2022-08-23 | 5 | -54/+57 |
|/ |
|
* | Fix that sending server notices fail if avatar is `None` (#13566) | Dirk Klimpel | 2022-08-23 | 4 | -4/+64 |
* | Fix Prometheus metrics being negative (mixed up start/end) (#13584) | Eric Eastwood | 2022-08-23 | 4 | -2/+22 |
* | `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request... | Quentin Gliech | 2022-08-22 | 26 | -208/+203 |
* | Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` (#1... | Andrew Morgan | 2022-08-22 | 3 | -4/+3 |
* | MSC2716v4 room version - remove namespace from MSC2716 event content fields (... | Eric Eastwood | 2022-08-19 | 5 | -24/+25 |
* | Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic... | Andrew Morgan | 2022-08-19 | 8 | -2/+153 |
* | Register homeserver modules when creating test homeserver (#13558) | Andrew Morgan | 2022-08-19 | 5 | -22/+15 |
* | Reduce the number of tests using TCP replication. (#13543) | Patrick Cloke | 2022-08-19 | 6 | -77/+36 |
* | Fix validation problem that occurs when a user tries to deactivate their acco... | reivilibre | 2022-08-19 | 3 | -3/+19 |
* | Add metrics to track `/messages` response time by room size (#13545) | Eric Eastwood | 2022-08-18 | 2 | -2/+54 |
* | Fix incorrect juggling of logging contexts in `_PerHostRatelimiter` (#13554) | Sean Quah | 2022-08-18 | 2 | -10/+8 |
* | Track number of hosts affected by the rate limiter (#13541) | Eric Eastwood | 2022-08-18 | 2 | -4/+40 |
* | Add support for compression to federation responses (#13537) | Ayush Anand | 2022-08-18 | 3 | -2/+6 |
* | Avoid blocking lazy-loading `/sync`s during partial joins (#13477) | Sean Quah | 2022-08-18 | 3 | -34/+244 |
* | Add metrics to track how the rate limiter is affecting requests (sleep/reject... | Eric Eastwood | 2022-08-17 | 2 | -8/+30 |
* | Fix a bug in the `/event_reports` Admin API which meant that the total count ... | reivilibre | 2022-08-17 | 3 | -0/+34 |
* | A first pass at pruning the Synapse README (#13491) | David Robertson | 2022-08-17 | 3 | -347/+194 |
* | Fix breaking event sending due to bad push rule (#13547) | Erik Johnston | 2022-08-17 | 2 | -1/+13 |
* | Reject non-strict types in Pydantic models (#13502) | David Robertson | 2022-08-17 | 4 | -1/+440 |
* | Fix a typo in docs and in some warnings (#13538) | Antonin Loubiere | 2022-08-17 | 5 | -4/+5 |
* | Add forgotten status to Room Details API (#13503) | Dirk Klimpel | 2022-08-17 | 6 | -1/+101 |
* | Add metrics to track rate limiter queue timing (#13544) | Eric Eastwood | 2022-08-17 | 2 | -0/+31 |
* | Time how long it takes us to do backfill processing (#13535) | Eric Eastwood | 2022-08-17 | 3 | -16/+90 |
* | Add specific metric to time long-running `/messages` requests (#13533) | Eric Eastwood | 2022-08-17 | 2 | -0/+33 |
* | Instrument the federation/backfill part of `/messages` (#13489) | Eric Eastwood | 2022-08-16 | 11 | -33/+220 |
* | Merge branch 'master' into develop | Andrew Morgan | 2022-08-16 | 3 | -2/+14 |
|\ |
|
| * | Note explicitly that #11365 was reverted in the 1.65 CHANGELOG | Andrew Morgan | 2022-08-16 | 1 | -1/+1 |
| * | 1.65.0 v1.65.0 | Andrew Morgan | 2022-08-16 | 3 | -1/+13 |
* | | Refuse to start when `faster_joins` is enabled on a worker deployment (#13531) | Sean Quah | 2022-08-16 | 2 | -0/+8 |
* | | Add missing links in `user_consent` section of configuration manual (#13536) | Dirk Klimpel | 2022-08-16 | 2 | -2/+3 |
* | | Faster room joins: make `/joined_members` block whilst the room is partial st... | reivilibre | 2022-08-16 | 4 | -1/+22 |
* | | Make push rules use proper structures. (#13522) | Erik Johnston | 2022-08-16 | 8 | -333/+494 |
* | | Use Pydantic to systematically validate a first batch of endpoints in `synaps... | David Robertson | 2022-08-15 | 10 | -92/+296 |
* | | Add a warning to retention documentation regarding the possibility of databas... | Shay | 2022-08-15 | 3 | -2/+9 |
* | | Instrument `FederationStateIdsServlet` - `/state_ids` (#13499) | Eric Eastwood | 2022-08-15 | 5 | -2/+21 |
* | | Revert "Update locked versions of mypy and mypy-zope (#13521)" | David Robertson | 2022-08-15 | 7 | -60/+73 |
* | | Clarifications for event push action processing. (#13485) | Patrick Cloke | 2022-08-15 | 3 | -21/+35 |
* | | Update locked versions of mypy and mypy-zope (#13521) | David Robertson | 2022-08-15 | 7 | -73/+60 |
* | | Update grafana dashboard | Richard van der Hoff | 2022-08-13 | 1 | -1805/+2695 |
* | | Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker imag... | reivilibre | 2022-08-12 | 2 | -1/+2 |
* | | Add `openssl` example for registration HMAC (#13472) | James Barton | 2022-08-11 | 2 | -2/+20 |
* | | Add note to `redaction_retention_period` documentation mentioning that event ... | Andrew Morgan | 2022-08-11 | 2 | -0/+5 |
* | | Add viewport directive to HTML templates to optimise for mobile (#13493) | Germain | 2022-08-11 | 31 | -47/+140 |
* | | Merge branch 'release-v1.65' into develop | Olivier Wilkinson (reivilibre) | 2022-08-11 | 4 | -1/+17 |
|\| |
|
| * | 1.65.0rc2 v1.65.0rc2 | Olivier Wilkinson (reivilibre) | 2022-08-11 | 4 | -2/+16 |
| * | Revert 'Remove the unspecced field in the response. (#13365)' to give more ... | reivilibre | 2022-08-11 | 2 | -0/+2 |
* | | Update the rejected state of events during resync (#13459) | Richard van der Hoff | 2022-08-11 | 4 | -9/+66 |
* | | Use literals in place of `HTTPStatus` constants in tests (#13488) | Dirk Klimpel | 2022-08-10 | 12 | -447/+177 |
* | | Add some miscellaneous comments around sync (#13474) | Sean Quah | 2022-08-10 | 3 | -40/+81 |
* | | Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453) | Eric Eastwood | 2022-08-09 | 3 | -56/+186 |
* | | Use literals in place of `HTTPStatus` constants in tests (#13479) | Dirk Klimpel | 2022-08-09 | 12 | -141/+141 |
* | | Merge branch 'release-v1.65' into develop | Olivier Wilkinson (reivilibre) | 2022-08-09 | 52 | -51/+81 |
|\| |
|
| * | Fix changelog mistake | Olivier Wilkinson (reivilibre) | 2022-08-09 | 1 | -2/+1 |
| * | Tweak the changelog v1.65.0rc1 | Olivier Wilkinson (reivilibre) | 2022-08-09 | 1 | -6/+6 |
| * | 1.65.0rc1 | Olivier Wilkinson (reivilibre) | 2022-08-09 | 52 | -51/+82 |
* | | Strengthen tests about deleted old push actions. (#13471) | Patrick Cloke | 2022-08-09 | 2 | -0/+16 |
|/ |
|
* | Make the configuration for the cache clearer (#13481) | Dirk Klimpel | 2022-08-09 | 2 | -4/+6 |
* | Update matrix-synapse-ldap3 version in lockfile to v0.2.2. (#13470) | Shay | 2022-08-08 | 2 | -12/+14 |
* | Use literals in place of `HTTPStatus` constants in tests (#13469) | Dirk Klimpel | 2022-08-08 | 13 | -331/+329 |
* | Correct a misnamed argument in state res v2 (#13467) | David Robertson | 2022-08-08 | 2 | -6/+7 |
* | Support stable identifiers for MSC2285: private read receipts. (#13273) | Šimon Brandner | 2022-08-05 | 14 | -94/+246 |
* | Use literals in place of `HTTPStatus` constants in tests (#13463) | Dirk Klimpel | 2022-08-05 | 18 | -191/+172 |
* | Mark token-authenticaticated-registration API as not-experimental (#11897) | Julian-Samuel Gebühr | 2022-08-05 | 2 | -3/+4 |
* | Update module API "update room membership" method to allow for remote joins (... | Matt C | 2022-08-05 | 3 | -4/+34 |
* | Add comments about how event push actions are stored. (#13445) | Erik Johnston | 2022-08-04 | 2 | -0/+62 |
* | Fix `@tag_args` being off-by-one (ahead) (#13452) | Eric Eastwood | 2022-08-04 | 2 | -2/+14 |
* | Improve comments (& avoid a duplicate query) in push actions processing. (#13... | Patrick Cloke | 2022-08-04 | 2 | -124/+159 |
* | Update type of `EventContext.rejected` (#13460) | Richard van der Hoff | 2022-08-04 | 3 | -5/+5 |
* | Faster Room Joins: prevent Synapse from answering federated join requests for... | reivilibre | 2022-08-04 | 3 | -0/+35 |
* | Optimise async get event lookups (#13435) | Nick Mills-Barrett | 2022-08-04 | 4 | -8/+87 |
* | Update some outdated information on `sso_mapping_providers.md` (#13449) | Dirk Klimpel | 2022-08-04 | 2 | -6/+9 |
* | Fix return value in example on `password_auth_provider_callbacks.md` (#13450) | Dirk Klimpel | 2022-08-04 | 2 | -2/+3 |
* | synapse-workers docker: copy nginx and redis in from base images (#13447) | Richard van der Hoff | 2022-08-04 | 3 | -36/+60 |
* | Add module API method to create a room (#13429) | Matt C | 2022-08-04 | 3 | -0/+103 |
* | Fix rooms not being properly excluded from incremental sync (#13408) | Brendan Abolivier | 2022-08-04 | 3 | -10/+37 |
* | Add some tracing spans to give insight into local joins (#13439) | Shay | 2022-08-03 | 3 | -33/+40 |
* | Instrument `/messages` for understandable traces in Jaeger (#13368) | Eric Eastwood | 2022-08-03 | 11 | -1/+32 |
* | Return 404 or member list when getting joined_members after leaving (#13374) | andrew do | 2022-08-03 | 3 | -2/+20 |
* | Install cryptography build dependencies in requirements image. (#13372) | Jasper Spaans | 2022-08-03 | 2 | -1/+3 |
* | Improve documentation on becoming server admin (#13230) | jejo86 | 2022-08-03 | 2 | -1/+3 |
* | Update doc for setting `macaroon_secret_key` (#13443) | Dirk Klimpel | 2022-08-03 | 2 | -3/+8 |
* | Rename `RateLimitConfig` to `RatelimitSettings` (#13442) | Dirk Klimpel | 2022-08-03 | 5 | -29/+30 |
* | Add module API method to resolve a room alias to a room ID (#13428) | Matt C | 2022-08-03 | 3 | -0/+44 |