| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 2 | -4/+4 |
* | Add restrictions by default to open registration in Synapse (#12091) | Shay | 2022-03-25 | 1 | -2/+20 |
* | Always allow the empty string as an avatar_url. (#12261) | David Robertson | 2022-03-25 | 2 | -0/+25 |
* | Remove unused test code. (#12291) | Patrick Cloke | 2022-03-24 | 1 | -110/+0 |
* | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -1/+79 |
* | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 1 | -1/+57 |
* | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 1 | -0/+46 |
* | Allow registering admin users using the module API (#12250) | Nicolas Werner | 2022-03-23 | 1 | -0/+10 |
* | Rename shared_rooms to mutual_rooms (#12036) | Jonathan de Jong | 2022-03-23 | 1 | -15/+15 |
* | Add type hints to tests files. (#12256) | Dirk Klimpel | 2022-03-21 | 4 | -86/+100 |
* | Try to detect borked package installations. (#12244) | David Robertson | 2022-03-18 | 1 | -1/+14 |
* | Only fetch thread participation for events with threads. (#12228) | Patrick Cloke | 2022-03-18 | 2 | -244/+285 |
* | Add type hints to more tests files. (#12240) | Dirk Klimpel | 2022-03-17 | 4 | -43/+65 |
* | Merge branch 'release-v1.55' into develop | Patrick Cloke | 2022-03-16 | 1 | -0/+28 |
|\ |
|
| * | Fix bundling aggregations if unsigned is not a returned event field. (#12234) | Patrick Cloke | 2022-03-16 | 1 | -0/+28 |
* | | Handle cancellation in `DatabasePool.runInteraction()` (#12199) | Sean Quah | 2022-03-16 | 1 | -0/+58 |
* | | Refactor relations tests (#12232) | Patrick Cloke | 2022-03-16 | 1 | -406/+363 |
* | | Clean-up logic for rebasing URLs during URL preview. (#12219) | Patrick Cloke | 2022-03-16 | 1 | -43/+11 |
* | | Use the ignored_users table to test event visibility & sync. (#12225) | Patrick Cloke | 2022-03-15 | 1 | -0/+17 |
* | | Add tests for database transaction callbacks (#12198) | Sean Quah | 2022-03-15 | 1 | -1/+103 |
* | | Add type hints to some tests/handlers files. (#12224) | Dirk Klimpel | 2022-03-15 | 5 | -126/+155 |
|/ |
|
* | Add cancellation support to `@cached` and `@cachedList` decorators (#12183) | Sean Quah | 2022-03-14 | 1 | -2/+145 |
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 1 | -58/+337 |
* | Add `delay_cancellation` utility function (#12180) | Sean Quah | 2022-03-14 | 1 | -6/+118 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 3 | -20/+300 |
* | Add an additional HTTP pusher + push rule tests. (#12188) | Nick Mills-Barrett | 2022-03-11 | 1 | -3/+69 |
* | Add type hints to `tests/rest`. (#12208) | Dirk Klimpel | 2022-03-11 | 3 | -84/+128 |
* | Add some type hints to the tests.handlers module. (#12207) | Patrick Cloke | 2022-03-11 | 4 | -59/+71 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 1 | -1/+0 |
* | Retention test: avoid relying on state at purged events (#12202) | Richard van der Hoff | 2022-03-11 | 1 | -12/+17 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 3 | -27/+18 |
* | Allow retrieving the relations of a redacted event. (#12130) | Patrick Cloke | 2022-03-10 | 1 | -5/+40 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 4 | -5/+5 |
* | Remove dead code in `tests/storage/test_database.py` (#12197) | Sean Quah | 2022-03-09 | 1 | -16/+0 |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 1 | -0/+121 |
* | Allow for ignoring some arguments when caching. (#12189) | Patrick Cloke | 2022-03-09 | 1 | -3/+81 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -0/+19 |
|\ |
|
| * | Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... | reivilibre | 2022-03-08 | 1 | -0/+19 |
* | | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 1 | -0/+3 |
* | | Fix a bug in background updates wherein background updates are never run usin... | Shay | 2022-03-07 | 2 | -12/+10 |
* | | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 2022-03-07 | 1 | -42/+165 |
* | | Merge remote-tracking branch 'origin/release-v1.54' into develop | Richard van der Hoff | 2022-03-04 | 1 | -2/+19 |
|\| |
|
| * | Don't impose version checks on dev extras at runtime (#12129) | David Robertson | 2022-03-03 | 1 | -2/+19 |
* | | Add test for `ObservableDeferred`'s cancellation behaviour (#12149) | Sean Quah | 2022-03-04 | 1 | -0/+28 |
* | | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 2022-03-04 | 1 | -72/+1 |
* | | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 1 | -4/+48 |
* | | Update client-visibility filtering for outlier events (#12155) | Richard van der Hoff | 2022-03-04 | 1 | -3/+73 |
* | | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 2 | -25/+76 |
* | | Add type hints to `tests/rest` (#12146) | Dirk Klimpel | 2022-03-03 | 7 | -86/+102 |
* | | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 2 | -3/+4 |
* | | Remove unused mocks from `test_typing` (#12136) | David Robertson | 2022-03-02 | 1 | -31/+1 |
* | | Add type hints to `tests/rest/client` (#12108) | Dirk Klimpel | 2022-03-02 | 7 | -346/+422 |
* | | Improve and refactor the tests for relations. (#12113) | Patrick Cloke | 2022-03-02 | 1 | -208/+178 |
|/ |
|
* | Back out in-flight state caching changes. (#12126) | reivilibre | 2022-03-02 | 1 | -454/+0 |
* | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 2022-03-02 | 1 | -1/+4 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 1 | -0/+95 |
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 1 | -0/+30 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 1 | -2/+217 |
* | Add `stop_cancellation` utility function (#12106) | Sean Quah | 2022-03-01 | 1 | -0/+45 |
* | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 2022-03-01 | 1 | -1/+103 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 1 | -27/+32 |
* | Fix 'Unhandled error in Deferred' (#12089) | Richard van der Hoff | 2022-03-01 | 1 | -5/+5 |
* | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 2022-03-01 | 1 | -2/+113 |
* | Add type hints to `tests/rest/client` (#12094) | Dirk Klimpel | 2022-02-28 | 3 | -61/+71 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -117/+2 |
* | Add type hints to `tests/rest/client` (#12084) | Dirk Klimpel | 2022-02-28 | 10 | -136/+196 |
* | Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100) | Richard van der Hoff | 2022-02-28 | 2 | -0/+19 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 1 | -1/+19 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 61 | -889/+887 |
* | Add type hints to `tests/rest/client` (#12072) | Dirk Klimpel | 2022-02-24 | 10 | -102/+159 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 3 | -24/+233 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 1 | -2/+115 |
* | Add type hints to `tests/rest/client` (#12066) | Dirk Klimpel | 2022-02-23 | 4 | -119/+148 |
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 1 | -1/+3 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 103 | -255/+277 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 1 | -4/+200 |
* | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 2022-02-22 | 1 | -0/+69 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 1 | -2/+91 |
* | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 2 | -0/+170 |
* | Add more tests for in-flight state query duplication. (#12033) | reivilibre | 2022-02-22 | 1 | -21/+171 |
* | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 2022-02-18 | 1 | -0/+133 |
* | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 2022-02-18 | 1 | -0/+109 |
* | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 2022-02-18 | 1 | -3/+6 |
* | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 2022-02-17 | 1 | -30/+93 |
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 1 | -0/+32 |
* | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 2022-02-17 | 1 | -65/+64 |
* | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 2022-02-15 | 1 | -0/+107 |
* | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 1 | -0/+42 |
* | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 2022-02-15 | 2 | -1/+160 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 2 | -4/+152 |
* | Support the MSC3715 for `/relations`. (#11941) | Patrick Cloke | 2022-02-11 | 1 | -6/+31 |
* | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 1 | -117/+2 |
* | Fix to-device being dropped in limited sync in SQLite. (#11966) | Erik Johnston | 2022-02-11 | 1 | -0/+40 |
* | Adds misc missing type hints (#11953) | Patrick Cloke | 2022-02-11 | 1 | -7/+2 |
* | Tests: replace mocked Authenticator with the real thing (#11913) | Richard van der Hoff | 2022-02-11 | 6 | -44/+116 |
* | Support the stable API endpoint for MSC3283: new settings in `/capabilities` ... | Dirk Klimpel | 2022-02-11 | 1 | -48/+21 |
* | Support pagination tokens from /sync and /messages in the relations API. (#11... | Patrick Cloke | 2022-02-10 | 1 | -14/+137 |
* | Implement a content type allow list for URL previews (#11936) | Denis Kasak | 2022-02-10 | 1 | -0/+72 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 2 | -3/+7 |
* | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 1 | -1/+38 |
* | Add a callback to allow modules to deny 3PID (#11854) | Brendan Abolivier | 2022-02-08 | 1 | -1/+75 |
* | Remove optional state of `ApplicationService.is_interested`'s `store` paramet... | Andrew Morgan | 2022-02-07 | 1 | -6/+32 |
* | Add a unit test for users receiving their own device list updates (#11909) | Andrew Morgan | 2022-02-07 | 1 | -1/+56 |
* | Stabilise MSC3231 (Token Based Registration) (#11867) | Jonathan de Jong | 2022-02-04 | 1 | -1/+1 |
* | Remove support for the webclient listener. (#11895) | Patrick Cloke | 2022-02-03 | 1 | -108/+0 |
* | Allow specifying the application service-specific `user_id` parameter in the ... | reivilibre | 2022-02-03 | 1 | -5/+26 |
* | Fixes for opentracing scopes (#11869) | Richard van der Hoff | 2022-02-02 | 1 | -0/+184 |
* | Add a background database update to purge account data for deactivated users.... | reivilibre | 2022-02-02 | 1 | -0/+106 |
* | Expose the registered device ID from the `register_appservice_user` test help... | reivilibre | 2022-02-02 | 4 | -8/+13 |
* | Convert `ApplicationServiceTestCase` to use `simple_async_mock` (#11880) | Andrew Morgan | 2022-02-01 | 1 | -10/+9 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 3 | -68/+348 |
* | Add type hints to `tests/rest/admin` (#11851) | Dirk Klimpel | 2022-01-31 | 3 | -229/+183 |
* | Configurable limits on avatars (#11846) | Brendan Abolivier | 2022-01-28 | 2 | -2/+248 |
* | Add a module callback to set username at registration (#11790) | Brendan Abolivier | 2022-01-26 | 1 | -2/+77 |
* | Improvements to bundling aggregations. (#11815) | Patrick Cloke | 2022-01-26 | 1 | -1/+1 |
* | Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743) | Brendan Abolivier | 2022-01-26 | 1 | -0/+41 |
* | Add admin API to get a list of federated rooms (#11658) | Dirk Klimpel | 2022-01-25 | 1 | -25/+277 |
* | Add admin API to reset connection timeouts for remote server (#11639) | Dirk Klimpel | 2022-01-25 | 1 | -4/+51 |
* | Support rendering previews with data: URLs in them (#11767) | Patrick Cloke | 2022-01-24 | 3 | -10/+107 |
* | Merge tag 'v1.51.0rc2' into develop | Andrew Morgan | 2022-01-24 | 1 | -6/+24 |
|\ |
|
| * | Fix logic for dropping old events in fed queue (#11806) | Andrew Morgan | 2022-01-24 | 1 | -6/+24 |
| * | Do not try to serialize raw aggregations dict. (#11791) | Patrick Cloke | 2022-01-21 | 1 | -35/+73 |
* | | Remove account data (including client config, push rules and ignored users) u... | reivilibre | 2022-01-24 | 1 | -0/+219 |
* | | Add `state_key` and `rejection_reason` to `events` (#11792) | Richard van der Hoff | 2022-01-21 | 1 | -1/+4 |
* | | Do not try to serialize raw aggregations dict. (#11791) | Patrick Cloke | 2022-01-21 | 1 | -35/+73 |
* | | Drop unused table `public_room_list_stream`. (#11795) | Richard van der Hoff | 2022-01-21 | 1 | -1/+0 |
* | | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who... | reivilibre | 2022-01-21 | 1 | -2/+2 |
|/ |
|
* | Correctly await on_logged_out callbacks (#11786) | Brendan Abolivier | 2022-01-20 | 1 | -1/+27 |
* | Add a regression test for using both webclient and client resources simultane... | Andrew Morgan | 2022-01-20 | 1 | -0/+108 |
* | Fix a bug that corrupted the cache of federated space hierarchies (#11775) | Sean Quah | 2022-01-20 | 1 | -2/+90 |
* | Include whether the requesting user has participated in a thread. (#11577) | Patrick Cloke | 2022-01-18 | 1 | -0/+3 |
* | Make pagination of rooms in admin api stable (#11737) | Daniel Sonck | 2022-01-17 | 1 | -19/+28 |
* | Merge branch 'release-v1.50' into develop | Olivier Wilkinson (reivilibre) | 2022-01-14 | 1 | -1/+159 |
|\ |
|
| * | Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ... | reivilibre | 2022-01-13 | 1 | -1/+111 |
| * | Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ... | reivilibre | 2022-01-12 | 1 | -1/+49 |
| * | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) | David Robertson | 2022-01-12 | 1 | -1/+7 |
* | | Remove the 'password_hash' from the Users Admin API endpoint response diction... | Andrew Morgan | 2022-01-14 | 1 | -17/+33 |
* | | Replace uses of simple_insert_many with simple_insert_many_values. (#11742) | Patrick Cloke | 2022-01-13 | 2 | -21/+20 |
* | | Include bundled aggregations in the sync response cache. (#11659) | Patrick Cloke | 2022-01-13 | 1 | -5/+5 |
* | | Allow tracking puppeted users for MAU (#11561) | Jason Robinson | 2022-01-12 | 1 | -0/+33 |
* | | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) | David Robertson | 2022-01-10 | 1 | -1/+7 |
* | | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) | Patrick Cloke | 2022-01-07 | 1 | -0/+32 |
* | | Optionally use an on-disk sqlite db in tests (#11702) | David Robertson | 2022-01-07 | 2 | -1/+22 |
* | | Test that bans win a join against a race when computing `/sync` response (#1... | David Robertson | 2022-01-07 | 2 | -3/+104 |
* | | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 1 | -1/+1 |
* | | Remove the /send_relation endpoint. (#11682) | Patrick Cloke | 2022-01-06 | 1 | -13/+13 |
* | | Strip unauthorized fields from `unsigned` object in events received over fede... | Shay | 2022-01-06 | 1 | -0/+72 |
* | | Fix get federation status of destination if no error occured (#11593) | Dirk Klimpel | 2022-01-05 | 1 | -18/+57 |
* | | Cache empty responses from `/user/devices` (#11587) | David Robertson | 2022-01-05 | 2 | -2/+98 |
|/ |
|
* | Refactor the way we set `outlier` (#11634) | Richard van der Hoff | 2022-01-05 | 1 | -3/+1 |
* | Add admin API to get users' account data (#11664) | Dirk Klimpel | 2022-01-05 | 1 | -0/+90 |
* | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 2022-01-05 | 1 | -59/+0 |
* | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 2022-01-04 | 1 | -0/+9 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 1 | -1/+5 |
* | Fix a type annotation in `test_account_data.py` and remove it from the Mypy e... | reivilibre | 2021-12-29 | 1 | -2/+2 |
* | Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_home... | reivilibre | 2021-12-21 | 4 | -185/+194 |
* | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 2 | -8/+11 |
* | Improve opentracing support for `ResponseCache` (#11607) | Richard van der Hoff | 2021-12-20 | 1 | -11/+34 |
* | Merge remote-tracking branch 'origin/release-v1.49' into develop | Richard van der Hoff | 2021-12-20 | 1 | -5/+5 |
|\ |
|
| * | Disable aggregation bundling on `/sync` responses (#11583) | Richard van der Hoff | 2021-12-20 | 1 | -5/+5 |
* | | Use mock from standard library (#11588) | V02460 | 2021-12-20 | 1 | -9/+8 |
* | | Add type hints to `synapse/tests/rest/admin` (#11590) | Dirk Klimpel | 2021-12-16 | 5 | -57/+70 |
* | | Add experimental support for MSC3202: allowing application services to masque... | reivilibre | 2021-12-15 | 1 | -0/+64 |
* | | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) | Sean Quah | 2021-12-14 | 1 | -1/+3 |
* | | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 2021-12-14 | 1 | -35/+0 |
* | | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 2021-12-14 | 1 | -8/+3 |
* | | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) | Sean Quah | 2021-12-14 | 1 | -1/+1 |
* | | Move HTML parsing to a separate file for URL previews. (#11566) | Patrick Cloke | 2021-12-13 | 2 | -23/+24 |
* | | Allow events to be created with no `prev_events` (MSC2716) (#11243) | Eric Eastwood | 2021-12-10 | 1 | -0/+103 |
* | | Test to ensure we share the same `state_group` across the whole historical ba... | Eric Eastwood | 2021-12-10 | 1 | -0/+180 |
* | | Ensure emails are canonicalized before fetching associated user. (#11547) | Patrick Cloke | 2021-12-10 | 1 | -1/+2 |
* | | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 2021-12-09 | 1 | -0/+115 |
* | | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 2021-12-09 | 1 | -5/+25 |
* | | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) | Dirk Klimpel | 2021-12-09 | 4 | -10/+10 |
* | | Clean up `synapse.rest.admin` (#11535) | Dirk Klimpel | 2021-12-08 | 1 | -1/+1 |
* | | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth... | reivilibre | 2021-12-08 | 1 | -47/+87 |
* | | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 1 | -2/+3 |
* | | Fix case in `wait_for_background_updates` where `self.store` does not exist (... | Andrew Morgan | 2021-12-07 | 1 | -7/+4 |
|/ |
|
* | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 2021-12-07 | 1 | -0/+59 |
* | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 2021-12-07 | 1 | -17/+25 |
* | Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11... | reivilibre | 2021-12-07 | 1 | -1/+1 |
* | Stabilise support for MSC2918 refresh tokens as they have now been merged int... | reivilibre | 2021-12-06 | 1 | -15/+15 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 4 | -33/+188 |
* | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 2021-12-06 | 1 | -0/+456 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 1 | -39/+96 |
* | Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) | Sean Quah | 2021-12-06 | 1 | -59/+0 |
* | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 2021-12-03 | 2 | -0/+154 |
* | Add type hints to `synapse/tests/rest/admin` (#11501) | Dirk Klimpel | 2021-12-03 | 9 | -225/+256 |
* | Revert accidental commits to develop. | Olivier Wilkinson (reivilibre) | 2021-12-03 | 4 | -194/+185 |
* | 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 |
* | Clean up tests.storage.test_appservice (#11492) | reivilibre | 2021-12-02 | 1 | -177/+168 |
* | Clean up `tests.storage.test_main` to remove use of legacy code. (#11493) | reivilibre | 2021-12-02 | 1 | -17/+10 |
* | Clean up `tests.test_visibility` to remove legacy code. (#11495) | reivilibre | 2021-12-02 | 1 | -202/+39 |
* | Fix media repository failing when media store path contains symlinks (#11446) | Sean Quah | 2021-12-02 | 1 | -1/+108 |
* | Add type annotations to `tests.storage.test_appservice`. (#11488) | reivilibre | 2021-12-02 | 1 | -48/+92 |
* | Add a license header and comment. (#11479) | Patrick Cloke | 2021-12-01 | 1 | -0/+15 |
* | Don't start Synapse master process if `worker_app` is set (#11416) | Shay | 2021-11-30 | 1 | -0/+31 |
* | Bundle relations of relations into the `/relations` result. (#11284) | Patrick Cloke | 2021-11-30 | 1 | -0/+118 |
* | Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454) | Sean Quah | 2021-11-30 | 1 | -0/+12 |
* | Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461) | Dirk Klimpel | 2021-11-30 | 1 | -41/+20 |
* | Add missing copyright header. (#11460) | Patrick Cloke | 2021-11-30 | 1 | -0/+14 |
* | Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455) | Dirk Klimpel | 2021-11-30 | 11 | -557/+886 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 1 | -29/+65 |
* | Make background updates controllable via a plugin (#11306) | Erik Johnston | 2021-11-29 | 6 | -30/+104 |
* | Fix perspectives requests for multiple keys for the same server (#11440) | Richard van der Hoff | 2021-11-29 | 1 | -0/+71 |
* | Add a test case for the SendJoinParser (#11441) | David Robertson | 2021-11-29 | 1 | -0/+50 |
* | Update MSC2918 refresh token support to confirm with the latest revision: acc... | reivilibre | 2021-11-26 | 1 | -14/+44 |
* | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411) | Sean Quah | 2021-11-26 | 1 | -1/+5 |
* | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 1 | -1/+124 |
* | Track ongoing event fetches correctly (again) (#11376) | Sean Quah | 2021-11-26 | 1 | -1/+138 |
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 1 | -2/+2 |
* | Lower minumum batch size to 1 for background updates (#11422) | Brendan Abolivier | 2021-11-24 | 2 | -12/+21 |
* | Rename unstable `access_token_lifetime` configuration option to `refreshable_... | reivilibre | 2021-11-23 | 1 | -1/+1 |
* | Add missing type hints to config base classes (#11377) | Patrick Cloke | 2021-11-23 | 1 | -8/+14 |
* | Remove code invalidated by deprecated config flag 'trust_identity_servers_for... | Shay | 2021-11-23 | 1 | -1/+0 |
* | Merge branch 'master' into develop | Sean Quah | 2021-11-23 | 2 | -0/+253 |
|\ |
|
| * | Prevent the media store from writing outside of the configured directory | Sean Quah | 2021-11-19 | 2 | -0/+253 |
* | | Add config for customizing the claim used for JWT logins. (#11361) | Kostas | 2021-11-22 | 1 | -32/+36 |
* | | Store arbitrary relations from events. (#11391) | Patrick Cloke | 2021-11-22 | 2 | -1/+117 |
* | | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 2021-11-19 | 1 | -8/+146 |
* | | Fix checking whether a room can be published on creation. (#11392) | Patrick Cloke | 2021-11-19 | 1 | -33/+62 |
* | | Keep fallback key marked as used if it's re-uploaded (#11382) | Hubert Chathi | 2021-11-19 | 1 | -1/+31 |
* | | Fix verification of objects signed with old local keys (#11379) | Richard van der Hoff | 2021-11-19 | 1 | -3/+53 |
* | | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 2021-11-18 | 1 | -0/+9 |
* | | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 2021-11-18 | 1 | -0/+228 |
* | | Do not allow MSC3440 threads to fork threads (#11161) | Patrick Cloke | 2021-11-18 | 1 | -0/+62 |
* | | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... | reivilibre | 2021-11-17 | 3 | -11/+11 |
* | | Fix incorrect return value in tests. (#11359) | Patrick Cloke | 2021-11-16 | 1 | -1/+1 |
* | | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 1 | -1/+51 |
|\| |
|
| * | Run _upgrade_existing_database on workers if at current schema_version (#11346) | Andrew Morgan | 2021-11-15 | 1 | -1/+51 |
* | | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 1 | -0/+55 |
* | | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 2021-11-16 | 1 | -6/+20 |
* | | Misc typing fixes for tests, part 2 of N (#11330) | David Robertson | 2021-11-16 | 4 | -29/+65 |
* | | Database storage profile passes mypy (#11342) | David Robertson | 2021-11-15 | 1 | -3/+6 |
* | | Add support for the stable version of MSC2778 (#11335) | Tulir Asokan | 2021-11-15 | 2 | -2/+8 |
* | | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 1 | -28/+77 |
* | | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 2021-11-12 | 1 | -0/+48 |
* | | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 4 | -27/+47 |
* | | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 2 | -65/+709 |
* | | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 1 | -2/+0 |
* | | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 1 | -2/+6 |
* | | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -0/+28 |
* | | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 4 | -35/+438 |
|/ |
|
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 1 | -0/+151 |
* | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 1 | -2/+28 |
* | Add some background update admin APIs (#11263) | Erik Johnston | 2021-11-08 | 1 | -0/+218 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 3 | -3/+1 |
* | Fix rolling back when using workers (#11255) | Erik Johnston | 2021-11-05 | 1 | -0/+69 |