| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable auto search for prefixes in event search github/dmr/revert-fts-changes-on-hotfix dmr/revert-fts-changes-on-hotfix | Erik Johnston | 2022-11-02 | 1 | -1/+1 |
* | Revert "Unified search query syntax using the full-text search capabilities o... | David Robertson | 2022-11-02 | 1 | -162/+35 |
* | Revert "Fix tests for change in PostgreSQL 14 behavior change. (#14310)" | David Robertson | 2022-11-02 | 1 | -2/+3 |
* | Revert "Switch search SQL to triple-quote strings. (#14311)" | David Robertson | 2022-11-02 | 1 | -99/+89 |
* | Merge branch 'release-v1.71' into matrix-org-hotfixes | David Robertson | 2022-11-01 | 8 | -153/+522 |
|\ |
|
| * | 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 | 1 | -1/+155 |
| * | Unified search query syntax using the full-text search capabilities of the un... | James Salter | 2022-10-25 | 1 | -35/+162 |
| * | Merge branch 'release-v1.70' into develop | Olivier Wilkinson (reivilibre) | 2022-10-25 | 2 | -14/+58 |
| |\ |
|
| * | | Implementation for MSC3664: Pushrules for relations (#11804) | DeepBlueV7.X | 2022-10-25 | 1 | -4/+11 |
| * | | 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 |
* | | | Merge branch 'release-v1.70' into matrix-org-hotfixes | Olivier Wilkinson (reivilibre) | 2022-10-24 | 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 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-10-19 | 4 | -29/+186 |
|\| |
|
| * | 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 | 1 | -0/+103 |
| * | When restarting a partial join resync, prioritise the server which actioned a... | David Robertson | 2022-10-18 | 1 | -6/+37 |
* | | Merge remote-tracking branch 'origin/release-v1.70' into matrix-org-hotfixes | Erik Johnston | 2022-10-18 | 11 | -288/+851 |
|\| |
|
| * | 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 |
| |\ |
|
| * | | 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 | 3 | -4/+201 |
| * | | 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 | 1 | -61/+216 |
| * | | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 1 | -73/+115 |
| * | | Disable pushing for server ACL events (MSC3786). (#13997) | Patrick Cloke | 2022-10-04 | 1 | -7/+2 |
* | | | Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes | Erik Johnston | 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 |
* | | | Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes | Erik Johnston | 2022-10-11 | 1 | -5/+15 |
|\| | |
|
| * | | Fix rotating existing notifications in push summary (#14138) | Erik Johnston | 2022-10-11 | 1 | -5/+15 |
* | | | Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes | Sean Quah | 2022-10-06 | 1 | -11/+23 |
|\| | |
|
| * | | Fix backwards compatibility with upcoming threads schema changes. (#14045) | Patrick Cloke | 2022-10-05 | 1 | -11/+23 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/release-v1.69' into matrix-org-hotfixes | Sean Quah | 2022-10-04 | 5 | -32/+120 |
|\| |
|
| * | Clear out old rows from `event_push_actions_staging` (#14020) | Erik Johnston | 2022-10-03 | 1 | -1/+57 |
| * | 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 | 1 | -29/+54 |
| * | Update mypy and mypy-zope, attempt 3 (#13993) | David Robertson | 2022-09-30 | 1 | -1/+1 |
| * | Revert "Update mypy and mypy-zope (#13925)" | David Robertson | 2022-09-30 | 1 | -1/+1 |
| * | Update mypy and mypy-zope (#13925) | David Robertson | 2022-09-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-09-30 | 10 | -239/+551 |
|\| |
|
| * | Fix performance regression in `get_users_in_room` (#13972) | Erik Johnston | 2022-09-30 | 1 | -56/+73 |
| * | Fix overflows in /messages backfill calculation (#13936) | David Robertson | 2022-09-30 | 1 | -29/+53 |
| * | Optimise get_rooms_for_user (drop with_stream_ordering) (#13787) | Nick Mills-Barrett | 2022-09-29 | 2 | -61/+57 |
| * | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 2 | -19/+140 |
| * | 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 | 2 | -0/+75 |
| * | fix: Push notifications for invite over federation (#13719) | Kateřina Churanová | 2022-09-28 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-09-28 | 14 | -304/+630 |
|\| |
|
| * | 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 | 1 | -2/+50 |
| * | Handle the case of remote users leaving a partial join room for device lists ... | Erik Johnston | 2022-09-27 | 4 | -35/+83 |
| * | Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893) | Patrick Cloke | 2022-09-26 | 1 | -14/+24 |
| * | Simplify cache invalidation after event persist txn (#13796) | Nick Mills-Barrett | 2022-09-26 | 2 | -119/+48 |
| * | Only try to backfill event if we haven't tried before recently (#13635) | Eric Eastwood | 2022-09-23 | 1 | -41/+147 |
| * | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 1 | -23/+64 |
| * | Send device list updates out to servers in partially joined rooms (#13874) | Sean Quah | 2022-09-23 | 1 | -0/+17 |
| * | Properly paginate forward in the /relations API. (#13840) | Patrick Cloke | 2022-09-22 | 2 | -13/+31 |
| * | Track device IDs for pushers (#13831) | Brendan Abolivier | 2022-09-21 | 1 | -2/+71 |
| * | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -24/+45 |
| * | Add cache invalidation across workers to module API (#13667) | Mathieu Velten | 2022-09-21 | 1 | -6/+14 |
| * | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 1 | -8/+15 |
* | | Merge branch 'release-v1.68' into matrix-org-hotfixes | Olivier Wilkinson (reivilibre) | 2022-09-20 | 6 | -15/+230 |
|\| |
|
| * | Add support to purge rows from MSC2716 and other tables when purging a room (... | Eric Eastwood | 2022-09-16 | 1 | -0/+5 |
| * | Keep track when we try and fail to process a pulled event (#13589) | Eric Eastwood | 2022-09-14 | 2 | -9/+68 |
| * | Update event push action and receipt tables to support threads. (#13753) | Patrick Cloke | 2022-09-14 | 3 | -5/+140 |
| * | Use partial indices on SQLIte. (#13802) | Patrick Cloke | 2022-09-14 | 1 | -1/+0 |
| * | Deduplicate `is_server_notices_room`. (#13780) | reivilibre | 2022-09-14 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-09-14 | 12 | -327/+257 |
|\| |
|
| * | Add receipts event stream ordering (#13703) | Nick Mills-Barrett | 2022-09-13 | 1 | -1/+73 |
| * | Remove check current state membership up to date (#13745) | Nick Mills-Barrett | 2022-09-12 | 1 | -155/+47 |
| * | Use an upsert for `receipts_graph`. (#13752) | Patrick Cloke | 2022-09-09 | 1 | -8/+4 |
| * | Require SQLite >= 3.27.0 (#13760) | David Robertson | 2022-09-09 | 3 | -155/+82 |
| * | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 1 | -1/+5 |
| * | Update docstrings to explain the impact of partial state (#13750) | Sean Quah | 2022-09-08 | 1 | -1/+16 |
| * | Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#13... | Sean Quah | 2022-09-08 | 1 | -1/+4 |
| * | Instrument `get_metadata_for_events` for tracing (#13730) | Eric Eastwood | 2022-09-07 | 1 | -0/+2 |
| * | Cancel the processing of key query requests when they time out. (#13680) | reivilibre | 2022-09-07 | 7 | -1/+20 |
| * | Rename the `EventFormatVersions` enum values so that they line up with room v... | reivilibre | 2022-09-07 | 2 | -4/+4 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-09-06 | 6 | -324/+251 |
|\| |
|
| * | Cache `is_partial_state_room` (#13693) | Erik Johnston | 2022-09-01 | 1 | -4/+7 |
| * | Remove support for unstable private read receipts (#13653) | Šimon Brandner | 2022-09-01 | 1 | -2/+0 |
| * | Remove cached wrap on `_get_joined_users_from_context` method (#13569) | Nick Mills-Barrett | 2022-08-31 | 1 | -84/+38 |
| * | Fix admin List Room API return type on sqlite (#13509) | David Robertson | 2022-08-31 | 1 | -2/+4 |
| * | Give the correct next event when the message timestamps are the same - MSC303... | Eric Eastwood | 2022-08-30 | 1 | -2/+10 |
| * | Speed up inserting `event_push_actions_staging`. (#13634) | Patrick Cloke | 2022-08-30 | 1 | -20/+8 |
| * | Optimize how we calculate `likely_domains` during backfill (#13575) | Eric Eastwood | 2022-08-30 | 1 | -17/+71 |
| * | Directly lookup local membership instead of getting all members in a room fir... | Eric Eastwood | 2022-08-24 | 1 | -0/+26 |
| * | Rewrite get push actions queries (#13597) | Nick Mills-Barrett | 2022-08-24 | 1 | -160/+68 |
| * | Fix regression caused by #13573 (#13600) | Erik Johnston | 2022-08-23 | 1 | -4/+6 |
| * | Speed up fetching large numbers of push rules (#13592) | Erik Johnston | 2022-08-23 | 2 | -8/+1 |
| * | Cache user IDs instead of profile objects (#13573) | Nick Mills-Barrett | 2022-08-23 | 1 | -38/+29 |
* | | Merge branch 'release-v1.66' into matrix-org-hotfixes | David Robertson | 2022-08-23 | 1 | -1/+1 |
|\| |
|
| * | `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request... | Quentin Gliech | 2022-08-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Sean Quah | 2022-08-18 | 1 | -0/+6 |
|\| |
|
| * | Fix a bug in the `/event_reports` Admin API which meant that the total count ... | reivilibre | 2022-08-17 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-08-17 | 8 | -97/+242 |
|\| |
|
| * | Add forgotten status to Room Details API (#13503) | Dirk Klimpel | 2022-08-17 | 1 | -0/+24 |
| * | Instrument the federation/backfill part of `/messages` (#13489) | Eric Eastwood | 2022-08-16 | 3 | -7/+39 |
| * | Faster room joins: make `/joined_members` block whilst the room is partial st... | reivilibre | 2022-08-16 | 1 | -0/+3 |
| * | Make push rules use proper structures. (#13522) | Erik Johnston | 2022-08-16 | 2 | -69/+74 |
| * | Instrument `FederationStateIdsServlet` - `/state_ids` (#13499) | Eric Eastwood | 2022-08-15 | 1 | -0/+3 |
| * | Clarifications for event push action processing. (#13485) | Patrick Cloke | 2022-08-15 | 2 | -21/+34 |
| * | Update the rejected state of events during resync (#13459) | Richard van der Hoff | 2022-08-11 | 2 | -0/+65 |
* | | Merge branch 'release-v1.65' into matrix-org-hotfixes | Olivier Wilkinson (reivilibre) | 2022-08-09 | 8 | -146/+373 |
|\| |
|
| * | Support stable identifiers for MSC2285: private read receipts. (#13273) | Šimon Brandner | 2022-08-05 | 1 | -15/+70 |
| * | Add comments about how event push actions are stored. (#13445) | Erik Johnston | 2022-08-04 | 1 | -0/+61 |
| * | Improve comments (& avoid a duplicate query) in push actions processing. (#13... | Patrick Cloke | 2022-08-04 | 1 | -124/+158 |
| * | Update type of `EventContext.rejected` (#13460) | Richard van der Hoff | 2022-08-04 | 1 | -1/+1 |
| * | Optimise async get event lookups (#13435) | Nick Mills-Barrett | 2022-08-04 | 2 | -8/+69 |
| * | Instrument `/messages` for understandable traces in Jaeger (#13368) | Eric Eastwood | 2022-08-03 | 1 | -0/+2 |
| * | Faster joins: fix rejected events becoming un-rejected during resync (#13413) | Richard van der Hoff | 2022-08-01 | 1 | -3/+5 |
| * | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1... | Šimon Brandner | 2022-07-27 | 1 | -1/+1 |
| * | Fix infinite loop in partial-state resync (#13353) | Richard van der Hoff | 2022-07-26 | 1 | -1/+19 |
| * | Remove unused argument for get_relations_for_event. (#13383) | Patrick Cloke | 2022-07-26 | 1 | -6/+0 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-07-25 | 1 | -15/+68 |
|\| |
|
| * | Refactor presence so we can prune user in room caches (#13313) | Erik Johnston | 2022-07-25 | 1 | -15/+68 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-07-22 | 16 | -176/+352 |
|\| |
|
| * | Add missing types to opentracing. (#13345) | Patrick Cloke | 2022-07-21 | 3 | -6/+6 |
| * | Use cache store remove base slaved (#13329) | Nick Mills-Barrett | 2022-07-21 | 2 | -27/+28 |
| * | Update `get_pdu` to return the original, pristine `EventBase` (#13320) | Eric Eastwood | 2022-07-20 | 1 | -3/+20 |
| * | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 2 | -7/+42 |
| * | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -8/+14 |
| * | Safe async event cache (#13308) | Nick Mills-Barrett | 2022-07-19 | 5 | -14/+45 |
| * | Increase batch size of `bulk_get_push_rules` and `_get_joined_profiles_from_e... | Shay | 2022-07-18 | 2 | -1/+2 |
| * | Improve performance of query ` _get_subset_users_in_room_with_profiles` (#13299) | Shay | 2022-07-18 | 1 | -1/+1 |
| * | Revert "Make all `process_replication_rows` methods async (#13304)" (#13312) | Erik Johnston | 2022-07-18 | 7 | -20/+14 |
| * | Use READ COMMITTED isolation level when purging rooms (#12942) | Nick Mills-Barrett | 2022-07-18 | 1 | -2/+31 |
| * | Make all `process_replication_rows` methods async (#13304) | Nick Mills-Barrett | 2022-07-17 | 7 | -14/+20 |
| * | Bg update to populate new `events` table columns (#13215) | Richard van der Hoff | 2022-07-15 | 1 | -0/+87 |
| * | Async get event cache prep (#13242) | Nick Mills-Barrett | 2022-07-15 | 5 | -16/+35 |
| * | Federation Sender & Appservice Pusher Stream Optimisations (#13251) | Nick Mills-Barrett | 2022-07-15 | 3 | -71/+38 |
| * | Don't pull out state in `compute_event_context` for unconflicted state (#13267) | Erik Johnston | 2022-07-14 | 1 | -27/+8 |
| * | expose whether a room is a space in the Admin API (#13208) | andrew do | 2022-07-12 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-07-12 | 3 | -13/+114 |
|\| |
|
| * | Don't pull out the full state when calculating push actions (#13078) | Erik Johnston | 2022-07-11 | 2 | -0/+98 |
| * | Remove delay when rotating event push actions (#13211) | Erik Johnston | 2022-07-11 | 1 | -3/+1 |
| * | Fix notification count after a highlighted message (#13223) | Erik Johnston | 2022-07-08 | 1 | -3/+8 |
| * | Faster room joins: fix race in recalculation of current room state (#13151) | Sean Quah | 2022-07-07 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-07-06 | 6 | -74/+255 |
|\| |
|
| * | Fix bug where we failed to delete old push actions (#13194) | Erik Johnston | 2022-07-06 | 1 | -2/+4 |
| * | Handle race between persisting an event and un-partial stating a room (#13100) | Sean Quah | 2022-07-05 | 2 | -21/+81 |
| * | Use upserts for updating `event_push_summary` (#13153) | Erik Johnston | 2022-07-05 | 1 | -40/+7 |
| * | Merge tag 'v1.62.0rc3' into develop | Andrew Morgan | 2022-07-04 | 1 | -2/+7 |
| |\ |
|
| * \ | Merge remote-tracking branch 'origin/release-v1.62' into develop | Patrick Cloke | 2022-06-30 | 1 | -22/+36 |
| |\ \ |
|
| * | | | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Šimon Brandner | 2022-06-29 | 2 | -7/+129 |
| * | | | Improve performance of getting unread counts in rooms (#13119) | Erik Johnston | 2022-06-29 | 3 | -4/+34 |
* | | | | Merge remote-tracking branch 'origin/release-v1.62' into matrix-org-hotfixes | Andrew Morgan | 2022-07-04 | 1 | -2/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fix stuck notification counts on small servers (#13168) | Erik Johnston | 2022-07-04 | 1 | -2/+7 |
| | |/
| |/| |
|
* | | | Merge remote-tracking branch 'origin/release-v1.62' into matrix-org-hotfixes | Erik Johnston | 2022-06-30 | 1 | -22/+36 |
|\| | |
|
| * | | Fix unread counts on large servers (#13140) | Erik Johnston | 2022-06-30 | 1 | -22/+26 |
| * | | Add index to help delete old push actions (#13141) | Erik Johnston | 2022-06-30 | 1 | -0/+10 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/release-v1.62' into matrix-org-hotfixes | Erik Johnston | 2022-06-28 | 3 | -79/+196 |
|\| |
|
| * | Fix serialization errors when rotating notifications (#13118) | Erik Johnston | 2022-06-28 | 2 | -78/+136 |
| * | Fix type error that made its way onto develop (#13098) | reivilibre | 2022-06-17 | 1 | -2/+2 |
| * | Rotate notifications more frequently (#13096) | Erik Johnston | 2022-06-17 | 1 | -1/+1 |
| * | Use new `device_list_changes_in_room` table when getting device list changes ... | Erik Johnston | 2022-06-17 | 1 | -0/+59 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-06-17 | 16 | -243/+396 |
|\| |
|
| * | Add desc to `get_earliest_token_for_stats` (#13085) | Erik Johnston | 2022-06-16 | 1 | -0/+1 |
| * | Type annotations in `synapse.databases.main.devices` (#13025) | David Robertson | 2022-06-15 | 2 | -18/+34 |
| * | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 4 | -105/+233 |
| * | Clean up schema for `event_edges` (#12893) | Richard van der Hoff | 2022-06-15 | 3 | -6/+118 |
| * | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 9 | -97/+0 |
| * | Faster joins: add issue links to the TODOs (#13004) | Richard van der Hoff | 2022-06-09 | 2 | -0/+3 |
| * | Use READ COMMITTED isolation level when inserting read receipts (#12957) | Nick Mills-Barrett | 2022-06-09 | 1 | -0/+5 |
| * | Use dummy fallback engines if imports fail (#12979) | David Robertson | 2022-06-07 | 1 | -1/+1 |
| * | Fix a stale comment in get_room_version_id_txn. (#12969) | Patrick Cloke | 2022-06-07 | 1 | -6/+1 |
| * | Consolidate the logic of delete_device/delete_devices. (#12970) | Patrick Cloke | 2022-06-07 | 1 | -10/+0 |
* | | Merge remote-tracking branch 'origin/release-v1.61' into matrix-org-hotfixes | Olivier Wilkinson (reivilibre) | 2022-06-07 | 5 | -130/+102 |
|\| |
|
| * | Prevent breaking old sqlite's when media retention is enabled (#12977) | Andrew Morgan | 2022-06-07 | 1 | -1/+1 |
| * | Prevent local quarantined media from being claimed by media retention (#12972) | Andrew Morgan | 2022-06-07 | 1 | -5/+63 |
| * | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 3 | -125/+2 |
| * | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 1 | -0/+37 |
* | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Erik Johnston | 2022-06-06 | 21 | -1650/+510 |
|\| |
|
| * | Remove groups code from synapse_port_db. (#12899) | Patrick Cloke | 2022-06-03 | 1 | -7/+2 |
| * | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 4 | -31/+33 |
| * | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 1 | -4/+0 |
| * | Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev... | Richard van der Hoff | 2022-06-01 | 2 | -10/+14 |
| * | Remove most groups datastore code. (#12895) | Patrick Cloke | 2022-05-31 | 1 | -1394/+4 |
| * | Faster room joins: Resume state re-syncing after a Synapse restart (#12813) | Sean Quah | 2022-05-31 | 1 | -0/+27 |
| * | Reduce DB load of /sync when using presence (#12885) | Erik Johnston | 2022-05-31 | 1 | -27/+48 |
| * | Stop reading from `event_edges.room_id`. (#12914) | Richard van der Hoff | 2022-05-31 | 2 | -23/+17 |
| * | Fix invite notifications for users without pushers (#12840) | DeepBlueV7.X | 2022-05-30 | 1 | -6/+0 |
| * | Fix `get_metadata_for_events` (#12904) | Richard van der Hoff | 2022-05-30 | 1 | -2/+2 |
| * | Mutual rooms: Remove dependency on user directory (#12836) | Jonathan de Jong | 2022-05-30 | 2 | -43/+24 |
| * | LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832) | Sumner Evans | 2022-05-30 | 1 | -1/+18 |
| * | Add a background job to automatically delete stale devices (#12855) | Brendan Abolivier | 2022-05-27 | 1 | -0/+39 |
| * | Clean-up some receipts code (#12888) | Patrick Cloke | 2022-05-27 | 1 | -42/+47 |
| * | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 2 | -6/+7 |
| * | Add storage and module API methods to get monthly active users and their apps... | Matt C | 2022-05-27 | 1 | -0/+45 |
| * | Fix room deletion (#12889) | Richard van der Hoff | 2022-05-27 | 1 | -9/+10 |
| * | Refactor have_seen_events to reduce OOMs (#12886) | Richard van der Hoff | 2022-05-27 | 1 | -18/+24 |
| * | Fix ambiguous column name that would prevent use of MSC2716 History Import wh... | reivilibre | 2022-05-26 | 1 | -1/+1 |
| * | Avoid attempting to delete push actions for remote users. (#12879) | Patrick Cloke | 2022-05-26 | 2 | -2/+5 |
| * | Pull out less state when handling gaps mk2 (#12852) | Erik Johnston | 2022-05-26 | 1 | -0/+59 |
| * | Fix caching behavior for relations push rules. (#12859) | Patrick Cloke | 2022-05-25 | 1 | -2/+3 |
| * | Misc clean-up of push rules datastore (#12856) | Patrick Cloke | 2022-05-25 | 1 | -11/+5 |
| * | Fixes to MSC3787 implementation (#12858) | David Robertson | 2022-05-24 | 1 | -18/+17 |
| * | Experimental support for MSC3772 (#12740) | Patrick Cloke | 2022-05-24 | 3 | -0/+66 |
* | | Merge remote-tracking branch 'origin/release-v1.60' into matrix-org-hotfixes | Sean Quah | 2022-05-24 | 15 | -466/+668 |
|\| |
|
| * | Prevent expired events from being filtered out when retention is disabled (#1... | Brendan Abolivier | 2022-05-23 | 1 | -20/+25 |
| * | Add some type hints to `event_federation` datastore (#12753) | Dirk Klimpel | 2022-05-18 | 1 | -64/+123 |
| * | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 2022-05-18 | 2 | -8/+5 |
| * | Move methods that call add_push_rule to PushRuleStore (#12772) | Adam | 2022-05-18 | 1 | -51/+51 |
| * | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 2022-05-17 | 1 | -0/+1 |
| * | allow `on_invalidate=None` in `@cached` methods (#12769) | David Robertson | 2022-05-17 | 1 | -1/+2 |
| * | Add some type hints to datastore (#12717) | Dirk Klimpel | 2022-05-17 | 4 | -145/+229 |
| * | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 2022-05-17 | 1 | -23/+24 |
| * | Merge branch 'master' into develop | David Robertson | 2022-05-17 | 1 | -1/+1 |
| |\ |
|
| * | | Add index to cache invalidations (#12747) | Erik Johnston | 2022-05-17 | 1 | -0/+8 |
| * | | Track in memory events using weakrefs (#10533) | Erik Johnston | 2022-05-17 | 1 | -2/+33 |
| * | | Add `StreamKeyType` class and replace string literals with constants (#12567) | Andrew Morgan | 2022-05-16 | 2 | -4/+6 |
| * | | Merge tag 'v1.59.0rc2' into develop | David Robertson | 2022-05-16 | 1 | -8/+11 |
| |\ \ |
|
| * | | | Consolidate logic for parsing relations. (#12693) | Patrick Cloke | 2022-05-16 | 1 | -28/+21 |
| * | | | Reduce the number of "untyped defs" (#12716) | David Robertson | 2022-05-12 | 2 | -13/+19 |
| * | | | Fix `/messages` throwing a 500 when querying for non-existent room (#12683) | Eric Eastwood | 2022-05-10 | 1 | -15/+11 |
| * | | | Refactor `EventContext` (#12689) | Erik Johnston | 2022-05-10 | 1 | -6/+0 |
| * | | | Add some type hints to datastore. (#12477) | Dirk Klimpel | 2022-05-10 | 2 | -70/+119 |
| * | | | Stop writing to `event_reference_hashes` (#12679) | Richard van der Hoff | 2022-05-10 | 2 | -28/+0 |