| Commit message (Expand) | Author | Age | Files | Lines |
* | deactivated flag refactored to filter deactivated users. (#16874) | Alexander Fechler | 2024-03-11 | 1 | -3/+6 |
* | Revert "Improve DB performance of calculating badge counts for push. (#16756)... | Andrew Morgan | 2024-03-05 | 1 | -146/+107 |
* | bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927) | kegsay | 2024-02-20 | 1 | -3/+18 |
* | Don't invalidate the entire event cache when we purge history (#16905) | Erik Johnston | 2024-02-13 | 2 | -7/+9 |
* | Increase batching when fetching auth chains (#16893) | Erik Johnston | 2024-02-09 | 1 | -2/+2 |
* | Speed up e2e device keys queries for bot accounts (#16841) | Erik Johnston | 2024-01-23 | 1 | -11/+18 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 49 | -0/+62 |
* | Preparatory work for tweaking performance of auth chain lookups (#16833) | Erik Johnston | 2024-01-23 | 1 | -26/+127 |
* | Handle wildcard type filters properly (#14984) | Mo Balaa | 2024-01-22 | 1 | -6/+17 |
* | Optimize query for fetching to-device messages in `/sync` (#16805) | Erik Johnston | 2024-01-11 | 1 | -77/+72 |
* | Improve DB performance of calculating badge counts for push. (#16756) | Erik Johnston | 2024-01-11 | 1 | -107/+146 |
* | Faster load recents for sync (#16783) | Erik Johnston | 2024-01-10 | 1 | -1/+16 |
* | Reduce amount of state pulled out when querying federation hierachy (#16785) | Erik Johnston | 2024-01-10 | 1 | -2/+46 |
* | Split up deleting devices into batches (#16766) | Erik Johnston | 2024-01-10 | 1 | -2/+6 |
* | Port `EventInternalMetadata` class to Rust (#16782) | Erik Johnston | 2024-01-08 | 1 | -1/+1 |
* | Simplify internal metadata class. (#16762) | Erik Johnston | 2024-01-05 | 1 | -33/+0 |
* | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 53 | -560/+848 |
|\ |
|
| * | Update license headers | Patrick Cloke | 2023-11-21 | 53 | -560/+848 |
* | | Speed up pruning of `user_ips` table (#16667) | Erik Johnston | 2023-11-29 | 1 | -10/+7 |
* | | Correctly read to-device stream pos on SQLite (#16682) | David Robertson | 2023-11-24 | 1 | -12/+19 |
* | | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16... | David Robertson | 2023-11-23 | 1 | -0/+21 |
* | | Filter out auth chain queries that don't exist (#16552) | Jason Little | 2023-11-22 | 1 | -0/+5 |
|/ |
|
* | Speed up purge room by adding index (#16657) | Erik Johnston | 2023-11-17 | 1 | -0/+8 |
* | Merge branch 'master' into develop | Patrick Cloke | 2023-11-17 | 1 | -2/+2 |
|\ |
|
| * | Fix "'int' object is not iterable" error in set_device_id_for_pushers backgro... | Patrick Cloke | 2023-11-02 | 1 | -2/+2 |
* | | Speed up deleting device messages (#16643) | Erik Johnston | 2023-11-16 | 1 | -25/+81 |
* | | Add an Admin API to temporarily grant the ability to update an existing cross... | David Robertson | 2023-11-15 | 1 | -0/+84 |
* | | Asynchronous Uploads (#15503) | Sumner Evans | 2023-11-15 | 1 | -2/+88 |
* | | Use full GitHub links instead of bare issue numbers. (#16637) | Patrick Cloke | 2023-11-15 | 5 | -7/+9 |
* | | Remove whole table locks on push rule add/delete (#16051) | Nick Mills-Barrett | 2023-11-13 | 1 | -16/+27 |
* | | Use attempt_to_set_autocommit everywhere. (#16615) | Patrick Cloke | 2023-11-09 | 2 | -6/+6 |
* | | Use _invalidate_cache_and_stream_bulk in more places. (#16616) | Patrick Cloke | 2023-11-09 | 6 | -46/+70 |
* | | Convert simple_select_one_txn and simple_select_one to return tuples. (#16612) | Patrick Cloke | 2023-11-09 | 18 | -236/+243 |
* | | Return attrs for more media repo APIs. (#16611) | Patrick Cloke | 2023-11-09 | 1 | -40/+65 |
* | | Bulk-invalidate e2e cached queries after claiming keys (#16613) | David Robertson | 2023-11-09 | 2 | -18/+83 |
* | | Avoid executing no-op queries. (#16583) | Patrick Cloke | 2023-11-07 | 4 | -10/+10 |
* | | Collect information for PushRuleEvaluator in parallel. (#16590) | Patrick Cloke | 2023-11-06 | 1 | -19/+31 |
* | | Simplify event persistence code (#16584) | Patrick Cloke | 2023-11-03 | 1 | -184/+200 |
* | | Use simple_select_many_txn in event persistance code. (#16585) | Patrick Cloke | 2023-11-02 | 1 | -5/+11 |
* | | Remove remaining usage of cursor_to_dict. (#16564) | Patrick Cloke | 2023-10-31 | 5 | -69/+210 |
|/ |
|
* | Claim local one-time-keys in bulk (#16565) | David Robertson | 2023-10-30 | 1 | -114/+139 |
* | Claim fallback keys in bulk (#16570) | David Robertson | 2023-10-30 | 1 | -0/+60 |
* | Ensure local invited & knocking users leave before purge. (#16559) | Patrick Cloke | 2023-10-27 | 1 | -0/+16 |
* | Remove more usages of cursor_to_dict. (#16551) | Patrick Cloke | 2023-10-26 | 14 | -77/+130 |
* | Convert simple_select_list and simple_select_list_txn to return lists of tupl... | Patrick Cloke | 2023-10-26 | 18 | -248/+327 |
* | Allow multiple workers to write to receipts stream. (#16432) | Erik Johnston | 2023-10-25 | 2 | -41/+111 |
* | Fix bug that could cause a `/sync` to tightloop with sqlite after restart (#1... | Erik Johnston | 2023-10-23 | 1 | -1/+4 |
* | Remove the last reference to event_txn_id. (#16521) | Patrick Cloke | 2023-10-23 | 1 | -6/+0 |
* | Mark sync as limited if there is a gap in the timeline (#16485) | Erik Johnston | 2023-10-19 | 2 | -25/+96 |
* | Avoid sending massive replication updates when purging a room. (#16510) | Patrick Cloke | 2023-10-18 | 1 | -0/+8 |
* | Improve performance of delete device messages query (#16492) | Mathieu Velten | 2023-10-18 | 1 | -7/+8 |
* | 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 | 1 | -18/+34 |
* | Remove useless async job to delete device messages on sync (#16491) | Mathieu Velten | 2023-10-16 | 1 | -2/+3 |
* | 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 | 20 | -410/+589 |
* | Inline simple_search_list/simple_search_list_txn. (#16434) | Patrick Cloke | 2023-10-10 | 1 | -10/+36 |
* | Add DB indices to speed up purging rooms (#16457) | David Robertson | 2023-10-10 | 2 | -0/+14 |
* | 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 | 2 | -30/+55 |
* | Return ThumbnailInfo in more places (#16438) | Patrick Cloke | 2023-10-06 | 1 | -5/+25 |
* | 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 | 3 | -10/+14 |
* | 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 |
* | Convert more cached return values to immutable types (#16356) | Patrick Cloke | 2023-09-20 | 3 | -8/+10 |
* | 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 | 2 | -4/+6 |
* | Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299) | Jason Little | 2023-09-15 | 1 | -14/+9 |
* | Some minor performance fixes for task schedular (#16313) | Erik Johnston | 2023-09-14 | 1 | -0/+6 |
* | 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 | 1 | -4/+0 |
* | Refactor storing of server keys (#16261) | Erik Johnston | 2023-09-12 | 1 | -147/+72 |
* | 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 | 3 | -19/+21 |
* | | | 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 |
* | | 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 | 2 | -61/+15 |
* | | 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 |
|/ |
|
* | Filter out unwanted user_agents from udv. (#16124) | Neil Johnson | 2023-08-23 | 1 | -0/+5 |
* | 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 |
* | 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 | 2 | -0/+204 |
* | 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 | 1 | -44/+88 |
* | Fix database performance of read/write worker locks (#16061) | Erik Johnston | 2023-08-17 | 1 | -52/+35 |
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 3 | -5/+3 |
* | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 2 | -5/+68 |
* | 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 | 1 | -9/+6 |
* | Add ability to wait for locks and add locks to purge history / room deletion ... | Erik Johnston | 2023-07-31 | 1 | -66/+124 |
* | Inline SQL queries using boolean parameters (#15525) | Anshul Madnawat | 2023-07-26 | 7 | -25/+23 |
* | 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 | 1 | -122/+0 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-07-18 | 3 | -9/+14 |
|\ |
|
| * | Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte... | Shay | 2023-07-18 | 3 | -9/+14 |
* | | 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 | 1 | -1/+3 |
* | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... | Shay | 2023-07-07 | 3 | -14/+9 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 1 | -56/+168 |
* | 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 | 2 | -6/+16 |
* | 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 |
* | 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 |
* | Prefill events after invalidate not before when persisting events (#15758) | Jason Little | 2023-06-14 | 2 | -4/+13 |
* | Clear event caches when we purge history (#15609) | Erik Johnston | 2023-06-08 | 3 | -5/+146 |
* | Remove superfluous `room_memberships` join from background update (#15733) | Eric Eastwood | 2023-06-07 | 1 | -1/+0 |
* | 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 | 2 | -12/+12 |
* | 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 | 3 | -2/+33 |
|\ |
|
| * | 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 | 1 | -0/+31 |
* | | Cache requests for user's devices from federation (#15675) | Erik Johnston | 2023-06-01 | 2 | -2/+69 |
|/ |
|
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-26 | 1 | -223/+31 |
* | 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 |
* | Instrument `state` and `state_group` storage related things (tracing) (#15610) | Eric Eastwood | 2023-05-19 | 2 | -0/+20 |
* | Remove old R30 because R30v2 supercedes it (#10428) | reivilibre | 2023-05-19 | 1 | -83/+0 |
* | 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 | 5 | -24/+13 |
* | Add not null constraint to column `full_user_id` of tables `profiles` and `us... | Shay | 2023-05-16 | 2 | -2/+195 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Erik Johnston | 2023-05-12 | 1 | -10/+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 | 1 | -75/+160 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-03 | 1 | -234/+10 |
* | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 2023-05-03 | 1 | -24/+45 |
* | 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 | 2 | -0/+77 |
* | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 2023-04-27 | 1 | -30/+47 |
* | 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 | 3 | -17/+76 |
* | 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 | 2 | -8/+21 |
* | Experimental support for MSC3970: per-device transaction IDs (#15318) | Quentin Gliech | 2023-04-25 | 2 | -18/+83 |
* | 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 | 1 | -8/+11 |
* | 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 | 1 | -3/+111 |
|/ |
|
* | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 2023-04-04 | 1 | -1/+11 |
* | 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 | 1 | -0/+240 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-03-30 | 1 | -240/+0 |
* | to_device updates could be dropped when consuming the replication stream (#15... | Mathieu Velten | 2023-03-30 | 1 | -10/+4 |
* | 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 | 2 | -21/+8 |
* | 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 | 4 | -7/+19 |
* | 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 | 1 | -9/+31 |
* | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 2023-03-24 | 2 | -8/+21 |
* | 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 | 1 | -0/+40 |
* | Remove unused store method `_set_destination_retry_timings_emulated`. (#15266) | reivilibre | 2023-03-14 | 1 | -54/+2 |
* | Include the room ID in more purge room log lines. (#15222) | Patrick Cloke | 2023-03-08 | 2 | -5/+8 |
* | Split up txn for fetching device keys (#15215) | Erik Johnston | 2023-03-07 | 1 | -8/+16 |
* | Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) | Patrick Cloke | 2023-03-03 | 5 | -15/+9 |
* | 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 | 1 | -9/+2 |
* | 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 | 20 | -33/+16 |
* | Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin... | reivilibre | 2023-02-20 | 1 | -4/+20 |
* | 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 | 14 | -52/+71 |
* | Avoid fetching unused account data in sync. (#14973) | Patrick Cloke | 2023-02-10 | 1 | -36/+91 |
* | 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 |
* | Add final type hint to synapse.server. (#15035) | Patrick Cloke | 2023-02-09 | 1 | -1/+1 |
* | 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 | 3 | -124/+11 |
* | Add `event_stream_ordering` column to membership state tables (#14979) | Nick Mills-Barrett | 2023-02-07 | 3 | -11/+124 |
* | 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 | 1 | -17/+33 |
* | 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 |
* | 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 | 2 | -3/+25 |
|\ |
|
| * | Batch look-ups to see if rooms are partial stated. (#14917) | Patrick Cloke | 2023-01-26 | 1 | -3/+24 |
| * | 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 |
|/ |
|
* | 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 |
* | 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 | 11 | -5/+30 |
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 1 | -1/+2 |
* | 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 |
* | 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 | 1 | -0/+12 |
|/ |
|
* | 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 | 10 | -19/+75 |
* | Add experimental support for MSC3391: deleting account data (#14714) | Andrew Morgan | 2023-01-01 | 1 | -13/+206 |