| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert DeviceLastConnectionInfo to attrs. (#16507) | Patrick Cloke | 2023-10-17 | 1 | -20/+26 |
* | Convert state delta processing from a dict to attrs. (#16469) | Patrick Cloke | 2023-10-16 | 2 | -30/+36 |
* | Remove useless async job to delete device messages on sync (#16491) | Mathieu Velten | 2023-10-16 | 1 | -2/+3 |
* | Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (... | Patrick Cloke | 2023-10-12 | 2 | -26/+2 |
* | Convert user_get_threepids response to attrs. (#16468) | Patrick Cloke | 2023-10-11 | 1 | -5/+14 |
* | Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444) | Patrick Cloke | 2023-10-11 | 21 | -416/+601 |
* | Inline simple_search_list/simple_search_list_txn. (#16434) | Patrick Cloke | 2023-10-10 | 2 | -72/+36 |
* | Add DB indices to speed up purging rooms (#16457) | David Robertson | 2023-10-10 | 3 | -0/+34 |
* | Disable statement timeout whilst purging rooms (#16455) | reivilibre | 2023-10-09 | 1 | -0/+5 |
* | Convert simple_select_list_paginate_txn to return tuples. (#16433) | Patrick Cloke | 2023-10-06 | 3 | -33/+58 |
* | Return ThumbnailInfo in more places (#16438) | Patrick Cloke | 2023-10-06 | 1 | -5/+25 |
* | Drop unused tables & unneeded access token ID for events. (#16268) | Patrick Cloke | 2023-10-06 | 2 | -2/+26 |
* | Remove unused method. (#16435) | Patrick Cloke | 2023-10-05 | 1 | -20/+0 |
* | Remove manys calls to cursor_to_dict (#16431) | Patrick Cloke | 2023-10-05 | 13 | -226/+317 |
* | Factor out `MultiWriter` token from `RoomStreamToken` (#16427) | Erik Johnston | 2023-10-05 | 1 | -9/+13 |
* | Some refactors around receipts stream (#16426) | Erik Johnston | 2023-10-04 | 2 | -5/+3 |
* | mypy plugin to check `@cached` return types (#14911) | David Robertson | 2023-10-02 | 4 | -10/+15 |
* | Add a cache around server ACL checking (#16360) | Patrick Cloke | 2023-09-26 | 1 | -0/+59 |
* | Implement MSC4028: push all encrypted events. (#16361) | Patrick Cloke | 2023-09-26 | 1 | -0/+1 |
* | Improve comments in StateGroupBackgroundUpdateStore. (#16383) | Patrick Cloke | 2023-09-25 | 1 | -2/+16 |
* | Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14 (#16381) | dependabot[bot] | 2023-09-25 | 2 | -29/+5 |
* | Add support for pydantic v2 via pydantic.v1 compat module (#16332) | Maxwell G | 2023-09-25 | 1 | -1/+6 |
* | Convert more cached return values to immutable types (#16356) | Patrick Cloke | 2023-09-20 | 4 | -9/+11 |
* | Return immutable objects for cachedList decorators (#16350) | Patrick Cloke | 2023-09-19 | 13 | -51/+80 |
* | Bump ruff from 0.0.286 to 0.0.290 (#16342) | dependabot[bot] | 2023-09-18 | 2 | -13/+2 |
* | Filter locked users in the admin API (#16328) | Hanadi | 2023-09-18 | 2 | -1/+7 |
* | Make cached account data/tags/admin types immutable (#16325) | Patrick Cloke | 2023-09-18 | 3 | -14/+13 |
* | Return an immutable value from get_latest_event_ids_in_room. (#16326) | Patrick Cloke | 2023-09-18 | 3 | -9/+10 |
* | Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299) | Jason Little | 2023-09-15 | 2 | -14/+12 |
* | Some minor performance fixes for task schedular (#16313) | Erik Johnston | 2023-09-14 | 2 | -0/+22 |
* | Refactor `get_user_by_id` (#16316) | Erik Johnston | 2023-09-14 | 2 | -54/+33 |
* | Fix using dehydrated devices (MSC2697) & refresh tokens (#16288) | Hanadi | 2023-09-13 | 1 | -0/+20 |
* | Use StrCollection in additional places. (#16301) | Patrick Cloke | 2023-09-13 | 1 | -2/+2 |
* | Stop purging tables which are slated for removal. (#16273) | Patrick Cloke | 2023-09-12 | 2 | -5/+5 |
* | Refactor storing of server keys (#16261) | Erik Johnston | 2023-09-12 | 1 | -147/+72 |
* | Improve type hints for attrs classes (#16276) | David Robertson | 2023-09-08 | 1 | -5/+3 |
* | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 1 | -2/+0 |
* | Log values at DEBUG level with execute_values (#16281) | David Robertson | 2023-09-08 | 1 | -2/+3 |
* | Recheck if remote device is cached before requesting it (#16252) | Erik Johnston | 2023-09-07 | 1 | -9/+17 |
* | Add `/notifications` endpoint to workers (#16265) | Erik Johnston | 2023-09-07 | 1 | -36/+36 |
* | Merge remote-tracking branch 'origin/release-v1.92' into develop | Patrick Cloke | 2023-09-06 | 2 | -22/+0 |
|\ |
|
| * | Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92 | Patrick Cloke | 2023-09-06 | 2 | -22/+0 |
| |\ |
|
| | * | Revert MSC3861 introspection cache, admin impersonation and account lock (#16... | Quentin Gliech | 2023-09-06 | 2 | -22/+0 |
* | | | Delete device messages asynchronously and in staged batches (#16240) | Mathieu Velten | 2023-09-06 | 7 | -21/+37 |
* | | | Fix appservices being unable to handle to_device messages for multiple users ... | Will Hunt | 2023-09-05 | 1 | -1/+1 |
* | | | Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257) | Erik Johnston | 2023-09-05 | 1 | -6/+11 |
|/ / |
|
* | | Don't wake up destination transaction queue if they're not due for retry. (#1... | Erik Johnston | 2023-09-04 | 1 | -3/+23 |
* | | Add last_seen_ts to the admin users API (#16218) | Mathieu Velten | 2023-09-04 | 3 | -2/+12 |
* | | Log the details of background update failures (#16212) | David Robertson | 2023-09-01 | 1 | -2/+2 |
* | | Fix rare bug that broke looping calls (#16210) | Erik Johnston | 2023-08-30 | 1 | -14/+22 |
* | | Stop writing to the event_txn_id table (#16175) | Patrick Cloke | 2023-08-30 | 3 | -71/+21 |
* | | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 1 | -1/+16 |
* | | Bump ruff from 0.0.277 to 0.0.286 (#16198) | dependabot[bot] | 2023-08-29 | 1 | -3/+3 |
* | | Stabilize support for MSC3958 (suppress notifications from edits). (#16113) | Patrick Cloke | 2023-08-23 | 1 | -1/+0 |
|/ |
|
* | Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0 | Erik Johnston | 2023-08-23 | 2 | -37/+71 |
* | Filter out unwanted user_agents from udv. (#16124) | Neil Johnson | 2023-08-23 | 1 | -0/+5 |
* | Fix rare deadlock when using read/write locks (#16133) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Reduce DB contention on worker locks (#16160) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Always update `retry_last_ts` (#16164) | Erik Johnston | 2023-08-23 | 1 | -3/+3 |
* | Task scheduler: mark task as active if we are scheduling ASAP (#16165) | Mathieu Velten | 2023-08-23 | 1 | -1/+1 |
* | Properly update retry_last_ts when hitting the maximum retry interval (#16156) | DeepBlueV7.X | 2023-08-23 | 1 | -1/+3 |
* | Increase perf of read/write locks (#16149) | Erik Johnston | 2023-08-23 | 1 | -0/+30 |
* | Add an admin endpoint to allow authorizing server to signal token revocations... | Shay | 2023-08-22 | 2 | -0/+22 |
* | Implements a task scheduler for resumable potentially long running tasks (#15... | Mathieu Velten | 2023-08-21 | 4 | -0/+233 |
* | Speed up state res in rare case we don't have all events (#16116) | Erik Johnston | 2023-08-18 | 1 | -23/+161 |
* | Allow filtering for admins in the list accounts admin API (#16114) | Alexander Fechler | 2023-08-18 | 1 | -0/+10 |
* | Add cache to `get_server_keys_json_for_remote` (#16123) | Erik Johnston | 2023-08-18 | 2 | -44/+95 |
* | Fix database performance of read/write worker locks (#16061) | Erik Johnston | 2023-08-17 | 1 | -52/+35 |
* | Override global statement timeout when creating indexes in Postgres (#16085) | Shay | 2023-08-17 | 1 | -0/+12 |
* | Rename pagination&purge locks and add comments explaining them (#16112) | Mathieu Velten | 2023-08-16 | 1 | -2/+2 |
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 5 | -8/+14 |
* | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 3 | -5/+84 |
* | Support MSC3814: Dehydrated Devices Part 2 (#16010) | Shay | 2023-08-08 | 2 | -59/+162 |
* | Remove old rows from the `cache_invalidation_stream_by_instance` table automa... | reivilibre | 2023-08-08 | 1 | -0/+130 |
* | Stabilize support for MSC3970: updated transaction semantics (scope to `devic... | Patrick Cloke | 2023-08-04 | 2 | -10/+10 |
* | Add ability to wait for locks and add locks to purge history / room deletion ... | Erik Johnston | 2023-07-31 | 2 | -75/+142 |
* | Inline SQL queries using boolean parameters (#15525) | Anshul Madnawat | 2023-07-26 | 7 | -25/+23 |
* | Bump DB version to 79 since synapse v1.88 was already there (#15998) | Mathieu Velten | 2023-07-26 | 6 | -16/+21 |
* | Actually stop reading from column `user_id` of tables `profiles` (#15955) | Shay | 2023-07-23 | 3 | -11/+10 |
* | Speed up updating state in large rooms (#15971) | Erik Johnston | 2023-07-20 | 2 | -124/+135 |
* | Fix bad merge of #15933 (#15958) | Erik Johnston | 2023-07-19 | 2 | -0/+0 |
* | Fix race in triggers for read/write locks. (#15933) | Erik Johnston | 2023-07-19 | 4 | -98/+134 |
* | Fix background schema updates failing over a large upgrade gap (#15887) | Shay | 2023-07-18 | 1 | -0/+70 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-07-18 | 7 | -122/+16 |
|\ |
|
| * | Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte... | Shay | 2023-07-18 | 7 | -122/+16 |
* | | Support room version 11 (#15912) | Patrick Cloke | 2023-07-18 | 1 | -1/+1 |
* | | Mark get_user_in_directory private since only used in tests (#15884) | Mathieu Velten | 2023-07-12 | 1 | -8/+1 |
|/ |
|
* | Fix downgrading to previous version of Synapse (#15907) | Erik Johnston | 2023-07-10 | 3 | -4/+17 |
* | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... | Shay | 2023-07-07 | 7 | -16/+122 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 3 | -56/+439 |
* | Add tracing to media `/upload` endpoint (#15850) | Eric Eastwood | 2023-07-05 | 1 | -0/+5 |
* | Fix could not serialize access due to concurrent `DELETE` from presence_strea... | Jason Little | 2023-07-05 | 1 | -1/+6 |
* | Add foreign key constraint to `event_forward_extremities`. (#15751) | Erik Johnston | 2023-07-05 | 5 | -7/+438 |
* | Add not_user_type param to the list accounts admin API (#15844) | Michael Weimann | 2023-07-04 | 1 | -0/+37 |
* | devices: use combined ANY clause for faster cleanup (#15861) | pacien | 2023-07-03 | 1 | -5/+9 |
* | Add a timeout that aborts any Postgres statement taking more than 1 hour. (#1... | reivilibre | 2023-07-03 | 1 | -0/+13 |
* | Fix sqlite `user_filters` upgrade (#15817) | Shay | 2023-06-27 | 3 | -3/+91 |
* | Fix forgotten rooms missing in initial sync (#15815) | Nicolas Werner | 2023-06-21 | 1 | -0/+13 |
* | Remove experimental MSC2716 implementation to incrementally import history in... | Eric Eastwood | 2023-06-16 | 4 | -384/+1 |
* | Don't always lock "user_ips" table when performing non-native upsert (#15788) | Andrew Morgan | 2023-06-16 | 1 | -1/+1 |
* | Prefill events after invalidate not before when persisting events (#15758) | Jason Little | 2023-06-14 | 2 | -4/+13 |
* | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_... | Shay | 2023-06-13 | 1 | -3/+2 |
* | Clear event caches when we purge history (#15609) | Erik Johnston | 2023-06-08 | 4 | -5/+177 |
* | Quick & dirty metric for background update status (#15740) | David Robertson | 2023-06-07 | 2 | -1/+37 |
* | Remove superfluous `room_memberships` join from background update (#15733) | Eric Eastwood | 2023-06-07 | 1 | -1/+0 |
* | Merge branch 'master' into develop | Erik Johnston | 2023-06-07 | 1 | -1/+21 |
|\ |
|
| * | Fix schema delta error in 1.85 (#15739) | Erik Johnston | 2023-06-07 | 1 | -2/+14 |
| * | Fix schema delta error in 1.85 (#15738) | Erik Johnston | 2023-06-07 | 1 | -0/+8 |
* | | No need for the extra join since `membership` is built-in to `current_state_e... | Eric Eastwood | 2023-06-06 | 1 | -4/+3 |
* | | Improve performance of user directory search (#15729) | Shay | 2023-06-06 | 1 | -4/+8 |
* | | Stabilize support for MSC3952: Intentional mentions. (#15520) | Patrick Cloke | 2023-06-06 | 1 | -1/+0 |
* | | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 2023-06-02 | 5 | -13/+203 |
* | | Add a catch-all * to the supported relation types when redacting (#15705) | Mathieu Velten | 2023-06-02 | 1 | -0/+30 |
* | | Merge branch 'release-v1.85' into develop | H. Shay | 2023-06-01 | 4 | -2/+53 |
|\| |
|
| * | Speed up background jobs populate_full_user_id_user_filters and populate_full... | Shay | 2023-05-31 | 2 | -2/+2 |
| * | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... | reivilibre | 2023-05-31 | 2 | -0/+51 |
* | | Cache requests for user's devices from federation (#15675) | Erik Johnston | 2023-06-01 | 2 | -2/+69 |
* | | Add get_canonical_room_alias to module API (#15450) | Gabriel FĂ©ron | 2023-05-31 | 1 | -1/+1 |
|/ |
|
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-26 | 8 | -223/+291 |
* | Process previously failed backfill events in the background (#15585) | Eric Eastwood | 2023-05-24 | 1 | -1/+30 |
* | Speed up user directory rebuild for users some more... (#15665) | Erik Johnston | 2023-05-24 | 1 | -76/+114 |
* | Improve type hints for cached decorator. (#15658) | Patrick Cloke | 2023-05-24 | 1 | -1/+1 |
* | Fix `@trace` not wrapping some state methods that return coroutines correctly... | Eric Eastwood | 2023-05-23 | 1 | -7/+8 |
* | Instrument `state` and `state_group` storage related things (tracing) (#15610) | Eric Eastwood | 2023-05-19 | 3 | -0/+53 |
* | Remove old R30 because R30v2 supercedes it (#10428) | reivilibre | 2023-05-19 | 1 | -83/+0 |
* | Rename blacklist/whitelist internally. (#15620) | Patrick Cloke | 2023-05-19 | 1 | -3/+2 |
* | Handle missing previous read marker event. (#15464) | Nick Mills-Barrett | 2023-05-18 | 1 | -6/+0 |
* | Update code to refer to "workers". (#15606) | Patrick Cloke | 2023-05-16 | 6 | -25/+14 |
* | Add not null constraint to column `full_user_id` of tables `profiles` and `us... | Shay | 2023-05-16 | 7 | -4/+267 |
* | Fix subscriptable type usage in Python <3.9 (#15604) | Eric Eastwood | 2023-05-16 | 1 | -2/+1 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Erik Johnston | 2023-05-12 | 6 | -224/+234 |
* | Clean up and clarify "Create or modify Account" Admin API documentation (#15544) | Andrew Morgan | 2023-05-05 | 1 | -0/+16 |
* | Factor out an `is_mine_server_name` method (#15542) | Sean Quah | 2023-05-05 | 1 | -1/+1 |
* | Speed up deleting of old rows in `event_push_actions` (#15531) | Erik Johnston | 2023-05-03 | 1 | -0/+9 |
* | Speed up rebuilding of the user directory for local users (#15529) | Erik Johnston | 2023-05-03 | 2 | -77/+171 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-03 | 6 | -234/+224 |
* | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 2023-05-03 | 2 | -24/+69 |
* | Initial implementation of MSC3981: recursive relations API (#15315) | Patrick Cloke | 2023-05-02 | 1 | -17/+48 |
* | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 2023-04-28 | 3 | -0/+104 |
* | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 2023-04-27 | 1 | -30/+47 |
* | Add type hints to schema deltas (#15497) | Patrick Cloke | 2023-04-27 | 28 | -134/+131 |
* | Check databases/__init__ and main/cache with mypy. (#15496) | Patrick Cloke | 2023-04-27 | 2 | -9/+11 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 6 | -18/+120 |
* | Add admin endpoint to query room sizes (#15482) | Erik Johnston | 2023-04-26 | 2 | -0/+115 |
* | Add unstable /keys/claim endpoint which always returns fallback keys. (#15462) | Patrick Cloke | 2023-04-25 | 1 | -4/+5 |
* | Re re introduce membership tables event stream ordering (#15356) | Nick Mills-Barrett | 2023-04-25 | 6 | -12/+162 |
* | Experimental support for MSC3970: per-device transaction IDs (#15318) | Quentin Gliech | 2023-04-25 | 3 | -18/+136 |
* | Modify StoreKeyFetcher to read from server_keys_json. (#15417) | Patrick Cloke | 2023-04-20 | 1 | -12/+87 |
* | More precise type for LoggingTransaction.execute (#15432) | David Robertson | 2023-04-14 | 3 | -14/+31 |
* | User directory background update speedup (#15435) | Erik Johnston | 2023-04-14 | 1 | -45/+44 |
* | Load `/directory/room/{roomAlias}` endpoint on workers (#15333) | Dirk Klimpel | 2023-04-14 | 1 | -2/+4 |
* | Improve robustness when handling a perspective key response by deduplicating ... | reivilibre | 2023-04-13 | 1 | -3/+3 |
* | Add comma missing from #15382. (#15429) | reivilibre | 2023-04-13 | 1 | -1/+1 |
* | Implement MSC2175: remove the creator field from create events. (#15394) | Patrick Cloke | 2023-04-06 | 1 | -5/+12 |
* | Don't keep old stream_ordering_to_exterm around (#15382) | Erik Johnston | 2023-04-06 | 1 | -10/+42 |
* | Merge remote-tracking branch 'origin/release-v1.81' into develop | Patrick Cloke | 2023-04-06 | 1 | -1/+1 |
|\ |
|
| * | Fix the 'set_device_id_for_pushers_txn' background update. (#15391) | Quentin Gliech | 2023-04-05 | 1 | -1/+1 |
* | | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 2023-04-04 | 2 | -3/+128 |
|/ |
|
* | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 2023-04-04 | 2 | -1/+30 |
* | Revert pruning of old devices (#15360) | Erik Johnston | 2023-03-31 | 1 | -82/+1 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Olivier Wilkinson (reivilibre) | 2023-03-31 | 5 | -153/+243 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-03-30 | 5 | -243/+153 |
* | to_device updates could be dropped when consuming the replication stream (#15... | Mathieu Velten | 2023-03-30 | 1 | -10/+4 |
* | Speed up SQLite unit test CI (#15334) | Erik Johnston | 2023-03-30 | 1 | -1/+16 |
* | Fix spinloop during partial state sync when a prev event is in backoff (#15351) | Sean Quah | 2023-03-30 | 1 | -14/+21 |
* | Fix registering a device on an account with lots of devices (#15348) | Erik Johnston | 2023-03-29 | 1 | -3/+6 |
* | Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) | Erik Johnston | 2023-03-29 | 5 | -130/+12 |
* | Delete stale non-e2e devices for users, take 3 (#15183) | Erik Johnston | 2023-03-29 | 1 | -1/+79 |
* | Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) | Patrick Cloke | 2023-03-28 | 1 | -9/+27 |
* | Bump ruff from 0.0.252 to 0.0.259 (#15328) | dependabot[bot] | 2023-03-28 | 5 | -9/+21 |
* | As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo... | reivilibre | 2023-03-24 | 1 | -4/+11 |
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 2023-03-24 | 2 | -9/+50 |
* | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 2023-03-24 | 5 | -12/+130 |
* | Use immutabledict instead of frozendict (#15113) | David Robertson | 2023-03-22 | 1 | -2/+2 |
* | Apply & bundle edits for non-message events. (#15295) | Patrick Cloke | 2023-03-21 | 1 | -7/+4 |
* | Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur... | Andrew Morgan | 2023-03-21 | 1 | -1/+0 |
* | Refresh remote profiles that have been marked as stale, in order to fill the ... | reivilibre | 2023-03-16 | 1 | -0/+74 |
* | Preparatory work to fix the user directory assuming that any remote membershi... | reivilibre | 2023-03-16 | 2 | -0/+79 |
* | Add schema comments about the `destinations` and `destination_rooms` tables. ... | reivilibre | 2023-03-15 | 1 | -0/+52 |
* | Remove unused store method `_set_destination_retry_timings_emulated`. (#15266) | reivilibre | 2023-03-14 | 1 | -54/+2 |
* | Add missing type hints to `synapse.storage.database`. (#15230) | Patrick Cloke | 2023-03-09 | 1 | -5/+16 |
* | Include the room ID in more purge room log lines. (#15222) | Patrick Cloke | 2023-03-08 | 3 | -14/+21 |
* | Split up txn for fetching device keys (#15215) | Erik Johnston | 2023-03-07 | 2 | -9/+25 |
* | Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) | Patrick Cloke | 2023-03-03 | 6 | -27/+14 |
* | Experimental MSC3890 Implementation: Fix deleting account data when using an ... | Andrew Morgan | 2023-03-03 | 1 | -19/+15 |
* | Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen... | Andrew Morgan | 2023-03-02 | 3 | -11/+47 |
* | Move event_reports to `RoomWorkerStore` (#15165) | Dirk Klimpel | 2023-03-02 | 1 | -177/+177 |
* | Remove support for aggregating reactions (#15172) | Richard van der Hoff | 2023-02-28 | 4 | -147/+0 |
* | Fix a long-standing bug where an initial sync would not respond to changes to... | reivilibre | 2023-02-28 | 1 | -0/+31 |
* | Allow use of the `/filter` Client-Server APIs on workers. (#15134) | reivilibre | 2023-02-28 | 2 | -6/+23 |
* | Admin API endpoint to delete a reported event (#15116) | Dirk Klimpel | 2023-02-28 | 1 | -1/+35 |
* | Add module API callbacks for adding and deleting local 3PID associations (#15044 | Andrew Morgan | 2023-02-27 | 1 | -13/+0 |
* | Batch up storing state groups when creating new room (#14918) | Shay | 2023-02-24 | 1 | -0/+119 |
* | Improve handling of non-ASCII characters in user directory search (#15143) | Sean Quah | 2023-02-24 | 1 | -2/+50 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 21 | -35/+18 |
* | Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin... | reivilibre | 2023-02-20 | 1 | -4/+20 |
* | Use mypy 1.0 (#15052) | David Robertson | 2023-02-16 | 2 | -14/+64 |
* | Fix order of partial state tables when purging (#15068) | David Robertson | 2023-02-14 | 1 | -2/+4 |
* | Fix clashing DB txn name (#15070) | Erik Johnston | 2023-02-14 | 1 | -1/+1 |
* | Skip calculating unread push actions in `/sync` when `enable_push` is false. ... | Erik Johnston | 2023-02-14 | 1 | -0/+7 |
* | Change collection[str] to StrCollection in event_auth code (#14929) | Harishankar Kumar | 2023-02-14 | 2 | -7/+6 |
* | Faster joins: don't stall when a user joins during a fast join (#14606) | Mathieu Velten | 2023-02-10 | 1 | -20/+1 |
* | Return read-only collections from `@cached` methods (#13755) | Sean Quah | 2023-02-10 | 15 | -55/+74 |
* | Avoid fetching unused account data in sync. (#14973) | Patrick Cloke | 2023-02-10 | 1 | -36/+91 |
* | Merge branch 'release-v1.77' into develop | David Robertson | 2023-02-10 | 1 | -2/+7 |
|\ |
|
| * | Bump schema version (#15036) | David Robertson | 2023-02-09 | 1 | -2/+7 |
* | | Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040) | Patrick Cloke | 2023-02-10 | 1 | -14/+17 |
* | | Fix exception on start up about device lists (#15041) | Erik Johnston | 2023-02-10 | 1 | -0/+1 |
* | | Do not always start a db txn on Postgres (#14840) | Andrew Morgan | 2023-02-09 | 1 | -4/+9 |
* | | Add final type hint to synapse.server. (#15035) | Patrick Cloke | 2023-02-09 | 3 | -1/+4 |
|/ |
|
* | Disambiguate `get_ex_outlier_stream_rows` query | David Robertson | 2023-02-07 | 1 | -4/+4 |
* | Revert "Add `event_stream_ordering` column to membership state tables (#14979)" | David Robertson | 2023-02-07 | 4 | -145/+11 |
* | Add `event_stream_ordering` column to membership state tables (#14979) | Nick Mills-Barrett | 2023-02-07 | 4 | -11/+145 |
* | Type hints for tests.appservice (#14990) | David Robertson | 2023-02-06 | 1 | -2/+12 |
* | Implement MSC3958: suppress notifications from edits (#14960) | Patrick Cloke | 2023-02-03 | 1 | -0/+1 |
* | Faster joins: Refactor handling of servers in room (#14954) | Sean Quah | 2023-02-03 | 2 | -18/+35 |
* | Fetch fewer events when getting hosts in room (#14962) | David Robertson | 2023-02-02 | 1 | -2/+44 |
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 6 | -22/+27 |
* | Attempt to delete more duplicate rows in receipts_linearized table. (#14915) | Patrick Cloke | 2023-02-01 | 1 | -8/+26 |
* | Make sqlite database migrations transactional again, part two (#14926) | Sean Quah | 2023-01-31 | 3 | -5/+12 |
* | Prefer `type(x) is int` to `isinstance(x, int)` (#14945) | David Robertson | 2023-01-31 | 1 | -3/+3 |
* | Implement MSC3952: Intentional mentions (#14823) | Patrick Cloke | 2023-01-27 | 1 | -0/+1 |
* | Merge branch 'release-v1.76' into develop | David Robertson | 2023-01-27 | 3 | -4/+26 |
|\ |
|
| * | Batch look-ups to see if rooms are partial stated. (#14917) | Patrick Cloke | 2023-01-26 | 2 | -4/+25 |
| * | Fix initialization of `_device_list_id_gen` (#14914) | Sean Quah | 2023-01-26 | 1 | -0/+1 |
* | | Use an enum for direction. (#14927) | Patrick Cloke | 2023-01-27 | 2 | -32/+35 |
* | | Fix paginating /relations with a live token (#14866) | Patrick Cloke | 2023-01-26 | 2 | -70/+122 |
|/ |
|
* | Make sqlite database migrations transactional again (#14910) | Sean Quah | 2023-01-25 | 2 | -2/+6 |
* | Request partial joins by default (#14905) | David Robertson | 2023-01-24 | 1 | -6/+34 |
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 3 | -11/+56 |
* | Skip processing stats for broken rooms. (#14873) | Patrick Cloke | 2023-01-23 | 2 | -2/+17 |
* | Faster joins: Update room stats and the user directory on workers when finish... | Sean Quah | 2023-01-23 | 1 | -2/+0 |
* | Enable Faster Remote Room Joins against worker-mode Synapse. (#14752) | reivilibre | 2023-01-22 | 3 | -12/+22 |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 12 | -7/+54 |
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 1 | -1/+2 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 1 | -15/+19 |
* | Merge device list replication streams (#14833) | Erik Johnston | 2023-01-17 | 1 | -6/+7 |
* | Merge account data streams (#14826) | Erik Johnston | 2023-01-13 | 2 | -45/+15 |
* | Drop unused table `presence` (#14825) | Dirk Klimpel | 2023-01-13 | 1 | -0/+17 |
* | Merge remote-tracking branch 'origin/release-v1.75' into develop | Richard van der Hoff | 2023-01-12 | 1 | -6/+59 |
|\ |
|
| * | Fix race calling `/members?at=` (#14817) | Erik Johnston | 2023-01-12 | 1 | -6/+59 |
* | | Add index to improve performance of the `/timestamp_to_event` endpoint used f... | reivilibre | 2023-01-11 | 2 | -0/+29 |
|/ |
|
* | Batch up replication requests to request the resyncing of remote users's devi... | reivilibre | 2023-01-10 | 1 | -8/+22 |
* | Update all stream IDs after processing replication rows (#14723) | Nick Mills-Barrett | 2023-01-04 | 11 | -20/+91 |
* | Add experimental support for MSC3391: deleting account data (#14714) | Andrew Morgan | 2023-01-01 | 2 | -14/+238 |
* | Faster remote room joins: invalidate caches and unblock requests when receivi... | reivilibre | 2022-12-19 | 2 | -13/+32 |
* | Faster remote room joins: stream the un-partial-stating of events over replic... | reivilibre | 2022-12-14 | 4 | -9/+167 |
* | Delete event_push_summary_unique_index again. (#14669) | Patrick Cloke | 2022-12-14 | 2 | -9/+33 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 1 | -14/+19 |
* | Enable `--warn-redundant-casts` option in mypy (#14671) | David Robertson | 2022-12-12 | 2 | -2/+3 |