| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 6 | -572/+5 |
* | Revert the deletion of stale devices due to performance issues. (#14662) | reivilibre | 2022-12-12 | 1 | -83/+1 |
* | Add optional ICU support for user search (#14464) | Brendan Abolivier | 2022-12-12 | 1 | -4/+63 |
* | Handle half-created indices in receipts index background update (#14650) | Sean Quah | 2022-12-09 | 2 | -48/+58 |
* | Require types in tests.storage. (#14646) | Patrick Cloke | 2022-12-09 | 1 | -1/+1 |
* | Limit the number of devices we delete at once (#14649) | Erik Johnston | 2022-12-09 | 1 | -3/+8 |
* | Delete stale non-e2e devices for users, take 2 (#14595) | Erik Johnston | 2022-12-09 | 1 | -1/+78 |
* | Rebuild the user directory and stats tables. (#14643) | Patrick Cloke | 2022-12-08 | 1 | -0/+29 |
* | Fix a long-standing bug where the user directory would return 1 more row than... | reivilibre | 2022-12-07 | 1 | -1/+1 |
* | Improve logging and opentracing for to-device message handling (#14598) | Richard van der Hoff | 2022-12-06 | 1 | -17/+75 |
* | Better return type for `get_all_entities_changed` (#14604) | Erik Johnston | 2022-12-05 | 1 | -40/+71 |
* | Faster remote room joins: stream the un-partial-stating of rooms over replica... | reivilibre | 2022-12-05 | 3 | -66/+223 |
* | Properly handle unknown results for the stream change cache. (#14592) | Patrick Cloke | 2022-12-02 | 1 | -14/+19 |
* | Merge branch 'release-v1.73' into develop | David Robertson | 2022-12-01 | 1 | -66/+1 |
|\ |
|
| * | Revert "POC delete stale non-e2e devices for users (#14038)" (#14582) | David Robertson | 2022-11-29 | 1 | -67/+1 |
| * | Fix `UndefinedColumn: column "key_json" does not exist` errors when handling ... | David Robertson | 2022-11-29 | 1 | -0/+1 |
* | | Aggregate unread notif count query for badge count calculation (#14255) | Nick Mills-Barrett | 2022-11-30 | 1 | -0/+149 |
|/ |
|
* | POC delete stale non-e2e devices for users (#14038) | Erik Johnston | 2022-11-29 | 1 | -1/+66 |
* | Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524) | Travis Ralston | 2022-11-28 | 1 | -1/+4 |
* | Use `device_one_time_keys_count` to match MSC3202 (#14565) | Andrew Ferrazzutti | 2022-11-28 | 2 | -9/+9 |
* | Remove option to skip locking of tables during emulated upserts (#14469) | Sean Quah | 2022-11-28 | 9 | -74/+18 |
* | Fix crash admin media list api when info is None (#14537) | schmop | 2022-11-24 | 1 | -1/+5 |
* | Add another index to `device_lists_changes_in_room` (#14534) | Erik Johnston | 2022-11-23 | 2 | -0/+27 |
* | Optimize `filter_events_for_client` for faster `/messages` - v2 (#14527) | Eric Eastwood | 2022-11-22 | 1 | -20/+79 |
* | Track unconverted device list outbound pokes using a position instead (#14516) | Sean Quah | 2022-11-22 | 3 | -44/+129 |
* | Batch fetch bundled references (#14508) | Patrick Cloke | 2022-11-22 | 3 | -8/+71 |
* | Batch fetch bundled annotations (#14491) | Patrick Cloke | 2022-11-22 | 1 | -54/+85 |
* | Fix check to ignore blank lines in incoming TCP replication (#14449) | Andrew Morgan | 2022-11-17 | 1 | -3/+3 |
* | Reintroduce #14376, with bugfix for monoliths (#14468) | David Robertson | 2022-11-16 | 7 | -100/+73 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 10 | -40/+37 |
* | Fix background updates failing to add unique indexes on receipts (#14453) | Sean Quah | 2022-11-16 | 1 | -24/+147 |
* | Revert "Remove slaved id tracker (#14376)" (#14463) | Erik Johnston | 2022-11-16 | 7 | -73/+100 |
* | Include heroes in partial join responses' state (#14442) | David Robertson | 2022-11-15 | 1 | -0/+30 |
* | Update docstring to clarify that `get_partial_state_events_batch` does not ju... | reivilibre | 2022-11-15 | 1 | -1/+9 |
* | Remove slaved id tracker (#14376) | Nick Mills-Barrett | 2022-11-14 | 7 | -100/+73 |
* | Clean-up events persistance code (#14411) | Patrick Cloke | 2022-11-14 | 2 | -8/+3 |
* | Merge/remove `Slaved*` stores into `WorkerStores` (#14375) | Nick Mills-Barrett | 2022-11-11 | 7 | -58/+139 |
* | Fix PostgreSQL sometimes using table scans for `event_search` (#14409) | Sean Quah | 2022-11-10 | 1 | -0/+33 |
* | Drop support for Postgres 10 in full text search code. (#14397) | Patrick Cloke | 2022-11-09 | 2 | -43/+23 |
* | Remove support for PostgreSQL 10 (#14392) | Sean Quah | 2022-11-08 | 1 | -2/+2 |
* | Fix background update table-scanning `events` (#14374) | Richard van der Hoff | 2022-11-07 | 1 | -8/+8 |
* | Bump flake8-bugbear from 22.9.23 to 22.10.27 (#14329) | dependabot[bot] | 2022-11-04 | 1 | -1/+1 |
* | Implement MSC3912: Relation-based redactions (#14260) | Brendan Abolivier | 2022-11-03 | 1 | -0/+36 |
* | Support OIDC backchannel logouts (#11414) | Quentin Gliech | 2022-10-31 | 1 | -0/+21 |
* | Prevent federation user keys query from returning device names if disallowed ... | Andrew Morgan | 2022-10-28 | 1 | -5/+12 |
* | Switch search SQL to triple-quote strings. (#14311) | Patrick Cloke | 2022-10-28 | 1 | -89/+99 |
* | Check appservice user interest against the local users instead of all users (... | Eric Eastwood | 2022-10-27 | 2 | -2/+18 |
* | Fix tests for change in PostgreSQL 14 behavior change. (#14310) | Patrick Cloke | 2022-10-27 | 1 | -3/+2 |
* | Fix presence bug introduced in 1.64 by #13313 (#14243) | Mathieu Velten | 2022-10-27 | 1 | -2/+1 |
* | Save login tokens in database (#13844) | Quentin Gliech | 2022-10-26 | 2 | -1/+190 |
* | Unified search query syntax using the full-text search capabilities of the un... | James Salter | 2022-10-25 | 3 | -35/+240 |
* | Merge branch 'release-v1.70' into develop | Olivier Wilkinson (reivilibre) | 2022-10-25 | 2 | -14/+58 |
|\ |
|
| * | Revert behavior change for bundling edits of non-message events (#14283) | Patrick Cloke | 2022-10-24 | 1 | -4/+7 |
| * | Properly update the threads table when thread events are redacted. (#14248) | Patrick Cloke | 2022-10-21 | 1 | -10/+51 |
* | | Implementation for MSC3664: Pushrules for relations (#11804) | DeepBlueV7.X | 2022-10-25 | 1 | -4/+11 |
* | | Enable WAL for SQLite (#13897) | asymmetric | 2022-10-25 | 1 | -0/+4 |
* | | Add debugging to help diagnose lost device-list-update (#14268) | Richard van der Hoff | 2022-10-24 | 1 | -17/+37 |
* | | Show erasure status when listing users in the Admin API (#14205) | Tadeusz Sośnierz | 2022-10-21 | 1 | -2/+11 |
* | | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) | dependabot[bot] | 2022-10-19 | 1 | -2/+2 |
|/ |
|
* | Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh... | Eric Eastwood | 2022-10-18 | 1 | -21/+38 |
* | Fix hiding devices names over federation (#10015) | Aaron Raimist | 2022-10-18 | 1 | -2/+8 |
* | Update the thread_id right before use (in case the bg update hasn't finished)... | Patrick Cloke | 2022-10-18 | 4 | -134/+111 |
* | When restarting a partial join resync, prioritise the server which actioned a... | David Robertson | 2022-10-18 | 3 | -7/+56 |
* | Avoid checking the event cache when backfilling events (#14164) | Andrew Morgan | 2022-10-18 | 1 | -1/+1 |
* | Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (... | Andrew Morgan | 2022-10-18 | 1 | -18/+13 |
* | Support filtering the /messages API by relation type (MSC3874). (#14148) | Patrick Cloke | 2022-10-17 | 1 | -2/+27 |
* | Invalidate rooms for user caches when receiving membership events (#14155) | Nick Mills-Barrett | 2022-10-17 | 1 | -0/+4 |
* | Stop getting missing `prev_events` after we already know their signature is i... | Eric Eastwood | 2022-10-15 | 1 | -0/+54 |
* | Merge remote-tracking branch 'origin/release-v1.69' into develop | Patrick Cloke | 2022-10-14 | 1 | -13/+59 |
|\ |
|
| * | Fix background update to use an index (#14181) | Erik Johnston | 2022-10-14 | 1 | -11/+51 |
| * | Optimise the event_push_backfill_thread_id bg job (#14172) | David Robertson | 2022-10-13 | 1 | -2/+8 |
| * | Fix rotating existing notifications in push summary (#14138) | Erik Johnston | 2022-10-11 | 1 | -5/+15 |
| * | Fix backwards compatibility with upcoming threads schema changes. (#14045) | Patrick Cloke | 2022-10-05 | 1 | -11/+23 |
* | | Accept threaded receipts for events related to the root event. (#14174) | Patrick Cloke | 2022-10-14 | 2 | -6/+93 |
* | | Do not allow a None-limit on PaginationConfig. (#14146) | Patrick Cloke | 2022-10-14 | 1 | -2/+0 |
* | | Properly invalidate get_thread_id cache. (#14163) | Patrick Cloke | 2022-10-14 | 1 | -0/+1 |
* | | Fix sqlite syntax for upserts. (#14171) | Patrick Cloke | 2022-10-13 | 1 | -1/+1 |
* | | Properly return the thread ID down sync. (#14159) | Patrick Cloke | 2022-10-13 | 1 | -2/+2 |
* | | Add an API for listing threads in a room. (#13394) | Patrick Cloke | 2022-10-13 | 4 | -4/+231 |
* | | Return the thread ID properly down sync. (#14159) | Patrick Cloke | 2022-10-12 | 1 | -0/+2 |
* | | Return the main timeline for events which are not part of a thread. (#14140) | Patrick Cloke | 2022-10-12 | 1 | -5/+7 |
* | | Batch up calls to `get_rooms_for_users` (#14109) | Nick Mills-Barrett | 2022-10-12 | 1 | -1/+16 |
* | | Remove the experimental implementation of MSC3772. (#14094) | Patrick Cloke | 2022-10-12 | 4 | -72/+4 |
* | | Fix a bug where redactions were not being sent over federation if we did not ... | Shay | 2022-10-11 | 2 | -19/+24 |
* | | Apply & bundle edits for non-message events. (#14034) | Patrick Cloke | 2022-10-07 | 1 | -7/+4 |
* | | Fix handling of public rooms filter with a network tuple. (#14053) | Patrick Cloke | 2022-10-05 | 1 | -17/+26 |
* | | Use threaded receipts when fetching events for push. (#13878) | Patrick Cloke | 2022-10-04 | 1 | -23/+57 |
* | | Recursively fetch the thread for receipts & notifications. (#13824) | Patrick Cloke | 2022-10-04 | 1 | -0/+36 |
* | | Mark events as read using threaded read receipts from MSC3771. (#13877) | Patrick Cloke | 2022-10-04 | 3 | -61/+315 |
* | | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 6 | -77/+268 |
* | | Disable pushing for server ACL events (MSC3786). (#13997) | Patrick Cloke | 2022-10-04 | 1 | -7/+2 |
|/ |
|
* | Clear out old rows from `event_push_actions_staging` (#14020) | Erik Johnston | 2022-10-03 | 4 | -1/+104 |
* | Fix bug where we didn't delete staging push actions (#14014) | Erik Johnston | 2022-10-03 | 1 | -1/+1 |
* | Add cache to `get_partial_state_servers_at_join` (#14013) | Erik Johnston | 2022-10-03 | 1 | -0/+7 |
* | Refactor `_get_e2e_device_keys_txn` to split large queries (#13956) | Sean Quah | 2022-10-03 | 2 | -29/+114 |
* | Update mypy and mypy-zope, attempt 3 (#13993) | David Robertson | 2022-09-30 | 2 | -17/+7 |
* | Revert "Update mypy and mypy-zope (#13925)" | David Robertson | 2022-09-30 | 2 | -7/+17 |
* | Update mypy and mypy-zope (#13925) | David Robertson | 2022-09-30 | 2 | -17/+7 |
* | Fix performance regression in `get_users_in_room` (#13972) | Erik Johnston | 2022-09-30 | 2 | -68/+91 |
* | Fix overflows in /messages backfill calculation (#13936) | David Robertson | 2022-09-30 | 1 | -29/+53 |
* | Update UPSERT comment now that native upserts are the default (#13924) | David Robertson | 2022-09-29 | 1 | -10/+50 |
* | Optimise get_rooms_for_user (drop with_stream_ordering) (#13787) | Nick Mills-Barrett | 2022-09-29 | 3 | -61/+58 |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 3 | -19/+160 |
* | Explicit cast to enforce type hints. (#13939) | Patrick Cloke | 2022-09-29 | 1 | -4/+4 |
* | Clarify that a method returns only unthreaded receipts. (#13937) | Patrick Cloke | 2022-09-29 | 2 | -40/+8 |
* | Handle local device list updates during partial join (#13934) | Erik Johnston | 2022-09-28 | 2 | -13/+58 |
* | Limit and filter the number of backfill points to get from the database (#13879) | Eric Eastwood | 2022-09-28 | 1 | -12/+78 |
* | Revert "Stop returning an unused column when handling new receipts. (#13933)"... | Patrick Cloke | 2022-09-28 | 1 | -2/+2 |
* | Stop returning an unused column when handling new receipts. (#13933) | Patrick Cloke | 2022-09-28 | 1 | -2/+2 |
* | Handle remote device list updates during partial join (#13913) | Erik Johnston | 2022-09-28 | 3 | -0/+103 |
* | fix: Push notifications for invite over federation (#13719) | Kateřina Churanová | 2022-09-28 | 2 | -9/+11 |
* | Fix `have_seen_event` cache not being invalidated (#13863) | Eric Eastwood | 2022-09-27 | 1 | -18/+22 |
* | Add new columns tracking when we partial-joined (#13892) | David Robertson | 2022-09-27 | 2 | -2/+73 |
* | Handle the case of remote users leaving a partial join room for device lists ... | Erik Johnston | 2022-09-27 | 5 | -106/+83 |
* | Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893) | Patrick Cloke | 2022-09-26 | 1 | -14/+24 |
* | Snapshot schema 72 (#13873) | David Robertson | 2022-09-26 | 11 | -8/+2118 |
* | Simplify cache invalidation after event persist txn (#13796) | Nick Mills-Barrett | 2022-09-26 | 3 | -119/+51 |
* | Only try to backfill event if we haven't tried before recently (#13635) | Eric Eastwood | 2022-09-23 | 1 | -41/+147 |
* | Faster room joins: Avoid blocking `/keys/changes` (#13888) | Sean Quah | 2022-09-23 | 1 | -1/+6 |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 2 | -23/+66 |
* | Send device list updates out to servers in partially joined rooms (#13874) | Sean Quah | 2022-09-23 | 2 | -1/+60 |
* | Properly paginate forward in the /relations API. (#13840) | Patrick Cloke | 2022-09-22 | 2 | -13/+31 |