| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 7 | -29/+53 |
* | | | Generalize the disallowed_untyped_defs in mypy.ini (#11322) | Patrick Cloke | 2021-11-12 | 2 | -14/+3 |
* | | | Add more type hints to synapse.util. (#11321) | Patrick Cloke | 2021-11-12 | 3 | -15/+24 |
* | | | Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian pac... | reivilibre | 2021-11-12 | 2 | -0/+7 |
* | | | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 9 | -91/+1317 |
* | | | Annotations for user_erasure_store (#11313) | David Robertson | 2021-11-11 | 3 | -5/+9 |
* | | | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 4 | -10/+8 |
* | | | Correct type hint for room_batch.py (#11310) | David Robertson | 2021-11-11 | 3 | -11/+12 |
* | | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-11 | 2 | -1/+2 |
* | | | Add type hints to some storage classes (#11307) | Patrick Cloke | 2021-11-11 | 9 | -54/+116 |
* | | | Fix error in thumbnail generation (#11288) | Neeeflix | 2021-11-10 | 2 | -4/+5 |
* | | | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 17 | -190/+223 |
* | | | Add type hints to synapse._scripts (#11297) | Patrick Cloke | 2021-11-10 | 5 | -20/+30 |
* | | | Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) | Andrew Morgan | 2021-11-10 | 5 | -3/+25 |
* | | | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 3 | -12/+1 |
* | | | Merge tag 'v1.47.0rc2' into develop | Olivier Wilkinson (reivilibre) | 2021-11-10 | 60 | -60/+101 |
|\| | |
|
| * | | Changelog tweak from feedback v1.47.0rc2 | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
| * | | Move Debian changelog entries to rc2 since rc1 was not published | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -7/+4 |
| * | | 1.47.0rc2 | Olivier Wilkinson (reivilibre) | 2021-11-10 | 3 | -1/+14 |
| * | | Correct the Debian changelog | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
| * | | Update __init__.py v1.47.0rc1 | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -1/+1 |
| * | | Changelog tweaks from review | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -5/+5 |
| * | | Make Deprecations and Removals more prominent | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -7/+7 |
| * | | Changelog tweaks | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -6/+6 |
| * | | 1.47.0rc1 | Olivier Wilkinson (reivilibre) | 2021-11-09 | 59 | -59/+90 |
* | | | Fix typos in the `username_available` admin API documentation. (#11286) | Stanislav Motylkov | 2021-11-09 | 2 | -1/+2 |
* | | | Split out federated PDU retrieval into a non-cached version (#11242) | Eric Eastwood | 2021-11-09 | 2 | -22/+59 |
* | | | Ignore missing imports for parameterized. (#11285) | Patrick Cloke | 2021-11-09 | 2 | -0/+4 |
* | | | Require mypy for synapse/ & tests/ unless excluded (#11282) | Dan Callahan | 2021-11-09 | 3 | -77/+168 |
* | | | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 6 | -17/+78 |
* | | | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 6 | -21/+103 |
* | | | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 15 | -110/+680 |
* | | | Fix typo in `RelationAggregationPaginationServlet` error response (#11278) | Andrew Morgan | 2021-11-09 | 2 | -1/+4 |
|/ / |
|
* | | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 3 | -86/+277 |
* | | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 3 | -3/+40 |
* | | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 4 | -3/+4 |
* | | Add some background update admin APIs (#11263) | Erik Johnston | 2021-11-08 | 8 | -18/+468 |
* | | Fix typo in comment from #11255. (#11276) | Patrick Cloke | 2021-11-08 | 2 | -1/+2 |
* | | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 16 | -73/+62 |
* | | Address review feedback from #11269 (#11273) | Dan Callahan | 2021-11-08 | 2 | -2/+3 |
* | | Blacklist new sytest validation test (#11270) | Erik Johnston | 2021-11-08 | 2 | -0/+4 |
* | | Handle federation inbound instances being killed more gracefully (#11262) | Erik Johnston | 2021-11-08 | 3 | -10/+27 |
* | | Minor cleanup to Debian packaging (#11269) | Dan Callahan | 2021-11-07 | 11 | -53/+10 |
* | | Add doc to integrate synapse with LemonLDAP OIDC (#11257) | Julian | 2021-11-05 | 2 | -0/+39 |
* | | Fix rolling back when using workers (#11255) | Erik Johnston | 2021-11-05 | 3 | -11/+82 |
* | | Make minor correction to type of auth_checkers callbacks (#11253) | reivilibre | 2021-11-04 | 3 | -2/+5 |
* | | Additional test for `cachedList` (#11246) | Richard van der Hoff | 2021-11-04 | 2 | -0/+44 |
* | | Track ongoing event fetches correctly in the presence of failure (#11240) | Sean Quah | 2021-11-04 | 2 | -22/+35 |
* | | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 2021-11-03 | 3 | -18/+103 |
* | | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 8 | -16/+24 |
* | | Remove a debug statement from tests. (#11239) | Patrick Cloke | 2021-11-03 | 2 | -1/+1 |
* | | Add twine and towncrier as dev dependencies (#11233) | Erik Johnston | 2021-11-03 | 2 | -0/+4 |
* | | fix a small typo in the delete room api docs | Andrew Morgan | 2021-11-03 | 1 | -1/+1 |
* | | Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo... | Eric Eastwood | 2021-11-03 | 2 | -12/+18 |
* | | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 2021-11-02 | 4 | -1/+37 |
* | | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2021-11-02 | 6 | -6/+49 |
|\| |
|
| * | Update changelog v1.46.0 | Erik Johnston | 2021-11-02 | 1 | -2/+2 |
| * | 1.46.0 | Erik Johnston | 2021-11-02 | 4 | -4/+16 |
| * | Force deb compression with `xz`. (#11197) | Richard van der Hoff | 2021-10-27 | 2 | -0/+12 |
| * | Fix URL preview errors when previewing XML documents. (#11196) | Patrick Cloke | 2021-10-27 | 3 | -3/+22 |
* | | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 15 | -110/+185 |
* | | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 4 | -0/+186 |
* | | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 2021-11-02 | 5 | -37/+30 |
* | | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 4 | -53/+76 |
* | | ObservableDeferred: run observers in order (#11229) | Richard van der Hoff | 2021-11-02 | 4 | -20/+88 |
* | | Update outdated links in `PULL_REQUEST_TEMPLATE.md` (#11225) | Dirk Klimpel | 2021-11-01 | 2 | -4/+6 |
* | | Handle missing Content-Type header when accessing remote media (#11200) | Shay | 2021-11-01 | 4 | -4/+29 |
* | | Add `use_float=true` to ijson calls in Synapse (#11217) | Shay | 2021-11-01 | 2 | -0/+4 |
* | | Fix a bug in unit test `test_block_room_and_not_purge` (#11226) | Dirk Klimpel | 2021-11-01 | 2 | -2/+3 |
* | | Make `check_event_allowed` module API callback not fail open (accept events) ... | reivilibre | 2021-11-01 | 5 | -17/+24 |
* | | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 6 | -124/+79 |
* | | Support for serving server well-known files (#11211) | Richard van der Hoff | 2021-11-01 | 8 | -47/+159 |
* | | Add domain specific matching for haproxy config (#11128) | Brett Bethke | 2021-11-01 | 2 | -1/+2 |
* | | Docker: avoid changing userid unnecessarily (#11209) | Richard van der Hoff | 2021-11-01 | 3 | -23/+28 |
* | | Support Client-Server API r0.6.1 (#11097) | Aaron R | 2021-11-01 | 2 | -0/+2 |
* | | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 2021-11-01 | 20 | -168/+233 |
* | | Add metrics to the threadpools (#11178) | Erik Johnston | 2021-11-01 | 4 | -1/+49 |
* | | Test that `ClientIpStore` combines database and in-memory data correctly (#11... | Sean Quah | 2021-11-01 | 2 | -0/+207 |
* | | Stop synapse from saving messages in device_inbox for hidden devices. (#10097) | JohannesKleine | 2021-11-01 | 2 | -2/+7 |
* | | Deprecate user_may_create_room_with_invites (#11206) | Brendan Abolivier | 2021-11-01 | 3 | -36/+14 |
* | | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 3 | -2/+3 |
* | | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 2021-10-29 | 3 | -1/+74 |
* | | Clarify lack of Windows support in documentation (#11198) | Sean Quah | 2021-10-29 | 3 | -12/+14 |
* | | Additional type hints for relations database class. (#11205) | Patrick Cloke | 2021-10-28 | 3 | -15/+25 |
* | | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 2021-10-28 | 5 | -2/+99 |
* | | Fetch verify key locally rather than trying to do so over federation if origi... | Shay | 2021-10-28 | 3 | -29/+58 |
* | | Add a ModuleApi method to update a user's membership in a room (#11147) | Brendan Abolivier | 2021-10-28 | 3 | -2/+225 |
* | | Type hints for the remaining two files in `synapse.http`. (#11164) | David Robertson | 2021-10-28 | 6 | -37/+56 |
* | | docs/openid: Add Authentik documentation. (#11151) | Skyler Mäntysaari | 2021-10-28 | 2 | -0/+35 |
* | | Update scripts to pass Shellcheck lints (#11166) | Dan Callahan | 2021-10-27 | 20 | -104/+120 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'origin/develop' into shellcheck | Dan Callahan | 2021-10-27 | 99 | -324/+1336 |
| |\ \
| |/ /
|/| | |
|
* | | | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 12 | -18/+58 |
* | | | Fixed config parse bug in review_recent_signups (#11191) | Samuel Philipp | 2021-10-27 | 2 | -2/+8 |