| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix type hints for Monthly Active Users tests (#14889) | Andrew Morgan | 2023-01-22 | 3 | -7/+8 |
* | Add type hints to `TestRatelimiter` (#14885) | Andrew Morgan | 2023-01-21 | 3 | -16/+52 |
* | Reduce max time we wait for stream positions (#14881) | Erik Johnston | 2023-01-20 | 3 | -12/+12 |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 19 | -29/+104 |
* | Dockerfile: Bump Python version from 3.9 to 3.11 (#14875) | katlol | 2023-01-20 | 2 | -42/+43 |
* | Faster joins: Avoid starting duplicate partial state syncs (#14844) | Sean Quah | 2023-01-20 | 3 | -9/+210 |
* | Fix bug in wait for stream position (#14872) | Erik Johnston | 2023-01-19 | 2 | -10/+20 |
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 10 | -13/+114 |
* | Update logging_sample_config.md (#14868) | Richard van der Hoff | 2023-01-19 | 2 | -3/+6 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 21 | -145/+226 |
* | Change default room version to 10. Implements MSC3904 (#14111) | Catalan Lover | 2023-01-18 | 4 | -5/+14 |
* | Properly check for frozendicts in event auth code. (#14864) | Patrick Cloke | 2023-01-18 | 2 | -1/+3 |
* | Bump packaging from 22.0 to 23.0 (#14847) | dependabot[bot] | 2023-01-17 | 1 | -3/+3 |
* | Bump phonenumbers from 8.13.2 to 8.13.4 (#14849) | dependabot[bot] | 2023-01-17 | 1 | -3/+3 |
* | Bump sentry-sdk from 1.12.1 to 1.13.0 (#14852) | dependabot[bot] | 2023-01-17 | 1 | -3/+4 |
* | Bump ruff from 0.0.215 to 0.0.224 (#14862) | dependabot[bot] | 2023-01-17 | 3 | -19/+20 |
* | Bump types-pillow from 9.4.0.0 to 9.4.0.3 (#14863) | dependabot[bot] | 2023-01-17 | 2 | -4/+5 |
* | Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 (#14861) | dependabot[bot] | 2023-01-17 | 2 | -1/+2 |
* | Require poetry>=1.3.2 (#14860) | David Robertson | 2023-01-17 | 14 | -1359/+1414 |
* | Merge branch 'master' into develop | David Robertson | 2023-01-17 | 3 | -1/+13 |
|\ |
|
| * | 1.75.0 v1.75.0 | David Robertson | 2023-01-17 | 3 | -1/+13 |
* | | Stabilise serving partial join responses (#14839) | David Robertson | 2023-01-17 | 5 | -16/+17 |
* | | Fix bug in `wait_for_stream_position` (#14856) | Erik Johnston | 2023-01-17 | 3 | -1/+80 |
* | | Merge device list replication streams (#14833) | Erik Johnston | 2023-01-17 | 7 | -38/+72 |
* | | Add parameter to control whether we do a partial state join (#14843) | Sean Quah | 2023-01-16 | 3 | -5/+24 |
* | | Add an early return when handling no-op presence updates. (#14855) | Erik Johnston | 2023-01-16 | 2 | -0/+6 |
* | | Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) | Sean Quah | 2023-01-16 | 5 | -14/+7 |
* | | Fix missing field in AS documentation (#14845) | Rhea Danzey | 2023-01-16 | 2 | -0/+2 |
* | | Also use stable name in SendJoinResponse struct (#14841) | David Robertson | 2023-01-16 | 5 | -14/+17 |
* | | Bump regex from 1.7.0 to 1.7.1 (#14848) | dependabot[bot] | 2023-01-16 | 2 | -2/+3 |
* | | Implement MSC3890: Remotely silence local notifications (#14775) | Andrew Morgan | 2023-01-13 | 5 | -2/+29 |
* | | Use stable identifiers for faster joins (#14832) | David Robertson | 2023-01-13 | 6 | -24/+89 |
* | | Merge account data streams (#14826) | Erik Johnston | 2023-01-13 | 12 | -83/+75 |
* | | Update misleading documentation ` user_directory.search_all_users ` (#14818) | Tejaswini Gurram | 2023-01-13 | 2 | -2/+3 |
* | | Drop unused table `presence` (#14825) | Dirk Klimpel | 2023-01-13 | 3 | -1/+18 |
* | | Add `worker_manhole` to configuration manual (#14824) | Dirk Klimpel | 2023-01-13 | 2 | -0/+22 |
* | | Include `x_forwarded` in workers example configs (#14667) | villepeh | 2023-01-13 | 6 | -7/+15 |
* | | Add some clarifying comments and refactor a portion of the `Keyring` class fo... | Andrew Morgan | 2023-01-13 | 2 | -18/+44 |
* | | Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812) | Sean Quah | 2023-01-13 | 5 | -12/+70 |
* | | Merge branch 'release-v1.75' into develop | H. Shay | 2023-01-12 | 5 | -3/+17 |
|\| |
|
| * | 1.75.0rc2 v1.75.0rc2 | H. Shay | 2023-01-12 | 5 | -3/+17 |
* | | Merge remote-tracking branch 'origin/release-v1.75' into develop | Richard van der Hoff | 2023-01-12 | 5 | -13/+61 |
|\| |
|
| * | Fix race calling `/members?at=` (#14817) | Erik Johnston | 2023-01-12 | 2 | -6/+60 |
| * | Calculate rooms changed for device lists to work. (#14810) | Patrick Cloke | 2023-01-11 | 3 | -7/+1 |
* | | Add rust linting commands to `scripts-dev/lint.sh` (#14822) | Andrew Morgan | 2023-01-12 | 2 | -0/+34 |
* | | Re-enable some linting (#14821) | Erik Johnston | 2023-01-12 | 7 | -21/+9 |
* | | Add `set_displayname` to the module API (#14629) | Emelie Graven | 2023-01-11 | 3 | -0/+46 |
* | | Factor out common code in tests and fix comments. (#14819) | Patrick Cloke | 2023-01-11 | 3 | -36/+64 |
* | | Remove outdated commands from the code style doc & point to the contributing ... | Andrew Morgan | 2023-01-11 | 2 | -12/+4 |
* | | Faster remote room joins (worker mode): do not populate external hosts-in-roo... | reivilibre | 2023-01-11 | 2 | -5/+17 |
* | | Fix-up type hints for tests.push module. (#14816) | Patrick Cloke | 2023-01-11 | 7 | -62/+67 |
* | | Add index to improve performance of the `/timestamp_to_event` endpoint used f... | reivilibre | 2023-01-11 | 3 | -0/+30 |
* | | Add listener `health` (#14747) | Dirk Klimpel | 2023-01-11 | 4 | -0/+13 |
* | | Add poetry.toml to .gitignore (#14807) | Andrew Morgan | 2023-01-11 | 2 | -0/+4 |
* | | Add `tag` to `listeners` documentation (#14803) | Dirk Klimpel | 2023-01-11 | 3 | -2/+7 |
* | | Implement MSC3925: changes to bundling of edits (#14811) | Richard van der Hoff | 2023-01-10 | 5 | -63/+159 |
|/ |
|
* | Update changelog 2 v1.75.0rc1 | David Robertson | 2023-01-10 | 1 | -32/+35 |
* | Update changelog | David Robertson | 2023-01-10 | 1 | -36/+38 |
* | 1.75.0rc1 | David Robertson | 2023-01-10 | 73 | -71/+96 |
* | Batch up replication requests to request the resyncing of remote users's devi... | reivilibre | 2023-01-10 | 9 | -79/+306 |
* | Add missing worker settings to shared configuration (#14748) | Dirk Klimpel | 2023-01-09 | 3 | -11/+85 |
* | Skip testing pypy-3.7-linux wheels as we don't have openssl 3.x on manylinux2... | Andrew Morgan | 2023-01-09 | 2 | -1/+2 |
* | Remove undocumented device from pushrules (#14727) | Jeyachandran Rathnam | 2023-01-09 | 2 | -4/+2 |
* | Update link to towncrier in contribution guide (#14801) | Dirk Klimpel | 2023-01-09 | 2 | -1/+2 |
* | Fix upgrade notes for installing ICU (#14797) | David Robertson | 2023-01-09 | 2 | -1/+2 |
* | Unescape HTML entities in oEmbed titles. (#14781) | Jeyachandran Rathnam | 2023-01-09 | 3 | -6/+20 |
* | Improve /sync performance of when passing filters with empty arrays. (#14786) | Patrick Cloke | 2023-01-09 | 4 | -9/+21 |
* | Disable sending confirmation email when 3pid is disabled #14682 (#14725) | Jeyachandran Rathnam | 2023-01-09 | 3 | -25/+11 |
* | Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (#14791) | dependabot[bot] | 2023-01-09 | 2 | -1/+2 |
* | Bump importlib-metadata from 4.2.0 to 6.0.0 (#14795) | dependabot[bot] | 2023-01-09 | 2 | -6/+8 |
* | Bump ruff from 0.0.206 to 0.0.215 (#14796) | dependabot[bot] | 2023-01-09 | 3 | -19/+20 |
* | Bump types-setuptools from 65.6.0.2 to 65.6.0.3 (#14794) | dependabot[bot] | 2023-01-09 | 2 | -3/+19 |
* | Bump pyopenssl from 22.1.0 to 23.0.0 (#14793) | dependabot[bot] | 2023-01-09 | 2 | -4/+5 |
* | Bump types-pillow from 9.3.0.4 to 9.4.0.0 (#14792) | dependabot[bot] | 2023-01-09 | 2 | -3/+11 |
* | Use `htmltest` to check links in the Synapse documentation. (#14743) | reivilibre | 2023-01-05 | 2 | -0/+27 |
* | Fix broken links in the Synapse documentation. (#14744) | reivilibre | 2023-01-05 | 24 | -38/+38 |
* | Bump JasonEtco/create-an-issue from 2.8.2 to 2.9.1 (#14731) | dependabot[bot] | 2023-01-05 | 3 | -2/+3 |
* | Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#14779) | dependabot[bot] | 2023-01-05 | 2 | -1/+2 |
* | Bump types-requests from 2.28.11.5 to 2.28.11.7 (#14763) | dependabot[bot] | 2023-01-05 | 2 | -3/+4 |
* | Bump pillow from 9.3.0 to 9.4.0 (#14762) | dependabot[bot] | 2023-01-05 | 2 | -63/+66 |
* | Bump gitpython from 3.1.29 to 3.1.30 (#14761) | dependabot[bot] | 2023-01-05 | 2 | -3/+4 |
* | Bump pydantic from 1.10.2 to 1.10.4 (#14760) | dependabot[bot] | 2023-01-05 | 2 | -38/+39 |
* | Bump ruff from 0.0.189 to 0.0.206 (#14759) | dependabot[bot] | 2023-01-05 | 3 | -19/+20 |
* | Bump serde from 1.0.151 to 1.0.152 (#14758) | dependabot[bot] | 2023-01-05 | 2 | -4/+5 |
* | Document how to use Twitter as an OAuth 2.0 provider. (#14778) | Patrick Cloke | 2023-01-04 | 2 | -283/+320 |
* | Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) | Patrick Cloke | 2023-01-04 | 7 | -16/+212 |
* | Use env vars in GHA dependabot changelog (#14772) | Erik Johnston | 2023-01-04 | 2 | -2/+6 |
* | Switch to our fork of dh-virtualenv for compatibility with Python 3.11 (#14774) | Andrew Morgan | 2023-01-04 | 3 | -52/+69 |
* | Support non-OpenID compliant user info endpoints (#14753) | Patrick Cloke | 2023-01-04 | 3 | -8/+42 |
* | Update all stream IDs after processing replication rows (#14723) | Nick Mills-Barrett | 2023-01-04 | 13 | -20/+95 |
* | Add experimental support for MSC3391: deleting account data (#14714) | Andrew Morgan | 2023-01-01 | 9 | -31/+547 |
* | Actually use the picture_claim as configured in OIDC config. (#14751) | Patrick Cloke | 2022-12-29 | 2 | -1/+2 |
* | Bump attrs from 22.1.0 to 22.2.0 (#14734) | dependabot[bot] | 2022-12-29 | 2 | -8/+10 |
* | Bump isort from 5.10.1 to 5.11.4 (#14733) | dependabot[bot] | 2022-12-29 | 2 | -4/+5 |
* | Bump setuptools from 65.3.0 to 65.5.1 (#14738) | dependabot[bot] | 2022-12-29 | 2 | -5/+6 |
* | Bump black from 22.10.0 to 22.12.0 (#14735) | dependabot[bot] | 2022-12-28 | 2 | -22/+14 |
* | Bump sentry-sdk from 1.12.0 to 1.12.1 (#14736) | dependabot[bot] | 2022-12-28 | 2 | -3/+4 |
* | Bump towncrier from 22.8.0 to 22.12.0 (#14732) | dependabot[bot] | 2022-12-28 | 2 | -6/+7 |
* | Suppress the update check in the ruff linter. (#14741) | reivilibre | 2022-12-28 | 2 | -1/+3 |
* | Broken link "request_id_header" (#14740) | Vertux | 2022-12-28 | 1 | -1/+1 |
* | Add a `cached` helper to the module API (#14663) | Brendan Abolivier | 2022-12-28 | 2 | -1/+40 |
* | Add missing type hints to tests. (#14687) | Patrick Cloke | 2022-12-28 | 5 | -64/+95 |
* | Move `email` to Server section in config file documentation (#14730) | Dirk Klimpel | 2022-12-28 | 2 | -108/+110 |
* | Log to-device msgids when we return them over /sync (#14724) | Richard van der Hoff | 2022-12-23 | 2 | -7/+14 |
* | Check sqlite database file exists before porting. (#14692) | Jeyachandran Rathnam | 2022-12-22 | 2 | -1/+2 |
* | Update docs about ruff vs. flake8. | Patrick Cloke | 2022-12-21 | 1 | -2/+2 |
* | Switch to ruff instead of flake8. (#14633) | Patrick Cloke | 2022-12-21 | 12 | -116/+87 |
* | Bump minimum PyYAML to 3.13. (#14720) | Patrick Cloke | 2022-12-21 | 2 | -1/+2 |
* | (remove no-op changelog entry) | Olivier Wilkinson (reivilibre) | 2022-12-21 | 1 | -1/+0 |
* | Revert update of hiredis in Poetry lockfile: revert from 2.1.0 to 2.0.0. (#14... | reivilibre | 2022-12-21 | 3 | -91/+44 |
* | Merge branch 'master' into develop | Sean Quah | 2022-12-20 | 7 | -7/+47 |
|\ |
|
| * | 1.74.0 v1.74.0 | Sean Quah | 2022-12-20 | 4 | -2/+16 |
| * | Add release note and update doc regarding ICU (#14712) | Mathieu Velten | 2022-12-20 | 5 | -6/+32 |
* | | Bump lxml from 4.9.1 to 4.9.2 (#14698) | dependabot[bot] | 2022-12-19 | 2 | -71/+77 |
* | | Bump serde_json from 1.0.89 to 1.0.91 (#14696) | dependabot[bot] | 2022-12-19 | 2 | -2/+3 |
* | | Bump anyhow from 1.0.66 to 1.0.68 (#14694) | dependabot[bot] | 2022-12-19 | 2 | -2/+3 |
* | | Add the `.direnv/` directory to .gitignore (#14707) | Andrew Morgan | 2022-12-19 | 2 | -0/+2 |
* | | Bump serde from 1.0.150 to 1.0.151 (#14697) | dependabot[bot] | 2022-12-19 | 2 | -4/+5 |
* | | Bump types-jsonschema from 4.17.0.1 to 4.17.0.2 (#14700) | dependabot[bot] | 2022-12-19 | 2 | -3/+4 |
* | | Bump types-setuptools from 65.6.0.1 to 65.6.0.2 (#14702) | dependabot[bot] | 2022-12-19 | 2 | -3/+4 |
* | | Faster remote room joins: invalidate caches and unblock requests when receivi... | reivilibre | 2022-12-19 | 4 | -14/+46 |
* | | Bump sentry-sdk from 1.11.1 to 1.12.0 (#14701) | dependabot[bot] | 2022-12-19 | 2 | -3/+5 |
* | | Bump hiredis from 2.0.0 to 2.1.0 (#14699) | dependabot[bot] | 2022-12-19 | 2 | -43/+91 |
* | | Bump blake2 from 0.10.5 to 0.10.6 (#14695) | dependabot[bot] | 2022-12-19 | 2 | -2/+3 |
* | | Bump JasonEtco/create-an-issue from 2.8.1 to 2.8.2 (#14693) | dependabot[bot] | 2022-12-19 | 3 | -2/+3 |
* | | Add missing type hints to tests.config. (#14681) | Patrick Cloke | 2022-12-16 | 18 | -103/+108 |
* | | Improve type annotations for the helper methods on a `CachedFunction`. (#14685) | reivilibre | 2022-12-16 | 2 | -3/+4 |
* | | Add missing type hints to tests.handlers. (#14680) | Patrick Cloke | 2022-12-16 | 22 | -378/+527 |
* | | Make `handle_new_client_event` throws `PartialStateConflictError` (#14665) | Mathieu Velten | 2022-12-15 | 7 | -239/+360 |
* | | Fix missing word in autotune sub-option description (#14674) | Jeremy Kescher | 2022-12-14 | 2 | -1/+2 |
* | | Allow `compute_state_after_events` to use partial state (#14676) | David Robertson | 2022-12-14 | 2 | -2/+9 |
* | | Faster remote room joins: stream the un-partial-stating of events over replic... | reivilibre | 2022-12-14 | 8 | -10/+204 |
* | | Delete event_push_summary_unique_index again. (#14669) | Patrick Cloke | 2022-12-14 | 3 | -9/+34 |
* | | Fix #11308 : Remove dependency on jquery on reCAPTCHA page (#14672) | Jeyachandran Rathnam | 2022-12-14 | 2 | -2/+2 |
* | | Merge tag 'v1.74.0rc1' into develop | Sean Quah | 2022-12-13 | 61 | -62/+75 |
|\| |
|
| * | Tidy up CHANGES.md v1.74.0rc1 | Sean Quah | 2022-12-13 | 1 | -2/+2 |
| * | Tidy up CHANGES.md | Sean Quah | 2022-12-13 | 1 | -11/+3 |
| * | 1.74.0rc1 | Sean Quah | 2022-12-13 | 61 | -62/+83 |
* | | Declare support for Python 3.11 (#14673) | David Robertson | 2022-12-13 | 2 | -1/+2 |
* | | Fix the *MAU Limits* section of the Grafana dashboard relying on a specific `... | reivilibre | 2022-12-13 | 2 | -9/+7 |
* | | Use the room type from stats in hierarchy response. (#14263) | Patrick Cloke | 2022-12-13 | 2 | -9/+6 |
|/ |
|
* | Improve validation of field size limits in events. (#14664) | reivilibre | 2022-12-13 | 8 | -30/+119 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 14 | -695/+983 |
* | Enable `--warn-redundant-casts` option in mypy (#14671) | David Robertson | 2022-12-12 | 5 | -6/+7 |
* | Fix missing cache invalidation in application service code (#14670) | Sean Quah | 2022-12-12 | 2 | -2/+7 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 27 | -24/+25 |
* | Revert the deletion of stale devices due to performance issues. (#14662) | reivilibre | 2022-12-12 | 7 | -152/+5 |
* | Bump packaging from 21.3 to 22.0 (#14657) | dependabot[bot] | 2022-12-12 | 2 | -22/+5 |
* | Bump flake8-bugbear from 22.10.27 to 22.12.6 (#14656) | dependabot[bot] | 2022-12-12 | 2 | -3/+4 |
* | Add optional ICU support for user search (#14464) | Brendan Abolivier | 2022-12-12 | 10 | -6/+166 |
* | Bump phonenumbers from 8.13.1 to 8.13.2 (#14660) | dependabot[bot] | 2022-12-12 | 2 | -3/+4 |
* | Bump serde from 1.0.148 to 1.0.150 (#14659) | dependabot[bot] | 2022-12-12 | 2 | -4/+5 |
* | Bump authlib from 1.1.0 to 1.2.0 (#14661) | dependabot[bot] | 2022-12-12 | 2 | -5/+6 |
* | Bump types-pillow from 9.3.0.1 to 9.3.0.4 (#14658) | dependabot[bot] | 2022-12-12 | 2 | -3/+4 |
* | Handle half-created indices in receipts index background update (#14650) | Sean Quah | 2022-12-09 | 3 | -48/+60 |
* | Require types in tests.storage. (#14646) | Patrick Cloke | 2022-12-09 | 36 | -341/+489 |
* | Limit the number of devices we delete at once (#14649) | Erik Johnston | 2022-12-09 | 4 | -4/+43 |
* | Delete stale non-e2e devices for users, take 2 (#14595) | Erik Johnston | 2022-12-09 | 5 | -4/+113 |
* | Fix html templates to load images only on HTTPS (#14625) | Ashish Kumar | 2022-12-08 | 4 | -9/+10 |
* | Rebuild the user directory and stats tables. (#14643) | Patrick Cloke | 2022-12-08 | 2 | -0/+30 |
* | Respond with proper error responses on unknown paths. (#14621) | Patrick Cloke | 2022-12-08 | 9 | -14/+32 |
* | Check the stream position before checking if the cache is empty. (#14639) | Patrick Cloke | 2022-12-08 | 3 | -7/+10 |
* | Bump certifi from 2021.10.8 to 2022.12.7 (#14645) | dependabot[bot] | 2022-12-08 | 2 | -4/+5 |
* | Update admin_faq.md | Richard van der Hoff | 2022-12-07 | 1 | -1/+1 |
* | Reject receipt requests with invalid room or event IDs. (#14632) | Nick Mills-Barrett | 2022-12-07 | 3 | -1/+81 |
* | Unit tests CI speedup (#14610) | realtyem | 2022-12-07 | 2 | -3/+8 |
* | Add `--editable` flag to `complement.sh` which uses an editable install of Sy... | reivilibre | 2022-12-07 | 5 | -20/+162 |
* | docker: remove useless cargo install with apt (#14636) | Mathieu Velten | 2022-12-07 | 2 | -1/+2 |
* | Fix a bug introduced in v1.67.0 where not specifying a config file or a serve... | reivilibre | 2022-12-07 | 2 | -2/+4 |
* | Add Mastodon SSO setup instructions to docs (#14594) | villepeh | 2022-12-07 | 2 | -0/+42 |
* | Change `turn_allow_guests` example value to lowercase `true` (#14634) | villepeh | 2022-12-07 | 2 | -1/+2 |
* | Fix a long-standing bug where the user directory would return 1 more row than... | reivilibre | 2022-12-07 | 4 | -3/+10 |
* | Faster remote room joins: unblock tasks waiting for full room state when the ... | reivilibre | 2022-12-06 | 3 | -0/+77 |
* | docs: Replace old note about Postgres 10+ being required with link to our dep... | Andrew Morgan | 2022-12-06 | 2 | -1/+3 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-12-06 | 3 | -4/+16 |
|\ |
|
| * | Minor tweak to tense in changelog | Olivier Wilkinson (reivilibre) | 2022-12-06 | 1 | -1/+1 |
| * | Tweak changelog v1.73.0 | Olivier Wilkinson (reivilibre) | 2022-12-06 | 1 | -1/+1 |
| * | 1.73.0 | Olivier Wilkinson (reivilibre) | 2022-12-06 | 3 | -3/+15 |
* | | Failover on proper error responses. (#14620) | Patrick Cloke | 2022-12-06 | 2 | -9/+21 |
* | | Improve logging and opentracing for to-device message handling (#14598) | Richard van der Hoff | 2022-12-06 | 10 | -46/+136 |
* | | Better return type for `get_all_entities_changed` (#14604) | Erik Johnston | 2022-12-05 | 8 | -76/+138 |
* | | Compare to the earliest known stream pos in the stream change cache. (#14435) | Patrick Cloke | 2022-12-05 | 5 | -53/+133 |
* | | Faster remote room joins: stream the un-partial-stating of rooms over replica... | reivilibre | 2022-12-05 | 8 | -67/+280 |
* | | Fix push.enabled config documentation (#14619) | Will Hunt | 2022-12-05 | 2 | -2/+3 |
* | | Suppress empty body warnings in room servelets (#14600) | David Robertson | 2022-12-05 | 2 | -12/+3 |
* | | Handle 'go get' deprecation (#14611) | realtyem | 2022-12-05 | 2 | -1/+2 |
* | | Bump cryptography from 38.0.3 to 38.0.4 (#14616) | dependabot[bot] | 2022-12-05 | 2 | -27/+28 |
* | | Bump types-requests from 2.28.11.2 to 2.28.11.5 (#14615) | dependabot[bot] | 2022-12-05 | 2 | -3/+4 |
* | | Bump twine from 4.0.1 to 4.0.2 (#14614) | dependabot[bot] | 2022-12-05 | 2 | -3/+4 |
* | | Bump types-setuptools from 65.5.0.3 to 65.6.0.1 (#14613) | dependabot[bot] | 2022-12-05 | 2 | -3/+4 |
* | | Bump phonenumbers from 8.13.0 to 8.13.1 (#14612) | dependabot[bot] | 2022-12-05 | 2 | -3/+4 |
* | | Bump JasonEtco/create-an-issue from 2.5.0 to 2.8.1 (#14607) | dependabot[bot] | 2022-12-02 | 3 | -2/+3 |
* | | Use ClientRestResource on both the main process and workers. (#14528) | Patrick Cloke | 2022-12-02 | 8 | -119/+71 |
* | | Fix Rust lint CI (#14602) | Erik Johnston | 2022-12-02 | 4 | -16/+47 |
* | | Add missing types to tests.util. (#14597) | Patrick Cloke | 2022-12-02 | 21 | -276/+361 |
* | | Properly handle unknown results for the stream change cache. (#14592) | Patrick Cloke | 2022-12-02 | 3 | -16/+22 |
* | | Update worker docs to update preferred settings for pusher and federation_sen... | realtyem | 2022-12-02 | 3 | -31/+53 |
* | | Bump jsonschema from 4.17.0 to 4.17.3 (#14591) | dependabot[bot] | 2022-12-01 | 2 | -3/+4 |
* | | Bump pyopenssl from 22.0.0 to 22.1.0 (#14561) | dependabot[bot] | 2022-12-01 | 1 | -5/+5 |
* | | Bump sentry-sdk from 1.11.0 to 1.11.1 (#14562) | dependabot[bot] | 2022-12-01 | 1 | -3/+3 |
* | | Bump types-bleach from 5.0.3 to 5.0.3.1 (#14564) | dependabot[bot] | 2022-12-01 | 1 | -3/+3 |
* | | Bump types-psycopg2 from 2.9.21.1 to 2.9.21.2 (#14558) | dependabot[bot] | 2022-12-01 | 1 | -3/+3 |
* | | Add `push.enabled` option to disable push notification calculation (#14551) | Will Hunt | 2022-12-01 | 5 | -2/+53 |
* | | Merge branch 'release-v1.73' into develop | David Robertson | 2022-12-01 | 59 | -135/+91 |
|\| |
|
| * | 1.73.0rc2 v1.73.0rc2 | David Robertson | 2022-12-01 | 4 | -3/+17 |
| * | Fix MSC3202 link in changelog | David Robertson | 2022-12-01 | 1 | -1/+1 |
| * | Revert "POC delete stale non-e2e devices for users (#14038)" (#14582) | David Robertson | 2022-11-29 | 5 | -83/+5 |
| * | Update changelog v1.73.0rc1 | David Robertson | 2022-11-29 | 1 | -15/+14 |
| * | Include fixup PR in changelog | David Robertson | 2022-11-29 | 1 | -1/+1 |
| * | Fix `UndefinedColumn: column "key_json" does not exist` errors when handling ... | David Robertson | 2022-11-29 | 1 | -0/+1 |
| * | 1.73.0rc1 | David Robertson | 2022-11-29 | 56 | -54/+73 |
* | | Modernize unit tests configuration settings for workers. (#14568) | realtyem | 2022-12-01 | 18 | -81/+123 |
* | | Cite launchpad bug that says ubuntu's pkgs are old (#14517) | David Robertson | 2022-11-30 | 2 | -6/+14 |
* | | Aggregate unread notif count query for badge count calculation (#14255) | Nick Mills-Barrett | 2022-11-30 | 4 | -27/+198 |
* | | Use servers list approx to send read receipts when in partial state (#14549) | Mathieu Velten | 2022-11-30 | 3 | -1/+6 |
* | | Stop using deprecated `keyIds` param on /key/v2/server (#14525) | Richard van der Hoff | 2022-11-30 | 6 | -82/+47 |
* | | Advertise support for Matrix v1.5. (#14576) | Patrick Cloke | 2022-11-29 | 2 | -0/+2 |
|/ |
|
* | Fix GHA job for pushing the complement-synapse image (#14573) | David Robertson | 2022-11-29 | 3 | -7/+14 |
* | POC delete stale non-e2e devices for users (#14038) | Erik Johnston | 2022-11-29 | 5 | -4/+83 |
* | Fix possible variable shadow in `create_new_client_event` (#14575) | Shay | 2022-11-28 | 2 | -2/+5 |
* | Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524) | Travis Ralston | 2022-11-28 | 7 | -4/+316 |
* | Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521) | Travis Ralston | 2022-11-28 | 4 | -2/+130 |
* | Initial support for MSC3931: Room version push rule feature flags (#14520) | Travis Ralston | 2022-11-28 | 8 | -1/+76 |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 13 | -37/+26 |
* | Use `device_one_time_keys_count` to match MSC3202 (#14565) | Andrew Ferrazzutti | 2022-11-28 | 9 | -34/+38 |
* | Fix logging context warnings due to common usage metrics setup (#14574) | Sean Quah | 2022-11-28 | 2 | -1/+4 |
* | Include thread information when sending receipts over federation. (#14466) | Patrick Cloke | 2022-11-28 | 4 | -64/+198 |
* | Remove option to skip locking of tables during emulated upserts (#14469) | Sean Quah | 2022-11-28 | 10 | -74/+19 |
* | Push complement image to a docker registry (#14509) | Michael Kaye | 2022-11-28 | 2 | -0/+69 |
* | Bump serde_json from 1.0.88 to 1.0.89 (#14560) | dependabot[bot] | 2022-11-28 | 2 | -2/+3 |
* | Bump serde from 1.0.147 to 1.0.148 (#14559) | dependabot[bot] | 2022-11-28 | 2 | -6/+7 |
* | Run Rust CI when Cargo.lock changes too (#14571) | David Robertson | 2022-11-28 | 2 | -0/+2 |
* | Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to ... | dependabot[bot] | 2022-11-28 | 4 | -13/+14 |
* | Add support for handling avatar with SSO login (#13917) | Ashish Kumar | 2022-11-25 | 6 | -2/+275 |
* | Faster joins: use initial list of servers if we don't have the full state yet... | Mathieu Velten | 2022-11-24 | 2 | -1/+18 |
* | Fix crash admin media list api when info is None (#14537) | schmop | 2022-11-24 | 2 | -1/+6 |
* | Implement message forward pagination from start when no from is given, fixes ... | Benjamin Kampmann | 2022-11-24 | 4 | -0/+60 |
* | Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69... | reivilibre | 2022-11-24 | 11 | -338/+70 |
* | Faster joins: use servers list approximation in `assert_host_in_room` (#14515) | Mathieu Velten | 2022-11-24 | 2 | -11/+18 |
* | Add another index to `device_lists_changes_in_room` (#14534) | Erik Johnston | 2022-11-23 | 3 | -0/+28 |
* | Add missing type hints to test.util.caches (#14529) | Patrick Cloke | 2022-11-22 | 7 | -66/+76 |
* | Optimize `filter_events_for_client` for faster `/messages` - v2 (#14527) | Eric Eastwood | 2022-11-22 | 2 | -20/+80 |
* | Refactor `federation_sender` and `pusher` configuration loading. (#14496) | realtyem | 2022-11-22 | 2 | -69/+71 |
* | Add more prompts to bug report form (#14522) | David Robertson | 2022-11-22 | 2 | -2/+44 |
* | Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) | Patrick Cloke | 2022-11-22 | 16 | -77/+185 |
* | Apply correct editorconfig to .pyi files (#14526) | Brendan Abolivier | 2022-11-22 | 2 | -1/+2 |
* | Track unconverted device list outbound pokes using a position instead (#14516) | Sean Quah | 2022-11-22 | 6 | -49/+158 |
* | Parallelize calls to fetch bundled aggregations. (#14510) | Patrick Cloke | 2022-11-22 | 2 | -32/+52 |
* | Batch fetch bundled references (#14508) | Patrick Cloke | 2022-11-22 | 6 | -79/+133 |
* | Batch fetch bundled annotations (#14491) | Patrick Cloke | 2022-11-22 | 5 | -141/+202 |