| Commit message (Expand) | Author | Files | Lines |
2022-03-09 | Remove dead code in `tests/storage/test_database.py` (#12197) | Sean Quah | 2 | -16/+1 |
2022-03-09 | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 8 | -1/+254 |
2022-03-09 | Allow for ignoring some arguments when caching. (#12189) | Patrick Cloke | 4 | -21/+142 |
2022-03-09 | Remove some unused variables/parameters. (#12187) | Patrick Cloke | 2 | -9/+6 |
2022-03-09 | Retry some http replication failures (#12182) | Nick Mills-Barrett | 2 | -11/+37 |
2022-03-09 | Skip attempt to get state at backwards-extremities (#12173) | Richard van der Hoff | 2 | -57/+4 |
2022-03-08 | Clean-up demo scripts & documentation (#12143) | Patrick Cloke | 9 | -71/+89 |
2022-03-08 | Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) | Sean Quah | 5 | -25/+37 |
2022-03-08 | Fix CI not attaching source distributions and wheels to the GitHub releases. ... | reivilibre | 2 | -1/+3 |
2022-03-08 | Fix silly markdown typo v1.54.0 | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2022-03-08 | Tweak changelog formatting | Olivier Wilkinson (reivilibre) | 1 | -3/+2 |
2022-03-08 | Add experimental environment variable to enable asyncio reactor (#12135) | Erik Johnston | 3 | -0/+25 |
2022-03-08 | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 3 | -2/+17 |
2022-03-08 | Fix incorrect type hints for txredis. (#12042) | Patrick Cloke | 5 | -10/+14 |
2022-03-08 | Shift up warning about Mjolnir | Olivier Wilkinson (reivilibre) | 1 | -3/+4 |
2022-03-08 | 1.54.0 | Olivier Wilkinson (reivilibre) | 8 | -6/+25 |
2022-03-08 | Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... | reivilibre | 3 | -1/+22 |
2022-03-07 | Fix a bug in background updates wherein background updates are never run usin... | Shay | 4 | -15/+16 |
2022-03-07 | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 6 | -48/+202 |
2022-03-07 | Switch the `tests-done` job to an Action (#12161) | Richard van der Hoff | 2 | -21/+10 |
2022-03-04 | Relax version guard for packaging (#12166) | David Robertson | 2 | -2/+3 |
2022-03-04 | Reduce to-device queries for /sync. (#12163) | Erik Johnston | 2 | -0/+4 |
2022-03-04 | Add type hints for `ObservableDeferred` attributes (#12159) | Sean Quah | 2 | -3/+12 |
2022-03-04 | Add test for `ObservableDeferred`'s cancellation behaviour (#12149) | Sean Quah | 2 | -0/+29 |
2022-03-04 | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 4 | -144/+16 |
2022-03-04 | Changelog (#12153) | David Robertson | 3 | -1/+2 |
2022-03-04 | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 11 | -13/+33 |
2022-03-04 | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 7 | -16/+79 |
2022-03-04 | Update client-visibility filtering for outlier events (#12155) | Richard van der Hoff | 3 | -4/+90 |
2022-03-04 | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) | Richard van der Hoff | 3 | -7/+8 |
2022-03-03 | Avoid generating state groups for local out-of-band leaves (#12154) | Richard van der Hoff | 2 | -1/+2 |
2022-03-03 | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 8 | -76/+175 |
2022-03-03 | Detox, part 2 of N (#12152) | David Robertson | 2 | -26/+1 |
2022-03-03 | Add type hints to `tests/rest` (#12146) | Dirk Klimpel | 9 | -92/+104 |
2022-03-03 | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 10 | -143/+130 |
2022-03-03 | Don't impose version checks on dev extras at runtime (#12129) | David Robertson | 3 | -9/+74 |
2022-03-03 | Enable MSC2716 Complement tests in Synapse (#12145) | Eric Eastwood | 3 | -2/+3 |
2022-03-03 | Limit the size of the aggregation_key (#12101) | Erik Johnston | 2 | -0/+4 |
2022-03-03 | Enable MSC3030 Complement tests in Synapse (#12144) | Eric Eastwood | 3 | -2/+3 |
2022-03-03 | Correctly register deactivation and profile update module callbacks (#12141) | Brendan Abolivier | 3 | -3/+16 |
2022-03-02 | Move the `snapcraft` configuration to `contrib`. (#12142) | David Robertson | 3 | -1/+1 |
2022-03-02 | Add suffices to scripts in scripts-dev (#12137) | David Robertson | 11 | -12/+19 |
2022-03-02 | Remove unused mocks from `test_typing` (#12136) | David Robertson | 2 | -31/+2 |
2022-03-02 | Add type hints to `tests/rest/client` (#12108) | Dirk Klimpel | 9 | -352/+423 |
2022-03-02 | Enable complexity checking in complexity checking docs example (#11998) | Andrew Morgan | 2 | -9/+11 |
2022-03-02 | Make release script write correct no-op changelog (#12127) | Erik Johnston | 2 | -2/+29 |
2022-03-02 | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 3 | -5/+6 |
2022-03-02 | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 27 | -135/+77 |
2022-03-02 | Reword changelog line about URL previews v1.54.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2022-03-02 | Tweak changelog | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2022-03-02 | Improve and refactor the tests for relations. (#12113) | Patrick Cloke | 2 | -208/+179 |
2022-03-02 | Apply suggestions to changelog | Olivier Wilkinson (reivilibre) | 1 | -10/+9 |
2022-03-02 | Reword changelog | Olivier Wilkinson (reivilibre) | 1 | -12/+16 |
2022-03-02 | 1.54.0rc1 | Olivier Wilkinson (reivilibre) | 74 | -72/+103 |
2022-03-02 | Remove misleading newsfile from #12126 which backs out an unreleased change. | Olivier Wilkinson (reivilibre) | 1 | -1/+0 |
2022-03-02 | Back out in-flight state caching changes. (#12126) | reivilibre | 7 | -676/+26 |
2022-03-02 | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 3 | -15/+18 |
2022-03-01 | Detox, part 1 of N (#12119) | David Robertson | 4 | -14/+12 |
2022-03-01 | Use importlib.metadata to read requirements (#12088) | David Robertson | 13 | -115/+237 |
2022-03-01 | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 3 | -1/+35 |
2022-03-01 | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 7 | -7/+360 |
2022-03-01 | Use Python 3.9 in Synapse dockerfiles by default (#12112) | Andrew Morgan | 2 | -2/+3 |
2022-03-01 | Add `stop_cancellation` utility function (#12106) | Sean Quah | 3 | -0/+65 |
2022-03-01 | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 3 | -4/+131 |
2022-03-01 | Faster joins: persist to database (#12012) | Richard van der Hoff | 12 | -32/+297 |
2022-03-01 | Advertise Python 3.10 support in setup.py (#12111) | Andrew Morgan | 2 | -0/+2 |
2022-03-01 | Fix 'Unhandled error in Deferred' (#12089) | Richard van der Hoff | 3 | -37/+38 |
2022-03-01 | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 5 | -27/+151 |
2022-02-28 | Add type hints to `tests/rest/client` (#12094) | Dirk Klimpel | 5 | -64/+72 |
2022-02-28 | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 8 | -802/+46 |
2022-02-28 | Move experimental support for MSC3440 to /versions. (#12099) | Patrick Cloke | 3 | -3/+3 |
2022-02-28 | Add type hints to `tests/rest/client` (#12084) | Dirk Klimpel | 12 | -138/+198 |
2022-02-28 | Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100) | Richard van der Hoff | 5 | -6/+27 |
2022-02-28 | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 3 | -2/+21 |
2022-02-28 | Properly failover for unknown endpoints from Conduit/Dendrite. (#12077) | Patrick Cloke | 2 | -9/+14 |
2022-02-28 | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 62 | -889/+888 |
2022-02-28 | synctl: print warning if synctl_cache_factor is set in config (#11865) | lukasdenk | 2 | -0/+9 |
2022-02-25 | Ensure that `get_datastores().main` is typed (#12070) | Sean Quah | 2 | -1/+3 |
2022-02-25 | Minor typing fixes for `synapse/storage/persist_events.py` (#12069) | Sean Quah | 3 | -23/+26 |
2022-02-24 | Add type hints to `tests/rest/client` (#12072) | Dirk Klimpel | 11 | -102/+160 |
2022-02-24 | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 11 | -38/+528 |
2022-02-24 | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 5 | -11/+173 |
2022-02-23 | Add documentation for missing worker types. (#11599) | Patrick Cloke | 2 | -14/+77 |
2022-02-23 | Add logging to `/sync` for debugging #11916 (#12068) | Erik Johnston | 2 | -0/+10 |
2022-02-23 | Add type hints to `tests/rest/client` (#12066) | Dirk Klimpel | 5 | -119/+149 |
2022-02-23 | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 4 | -6/+6 |
2022-02-23 | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 230 | -500/+526 |
2022-02-23 | Rename default branch of complement.sh to main (#12063) | Nicolas Werner | 2 | -2/+3 |
2022-02-22 | Remove excess condition on `knock->leave` check (#11900) | Travis Ralston | 2 | -3/+4 |
2022-02-22 | Better error message when failing to request from another process (#12060) | Erik Johnston | 2 | -1/+4 |
2022-02-22 | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 11 | -6/+511 |
2022-02-22 | Prune setup.cfg some more (#12059) | David Robertson | 5 | -13/+14 |
2022-02-22 | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 3 | -0/+86 |
2022-02-22 | Use room version 9 as the default room version (per MSC3589). (#12058) | Patrick Cloke | 3 | -2/+3 |
2022-02-22 | Run `_handle_queued_pdus` as a background process (#12041) | Richard van der Hoff | 2 | -2/+5 |
2022-02-22 | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 4 | -4/+136 |
2022-02-22 | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 7 | -17/+377 |
2022-02-22 | Fetch images when previewing Twitter URLs. (#11985) | AndrewRyanChama | 3 | -4/+11 |
2022-02-22 | Update changelog | Erik Johnston | 1 | -1/+1 |
2022-02-22 | Update changelog | Erik Johnston | 1 | -2/+2 |
2022-02-22 | Add more tests for in-flight state query duplication. (#12033) | reivilibre | 2 | -21/+172 |
2022-02-22 | Tidy the building of sdists and wheels (#12051) | David Robertson | 3 | -28/+4 |
2022-02-22 | 1.53.0 v1.53.0 | Erik Johnston | 3 | -1/+13 |
2022-02-22 | Move isort config to `pyproject.toml` (#12052) | David Robertson | 4 | -12/+14 |
2022-02-22 | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019) | Travis Ralston | 2 | -4/+5 |
2022-02-21 | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 4 | -5/+8 |
2022-02-21 | Minor typing fixes (#12034) | Richard van der Hoff | 4 | -16/+19 |
2022-02-21 | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 7 | -53/+79 |
2022-02-21 | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022) | Travis Ralston | 2 | -0/+2 |
2022-02-18 | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 4 | -2/+29 |
2022-02-18 | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 3 | -25/+312 |
2022-02-18 | Upgrade mypy to version 0.931 (#12030) | Sean Quah | 9 | -19/+33 |
2022-02-18 | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 3 | -1/+117 |
2022-02-18 | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020) | Travis Ralston | 2 | -0/+2 |
2022-02-18 | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 3 | -3/+9 |
2022-02-18 | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2 | -1/+2 |
2022-02-18 | Update the olddeps CI check to use an old version of markupsafe (#12025) | Brendan Abolivier | 2 | -0/+4 |
2022-02-17 | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 3 | -17/+1 |
2022-02-17 | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 6 | -34/+195 |
2022-02-17 | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 6 | -33/+140 |
2022-02-17 | Configure `tox` to use `venv` (#12015) | Richard van der Hoff | 3 | -1/+9 |
2022-02-17 | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 5 | -175/+24 |
2022-02-17 | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2 | -1/+2 |
2022-02-17 | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 3 | -66/+71 |
2022-02-16 | Explain the meaning of spam checker callbacks' return values (#12003) | David Robertson | 2 | -13/+28 |
2022-02-16 | Fix a typo in a comment. | Patrick Cloke | 1 | -1/+1 |
2022-02-16 | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2 | -19/+28 |
2022-02-15 | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 4 | -15/+126 |
2022-02-15 | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2 | -24/+21 |
2022-02-15 | Track cache invalidations (#12000) | Erik Johnston | 4 | -1/+10 |
2022-02-15 | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 3 | -11/+124 |
2022-02-15 | Docker: remove `VOLUME` directive (#11997) | Richard van der Hoff | 2 | -2/+1 |
2022-02-15 | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 3 | -226/+435 |
2022-02-15 | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 5 | -31/+107 |
2022-02-15 | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 4 | -3/+163 |
2022-02-15 | Update CHANGES.md v1.53.0rc1 | Sean Quah | 1 | -7/+7 |
2022-02-15 | 1.53.0rc1 | Sean Quah | 60 | -58/+86 |
2022-02-14 | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) | Pascal Bach | 2 | -1/+2 |
2022-02-14 | Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1... | Michael Telatynski | 2 | -0/+4 |
2022-02-14 | Note when unstable MSC3283 prefixes will be removed (#11989) | Andrew Morgan | 2 | -1/+2 |
2022-02-14 | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 4 | -1/+2 |
2022-02-14 | Require that modules register their callbacks using keyword arguments. (#11975) | Patrick Cloke | 2 | -0/+7 |
2022-02-14 | Use version string helper from matrix-common (#11979) | David Robertson | 13 | -112/+42 |
2022-02-12 | Notify users, rather than rooms, of device list updates (#11905) | Andrew Morgan | 2 | -5/+4 |
2022-02-12 | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 7 | -21/+262 |
2022-02-11 | Enable cache time-based expiry by default (#11849) | Shay | 5 | -11/+50 |
2022-02-11 | Support the MSC3715 for `/relations`. (#11941) | Patrick Cloke | 3 | -6/+36 |
2022-02-11 | Fetch thread summaries for multiple events in a single query (#11752) | Patrick Cloke | 3 | -74/+151 |
2022-02-11 | Prepare for rename of default complement branch (#11971) | Richard van der Hoff | 2 | -3/+4 |
|