| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Run `ANALYZE` after fiddling with stats (#16849) | Erik Johnston | 2024-01-24 | 2 | -0/+18 |
* | 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 | 99 | -0/+116 |
* | Preparatory work for tweaking performance of auth chain lookups (#16833) | Erik Johnston | 2024-01-23 | 4 | -27/+162 |
* | 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 |
* | Update book location | Erik Johnston | 2023-12-13 | 2 | -2/+2 |
* | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 394 | -1111/+7165 |
|\ |
|
| * | Update license headers | Patrick Cloke | 2023-11-21 | 408 | -1111/+7431 |
* | | Revert postgres logical replication deltaas v1.98.0rc1 | David Robertson | 2023-12-05 | 116 | -128/+0 |
* | | Fix postgres schema after dropping old tables (#16730) | David Robertson | 2023-12-05 | 5 | -5/+0 |
* | | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... | reivilibre | 2023-12-04 | 121 | -0/+133 |
* | | Drop unused tables & unneeded access token ID for events. (#16522) | Patrick Cloke | 2023-12-01 | 2 | -2/+26 |
* | | Speed up pruning of `user_ips` table (#16667) | Erik Johnston | 2023-11-29 | 1 | -10/+7 |
* | | Remove old full schema dumps. (#16697) | Patrick Cloke | 2023-11-28 | 20 | -2962/+0 |
* | | 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 | 2 | -0/+25 |
* | 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 |
* | | Revert "Fix test not detecting tables with missing primary keys and missing r... | Erik Johnston | 2023-11-16 | 2 | -110/+0 |
* | | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli... | Erik Johnston | 2023-11-16 | 2 | -118/+0 |
* | | Speed up deleting device messages (#16643) | Erik Johnston | 2023-11-16 | 1 | -25/+81 |
* | | Fix test not detecting tables with missing primary keys and missing replica i... | reivilibre | 2023-11-16 | 2 | -0/+110 |
* | | Add an Admin API to temporarily grant the ability to update an existing cross... | David Robertson | 2023-11-15 | 2 | -0/+99 |
* | | 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 | 10 | -12/+18 |
* | | Remove whole table locks on push rule add/delete (#16051) | Nick Mills-Barrett | 2023-11-13 | 1 | -16/+27 |
* | | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... | reivilibre | 2023-11-13 | 2 | -0/+118 |
* | | Use attempt_to_set_autocommit everywhere. (#16615) | Patrick Cloke | 2023-11-09 | 3 | -12/+18 |
* | | 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 | 19 | -241/+248 |
* | | 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 | 4 | -28/+131 |
* | | Avoid updating the same rows multiple times with simple_update_many_txn. (#16... | Patrick Cloke | 2023-11-07 | 1 | -4/+1 |
* | | Avoid executing no-op queries. (#16583) | Patrick Cloke | 2023-11-07 | 5 | -19/+33 |
* | | More tests for the simple_* methods. (#16596) | Patrick Cloke | 2023-11-07 | 1 | -9/+4 |
* | | 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 | 2 | -312/+324 |
* | | 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 | 7 | -91/+217 |
|/ |
|
* | 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 | 2 | -0/+70 |
* | 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 | 15 | -104/+133 |
* | Convert simple_select_list and simple_select_list_txn to return lists of tupl... | Patrick Cloke | 2023-10-26 | 19 | -263/+343 |
* | Allow multiple workers to write to receipts stream. (#16432) | Erik Johnston | 2023-10-25 | 3 | -41/+128 |
* | Fix bug where a new writer advances their token too quickly (#16473) | Erik Johnston | 2023-10-23 | 1 | -1/+67 |
* | 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 | 2 | -7/+4 |
* | Mark sync as limited if there is a gap in the timeline (#16485) | Erik Johnston | 2023-10-19 | 3 | -25/+121 |
* | 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 | 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 |