3552 Commits (develop)

Auteur SHA1 Bericht Datum
  reivilibre b602ba194b
Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could fail because too many EDUs were produced for device updates. (#11730) 2 jaren geleden
  Patrick Cloke 0c40c619aa
Include bundled aggregations in the sync response cache. (#11659) 2 jaren geleden
  Jason Robinson 2560b1b6b2
Allow tracking puppeted users for MAU (#11561) 2 jaren geleden
  reivilibre 22abfca8d9
Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not be sent to remote homeservers if there were too many to send at once. (#11729) 2 jaren geleden
  David Robertson 1b1aed38e3 Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) 2 jaren geleden
  David Robertson c43dd4d01b
Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) 2 jaren geleden
  Patrick Cloke 8e57584a58
Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) 2 jaren geleden
  David Robertson d3cf0730f8
Optionally use an on-disk sqlite db in tests (#11702) 2 jaren geleden
  David Robertson 2bb4bd1269
Test that bans win a join against a race when computing `/sync` response (#11701) 2 jaren geleden
  Patrick Cloke 6bf81a7a61
Bundle aggregations outside of the serialization method. (#11612) 2 jaren geleden
  Patrick Cloke 6c68e874b1
Remove the /send_relation endpoint. (#11682) 2 jaren geleden
  Shay 70ce9aea71
Strip unauthorized fields from `unsigned` object in events received over federation (#11530) 2 jaren geleden
  Dirk Klimpel 3b51c763ba
Fix get federation status of destination if no error occured (#11593) 2 jaren geleden
  David Robertson 88a78c6577
Cache empty responses from `/user/devices` (#11587) 2 jaren geleden
  Richard van der Hoff 0fb3dd0830
Refactor the way we set `outlier` (#11634) 2 jaren geleden
  Dirk Klimpel 7a1cefc6e3
Add admin API to get users' account data (#11664) 2 jaren geleden
  reivilibre 84bfe47b01
Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2 jaren geleden
  Patrick Cloke 8422a7f7f6
Include the topic event in the prejoin state, per MSC3173. (#11666) 2 jaren geleden
  Patrick Cloke cbd82d0b2d
Convert all namedtuples to attrs. (#11665) 2 jaren geleden
  reivilibre 2c7f5e74e5
Fix a type annotation in `test_account_data.py` and remove it from the Mypy exclusion list. (#11657) 2 jaren geleden
  reivilibre e6897e7383
Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503) 2 jaren geleden
  Patrick Cloke b6102230a7
Add type hints to event_push_actions. (#11594) 2 jaren geleden
  Richard van der Hoff c3e38b88f2
Improve opentracing support for `ResponseCache` (#11607) 2 jaren geleden
  Richard van der Hoff 76aa5537ad
Disable aggregation bundling on `/sync` responses (#11583) 2 jaren geleden
  V02460 7a7ca8f226
Use mock from standard library (#11588) 2 jaren geleden
  Dirk Klimpel 8428ef66c7
Add type hints to `synapse/tests/rest/admin` (#11590) 2 jaren geleden
  reivilibre 17886d2603
Add experimental support for MSC3202: allowing application services to masquerade as specific devices. (#11538) 2 jaren geleden
  Sean Quah ecfcd9bbbe
Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) 2 jaren geleden
  Sean Quah 0147b3de20
Add missing type hints to `synapse.logging.context` (#11556) 2 jaren geleden
  Patrick Cloke 2519beaad2
Add missing type hints to `synapse.appservice` (#11360) 2 jaren geleden
  Olivier Wilkinson (reivilibre) 4dd9ea8f4f Revert "Revert accidental fast-forward merge from v1.49.0rc1" 2 jaren geleden
  Sean Quah a4dce5b53d
Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) 2 jaren geleden
  Patrick Cloke eb39da6782
Move HTML parsing to a separate file for URL previews. (#11566) 2 jaren geleden
  Eric Eastwood aa8708ebed
Allow events to be created with no `prev_events` (MSC2716) (#11243) 2 jaren geleden
  Eric Eastwood 8391bd6ab5
Test to ensure we share the same `state_group` across the whole historical batch (MSC2716) (#11487) 2 jaren geleden
  Patrick Cloke 9562f0c2f1
Ensure emails are canonicalized before fetching associated user. (#11547) 2 jaren geleden
  Patrick Cloke 3b8872299a
Do not allow cross-room relations, per MSC2674. (#11516) 2 jaren geleden
  Hubert Chathi b47d10dc46
Support unprefixed versions of fallback key property names. (#11541) 2 jaren geleden
  Dirk Klimpel b3bcacf3c1
Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) 2 jaren geleden
  Dirk Klimpel 7ecaa3b976
Clean up `synapse.rest.admin` (#11535) 2 jaren geleden
  reivilibre 365e9482fe
Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth`. (#11520) 2 jaren geleden
  Hubert Chathi 8541809cb9
Send and handle cross-signing messages using the stable prefix. (#10520) 2 jaren geleden
  Andrew Morgan d6fb96e056
Fix case in `wait_for_background_updates` where `self.store` does not exist (#11331) 2 jaren geleden
  Sean Quah 158d73ebdd Revert accidental fast-forward merge from v1.49.0rc1 2 jaren geleden
  Sean Quah 088d748f2c
Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527) 2 jaren geleden
  Richard van der Hoff b1ecd19c5d
Fix 'delete room' admin api to work on incomplete rooms (#11523) 2 jaren geleden
  reivilibre 2d42e586a8
Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11522) 2 jaren geleden
  reivilibre 2f053f3f82
Stabilise support for MSC2918 refresh tokens as they have now been merged into the Matrix specification. (#11435) 2 jaren geleden
  Quentin Gliech a15a893df8
Save the OIDC session ID (sid) with the device on login (#11482) 2 jaren geleden
  Dirk Klimpel 8b4b153c9e
Add admin API to get some information about federation status (#11407) 2 jaren geleden