| Commit message (Expand) | Author | Age | Files | Lines |
* | Resync state after partial-state join (#12394) | Richard van der Hoff | 2022-04-12 | 5 | -0/+174 |
* | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 2 | -66/+17 |
* | Add some type hints to datastore (#12423) | Dirk Klimpel | 2022-04-12 | 7 | -75/+120 |
* | Do not consider events by ignored users for bundled aggregations (#12235) | Patrick Cloke | 2022-04-11 | 1 | -9/+143 |
* | Disallow untyped defs in synapse._scripts (#12422) | David Robertson | 2022-04-11 | 1 | -0/+1 |
* | Optimise `_update_client_ips_batch_txn` to batch together database operations... | reivilibre | 2022-04-08 | 2 | -35/+132 |
* | Fix `synapse_event_persisted_position` metric (#12390) | Richard van der Hoff | 2022-04-06 | 1 | -3/+3 |
* | Update type annotations for compatiblity with prometheus_client 0.14 (#12389) | Richard van der Hoff | 2022-04-06 | 1 | -3/+1 |
* | Generate historic pagination token for `/messages` when no `?from` token prov... | Eric Eastwood | 2022-04-06 | 1 | -9/+11 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 1 | -1/+1 |
* | Prefill more stream change caches. (#12372) | Erik Johnston | 2022-04-05 | 4 | -38/+89 |
* | Prefill the device_list_stream_cache (#12367) | Erik Johnston | 2022-04-04 | 1 | -1/+11 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 4 | -25/+232 |
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209) | Nick Mills-Barrett | 2022-04-01 | 3 | -44/+67 |
* | Move `update_client_ip` background job from the main process to the backgroun... | reivilibre | 2022-04-01 | 4 | -76/+117 |
* | Raise an exception when getting state at an outlier (#12191) | Richard van der Hoff | 2022-04-01 | 2 | -4/+32 |
* | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040) | Richard van der Hoff | 2022-04-01 | 1 | -5/+3 |
* | Add more type hints to the main state store. (#12267) | Patrick Cloke | 2022-03-31 | 1 | -7/+11 |
* | Remove an unnecessary class from the relations code. (#12338) | Patrick Cloke | 2022-03-31 | 2 | -62/+8 |
* | Remove the unused and unstable `/aggregations` endpoint. (#12293) | Patrick Cloke | 2022-03-30 | 2 | -97/+14 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 3 | -18/+67 |
* | Start application service stream token tracking from 1 (#12193) | Andrew Morgan | 2022-03-30 | 1 | -1/+2 |
* | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 2 | -15/+36 |
* | Update `LoggingTransaction.call_after` and `call_on_exception` docstrings (#1... | Sean Quah | 2022-03-29 | 1 | -3/+20 |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 1 | -1/+1 |
* | Exclude outliers in `on_backfill_request` (#12314) | Richard van der Hoff | 2022-03-28 | 1 | -3/+9 |
* | Add some type hints to datastore. (#12255) | Dirk Klimpel | 2022-03-28 | 8 | -39/+60 |
* | Improve type annotations for `execute_values`. (#12311) | reivilibre | 2022-03-28 | 1 | -10/+7 |
* | Add cache for `get_membership_from_event_ids` (#12272) | Erik Johnston | 2022-03-25 | 4 | -8/+55 |
* | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 1 | -15/+30 |
* | Use psycopg2 type stubs (#12269) | David Robertson | 2022-03-23 | 2 | -4/+12 |
* | Rename shared_rooms to mutual_rooms (#12036) | Jonathan de Jong | 2022-03-23 | 1 | -3/+3 |
* | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 1 | -146/+5 |
* | Only fetch thread participation for events with threads. (#12228) | Patrick Cloke | 2022-03-18 | 1 | -1/+3 |
* | Add some type hints to datastore (#12248) | Dirk Klimpel | 2022-03-18 | 2 | -78/+116 |
* | Correct `check_username_for_spam` annotations and docs (#12246) | David Robertson | 2022-03-18 | 1 | -4/+19 |
* | Handle cancellation in `DatabasePool.runInteraction()` (#12199) | Sean Quah | 2022-03-16 | 1 | -24/+37 |
* | Add some missing type hints to cache datastore. (#12216) | Patrick Cloke | 2022-03-16 | 1 | -21/+36 |
* | Use the ignored_users table to test event visibility & sync. (#12225) | Patrick Cloke | 2022-03-15 | 1 | -3/+38 |
* | Fix broken background updates when using sqlite with `enable_search` off (#12... | Sean Quah | 2022-03-14 | 1 | -6/+7 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 1 | -14/+25 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 2 | -3/+0 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 3 | -39/+61 |
* | Allow retrieving the relations of a redacted event. (#12130) | Patrick Cloke | 2022-03-10 | 3 | -33/+42 |
* | Allow for ignoring some arguments when caching. (#12189) | Patrick Cloke | 2022-03-09 | 1 | -2/+2 |
* | Remove some unused variables/parameters. (#12187) | Patrick Cloke | 2022-03-09 | 1 | -9/+5 |
* | Fix a bug in background updates wherein background updates are never run usin... | Shay | 2022-03-07 | 1 | -3/+5 |
* | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 2022-03-07 | 2 | -5/+35 |
* | Reduce to-device queries for /sync. (#12163) | Erik Johnston | 2022-03-04 | 1 | -0/+3 |
* | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 2022-03-04 | 1 | -31/+0 |
* | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) | Richard van der Hoff | 2022-03-04 | 1 | -4/+4 |
* | Back out in-flight state caching changes. (#12126) | reivilibre | 2022-03-02 | 1 | -218/+25 |
* | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 2022-03-02 | 1 | -14/+13 |
* | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 2022-03-01 | 1 | -3/+27 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 5 | -0/+203 |
* | Ensure that `get_datastores().main` is typed (#12070) | Sean Quah | 2022-02-25 | 1 | -1/+2 |
* | Minor typing fixes for `synapse/storage/persist_events.py` (#12069) | Sean Quah | 2022-02-25 | 2 | -23/+25 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 2 | -2/+143 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 3 | -9/+57 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 2022-02-22 | 1 | -0/+16 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 2 | -2/+44 |
* | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 2022-02-21 | 1 | -2/+2 |
* | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 2022-02-21 | 3 | -35/+61 |
* | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 2022-02-18 | 1 | -0/+21 |
* | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 2022-02-18 | 1 | -25/+178 |
* | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 2022-02-18 | 1 | -1/+7 |
* | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2022-02-18 | 1 | -1/+1 |
* | Fix a typo in a comment. | Patrick Cloke | 2022-02-16 | 1 | -1/+1 |
* | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 2022-02-15 | 2 | -0/+72 |
* | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 2022-02-15 | 1 | -11/+16 |
* | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 2022-02-15 | 1 | -7/+10 |
* | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 2 | -7/+19 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 1 | -6/+6 |
* | Fetch thread summaries for multiple events in a single query (#11752) | Patrick Cloke | 2022-02-11 | 2 | -74/+150 |
* | Fix to-device being dropped in limited sync in SQLite. (#11966) | Erik Johnston | 2022-02-11 | 1 | -1/+4 |
* | Support pagination tokens from /sync and /messages in the relations API. (#11... | Patrick Cloke | 2022-02-10 | 2 | -21/+40 |
* | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 1 | -2/+11 |
* | Fetch edits for multiple events in a single query. (#11660) | Patrick Cloke | 2022-02-08 | 2 | -54/+100 |
* | Add a docstring to `add_device_change_to_streams` and fix some nearby types (... | Andrew Morgan | 2022-02-08 | 1 | -6/+16 |
* | Fix historical messages backfilling in random order on remote homeservers (MS... | Eric Eastwood | 2022-02-07 | 2 | -103/+223 |
* | Invalidate the get_users_in_room{_with_profile} caches only when necessary. (... | Patrick Cloke | 2022-02-02 | 2 | -8/+19 |
* | Revert experimental push rules from #7997. (#11884) | Patrick Cloke | 2022-02-02 | 1 | -16/+4 |
* | Add a background database update to purge account data for deactivated users.... | reivilibre | 2022-02-02 | 2 | -55/+129 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 3 | -46/+275 |
* | Remove the obsolete MSC1849 configuration flag. (#11843) | Patrick Cloke | 2022-01-31 | 1 | -4/+0 |
* | Pass `isolation_level` to `runWithConnection` (#11847) | Brendan Abolivier | 2022-01-27 | 1 | -0/+1 |
* | Create singletons for `StateFilter.{all,none}()` (#11836) | Richard van der Hoff | 2022-01-27 | 1 | -5/+9 |
* | Include `prev_content` field in AS events (#11798) | Vaishnav Nair | 2022-01-26 | 1 | -1/+1 |
* | Improvements to bundling aggregations. (#11815) | Patrick Cloke | 2022-01-26 | 2 | -30/+53 |
* | Add admin API to get a list of federated rooms (#11658) | Dirk Klimpel | 2022-01-25 | 1 | -0/+48 |
* | Db txn set isolation level (#11799) | Nick Barrett | 2022-01-25 | 4 | -5/+60 |
* | Minor updates, and docs, for schema delta files (#11823) | Richard van der Hoff | 2022-01-25 | 1 | -3/+6 |
* | Merge tag 'v1.51.0rc2' into develop | Andrew Morgan | 2022-01-24 | 1 | -1/+4 |
|\ |
|
| * | Fix logic for dropping old events in fed queue (#11806) | Andrew Morgan | 2022-01-24 | 1 | -1/+4 |
* | | Remove account data (including client config, push rules and ignored users) u... | reivilibre | 2022-01-24 | 1 | -2/+71 |
* | | Drop support for and remove references to EOL Python 3.6 (#11683) | Shay | 2022-01-21 | 1 | -2/+2 |
* | | Add `state_key` and `rejection_reason` to `events` (#11792) | Richard van der Hoff | 2022-01-21 | 3 | -4/+37 |
* | | Drop unused table `public_room_list_stream`. (#11795) | Richard van der Hoff | 2022-01-21 | 3 | -2/+21 |
* | | Stop reading from `event_reference_hashes` (#11794) | Richard van der Hoff | 2022-01-21 | 3 | -32/+29 |
* | | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who... | reivilibre | 2022-01-21 | 1 | -4/+4 |
* | | Make `get_account_data_for_room_and_type` a tree cache (#11789) | reivilibre | 2022-01-21 | 1 | -1/+1 |
|/ |
|
* | Debug for device lists updates (#11760) | David Robertson | 2022-01-20 | 1 | -0/+18 |
* | Comments and typing for `_update_outliers_txn` (#11776) | Richard van der Hoff | 2022-01-19 | 1 | -12/+23 |
* | Include whether the requesting user has participated in a thread. (#11577) | Patrick Cloke | 2022-01-18 | 2 | -11/+62 |
* | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 1 | -2/+0 |
* | Make pagination of rooms in admin api stable (#11737) | Daniel Sonck | 2022-01-17 | 1 | -9/+9 |
* | Merge branch 'release-v1.50' into develop | Olivier Wilkinson (reivilibre) | 2022-01-14 | 1 | -17/+85 |
|\ |
|
| * | Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ... | reivilibre | 2022-01-13 | 1 | -16/+78 |
| * | Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ... | reivilibre | 2022-01-12 | 1 | -1/+7 |
* | | Replace uses of simple_insert_many with simple_insert_many_values. (#11742) | Patrick Cloke | 2022-01-13 | 15 | -251/+224 |
* | | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 12 | -61/+61 |
* | | Fix docstring on `add_account_data_for_user`. (#11716) | reivilibre | 2022-01-10 | 1 | -1/+1 |
* | | Bundle aggregations outside of the serialization method. (#11612) | Patrick Cloke | 2022-01-07 | 1 | -3/+125 |
* | | Fix get federation status of destination if no error occured (#11593) | Dirk Klimpel | 2022-01-05 | 1 | -0/+11 |
* | | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) | Shay | 2022-01-05 | 1 | -1/+0 |
* | | Cache empty responses from `/user/devices` (#11587) | David Robertson | 2022-01-05 | 1 | -2/+6 |
|/ |
|
* | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 2022-01-04 | 3 | -25/+17 |
* | Better error messages from `get_create_event_for_room` (#11638) | Richard van der Hoff | 2022-01-04 | 1 | -1/+5 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 6 | -37/+54 |
* | Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) | Dirk Klimpel | 2021-12-30 | 1 | -29/+40 |
* | Improve type hints in storage classes. (#11652) | Dirk Klimpel | 2021-12-29 | 9 | -34/+43 |
* | Add type hints to `synapse/storage/databases/main/stats.py` (#11653) | Dirk Klimpel | 2021-12-29 | 1 | -41/+53 |
* | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 1 | -91/+158 |
* | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) | Dirk Klimpel | 2021-12-16 | 1 | -24/+25 |
* | Add type hints to `synapse/storage/databases/main/room.py` (#11575) | Sean Quah | 2021-12-15 | 2 | -74/+100 |
* | Require Collections as the parameters for simple_* methods. (#11580) | Patrick Cloke | 2021-12-15 | 2 | -40/+11 |
* | Add experimental support for MSC3202: allowing application services to masque... | reivilibre | 2021-12-15 | 1 | -0/+20 |
* | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) | Sean Quah | 2021-12-14 | 1 | -70/+167 |
* | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) | Sean Quah | 2021-12-14 | 7 | -20/+18 |
* | checks for generators in database functions (#11564) | Richard van der Hoff | 2021-12-13 | 2 | -7/+48 |
* | Type hint the constructors of the data store classes (#11555) | Sean Quah | 2021-12-13 | 28 | -75/+308 |
* | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551) | Sean Quah | 2021-12-13 | 2 | -68/+146 |
* | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) | Sean Quah | 2021-12-13 | 2 | -32/+83 |
* | Make `get_device` return None if the device doesn't exist rather than raising... | reivilibre | 2021-12-13 | 1 | -4/+6 |
* | skip some dict munging in event persistence (#11560) | Richard van der Hoff | 2021-12-10 | 2 | -60/+113 |
* | Stop populating `state_events.prev_state` (#11558) | Richard van der Hoff | 2021-12-10 | 2 | -5/+4 |
* | Ensure emails are canonicalized before fetching associated user. (#11547) | Patrick Cloke | 2021-12-10 | 2 | -2/+4 |
* | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 2021-12-09 | 2 | -12/+32 |
* | Add a constant for receipt types (m.read). (#11531) | Patrick Cloke | 2021-12-08 | 1 | -33/+68 |
* | Improve log messages for stream ids (#11536) | Richard van der Hoff | 2021-12-08 | 2 | -4/+6 |
* | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 1 | -1/+3 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 2 | -1/+76 |
* | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 2021-12-06 | 1 | -0/+70 |
* | Disambiguate queries on `state_key` (#11497) | Richard van der Hoff | 2021-12-02 | 6 | -16/+20 |
* | Comments on the /sync tentacles (#11494) | David Robertson | 2021-12-02 | 1 | -4/+11 |
* | Add type annotations to `tests.storage.test_appservice`. (#11488) | reivilibre | 2021-12-02 | 1 | -3/+3 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 1 | -0/+195 |
* | Improved push typing (#11409) | Marcus | 2021-11-30 | 1 | -2/+17 |
* | Refactor `backfilled` into specific behavior function arguments (`_persist_ev... | Eric Eastwood | 2021-11-29 | 2 | -21/+56 |
* | Make background updates controllable via a plugin (#11306) | Erik Johnston | 2021-11-29 | 1 | -23/+169 |
* | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411) | Sean Quah | 2021-11-26 | 5 | -148/+230 |
* | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 2 | -2/+54 |
* | Track ongoing event fetches correctly (again) (#11376) | Sean Quah | 2021-11-26 | 1 | -42/+112 |
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 2 | -146/+81 |
* | Lower minumum batch size to 1 for background updates (#11422) | Brendan Abolivier | 2021-11-24 | 1 | -1/+1 |
* | Add missing type hints to config base classes (#11377) | Patrick Cloke | 2021-11-23 | 1 | -1/+2 |
* | Remove code invalidated by deprecated config flag 'trust_identity_servers_for... | Shay | 2021-11-23 | 1 | -32/+3 |
* | Store arbitrary relations from events. (#11391) | Patrick Cloke | 2021-11-22 | 3 | -44/+75 |
* | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 2021-11-19 | 1 | -0/+2 |
* | Keep fallback key marked as used if it's re-uploaded (#11382) | Hubert Chathi | 2021-11-19 | 1 | -11/+40 |
* | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 2021-11-18 | 1 | -0/+32 |
* | Use auto_attribs for RefreshTokenLookupResult (#11386) | reivilibre | 2021-11-18 | 1 | -7/+7 |
* | Do not allow MSC3440 threads to fork threads (#11161) | Patrick Cloke | 2021-11-18 | 1 | -2/+65 |
* | Add type annotations to `synapse.metrics` (#10847) | Sean Quah | 2021-11-17 | 1 | -3/+3 |
* | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 2 | -19/+35 |
|\ |
|
| * | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... | Andrew Morgan | 2021-11-16 | 1 | -1/+13 |
| * | Run _upgrade_existing_database on workers if at current schema_version (#11346) | Andrew Morgan | 2021-11-15 | 1 | -18/+22 |
| * | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-15 | 1 | -1/+1 |
* | | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 2021-11-16 | 1 | -1/+1 |
* | | Database storage profile passes mypy (#11342) | David Robertson | 2021-11-15 | 1 | -4/+8 |
* | | Get directory db file to pass mypy (#11339) | David Robertson | 2021-11-15 | 2 | -6/+7 |
* | | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 2021-11-12 | 2 | -1/+23 |
* | | Annotations for state_deltas.py (#11316) | David Robertson | 2021-11-12 | 1 | -3/+13 |
* | | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 1 | -2/+5 |
* | | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 2021-11-12 | 1 | -4/+6 |
* | | Add type hints to media repository storage module (#11311) | Patrick Cloke | 2021-11-12 | 1 | -57/+84 |
* | | Attempt to annotate events_forward_extremities (#11314) | David Robertson | 2021-11-12 | 2 | -7/+16 |
* | | Annotations for user_erasure_store (#11313) | David Robertson | 2021-11-11 | 1 | -4/+5 |
* | | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 1 | -2/+2 |
* | | Correct type hint for room_batch.py (#11310) | David Robertson | 2021-11-11 | 1 | -10/+8 |
* | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-11 | 1 | -1/+1 |
* | | Add type hints to some storage classes (#11307) | Patrick Cloke | 2021-11-11 | 7 | -47/+115 |
* | | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 2 | -7/+24 |
* | | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -1/+6 |
* | | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 2 | -23/+121 |
|/ |
|
* | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 1 | -1/+1 |
* | Add some background update admin APIs (#11263) | Erik Johnston | 2021-11-08 | 2 | -18/+51 |
* | Fix typo in comment from #11255. (#11276) | Patrick Cloke | 2021-11-08 | 1 | -1/+1 |
* | Handle federation inbound instances being killed more gracefully (#11262) | Erik Johnston | 2021-11-08 | 1 | -10/+21 |
* | Fix rolling back when using workers (#11255) | Erik Johnston | 2021-11-05 | 1 | -11/+12 |
* | Track ongoing event fetches correctly in the presence of failure (#11240) | Sean Quah | 2021-11-04 | 1 | -22/+34 |
* | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 2021-11-02 | 2 | -1/+34 |
* | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 2 | -6/+9 |
* | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 2 | -0/+111 |
* | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 2021-11-02 | 2 | -3/+3 |
* | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 1 | -11/+18 |
* | Add metrics to the threadpools (#11178) | Erik Johnston | 2021-11-01 | 1 | -1/+6 |
* | Stop synapse from saving messages in device_inbox for hidden devices. (#10097) | JohannesKleine | 2021-11-01 | 1 | -2/+6 |
* | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 2 | -2/+2 |
* | Additional type hints for relations database class. (#11205) | Patrick Cloke | 2021-10-28 | 1 | -15/+23 |
* | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 1 | -1/+1 |
* | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 3 | -15/+134 |
* | Fix thread BG update to not seq scan event_json (#11192) | Erik Johnston | 2021-10-27 | 1 | -1/+1 |
* | Add a background update for updating MSC3440 relation threads. (#11181) | Patrick Cloke | 2021-10-26 | 2 | -2/+101 |
* | Enable changing user type via users admin API (#11174) | Jason Robinson | 2021-10-26 | 1 | -0/+18 |
* | Fix module API's `get_user_ip_and_agents` function when run on workers (#11112) | Sean Quah | 2021-10-25 | 1 | -39/+85 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 22 | -59/+148 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 2 | -1/+62 |
* | Fix setting a user's external_id via the admin API returns 500 and deletes us... | Dirk Klimpel | 2021-10-21 | 1 | -5/+90 |
* | Merge branch 'master' into develop | Sean Quah | 2021-10-20 | 1 | -24/+0 |
|\ |
|
| * | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 1 | -24/+0 |
* | | Add missing type hints to event fetching. (#11121) | Patrick Cloke | 2021-10-19 | 1 | -61/+81 |
* | | Add missing type hints to synapse.api. (#11109) | Patrick Cloke | 2021-10-18 | 1 | -4/+4 |
* | | `_run_push_actions_and_persist_event`: handle no min_depth (#11014) | Richard van der Hoff | 2021-10-18 | 1 | -1/+1 |
* | | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 1 | -4/+4 |
* | | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 4 | -5/+43 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | David Robertson | 2021-10-13 | 1 | -2/+22 |
|\| |
|
| * | Stop user directory from failing if it encounters users not in the `users` ta... | David Robertson | 2021-10-13 | 3 | -7/+202 |
* | | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 2021-10-13 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | Erik Johnston | 2021-10-12 | 1 | -15/+67 |
|\| |
|
| * | Fix race in `MultiWriterIdGenerator` (#11045) | Erik Johnston | 2021-10-12 | 1 | -15/+67 |
* | | Add type hints to `synapse.storage.databases.main.client_ips` (#10972) | Sean Quah | 2021-10-12 | 1 | -40/+100 |
* | | Fix inconsistent behavior of `get_last_client_by_ip` (#10970) | Sean Quah | 2021-10-12 | 1 | -4/+9 |
* | | Add an approximate difference method to StateFilters (#10825) | reivilibre | 2021-10-12 | 1 | -1/+171 |
|/ |
|
* | disallow-untyped-defs for synapse.push (#11023) | David Robertson | 2021-10-11 | 1 | -2/+2 |
* | Annotate synapse.storage.util (#10892) | David Robertson | 2021-10-08 | 4 | -60/+108 |
* | Relax `ignore-missing-imports` for modules that have stubs now and update myp... | David Robertson | 2021-10-08 | 1 | -0/+4 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 2 | -2/+6 |
* | Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981) | David Robertson | 2021-10-05 | 1 | -13/+20 |
* | Fix logic flaw preventing tracking of MSC2716 events in existing room version... | Eric Eastwood | 2021-10-05 | 1 | -6/+4 |
* | Add functionality to remove deactivated users from the monthly_active_users t... | Hillery Shay | 2021-10-04 | 1 | -0/+24 |
* | Merge tag 'v1.44.0rc3' into develop | Brendan Abolivier | 2021-10-04 | 1 | -2/+2 |
|\ |
|
| * | Fix error in `get_user_ip_and_agents` when fetching from the database (#10968) | Sean Quah | 2021-10-01 | 1 | -2/+2 |
* | | Consistently exclude from user_directory (#10960) | David Robertson | 2021-10-04 | 1 | -13/+33 |
* | | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 1 | -1/+1 |
* | | Add type hints to filtering classes. (#10958) | Patrick Cloke | 2021-10-01 | 1 | -2/+6 |
* | | Refactor user directory tests (#10935) | David Robertson | 2021-09-30 | 1 | -1/+1 |
* | | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 8 | -19/+21 |
* | | Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts bet... | Eric Eastwood | 2021-09-28 | 1 | -2/+4 |
* | | Drop backwards-compatibility support for "outlier" (#10903) | Richard van der Hoff | 2021-09-28 | 2 | -25/+3 |
|/ |
|
* | Document changes to schema version 61 - 64 (#10917) | Eric Eastwood | 2021-09-24 | 1 | -0/+11 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 3 | -4/+4 |
* | Improve typing in user_directory files (#10891) | David Robertson | 2021-09-24 | 1 | -35/+89 |
* | In `_purge_history_txn`, ensure that txn.fetchall has elements before accessi... | Kokokokoka | 2021-09-24 | 1 | -9/+13 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 5 | -5/+5 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 5 | -8/+8 |
* | Treat "\u0000" as "\u0020" for the purposes of message search (message indexi... | Hillery Shay | 2021-09-22 | 1 | -9/+25 |
* | Fix invalidating OTK count cache after claim (#10875) | Tulir Asokan | 2021-09-22 | 1 | -0/+4 |