| Commit message (Expand) | Author | Files | Lines |
2022-01-06 | Remove the /send_relation endpoint. (#11682) | Patrick Cloke | 3 | -133/+19 |
2022-01-06 | Remove a Python 2-ism and improve type hints. (#11699) | Patrick Cloke | 2 | -12/+8 |
2022-01-06 | Strip unauthorized fields from `unsigned` object in events received over fede... | Shay | 3 | -0/+99 |
2022-01-06 | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e... | lukasdenk | 2 | -2/+7 |
2022-01-06 | Remove debug logging for #4422 (#11693) | David Robertson | 2 | -37/+2 |
2022-01-05 | Fix space hierarchy endpoint to match MSC2946 (#11667) | Travis Ralston | 2 | -2/+5 |
2022-01-05 | Fix get federation status of destination if no error occured (#11593) | Dirk Klimpel | 4 | -25/+88 |
2022-01-05 | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) | Shay | 3 | -2/+2 |
2022-01-05 | Cache empty responses from `/user/devices` (#11587) | David Robertson | 5 | -5/+114 |
2022-01-05 | Refactor the way we set `outlier` (#11634) | Richard van der Hoff | 5 | -47/+16 |
2022-01-05 | Fix link from generated configuration file to documentation (#11678) | Philipp Matthias Schäfer | 3 | -2/+3 |
2022-01-05 | Fix SimpleHttpClient not sending Accept header in `get_json` (#11677) | Fr3shTea | 2 | -1/+2 |
2022-01-05 | Add admin API to get users' account data (#11664) | Dirk Klimpel | 5 | -0/+198 |
2022-01-05 | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 9 | -123/+14 |
2022-01-05 | Clarify SSO mapping provider documentation by writing `def` or `async def` be... | reivilibre | 2 | -12/+13 |
2022-01-05 | Improve Docker docs for use with Postgres (#11640) | Callum Macdonald | 3 | -0/+6 |
2022-01-05 | Correct Synapse install command for FreeBSD. (#11267) | Donny Johnson | 2 | -1/+2 |
2022-01-04 | update ngnix reverse-proxy example (#11680) | Richard van der Hoff | 2 | -1/+2 |
2022-01-04 | Fix AssertionErrors after purging events (#11642) | Richard van der Hoff | 6 | -6/+30 |
2022-01-04 | `FederationClient.backfill`: stop flagging events as outliers (#11632) | Richard van der Hoff | 3 | -2/+5 |
2022-01-04 | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 7 | -36/+20 |
2022-01-04 | Better error messages from `get_create_event_for_room` (#11638) | Richard van der Hoff | 2 | -1/+6 |
2022-01-04 | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 4 | -0/+13 |
2022-01-03 | Drop Bionic from Debian builds (#11633) | Shay | 4 | -7/+5 |
2021-12-30 | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 22 | -206/+231 |
2021-12-30 | Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) | Dirk Klimpel | 3 | -30/+44 |
2021-12-29 | Fix a type annotation in `test_account_data.py` and remove it from the Mypy e... | reivilibre | 3 | -3/+3 |
2021-12-29 | Improve type hints in storage classes. (#11652) | Dirk Klimpel | 10 | -34/+44 |
2021-12-29 | Do not attempt to bundled aggregations for /members and /state. (#11623) | Patrick Cloke | 2 | -3/+2 |
2021-12-29 | Add type hints to `synapse/storage/databases/main/stats.py` (#11653) | Dirk Klimpel | 3 | -42/+57 |
2021-12-23 | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 5 | -4/+3 |
2021-12-23 | Fix mypy error with opentracing.tags. (#11622) | Patrick Cloke | 2 | -0/+2 |
2021-12-23 | Add details for how to set up TURN behind NAT (#11553) | AndrewFerr | 2 | -15/+53 |
2021-12-21 | Drop EOL python 3.6 from CI (#11595) | Shay | 3 | -7/+8 |
2021-12-21 | update changelog v1.49.2 | Richard van der Hoff | 1 | -1/+1 |
2021-12-21 | 1.49.2 | Richard van der Hoff | 4 | -3/+19 |
2021-12-21 | Pin to frozendict<2.1.2 (#11625) | Richard van der Hoff | 2 | -1/+3 |
2021-12-21 | Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_home... | reivilibre | 5 | -185/+195 |
2021-12-21 | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 11 | -154/+225 |
2021-12-21 | Add notes about dropping support for Python 3.6 and Postgres 9.6. v1.49.1 | Richard van der Hoff | 2 | -2/+6 |
2021-12-21 | typopo | Richard van der Hoff | 1 | -1/+1 |
2021-12-21 | more words | Richard van der Hoff | 1 | -0/+2 |
2021-12-21 | Various opentracing enhancements (#11619) | Richard van der Hoff | 5 | -21/+65 |
2021-12-21 | 1.49.1 | Richard van der Hoff | 4 | -2/+16 |
2021-12-20 | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 9 | -27/+31 |
2021-12-20 | Improve opentracing support for `ResponseCache` (#11607) | Richard van der Hoff | 5 | -48/+149 |
2021-12-20 | Improve opentracing for incoming HTTP requests (#11618) | Richard van der Hoff | 4 | -73/+65 |
2021-12-20 | Disable aggregation bundling on `/sync` responses (#11583) | Richard van der Hoff | 3 | -6/+15 |
2021-12-20 | Return JSON errors for unknown resources under /matrix/client. (#11602) | Patrick Cloke | 3 | -10/+6 |
2021-12-20 | Use mock from standard library (#11588) | V02460 | 3 | -12/+10 |
2021-12-20 | Add opentracing types (#11603) | Shay | 5 | -13/+18 |
2021-12-16 | Add type hints to `synapse/tests/rest/admin` (#11590) | Dirk Klimpel | 7 | -57/+74 |
2021-12-16 | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) | Dirk Klimpel | 3 | -25/+29 |
2021-12-16 | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) | Eric Eastwood | 3 | -1/+6 |
2021-12-15 | Add type hints to `synapse/storage/databases/main/room.py` (#11575) | Sean Quah | 5 | -77/+108 |
2021-12-15 | Require Collections as the parameters for simple_* methods. (#11580) | Patrick Cloke | 3 | -40/+12 |
2021-12-15 | Convert EventStreamResult to attrs. (#11574) | Patrick Cloke | 3 | -9/+24 |
2021-12-15 | Add experimental support for MSC3202: allowing application services to masque... | reivilibre | 5 | -14/+162 |
2021-12-14 | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) | Sean Quah | 6 | -79/+188 |
2021-12-14 | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 13 | -122/+215 |
2021-12-14 | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 7 | -93/+148 |
2021-12-14 | Revert "Revert accidental fast-forward merge from v1.49.0rc1" | Olivier Wilkinson (reivilibre) | 165 | -2708/+7720 |
2021-12-14 | Restructure changelog v1.49.0 | Olivier Wilkinson (reivilibre) | 1 | -2/+9 |
2021-12-14 | 1.49.0 | Olivier Wilkinson (reivilibre) | 3 | -1/+18 |
2021-12-14 | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) | Sean Quah | 9 | -21/+20 |
2021-12-14 | Add missing type hints to synapse.http. (#11571) | Patrick Cloke | 8 | -51/+76 |
2021-12-13 | checks for generators in database functions (#11564) | Richard van der Hoff | 3 | -7/+49 |
2021-12-13 | Move HTML parsing to a separate file for URL previews. (#11566) | Patrick Cloke | 6 | -401/+432 |
2021-12-13 | Type hint the constructors of the data store classes (#11555) | Sean Quah | 35 | -87/+351 |
2021-12-13 | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551) | Sean Quah | 4 | -69/+150 |
2021-12-13 | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) | Sean Quah | 4 | -33/+87 |
2021-12-13 | Make `get_device` return None if the device doesn't exist rather than raising... | reivilibre | 6 | -13/+20 |
2021-12-10 | Allow events to be created with no `prev_events` (MSC2716) (#11243) | Eric Eastwood | 4 | -7/+124 |
2021-12-10 | Test to ensure we share the same `state_group` across the whole historical ba... | Eric Eastwood | 2 | -0/+181 |
2021-12-10 | Adjust _get_rooms_changed comments (#11550) | David Robertson | 2 | -22/+30 |
2021-12-10 | skip some dict munging in event persistence (#11560) | Richard van der Hoff | 3 | -60/+114 |
2021-12-10 | Stop populating `state_events.prev_state` (#11558) | Richard van der Hoff | 3 | -5/+5 |
2021-12-10 | Ensure emails are canonicalized before fetching associated user. (#11547) | Patrick Cloke | 5 | -4/+11 |
2021-12-09 | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 6 | -17/+161 |
2021-12-09 | Additional type hints for the config module, part 2. (#11480) | Patrick Cloke | 5 | -19/+28 |
2021-12-09 | Use HTTPStatus constants in place of literals in `synapse.http` (#11543) | Dirk Klimpel | 4 | -19/+47 |
2021-12-09 | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 4 | -6/+32 |
2021-12-09 | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) | Dirk Klimpel | 6 | -12/+13 |
2021-12-09 | Allow guests to send state events (#11378) | Robert Long | 2 | -1/+2 |
2021-12-08 | Add a constant for receipt types (m.read). (#11531) | Patrick Cloke | 9 | -45/+87 |
2021-12-08 | Clean up `synapse.rest.admin` (#11535) | Dirk Klimpel | 15 | -165/+96 |
2021-12-08 | Document the usage of refresh tokens. (#11427) | reivilibre | 3 | -0/+141 |
2021-12-08 | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth... | reivilibre | 2 | -47/+88 |
2021-12-08 | Improve log messages for stream ids (#11536) | Richard van der Hoff | 3 | -4/+7 |
2021-12-08 | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 4 | -5/+13 |
2021-12-07 | Fix case in `wait_for_background_updates` where `self.store` does not exist (... | Andrew Morgan | 2 | -7/+5 |
2021-12-07 | Revert accidental fast-forward merge from v1.49.0rc1 | Sean Quah | 165 | -7720/+2708 |
2021-12-07 | Sort internal changes in changelog v1.49.0rc1 | Sean Quah | 1 | -16/+16 |
2021-12-07 | Update CHANGES.md | Sean Quah | 1 | -30/+26 |
2021-12-07 | 1.49.0rc1 | Sean Quah | 65 | -63/+87 |
2021-12-07 | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 8 | -12/+124 |
2021-12-07 | Refactors in `_generate_sync_entry_for_rooms` (#11515) | David Robertson | 3 | -46/+79 |
2021-12-07 | Correctly register shutdown handler for presence workers (#11518) | David Robertson | 2 | -1/+2 |
2021-12-07 | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) | Sean Quah | 2 | -3/+3 |
2021-12-07 | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 5 | -37/+33 |
2021-12-07 | Correctly ignore invites from ignored users (#11511) | David Robertson | 2 | -5/+7 |
2021-12-07 | Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11... | reivilibre | 2 | -1/+2 |
2021-12-06 | Stabilise support for MSC2918 refresh tokens as they have now been merged int... | reivilibre | 6 | -44/+115 |
2021-12-06 | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 15 | -65/+370 |
2021-12-06 | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 7 | -0/+783 |
2021-12-06 | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 10 | -101/+169 |
2021-12-06 | Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) | Sean Quah | 8 | -123/+13 |
2021-12-03 | Update backward extremity docs to make it clear that it does not indicate whe... | Eric Eastwood | 2 | -9/+8 |
2021-12-03 | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 5 | -3/+221 |
2021-12-03 | |