| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.50.0rc2 | Olivier Wilkinson (reivilibre) | 2022-01-14 | 7 | -5/+33 |
* | Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ... | reivilibre | 2022-01-13 | 3 | -17/+190 |
* | Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ... | reivilibre | 2022-01-12 | 3 | -2/+57 |
* | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) | David Robertson | 2022-01-12 | 2 | -1/+8 |
* | Fix documentation of supported PostgreSQL version (#11725) | haslersn | 2022-01-12 | 2 | -1/+2 |
* | Move changelog entry for drop of support to 'Deprecations and Removals' | Olivier Wilkinson (reivilibre) | 2022-01-07 | 1 | -1/+1 |
* | Re-run Towncrier to add in the changelog entry for the Mjolnir workaround v1.50.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-06 | 2 | -1/+1 |
* | Work around Mjolnir compatibility issue by adding an import for `glob_to_rege... | reivilibre | 2022-01-06 | 2 | -0/+8 |
* | Tweak changelog for #11677 | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -1/+1 |
* | Re-run towncrier. | Patrick Cloke | 2022-01-05 | 2 | -1/+1 |
* | Include `io.element.thread` capability for MSC3440. (#11690) | Patrick Cloke | 2022-01-05 | 2 | -0/+4 |
* | Mention drop of support in changelog | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -0/+3 |
* | Add support removal notice to the upgrade notes | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -0/+11 |
* | Tweak changelog | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -9/+8 |
* | 1.50.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-05 | 75 | -73/+92 |
* | Refactor the way we set `outlier` (#11634) | Richard van der Hoff | 2022-01-05 | 5 | -47/+16 |
* | Fix link from generated configuration file to documentation (#11678) | Philipp Matthias Schäfer | 2022-01-05 | 3 | -2/+3 |
* | Fix SimpleHttpClient not sending Accept header in `get_json` (#11677) | Fr3shTea | 2022-01-05 | 2 | -1/+2 |
* | Add admin API to get users' account data (#11664) | Dirk Klimpel | 2022-01-05 | 5 | -0/+198 |
* | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 2022-01-05 | 9 | -123/+14 |
* | Clarify SSO mapping provider documentation by writing `def` or `async def` be... | reivilibre | 2022-01-05 | 2 | -12/+13 |
* | Improve Docker docs for use with Postgres (#11640) | Callum Macdonald | 2022-01-05 | 3 | -0/+6 |
* | Correct Synapse install command for FreeBSD. (#11267) | Donny Johnson | 2022-01-05 | 2 | -1/+2 |
* | update ngnix reverse-proxy example (#11680) | Richard van der Hoff | 2022-01-04 | 2 | -1/+2 |
* | Fix AssertionErrors after purging events (#11642) | Richard van der Hoff | 2022-01-04 | 6 | -6/+30 |
* | `FederationClient.backfill`: stop flagging events as outliers (#11632) | Richard van der Hoff | 2022-01-04 | 3 | -2/+5 |
* | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 2022-01-04 | 7 | -36/+20 |
* | Better error messages from `get_create_event_for_room` (#11638) | Richard van der Hoff | 2022-01-04 | 2 | -1/+6 |
* | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 2022-01-04 | 4 | -0/+13 |
* | Drop Bionic from Debian builds (#11633) | Shay | 2022-01-03 | 4 | -7/+5 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 22 | -206/+231 |
* | Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) | Dirk Klimpel | 2021-12-30 | 3 | -30/+44 |
* | Fix a type annotation in `test_account_data.py` and remove it from the Mypy e... | reivilibre | 2021-12-29 | 3 | -3/+3 |
* | Improve type hints in storage classes. (#11652) | Dirk Klimpel | 2021-12-29 | 10 | -34/+44 |
* | Do not attempt to bundled aggregations for /members and /state. (#11623) | Patrick Cloke | 2021-12-29 | 2 | -3/+2 |
* | Add type hints to `synapse/storage/databases/main/stats.py` (#11653) | Dirk Klimpel | 2021-12-29 | 3 | -42/+57 |
* | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 2021-12-23 | 5 | -4/+3 |
* | Fix mypy error with opentracing.tags. (#11622) | Patrick Cloke | 2021-12-23 | 2 | -0/+2 |
* | Add details for how to set up TURN behind NAT (#11553) | AndrewFerr | 2021-12-23 | 2 | -15/+53 |
* | Drop EOL python 3.6 from CI (#11595) | Shay | 2021-12-21 | 3 | -7/+8 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2021-12-21 | 6 | -5/+43 |
|\ |
|
| * | Merge branch 'release-v1.49' | Richard van der Hoff | 2021-12-21 | 7 | -10/+57 |
| |\ |
|
| | * | update changelog v1.49.2 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
| | * | 1.49.2 | Richard van der Hoff | 2021-12-21 | 4 | -3/+19 |
| | * | Pin to frozendict<2.1.2 (#11625) | Richard van der Hoff | 2021-12-21 | 2 | -1/+3 |
| | * | Add notes about dropping support for Python 3.6 and Postgres 9.6. v1.49.1 | Richard van der Hoff | 2021-12-21 | 2 | -2/+6 |
| | * | typopo | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
| | * | more words | Richard van der Hoff | 2021-12-21 | 1 | -0/+2 |
| | * | 1.49.1 | Richard van der Hoff | 2021-12-21 | 4 | -2/+16 |
* | | | Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_home... | reivilibre | 2021-12-21 | 5 | -185/+195 |
* | | | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 11 | -154/+225 |
* | | | Various opentracing enhancements (#11619) | Richard van der Hoff | 2021-12-21 | 5 | -21/+65 |
* | | | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 9 | -27/+31 |
* | | | Improve opentracing support for `ResponseCache` (#11607) | Richard van der Hoff | 2021-12-20 | 5 | -48/+149 |
* | | | Improve opentracing for incoming HTTP requests (#11618) | Richard van der Hoff | 2021-12-20 | 4 | -73/+65 |
* | | | Merge remote-tracking branch 'origin/release-v1.49' into develop | Richard van der Hoff | 2021-12-20 | 3 | -6/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | Disable aggregation bundling on `/sync` responses (#11583) | Richard van der Hoff | 2021-12-20 | 3 | -6/+15 |
* | | | Return JSON errors for unknown resources under /matrix/client. (#11602) | Patrick Cloke | 2021-12-20 | 3 | -10/+6 |
* | | | Use mock from standard library (#11588) | V02460 | 2021-12-20 | 3 | -12/+10 |
* | | | Add opentracing types (#11603) | Shay | 2021-12-20 | 5 | -13/+18 |
* | | | Add type hints to `synapse/tests/rest/admin` (#11590) | Dirk Klimpel | 2021-12-16 | 7 | -57/+74 |
* | | | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) | Dirk Klimpel | 2021-12-16 | 3 | -25/+29 |
* | | | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) | Eric Eastwood | 2021-12-16 | 3 | -1/+6 |
* | | | Add type hints to `synapse/storage/databases/main/room.py` (#11575) | Sean Quah | 2021-12-15 | 5 | -77/+108 |
* | | | Require Collections as the parameters for simple_* methods. (#11580) | Patrick Cloke | 2021-12-15 | 3 | -40/+12 |
* | | | Convert EventStreamResult to attrs. (#11574) | Patrick Cloke | 2021-12-15 | 3 | -9/+24 |
* | | | Add experimental support for MSC3202: allowing application services to masque... | reivilibre | 2021-12-15 | 5 | -14/+162 |
* | | | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) | Sean Quah | 2021-12-14 | 6 | -79/+188 |
* | | | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 2021-12-14 | 13 | -122/+215 |
* | | | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 2021-12-14 | 7 | -93/+148 |
* | | | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2021-12-14 | 3 | -3/+27 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'v1.49.0' | Olivier Wilkinson (reivilibre) | 2021-12-14 | 3 | -3/+27 |
| |\| |
|
| | * | Restructure changelog v1.49.0 | Olivier Wilkinson (reivilibre) | 2021-12-14 | 1 | -2/+9 |
| | * | 1.49.0 | Olivier Wilkinson (reivilibre) | 2021-12-14 | 3 | -1/+18 |
| * | | Revert "Revert accidental fast-forward merge from v1.49.0rc1" | Olivier Wilkinson (reivilibre) | 2021-12-14 | 165 | -2708/+7720 |
| * | | Revert accidental fast-forward merge from v1.49.0rc1 | Sean Quah | 2021-12-07 | 165 | -7720/+2708 |
| |/ |
|
* | | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) | Sean Quah | 2021-12-14 | 9 | -21/+20 |
* | | Add missing type hints to synapse.http. (#11571) | Patrick Cloke | 2021-12-14 | 8 | -51/+76 |
* | | checks for generators in database functions (#11564) | Richard van der Hoff | 2021-12-13 | 3 | -7/+49 |
* | | Move HTML parsing to a separate file for URL previews. (#11566) | Patrick Cloke | 2021-12-13 | 6 | -401/+432 |
* | | Type hint the constructors of the data store classes (#11555) | Sean Quah | 2021-12-13 | 35 | -87/+351 |
* | | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551) | Sean Quah | 2021-12-13 | 4 | -69/+150 |
* | | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) | Sean Quah | 2021-12-13 | 4 | -33/+87 |
* | | Make `get_device` return None if the device doesn't exist rather than raising... | reivilibre | 2021-12-13 | 6 | -13/+20 |
* | | Allow events to be created with no `prev_events` (MSC2716) (#11243) | Eric Eastwood | 2021-12-10 | 4 | -7/+124 |
* | | Test to ensure we share the same `state_group` across the whole historical ba... | Eric Eastwood | 2021-12-10 | 2 | -0/+181 |
* | | Adjust _get_rooms_changed comments (#11550) | David Robertson | 2021-12-10 | 2 | -22/+30 |
* | | skip some dict munging in event persistence (#11560) | Richard van der Hoff | 2021-12-10 | 3 | -60/+114 |
* | | Stop populating `state_events.prev_state` (#11558) | Richard van der Hoff | 2021-12-10 | 3 | -5/+5 |
* | | Ensure emails are canonicalized before fetching associated user. (#11547) | Patrick Cloke | 2021-12-10 | 5 | -4/+11 |
* | | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 2021-12-09 | 6 | -17/+161 |
* | | Additional type hints for the config module, part 2. (#11480) | Patrick Cloke | 2021-12-09 | 5 | -19/+28 |
* | | Use HTTPStatus constants in place of literals in `synapse.http` (#11543) | Dirk Klimpel | 2021-12-09 | 4 | -19/+47 |
* | | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 2021-12-09 | 4 | -6/+32 |
* | | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) | Dirk Klimpel | 2021-12-09 | 6 | -12/+13 |
* | | Allow guests to send state events (#11378) | Robert Long | 2021-12-09 | 2 | -1/+2 |
* | | Add a constant for receipt types (m.read). (#11531) | Patrick Cloke | 2021-12-08 | 9 | -45/+87 |
* | | Clean up `synapse.rest.admin` (#11535) | Dirk Klimpel | 2021-12-08 | 15 | -165/+96 |
* | | Document the usage of refresh tokens. (#11427) | reivilibre | 2021-12-08 | 3 | -0/+141 |
* | | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth... | reivilibre | 2021-12-08 | 2 | -47/+88 |
* | | Improve log messages for stream ids (#11536) | Richard van der Hoff | 2021-12-08 | 3 | -4/+7 |
* | | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 4 | -5/+13 |
* | | Fix case in `wait_for_background_updates` where `self.store` does not exist (... | Andrew Morgan | 2021-12-07 | 2 | -7/+5 |
|/ |
|
* | Sort internal changes in changelog v1.49.0rc1 | Sean Quah | 2021-12-07 | 1 | -16/+16 |
* | Update CHANGES.md | Sean Quah | 2021-12-07 | 1 | -30/+26 |
* | 1.49.0rc1 | Sean Quah | 2021-12-07 | 65 | -63/+87 |
* | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 2021-12-07 | 8 | -12/+124 |
* | Refactors in `_generate_sync_entry_for_rooms` (#11515) | David Robertson | 2021-12-07 | 3 | -46/+79 |
* | Correctly register shutdown handler for presence workers (#11518) | David Robertson | 2021-12-07 | 2 | -1/+2 |
* | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) | Sean Quah | 2021-12-07 | 2 | -3/+3 |
* | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 2021-12-07 | 5 | -37/+33 |
* | Correctly ignore invites from ignored users (#11511) | David Robertson | 2021-12-07 | 2 | -5/+7 |
* | Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11... | reivilibre | 2021-12-07 | 2 | -1/+2 |
* | Stabilise support for MSC2918 refresh tokens as they have now been merged int... | reivilibre | 2021-12-06 | 6 | -44/+115 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 15 | -65/+370 |
* | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 2021-12-06 | 7 | -0/+783 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 10 | -101/+169 |
* | Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) | Sean Quah | 2021-12-06 | 8 | -123/+13 |
* | Update backward extremity docs to make it clear that it does not indicate whe... | Eric Eastwood | 2021-12-03 | 2 | -9/+8 |
* | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 2021-12-03 | 5 | -3/+221 |
* | Add type hints to `synapse/tests/rest/admin` (#11501) | Dirk Klimpel | 2021-12-03 | 11 | -228/+257 |
* | Revert accidental commits to develop. | Olivier Wilkinson (reivilibre) | 2021-12-03 | 5 | -195/+185 |
* | Newsfile | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -0/+1 |
* | Give `tests.server.setup_test_homeserver` (nominally!) the same behaviour | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -0/+3 |
* | Move `tests.utils.setup_test_homeserver` to `tests.server` | Olivier Wilkinson (reivilibre) | 2021-12-03 | 4 | -177/+188 |
* | Convert one of the `setup_test_homeserver`s to `make_test_homeserver_synchron... | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -8/+3 |
* | Disambiguate queries on `state_key` (#11497) | Richard van der Hoff | 2021-12-02 | 7 | -16/+21 |
* | Comments on the /sync tentacles (#11494) | David Robertson | 2021-12-02 | 3 | -43/+129 |
* | Clean up tests.storage.test_appservice (#11492) | reivilibre | 2021-12-02 | 2 | -177/+169 |
* | Clean up `tests.storage.test_main` to remove use of legacy code. (#11493) | reivilibre | 2021-12-02 | 2 | -17/+11 |
* | Clean up `tests.test_visibility` to remove legacy code. (#11495) | reivilibre | 2021-12-02 | 3 | -203/+40 |
* | Minor cleanup on recently ported doc pages (#11466) | Shay | 2021-12-02 | 5 | -46/+48 |
* | Add most of the missing type hints to `synapse.federation`. (#11483) | Patrick Cloke | 2021-12-02 | 10 | -49/+84 |
* | Avoid waiting for zombie processes in `synctl stop` (#11490) | Sean Quah | 2021-12-02 | 2 | -3/+17 |
* | Fix media repository failing when media store path contains symlinks (#11446) | Sean Quah | 2021-12-02 | 3 | -45/+180 |
* | Add type annotations to `tests.storage.test_appservice`. (#11488) | reivilibre | 2021-12-02 | 5 | -53/+98 |
* | `scripts-dev/sign_json`: support for signing events (#11486) | Richard van der Hoff | 2021-12-02 | 3 | -1/+43 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 13 | -31/+674 |
* | Port wiki pages to documentation website (#11402) | Shay | 2021-12-01 | 9 | -0/+483 |
* | Add a license header and comment. (#11479) | Patrick Cloke | 2021-12-01 | 2 | -0/+16 |
* | Clean-up get_version_string (#11468) | Patrick Cloke | 2021-12-01 | 2 | -57/+26 |
* | Link background update controller docs to summary (#11475) | Brendan Abolivier | 2021-12-01 | 2 | -0/+2 |
* | Additional type hints for config module. (#11465) | Patrick Cloke | 2021-12-01 | 15 | -99/+129 |
* | Register the login redirect endpoint for v3. (#11451) | Patrick Cloke | 2021-12-01 | 3 | -3/+4 |
* | Update openid.md | Richard van der Hoff | 2021-12-01 | 1 | -1/+1 |
* | Remove mention of OIDC certification from Dex (#11470) | Etienne Dysli Metref | 2021-12-01 | 1 | -1/+1 |
* | Add a note about huge pages to our Postgres doc (#11467) | Shay | 2021-11-30 | 2 | -0/+4 |
* | Don't start Synapse master process if `worker_app` is set (#11416) | Shay | 2021-11-30 | 3 | -0/+39 |
* | Expose worker & homeserver as entrypoints in `setup.py` (#11449) | Maximilian Bosch | 2021-11-30 | 3 | -1/+12 |
* | Bundle relations of relations into the `/relations` result. (#11284) | Patrick Cloke | 2021-11-30 | 4 | -6/+130 |
* | Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454) | Sean Quah | 2021-11-30 | 3 | -1/+17 |
* | Eliminate a few `Any`s in `LruCache` type hints (#11453) | Sean Quah | 2021-11-30 | 4 | -19/+32 |
* | Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461) | Dirk Klimpel | 2021-11-30 | 2 | -41/+21 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2021-11-30 | 72 | -71/+101 |
|\ |
|
| * | Merge trust_identity_server_for_password_resets PRs v1.48.0 | Brendan Abolivier | 2021-11-30 | 1 | -2/+1 |
| * | Move notices up | Brendan Abolivier | 2021-11-30 | 1 | -5/+4 |
| * | Fixup changelog | Brendan Abolivier | 2021-11-30 | 1 | -1/+1 |
| * | 1.48.0 | Brendan Abolivier | 2021-11-30 | 3 | -1/+13 |
| * | Fix docker hub name v1.48.0rc1 | Brendan Abolivier | 2021-11-25 | 1 | -1/+1 |
| * | Incorporate review from synapse-dev | Brendan Abolivier | 2021-11-25 | 1 | -10/+12 |
| * | Fixup changelog | Brendan Abolivier | 2021-11-25 | 1 | -13/+12 |
| * | 1.48.0rc1 | Brendan Abolivier | 2021-11-25 | 72 | -71/+90 |
* | | Add missing copyright header. (#11460) | Patrick Cloke | 2021-11-30 | 2 | -0/+15 |
* | | synctl stop: wait for processes to exit (#11459) | Richard van der Hoff | 2021-11-30 | 2 | -25/+15 |
* | | Improved push typing (#11409) | Marcus | 2021-11-30 | 7 | -36/+210 |
* | | Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455) | Dirk Klimpel | 2021-11-30 | 12 | -557/+887 |
* | | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452) | Dirk Klimpel | 2021-11-29 | 12 | -171/+276 |
* | | Refactor `backfilled` into specific behavior function arguments (`_persist_ev... | Eric Eastwood | 2021-11-29 | 3 | -21/+57 |
* | | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 11 | -51/+134 |
* | | Make background updates controllable via a plugin (#11306) | Erik Johnston | 2021-11-29 | 12 | -61/+407 |
* | | Return the stable `event` field from `/send_join` per MSC3083. (#11413) | Patrick Cloke | 2021-11-29 | 5 | -4/+19 |
* | | Update the media repository documentation (#11415) | Sean Quah | 2021-11-29 | 2 | -19/+71 |
* | | Add type annotations to some of the configuration surrounding refresh tokens.... | reivilibre | 2021-11-29 | 3 | -2/+11 |
* | | Fix perspectives requests for multiple keys for the same server (#11440) | Richard van der Hoff | 2021-11-29 | 3 | -11/+91 |
* | | Fix using MSC2716 batch sending with event persistence workers (#11220) | Tulir Asokan | 2021-11-29 | 3 | -0/+8 |
* | | disallow-untyped-defs for the module_api (#11029) | David Robertson | 2021-11-29 | 3 | -30/+59 |
* | | Fix changelog filename in #11441 | David Robertson | 2021-11-29 | 1 | -0/+0 |
* | | Add a test case for the SendJoinParser (#11441) | David Robertson | 2021-11-29 | 3 | -0/+55 |
* | | Bump ijson dependency to 3.1 (#11438) (#11439) | Daniel Molkentin | 2021-11-26 | 2 | -1/+2 |
* | | Update MSC2918 refresh token support to confirm with the latest revision: acc... | reivilibre | 2021-11-26 | 4 | -22/+58 |
* | | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411) | Sean Quah | 2021-11-26 | 13 | -171/+255 |
* | | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 8 | -54/+338 |
* | | Create healthcheck script for synapse-workers container (#11429) | Michael Kaye | 2021-11-26 | 4 | -0/+23 |
* | | Track ongoing event fetches correctly (again) (#11376) | Sean Quah | 2021-11-26 | 3 | -43/+251 |
* | | Annotate string constants in `synapse.api.constants` with `Final` (#11356) | Sean Quah | 2021-11-25 | 2 | -98/+101 |
|/ |
|
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 4 | -148/+84 |
* | Lower minumum batch size to 1 for background updates (#11422) | Brendan Abolivier | 2021-11-24 | 4 | -13/+23 |
* | Rename unstable `access_token_lifetime` configuration option to `refreshable_... | reivilibre | 2021-11-23 | 6 | -16/+36 |
* | Add missing type hints to config base classes (#11377) | Patrick Cloke | 2021-11-23 | 13 | -109/+184 |
* | Remove code invalidated by deprecated config flag 'trust_identity_servers_for... | Shay | 2021-11-23 | 4 | -41/+4 |
* | Merge branch 'master' into develop | Sean Quah | 2021-11-23 | 8 | -51/+513 |
|\ |
|
| * | Merge tag 'v1.47.1' | Sean Quah | 2021-11-23 | 8 | -51/+513 |
| |\ |
|
| | * | Add CVE number v1.47.1 | Sean Quah | 2021-11-19 | 1 | -1/+1 |
| | * | Refer to 1.47.1 without the v | Sean Quah | 2021-11-19 | 1 | -1/+1 |
| | * | Update 1.47.1 release date in CHANGES.md | Sean Quah | 2021-11-19 | 1 | -1/+1 |
| | * | 1.47.1 | Sean Quah | 2021-11-19 | 3 | -1/+30 |
| | * | Prevent the media store from writing outside of the configured directory | Sean Quah | 2021-11-19 | 5 | -50/+483 |
* | | | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 8 | -73/+92 |
* | | | Add config for customizing the claim used for JWT logins. (#11361) | Kostas | 2021-11-22 | 6 | -35/+57 |
* | | | Store arbitrary relations from events. (#11391) | Patrick Cloke | 2021-11-22 | 6 | -45/+193 |
* | | | Update README.md | Shay | 2021-11-19 | 1 | -2/+4 |
* | | | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 2021-11-19 | 9 | -43/+280 |
* | | | Fix checking whether a room can be published on creation. (#11392) | Patrick Cloke | 2021-11-19 | 4 | -56/+95 |
* | | | Remove dead code from acme support. (#11393) | Patrick Cloke | 2021-11-19 | 2 | -50/+1 |
* | | | Remove msc2716 from the list of tests for complement. (#11389) | Patrick Cloke | 2021-11-19 | 2 | -1/+2 |
* | | | Keep fallback key marked as used if it's re-uploaded (#11382) | Hubert Chathi | 2021-11-19 | 3 | -12/+72 |
* | | | Publish a `develop` docker image (#11380) | Richard van der Hoff | 2021-11-19 | 2 | -1/+5 |
* | | | Fix verification of objects signed with old local keys (#11379) | Richard van der Hoff | 2021-11-19 | 3 | -31/+95 |
* | | | Prevent historical state from being pushed to an application service via `/tr... | Eric Eastwood | 2021-11-18 | 4 | -2/+39 |
* | | | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 2021-11-18 | 5 | -47/+18 |
* | | | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 2021-11-18 | 6 | -0/+404 |
* | | | Add/Unerase annotations to Module API (#11341) | reivilibre | 2021-11-18 | 2 | -23/+135 |
* | | | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ... | reivilibre | 2021-11-18 | 3 | -3/+4 |
* | | | Use auto_attribs for RefreshTokenLookupResult (#11386) | reivilibre | 2021-11-18 | 2 | -7/+8 |
* | | | Do not allow MSC3440 threads to fork threads (#11161) | Patrick Cloke | 2021-11-18 | 4 | -8/+176 |
* | | | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381) | Nicolai Søborg | 2021-11-18 | 3 | -4/+5 |
* | | | Add type annotations to `synapse.metrics` (#10847) | Sean Quah | 2021-11-17 | 12 | -85/+173 |
* | | | Add support for `/_matrix/media/v3` APIs (#11371) | Aaron R | 2021-11-17 | 6 | -51/+60 |
* | | | Merge branch 'master' into develop | David Robertson | 2021-11-17 | 5 | -3/+15 |
|\| | |
|
| * | | Merge remote-tracking branch 'origin/release-v1.47' | David Robertson | 2021-11-17 | 168 | -1293/+4113 |
| |\| |
|
| | * | 1.47.0 v1.47.0 | David Robertson | 2021-11-17 | 3 | -1/+13 |
| * | | Correct target of link to the modules page from the Password Auth Providers p... | reivilibre | 2021-11-12 | 1 | -1/+1 |
| * | | Wrong DTLS port in "Troubleshooting" (#11268) | jmcparland | 2021-11-08 | 1 | -1/+1 |
* | | | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... | reivilibre | 2021-11-17 | 7 | -15/+16 |
* | | | Fix running complement.sh script. (#11368) | Patrick Cloke | 2021-11-17 | 2 | -3/+4 |
* | | | Fix incorrect return value in tests. (#11359) | Patrick Cloke | 2021-11-16 | 2 | -1/+2 |
* | | | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 6 | -21/+103 |
|\ \ \
| | |/
| |/| |
|
| * | | fix up changelog language v1.47.0rc3 | Andrew Morgan | 2021-11-16 | 1 | -1/+1 |
| * | | mark the migration file migration as a bug | Andrew Morgan | 2021-11-16 | 1 | -6/+1 |
| * | | 1.47.0rc3 | Andrew Morgan | 2021-11-16 | 6 | -4/+22 |
| * | | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... | Andrew Morgan | 2021-11-16 | 2 | -1/+14 |
| * | | Run _upgrade_existing_database on workers if at current schema_version (#11346) | Andrew Morgan | 2021-11-15 | 3 | -19/+74 |
| * | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-15 | 2 | -1/+2 |
* | | | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 3 | -2/+65 |
* | | | Add support for `/_matrix/client/v3` APIs (#11318) | Aaron R | 2021-11-16 | 4 | -3/+5 |
* | | | Add most missing type hints to synapse.util (#11328) | Patrick Cloke | 2021-11-16 | 10 | -165/+161 |
* | | | Properly register all callback hooks for legacy password authentication provi... | reivilibre | 2021-11-16 | 2 | -13/+14 |
* | | | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 2021-11-16 | 5 | -12/+53 |
* | | | Misc typing fixes for tests, part 2 of N (#11330) | David Robertson | 2021-11-16 | 5 | -29/+66 |
* | | | change 'Home Server' to one word 'homeserver' (#11320) | Ashwin Nair | 2021-11-16 | 4 | -15/+16 |
* | | | Database storage profile passes mypy (#11342) | David Robertson | 2021-11-15 | 4 | -8/+21 |
* | | | Get directory db file to pass mypy (#11339) | David Robertson | 2021-11-15 | 4 | -7/+11 |
* | | | Add support for the stable version of MSC2778 (#11335) | Tulir Asokan | 2021-11-15 | 4 | -4/+16 |
* | | | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 2021-11-12 | 3 | -1/+24 |
* | | | Annotations for state_deltas.py (#11316) | David Robertson | 2021-11-12 | 3 | -4/+17 |
* | | | Rollback #11322 due to wrong syntax in mypy.ini. (#11332) | Patrick Cloke | 2021-11-12 | 2 | -2/+15 |
* | | | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 5 | -31/+91 |
* | | | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 2021-11-12 | 3 | -4/+56 |
* | | | Add type hints to media repository storage module (#11311) | Patrick Cloke | 2021-11-12 | 4 | -62/+89 |
* | | | Attempt to annotate events_forward_extremities (#11314) | David Robertson | 2021-11-12 | 4 | -8/+17 |