| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release-v1.55' into develop | David Robertson | 2022-03-21 | 2 | -1/+2 |
|\ |
|
| * | Reword 'Choose your user name' as 'Choose your account name' in the SSO regis... | reivilibre | 2022-03-21 | 2 | -1/+2 |
* | | Make it possible to enable compression for the metrics HTTP resource (#12258) | Nick Mills-Barrett | 2022-03-21 | 2 | -1/+5 |
* | | Return a 404 from `/state` for an outlier (#12087) | Richard van der Hoff | 2022-03-21 | 3 | -44/+25 |
* | | Try to detect borked package installations. (#12244) | David Robertson | 2022-03-18 | 3 | -2/+38 |
* | | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 9 | -157/+173 |
* | | Only fetch thread participation for events with threads. (#12228) | Patrick Cloke | 2022-03-18 | 4 | -245/+289 |
* | | Sync more worker regexes in the documentation. (#12243) | Patrick Cloke | 2022-03-18 | 2 | -16/+15 |
* | | Add some type hints to datastore (#12248) | Dirk Klimpel | 2022-03-18 | 4 | -84/+117 |
* | | Correct `check_username_for_spam` annotations and docs (#12246) | David Robertson | 2022-03-18 | 8 | -16/+46 |
* | | Generate announcement links in release script (#12242) | David Robertson | 2022-03-17 | 2 | -1/+41 |
* | | Add type hints to more tests files. (#12240) | Dirk Klimpel | 2022-03-17 | 6 | -47/+66 |
* | | Merge branch 'release-v1.55' into develop | Patrick Cloke | 2022-03-16 | 67 | -66/+126 |
|\| |
|
| * | Re-generate changelog. v1.55.0rc1 | Patrick Cloke | 2022-03-16 | 2 | -1/+1 |
| * | Fix bundling aggregations if unsigned is not a returned event field. (#12234) | Patrick Cloke | 2022-03-16 | 3 | -3/+35 |
| * | Changelog tweaks | David Robertson | 2022-03-15 | 1 | -4/+6 |
| * | 1.55.0rc1 | David Robertson | 2022-03-15 | 65 | -63/+89 |
* | | Handle cancellation in `DatabasePool.runInteraction()` (#12199) | Sean Quah | 2022-03-16 | 3 | -24/+96 |
* | | Add a relations handler to avoid duplication. (#12227) | Patrick Cloke | 2022-03-16 | 5 | -69/+134 |
* | | Add some missing type hints to cache datastore. (#12216) | Patrick Cloke | 2022-03-16 | 2 | -21/+37 |
* | | Fix dead link in spam checker warning (#12231) | David Robertson | 2022-03-16 | 2 | -2/+3 |
* | | Refactor relations tests (#12232) | Patrick Cloke | 2022-03-16 | 2 | -406/+364 |
* | | Clean-up logic for rebasing URLs during URL preview. (#12219) | Patrick Cloke | 2022-03-16 | 4 | -91/+26 |
* | | Use the ignored_users table to test event visibility & sync. (#12225) | Patrick Cloke | 2022-03-15 | 6 | -47/+62 |
* | | Add tests for database transaction callbacks (#12198) | Sean Quah | 2022-03-15 | 2 | -1/+104 |
* | | Add type hints to some tests/handlers files. (#12224) | Dirk Klimpel | 2022-03-15 | 7 | -131/+156 |
|/ |
|
* | Add cancellation support to `@cached` and `@cachedList` decorators (#12183) | Sean Quah | 2022-03-14 | 3 | -2/+157 |
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 4 | -93/+382 |
* | Fix broken background updates when using sqlite with `enable_search` off (#12... | Sean Quah | 2022-03-14 | 2 | -6/+8 |
* | Add `delay_cancellation` utility function (#12180) | Sean Quah | 2022-03-14 | 3 | -12/+161 |
* | Deprecate the groups/communities endpoints and add an experimental configurat... | Patrick Cloke | 2022-03-12 | 7 | -7/+35 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 9 | -34/+430 |
* | Implement a Jinja2 filter to extract localparts from email addresses (#12212) | Brendan Abolivier | 2022-03-11 | 6 | -2/+23 |
* | Improve code documentation for the typing stream over replication. (#12211) | reivilibre | 2022-03-11 | 5 | -6/+20 |
* | Add an additional HTTP pusher + push rule tests. (#12188) | Nick Mills-Barrett | 2022-03-11 | 5 | -28/+95 |
* | Update the SSO username picker template to comply with SIWA guidelines (#12210) | Brendan Abolivier | 2022-03-11 | 8 | -13/+47 |
* | Add type hints to `tests/rest`. (#12208) | Dirk Klimpel | 2022-03-11 | 5 | -85/+129 |
* | Add some type hints to the tests.handlers module. (#12207) | Patrick Cloke | 2022-03-11 | 7 | -61/+74 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 11 | -15/+1 |
* | Note that contributors can sign off privately (#12204) | Andrew Morgan | 2022-03-11 | 2 | -0/+12 |
* | Retention test: avoid relying on state at purged events (#12202) | Richard van der Hoff | 2022-03-11 | 2 | -12/+18 |
* | Document that most streams can only have a single writer. (#12196) | ~creme | 2022-03-10 | 2 | -14/+18 |
* | fix misleading comment in `check_events_for_spam` (#12203) | Shay | 2022-03-10 | 2 | -2/+3 |
* | Remove workaround introduced in Synapse v1.50.0rc1 for Mjolnir compatibility.... | reivilibre | 2022-03-10 | 3 | -7/+9 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 13 | -81/+109 |
* | Updates to the Room DAG concepts development document (#12179) | Richard van der Hoff | 2022-03-10 | 2 | -18/+54 |
* | Allow retrieving the relations of a redacted event. (#12130) | Patrick Cloke | 2022-03-10 | 8 | -83/+122 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 15 | -19/+20 |
* | Remove dead code in `tests/storage/test_database.py` (#12197) | Sean Quah | 2022-03-09 | 2 | -16/+1 |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 8 | -1/+254 |
* | Allow for ignoring some arguments when caching. (#12189) | Patrick Cloke | 2022-03-09 | 4 | -21/+142 |
* | Remove some unused variables/parameters. (#12187) | Patrick Cloke | 2022-03-09 | 2 | -9/+6 |
* | Retry some http replication failures (#12182) | Nick Mills-Barrett | 2022-03-09 | 2 | -11/+37 |
* | Skip attempt to get state at backwards-extremities (#12173) | Richard van der Hoff | 2022-03-09 | 2 | -57/+4 |
* | Clean-up demo scripts & documentation (#12143) | Patrick Cloke | 2022-03-08 | 9 | -71/+89 |
* | Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) | Sean Quah | 2022-03-08 | 5 | -25/+37 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-03-08 | 9 | -8/+48 |
|\ |
|
| * | Fix silly markdown typo v1.54.0 | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -1/+1 |
| * | Tweak changelog formatting | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -3/+2 |
| * | Shift up warning about Mjolnir | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -3/+4 |
| * | 1.54.0 | Olivier Wilkinson (reivilibre) | 2022-03-08 | 8 | -6/+25 |
| * | Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... | reivilibre | 2022-03-08 | 3 | -1/+22 |
* | | Fix CI not attaching source distributions and wheels to the GitHub releases. ... | reivilibre | 2022-03-08 | 2 | -1/+3 |
* | | Add experimental environment variable to enable asyncio reactor (#12135) | Erik Johnston | 2022-03-08 | 3 | -0/+25 |
* | | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 3 | -2/+17 |
* | | Fix incorrect type hints for txredis. (#12042) | Patrick Cloke | 2022-03-08 | 5 | -10/+14 |
* | | Fix a bug in background updates wherein background updates are never run usin... | Shay | 2022-03-07 | 4 | -15/+16 |
* | | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 2022-03-07 | 6 | -48/+202 |
* | | Switch the `tests-done` job to an Action (#12161) | Richard van der Hoff | 2022-03-07 | 2 | -21/+10 |
* | | Merge remote-tracking branch 'origin/release-v1.54' into develop | Richard van der Hoff | 2022-03-04 | 10 | -16/+122 |
|\| |
|
| * | Relax version guard for packaging (#12166) | David Robertson | 2022-03-04 | 2 | -2/+3 |
| * | Don't impose version checks on dev extras at runtime (#12129) | David Robertson | 2022-03-03 | 3 | -9/+74 |
| * | Correctly register deactivation and profile update module callbacks (#12141) | Brendan Abolivier | 2022-03-03 | 3 | -3/+16 |
| * | Make release script write correct no-op changelog (#12127) | Erik Johnston | 2022-03-02 | 2 | -2/+29 |
* | | Reduce to-device queries for /sync. (#12163) | Erik Johnston | 2022-03-04 | 2 | -0/+4 |
* | | Add type hints for `ObservableDeferred` attributes (#12159) | Sean Quah | 2022-03-04 | 2 | -3/+12 |
* | | Add test for `ObservableDeferred`'s cancellation behaviour (#12149) | Sean Quah | 2022-03-04 | 2 | -0/+29 |
* | | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 2022-03-04 | 4 | -144/+16 |
* | | Changelog (#12153) | David Robertson | 2022-03-04 | 3 | -1/+2 |
* | | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 11 | -13/+33 |
* | | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 7 | -16/+79 |
* | | Update client-visibility filtering for outlier events (#12155) | Richard van der Hoff | 2022-03-04 | 3 | -4/+90 |
* | | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) | Richard van der Hoff | 2022-03-04 | 3 | -7/+8 |
* | | Avoid generating state groups for local out-of-band leaves (#12154) | Richard van der Hoff | 2022-03-03 | 2 | -1/+2 |
* | | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 8 | -76/+175 |
* | | Detox, part 2 of N (#12152) | David Robertson | 2022-03-03 | 2 | -26/+1 |
* | | Add type hints to `tests/rest` (#12146) | Dirk Klimpel | 2022-03-03 | 9 | -92/+104 |
* | | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 10 | -143/+130 |
* | | Enable MSC2716 Complement tests in Synapse (#12145) | Eric Eastwood | 2022-03-03 | 3 | -2/+3 |
* | | Limit the size of the aggregation_key (#12101) | Erik Johnston | 2022-03-03 | 2 | -0/+4 |
* | | Enable MSC3030 Complement tests in Synapse (#12144) | Eric Eastwood | 2022-03-03 | 3 | -2/+3 |
* | | Move the `snapcraft` configuration to `contrib`. (#12142) | David Robertson | 2022-03-02 | 3 | -1/+1 |
* | | Add suffices to scripts in scripts-dev (#12137) | David Robertson | 2022-03-02 | 11 | -12/+19 |
* | | Remove unused mocks from `test_typing` (#12136) | David Robertson | 2022-03-02 | 2 | -31/+2 |
* | | Add type hints to `tests/rest/client` (#12108) | Dirk Klimpel | 2022-03-02 | 9 | -352/+423 |
* | | Enable complexity checking in complexity checking docs example (#11998) | Andrew Morgan | 2022-03-02 | 2 | -9/+11 |
* | | Merge tag 'v1.54.0rc1' into develop | Olivier Wilkinson (reivilibre) | 2022-03-02 | 74 | -72/+106 |
|\| |
|
| * | Reword changelog line about URL previews v1.54.0rc1 | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
| * | Tweak changelog | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
| * | Apply suggestions to changelog | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -10/+9 |
| * | Reword changelog | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -12/+16 |
| * | 1.54.0rc1 | Olivier Wilkinson (reivilibre) | 2022-03-02 | 74 | -72/+103 |
* | | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 2022-03-02 | 3 | -5/+6 |
* | | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 27 | -135/+77 |
* | | Improve and refactor the tests for relations. (#12113) | Patrick Cloke | 2022-03-02 | 2 | -208/+179 |
|/ |
|
* | Remove misleading newsfile from #12126 which backs out an unreleased change. | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+0 |
* | Back out in-flight state caching changes. (#12126) | reivilibre | 2022-03-02 | 7 | -676/+26 |
* | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 2022-03-02 | 3 | -15/+18 |
* | Detox, part 1 of N (#12119) | David Robertson | 2022-03-01 | 4 | -14/+12 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 13 | -115/+237 |
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 3 | -1/+35 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 7 | -7/+360 |
* | Use Python 3.9 in Synapse dockerfiles by default (#12112) | Andrew Morgan | 2022-03-01 | 2 | -2/+3 |
* | Add `stop_cancellation` utility function (#12106) | Sean Quah | 2022-03-01 | 3 | -0/+65 |
* | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 2022-03-01 | 3 | -4/+131 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 12 | -32/+297 |
* | Advertise Python 3.10 support in setup.py (#12111) | Andrew Morgan | 2022-03-01 | 2 | -0/+2 |
* | Fix 'Unhandled error in Deferred' (#12089) | Richard van der Hoff | 2022-03-01 | 3 | -37/+38 |
* | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 2022-03-01 | 5 | -27/+151 |
* | Add type hints to `tests/rest/client` (#12094) | Dirk Klimpel | 2022-02-28 | 5 | -64/+72 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 8 | -802/+46 |
* | Move experimental support for MSC3440 to /versions. (#12099) | Patrick Cloke | 2022-02-28 | 3 | -3/+3 |
* | Add type hints to `tests/rest/client` (#12084) | Dirk Klimpel | 2022-02-28 | 12 | -138/+198 |
* | Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100) | Richard van der Hoff | 2022-02-28 | 5 | -6/+27 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 3 | -2/+21 |
* | Properly failover for unknown endpoints from Conduit/Dendrite. (#12077) | Patrick Cloke | 2022-02-28 | 2 | -9/+14 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 62 | -889/+888 |
* | synctl: print warning if synctl_cache_factor is set in config (#11865) | lukasdenk | 2022-02-28 | 2 | -0/+9 |
* | Ensure that `get_datastores().main` is typed (#12070) | Sean Quah | 2022-02-25 | 2 | -1/+3 |
* | Minor typing fixes for `synapse/storage/persist_events.py` (#12069) | Sean Quah | 2022-02-25 | 3 | -23/+26 |
* | Add type hints to `tests/rest/client` (#12072) | Dirk Klimpel | 2022-02-24 | 11 | -102/+160 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 11 | -38/+528 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 5 | -11/+173 |
* | Add documentation for missing worker types. (#11599) | Patrick Cloke | 2022-02-23 | 2 | -14/+77 |
* | Add logging to `/sync` for debugging #11916 (#12068) | Erik Johnston | 2022-02-23 | 2 | -0/+10 |
* | Add type hints to `tests/rest/client` (#12066) | Dirk Klimpel | 2022-02-23 | 5 | -119/+149 |
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 4 | -6/+6 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 230 | -500/+526 |
* | Rename default branch of complement.sh to main (#12063) | Nicolas Werner | 2022-02-23 | 2 | -2/+3 |
* | Remove excess condition on `knock->leave` check (#11900) | Travis Ralston | 2022-02-22 | 2 | -3/+4 |
* | Better error message when failing to request from another process (#12060) | Erik Johnston | 2022-02-22 | 2 | -1/+4 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 11 | -6/+511 |
* | Prune setup.cfg some more (#12059) | David Robertson | 2022-02-22 | 5 | -13/+14 |
* | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 2022-02-22 | 3 | -0/+86 |
* | Use room version 9 as the default room version (per MSC3589). (#12058) | Patrick Cloke | 2022-02-22 | 3 | -2/+3 |
* | Run `_handle_queued_pdus` as a background process (#12041) | Richard van der Hoff | 2022-02-22 | 2 | -2/+5 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 4 | -4/+136 |
* | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2022-02-22 | 3 | -3/+15 |
|\ |
|
| * | Merge branch 'release-v1.53' | Erik Johnston | 2022-02-22 | 148 | -2262/+4213 |
| |\ |
|
| | * | Update changelog | Erik Johnston | 2022-02-22 | 1 | -1/+1 |
| | * | Update changelog | Erik Johnston | 2022-02-22 | 1 | -2/+2 |
| | * | 1.53.0 v1.53.0 | Erik Johnston | 2022-02-22 | 3 | -1/+13 |
* | | | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 7 | -17/+377 |
* | | | Fetch images when previewing Twitter URLs. (#11985) | AndrewRyanChama | 2022-02-22 | 3 | -4/+11 |
* | | | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2022-02-22 | 2 | -2/+2 |
|\| | |
|
| * | | Recommend upgrading treq alongside twisted (#11943) | Brendan Abolivier | 2022-02-09 | 2 | -2/+2 |
* | | | Add more tests for in-flight state query duplication. (#12033) | reivilibre | 2022-02-22 | 2 | -21/+172 |
* | | | Tidy the building of sdists and wheels (#12051) | David Robertson | 2022-02-22 | 3 | -28/+4 |
* | | | Move isort config to `pyproject.toml` (#12052) | David Robertson | 2022-02-22 | 4 | -12/+14 |
* | | | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019) | Travis Ralston | 2022-02-22 | 2 | -4/+5 |
* | | | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 2022-02-21 | 4 | -5/+8 |
* | | | Minor typing fixes (#12034) | Richard van der Hoff | 2022-02-21 | 4 | -16/+19 |
* | | | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 2022-02-21 | 7 | -53/+79 |
* | | | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022) | Travis Ralston | 2022-02-21 | 2 | -0/+2 |
* | | | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 2022-02-18 | 4 | -2/+29 |
* | | | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 2022-02-18 | 3 | -25/+312 |
* | | | Upgrade mypy to version 0.931 (#12030) | Sean Quah | 2022-02-18 | 9 | -19/+33 |
* | | | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 2022-02-18 | 3 | -1/+117 |
* | | | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020) | Travis Ralston | 2022-02-18 | 2 | -0/+2 |
* | | | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 2022-02-18 | 3 | -3/+9 |
* | | | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2022-02-18 | 2 | -1/+2 |
* | | | Update the olddeps CI check to use an old version of markupsafe (#12025) | Brendan Abolivier | 2022-02-18 | 2 | -0/+4 |
* | | | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 2022-02-17 | 3 | -17/+1 |
* | | | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 2022-02-17 | 6 | -34/+195 |
* | | | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 6 | -33/+140 |
* | | | Configure `tox` to use `venv` (#12015) | Richard van der Hoff | 2022-02-17 | 3 | -1/+9 |
* | | | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 2022-02-17 | 5 | -175/+24 |
* | | | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2022-02-17 | 2 | -1/+2 |
* | | | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 2022-02-17 | 3 | -66/+71 |
* | | | Explain the meaning of spam checker callbacks' return values (#12003) | David Robertson | 2022-02-16 | 2 | -13/+28 |
* | | | Fix a typo in a comment. | Patrick Cloke | 2022-02-16 | 1 | -1/+1 |
* | | | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2022-02-16 | 2 | -19/+28 |
* | | | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 2022-02-15 | 4 | -15/+126 |
* | | | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2022-02-15 | 2 | -24/+21 |
* | | | Track cache invalidations (#12000) | Erik Johnston | 2022-02-15 | 4 | -1/+10 |
* | | | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 2022-02-15 | 3 | -11/+124 |
* | | | Docker: remove `VOLUME` directive (#11997) | Richard van der Hoff | 2022-02-15 | 2 | -2/+1 |
* | | | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 2022-02-15 | 3 | -226/+435 |
* | | | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 5 | -31/+107 |
* | | | Merge tag 'v1.53.0rc1' into develop | Sean Quah | 2022-02-15 | 60 | -58/+86 |
|\ \ \
| | |/
| |/| |
|
| * | | Update CHANGES.md v1.53.0rc1 | Sean Quah | 2022-02-15 | 1 | -7/+7 |
| * | | 1.53.0rc1 | Sean Quah | 2022-02-15 | 60 | -58/+86 |
* | | | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 2022-02-15 | 4 | -3/+163 |
|/ / |
|
* | | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) | Pascal Bach | 2022-02-14 | 2 | -1/+2 |
* | | Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1... | Michael Telatynski | 2022-02-14 | 2 | -0/+4 |
* | | Note when unstable MSC3283 prefixes will be removed (#11989) | Andrew Morgan | 2022-02-14 | 2 | -1/+2 |
* | | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 2022-02-14 | 4 | -1/+2 |
* | | Require that modules register their callbacks using keyword arguments. (#11975) | Patrick Cloke | 2022-02-14 | 2 | -0/+7 |
* | | Use version string helper from matrix-common (#11979) | David Robertson | 2022-02-14 | 13 | -112/+42 |
* | | Notify users, rather than rooms, of device list updates (#11905) | Andrew Morgan | 2022-02-12 | 2 | -5/+4 |
* | | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 7 | -21/+262 |
* | | Enable cache time-based expiry by default (#11849) | Shay | 2022-02-11 | 5 | -11/+50 |
* | | Support the MSC3715 for `/relations`. (#11941) | Patrick Cloke | 2022-02-11 | 3 | -6/+36 |
* | | Fetch thread summaries for multiple events in a single query (#11752) | Patrick Cloke | 2022-02-11 | 3 | -74/+151 |
* | | Prepare for rename of default complement branch (#11971) | Richard van der Hoff | 2022-02-11 | 2 | -3/+4 |
* | | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 6 | -179/+22 |
* | | Fix Newsfile | Erik Johnston | 2022-02-11 | 1 | -0/+1 |
* | | Fix Newsfile | Erik Johnston | 2022-02-11 | 1 | -1/+0 |
* | | Fix to-device being dropped in limited sync in SQLite. (#11966) | Erik Johnston | 2022-02-11 | 3 | -1/+45 |
* | | fix import cycle (#11965) | Richard van der Hoff | 2022-02-11 | 2 | -23/+32 |
* | | Adds misc missing type hints (#11953) | Patrick Cloke | 2022-02-11 | 9 | -41/+48 |
* | | Tests: replace mocked Authenticator with the real thing (#11913) | Richard van der Hoff | 2022-02-11 | 7 | -44/+117 |
* | | Support the stable API endpoint for MSC3283: new settings in `/capabilities` ... | Dirk Klimpel | 2022-02-11 | 4 | -49/+55 |
* | | Drop support for EOL Ubuntu 21.04 (#11961) | Shay | 2022-02-10 | 2 | -1/+1 |
* | | Support pagination tokens from /sync and /messages in the relations API. (#11... | Patrick Cloke | 2022-02-10 | 5 | -53/+217 |
* | | Implement a content type allow list for URL previews (#11936) | Denis Kasak | 2022-02-10 | 4 | -0/+99 |
* | | Fix broken link in README to admin API. (#11955) | Alexander Mnich | 2022-02-10 | 2 | -1/+2 |
* | | Basic documentation for the release cycle. (#11954) | Patrick Cloke | 2022-02-10 | 3 | -0/+39 |
* | | Fix example for structured logging. (#11946) | Brad Jones | 2022-02-09 | 2 | -1/+2 |
* | | Update changelog from #11867 to be a single line. | Patrick Cloke | 2022-02-09 | 1 | -5/+1 |
* | | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 19 | -147/+209 |
* | | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 5 | -8/+76 |
* | | Remove unnecessary ignores due to Twisted upgrade. (#11939) | Patrick Cloke | 2022-02-08 | 4 | -4/+5 |
* | | Merge branch 'master' into develop | Brendan Abolivier | 2022-02-08 | 4 | -2/+34 |
|\| |
|
| * | Merge branch 'release-v1.52' | Brendan Abolivier | 2022-02-08 | 102 | -814/+2743 |
| |\ |
|
| | * | Fix wording | Brendan Abolivier | 2022-02-08 | 2 | -12/+14 |
| | * | Add words about the Twisted security fix v1.52.0 | Brendan Abolivier | 2022-02-08 | 2 | -2/+20 |
| | * | 1.52.0 | Brendan Abolivier | 2022-02-08 | 3 | -1/+13 |
* | | | Add missing type hints to synapse.replication.http. (#11856) | Patrick Cloke | 2022-02-08 | 13 | -162/+258 |
* | | | Fetch edits for multiple events in a single query. (#11660) | Patrick Cloke | 2022-02-08 | 3 | -54/+101 |
* | | | Return JSON errors for unknown resources under /matrix/client. (#11930) | Patrick Cloke | 2022-02-08 | 2 | -7/+3 |
* | | | Add a docstring to `add_device_change_to_streams` and fix some nearby types (... | Andrew Morgan | 2022-02-08 | 2 | -6/+17 |
* | | | Add a callback to allow modules to deny 3PID (#11854) | Brendan Abolivier | 2022-02-08 | 8 | -7/+161 |
* | | | Fix historical messages backfilling in random order on remote homeservers (MS... | Eric Eastwood | 2022-02-07 | 9 | -149/+342 |
* | | | Remove optional state of `ApplicationService.is_interested`'s `store` paramet... | Andrew Morgan | 2022-02-07 | 4 | -25/+39 |
* | | | Pass the proper type when uploading files. (#11927) | Patrick Cloke | 2022-02-07 | 2 | -4/+10 |
* | | | Clean up an indirect reference to the homeserver datastore (#11914) | Andrew Morgan | 2022-02-07 | 2 | -2/+3 |
* | | | Add a unit test for users receiving their own device list updates (#11909) | Andrew Morgan | 2022-02-07 | 2 | -1/+57 |
* | | | Clarify that users' media are also preview images (#11862) | Dirk Klimpel | 2022-02-04 | 3 | -1/+12 |
* | | | Run Complement tests sequentially (#11910) | kegsay | 2022-02-04 | 2 | -1/+2 |
* | | | Stabilise MSC3231 (Token Based Registration) (#11867) | Jonathan de Jong | 2022-02-04 | 8 | -9/+28 |
* | | | Delete MSC1711_certificates_FAQ.md (#11907) | Richard van der Hoff | 2022-02-04 | 4 | -321/+3 |
* | | | Merge remote-tracking branch 'origin/master' into develop | Richard van der Hoff | 2022-02-04 | 0 | -0/+0 |
|\| | |
|
| * | | Use changelog from develop | David Robertson | 2022-01-25 | 1 | -9/+11 |
* | | | Remove support for the webclient listener. (#11895) | Patrick Cloke | 2022-02-03 | 6 | -176/+29 |
* | | | Fix typo: unpind -> unbind (#11859) | Christian Paul | 2022-02-03 | 2 | -1/+2 |
* | | | Add a ratelimiter for 3pid invite (#11892) | Brendan Abolivier | 2022-02-03 | 4 | -1/+31 |
* | | | Allow specifying the application service-specific `user_id` parameter in the ... | reivilibre | 2022-02-03 | 3 | -6/+28 |
* | | | Improve opentracing for federation requests (#11870) | Richard van der Hoff | 2022-02-03 | 3 | -19/+61 |
* | | | Fixes for opentracing scopes (#11869) | Richard van der Hoff | 2022-02-02 | 4 | -35/+255 |