1
0

Commit Graph

  • a7c64761e6 Use client_patterns() Eric Eastwood 2024-05-22 15:37:34 -05:00
  • c7b8743454 Add changelog Eric Eastwood 2024-05-22 15:13:23 -05:00
  • 89db5663a1 Merge branch 'madlittlemods/msc3575-sliding-sync-e2ee' into madlittlemods/msc3575-sliding-sync-0.0.1 Eric Eastwood 2024-05-22 15:07:36 -05:00
  • d4b41aaf43 Fix lints Eric Eastwood 2024-05-22 15:01:06 -05:00
  • 3da6bc1902 Use @parameterized_class Eric Eastwood 2024-05-22 14:48:03 -05:00
  • 06ac1da6ec Restore copyright header Eric Eastwood 2024-05-22 14:08:42 -05:00
  • 97497955ea Update filter to be more precise and avoid more work Eric Eastwood 2024-05-22 14:07:35 -05:00
  • 514aba5810 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-e2ee Eric Eastwood 2024-05-22 13:23:47 -05:00
  • c82a084006 Update comments and test docstrings Eric Eastwood 2024-05-22 13:18:13 -05:00
  • 1b3a5bf006 Fix referencing variable from other lexical scope Eric Eastwood 2024-05-22 11:43:04 -05:00
  • 343de8f874 Remove debug logs Eric Eastwood 2024-05-22 11:22:06 -05:00
  • 17783c36d0 Log why no unsigned Eric Eastwood 2024-05-22 11:19:59 -05:00
  • cfa5eca168 Newsfile erikj/docker_modules Erik Johnston 2024-05-22 15:02:31 +01:00
  • 56e6abfecc Allow loading modules in Docker image Erik Johnston 2024-05-22 15:01:09 +01:00
  • 7e2412265d Log exceptions when failing to auto-join new user according to the auto_join_rooms option. (#17176) reivilibre 2024-05-22 14:22:33 +01:00
  • 7ef00b7628 Add logging to tasks managed by the task scheduler, showing CPU and database usage. (#17219) reivilibre 2024-05-22 14:12:58 +01:00
  • b71d277438 Reduce work of calculating outbound device pokes (#17211) Erik Johnston 2024-05-22 13:55:18 +01:00
  • 1cee76277d deploy: a547b49773 erikjohnston 2024-05-22 12:31:05 +00:00
  • a547b49773 Update Lemonldap-NG OIDC config (#17204) Yadd 2024-05-22 16:29:31 +04:00
  • dd9356a211 Using unsigned prev_content Eric Eastwood 2024-05-21 17:57:14 -05:00
  • fd355f6b62 WIP Eric Eastwood 2024-05-21 17:37:46 -05:00
  • 1ffee20fca deploy: 6a9a641fb8 devonh 2024-05-21 20:10:47 +00:00
  • 6a9a641fb8 Bring auto-accept invite logic into Synapse (#17147) devonh 2024-05-21 20:09:17 +00:00
  • fe48188f7d Handle more edge cases Eric Eastwood 2024-05-21 15:05:19 -05:00
  • c826550524 Add some tests Eric Eastwood 2024-05-21 14:24:03 -05:00
  • b5facbac0f Improve perf of sync device lists (#17216) Erik Johnston 2024-05-21 16:48:20 +01:00
  • 717b160400 Adjust wording, add todo Eric Eastwood 2024-05-21 10:26:42 -05:00
  • c2221bbcc3 Lint Eric Eastwood 2024-05-21 10:20:58 -05:00
  • 2f112e73df Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-e2ee Eric Eastwood 2024-05-21 10:08:23 -05:00
  • f6122ff0a2 Use client_patterns() for endpoint URL Eric Eastwood 2024-05-21 09:54:31 -05:00
  • 9ffafe781d Try to think about this logic Eric Eastwood 2024-05-21 09:52:55 -05:00
  • b250ca5df2 Merge branch 'release-v1.108' into develop Erik Johnston 2024-05-21 12:21:26 +01:00
  • e0d420fbd1 Fixup changelog v1.108.0rc1 Erik Johnston 2024-05-21 10:57:58 +01:00
  • 3f7a31bdd7 deploy: d43042864a erikjohnston 2024-05-21 09:57:37 +00:00
  • 9956f35c6a Bump twine from 5.0.0 to 5.1.0 (#17225) dependabot[bot] 2024-05-21 10:57:31 +01:00
  • d464ee3602 Bump bcrypt from 4.1.2 to 4.1.3 (#17224) dependabot[bot] 2024-05-21 10:57:08 +01:00
  • 439a095edc Bump pyasn1 from 0.5.1 to 0.6.0 (#17223) dependabot[bot] 2024-05-21 10:56:40 +01:00
  • 5d040f2066 Bump types-psycopg2 from 2.9.21.20240311 to 2.9.21.20240417 (#17222) dependabot[bot] 2024-05-21 10:56:24 +01:00
  • f33266232e Bump serde from 1.0.201 to 1.0.202 (#17221) dependabot[bot] 2024-05-21 10:56:16 +01:00
  • d43042864a Bump anyhow from 1.0.83 to 1.0.86 (#17220) dependabot[bot] 2024-05-21 10:56:07 +01:00
  • dd734df1f8 deploy: 8b43cc89fa erikjohnston 2024-05-21 09:56:00 +00:00
  • f4ce030608 Fixup changelog Erik Johnston 2024-05-21 10:55:22 +01:00
  • 8b43cc89fa 1.108.0rc1 Erik Johnston 2024-05-21 10:54:19 +01:00
  • 6dadfe9628 Try handle no from_token or to_token already newer Eric Eastwood 2024-05-20 18:44:38 -05:00
  • 07d84ab66c Start of gathering room list to display in sync Eric Eastwood 2024-05-20 18:18:11 -05:00
  • bfa8c63e57 Merge branch 'madlittlemods/msc3575-sliding-sync-e2ee' into madlittlemods/msc3575-sliding-sync-0.0.1 Eric Eastwood 2024-05-20 14:32:24 -05:00
  • 02cecfa626 Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-e2ee Eric Eastwood 2024-05-20 13:02:49 -05:00
  • 5f194f9b3d Exclude application services Eric Eastwood 2024-05-20 11:58:22 -05:00
  • 3539abe0aa Membership in timeline for better derived info Eric Eastwood 2024-05-20 11:46:25 -05:00
  • 3092ab5047 Calculate room derived membership info for device_lists Eric Eastwood 2024-05-20 11:30:49 -05:00
  • 5ffa35216a deploy: 68dca8076f anoadragon453 2024-05-20 11:09:11 +00:00
  • 7786060e4a Merge branch 'rei/task_scheduler_better_logging' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 21:16:23 +01:00
  • effebb3e88 Oops! Clock.time gives seconds Olivier 'reivilibre 2024-05-18 21:11:34 +01:00
  • cdd333b4f1 Merge branch 'rei/task_scheduler_better_logging' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 20:51:16 +01:00
  • 3958fdab77 Newsfile Olivier 'reivilibre 2024-05-18 20:44:13 +01:00
  • d7b8d87dad Log task usage upon finish and every 5 minutes otherwise Olivier 'reivilibre 2024-05-18 20:41:38 +01:00
  • dd5f3eb17d Merge branch 'rei/task_scheduler_better_logging' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 20:47:00 +01:00
  • d9003ae507 Newsfile Olivier 'reivilibre 2024-05-18 20:44:13 +01:00
  • 5831342024 Log task usage upon finish and every 5 minutes otherwise Olivier 'reivilibre 2024-05-18 20:41:38 +01:00
  • 02efa51f0f Merge branch 'erikj/wait_for_stream_pos' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 19:50:05 +01:00
  • 122d190e40 Merge branch 'erikj/device_list_sync_perf' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 16:33:57 +01:00
  • 6a0d2dc6fc Only check for all rooms if not outbound poke Erik Johnston 2024-05-18 16:12:46 +01:00
  • 233e25e193 Merge branch 'erikj/device_list_sync_perf' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 15:21:52 +01:00
  • 1e4d9df3cd Add current token to log line Olivier 'reivilibre 2024-05-18 15:21:40 +01:00
  • 7bd1575ddf Ignore typing stream for now Erik Johnston 2024-05-18 13:08:52 +01:00
  • a2dc84fc90 Bump typing_extensions version Erik Johnston 2024-05-18 12:40:04 +01:00
  • e6d3d808aa Newsfile Erik Johnston 2024-05-18 12:31:21 +01:00
  • cf474a094f Add stream change cache for device lists in room Erik Johnston 2024-05-16 10:09:41 +01:00
  • 5b2b3120c2 Cap the top stream ID when fetching changed devices Erik Johnston 2024-05-15 15:11:50 +01:00
  • bec0313e1b Improve perf of sync device lists (#17191) Erik Johnston 2024-05-14 14:39:04 +01:00
  • bd6b57653f Newsfile Erik Johnston 2024-05-18 12:23:54 +01:00
  • 169c9f85a8 In sync wait for worker to catch up since token Erik Johnston 2024-05-18 12:22:09 +01:00
  • 1b7fa7b04a Add StreamToken.is_before_or_eq func Erik Johnston 2024-05-18 12:08:30 +01:00
  • a6b7aed06a Merge branch 'develop' into matrix-org-hotfixes Olivier 'reivilibre 2024-05-18 12:05:59 +01:00
  • 52af16c561 Add a short sleep if the request is rate-limited (#17210) Erik Johnston 2024-05-18 12:03:30 +01:00
  • f8872239a9 Newsfile rei/log_sync_token_backwards Olivier 'reivilibre 2024-05-18 10:44:59 +01:00
  • 4fc1ce70f9 Add logging when sync tokens unexpectedly go backwards Olivier 'reivilibre 2024-05-18 10:43:40 +01:00
  • 212f6646a6 Merge branch 'erikj/redundant_outbound_pokes' into matrix-org-hotfixes Erik Johnston 2024-05-17 18:07:11 +01:00
  • db39ef061b Newsfile Erik Johnston 2024-05-17 17:39:14 +01:00
  • 689666c4ba Reduce work of calculating outbound device pokes Erik Johnston 2024-05-17 17:38:44 +01:00
  • 149338de5c deploy: 38f03a09ff anoadragon453 2024-05-17 09:55:40 +00:00
  • 38f03a09ff Federated Knocking Endpoints added (missing in Docu) (#17058) Dominic Schubert 2024-05-17 11:54:11 +02:00
  • 6452c704ce changelog patch-1 Andrew Morgan 2024-05-17 10:45:20 +01:00
  • fe9fa90af4 Add a cache to auth links Erik Johnston 2024-05-17 10:34:39 +01:00
  • 4ad7a8b755 No need to change this formatting from develop Eric Eastwood 2024-05-16 17:24:28 -05:00
  • 35ca937608 Format docstring Eric Eastwood 2024-05-16 17:20:19 -05:00
  • 821a1b3acc Add missing field to docstring Eric Eastwood 2024-05-16 17:18:18 -05:00
  • b23abca9e7 Fix test inheritance Eric Eastwood 2024-05-16 17:04:26 -05:00
  • 7331401e89 Lint Eric Eastwood 2024-05-16 13:36:34 -05:00
  • 9bdfa16b3e Merge branch 'develop' into madlittlemods/msc3575-sliding-sync-e2ee Eric Eastwood 2024-05-16 13:10:58 -05:00
  • c856ae4724 Refactor SyncResultBuilder assembly to its own function (#17202) Eric Eastwood 2024-05-16 13:05:31 -05:00
  • fe07995e69 Fix joined_rooms/joined_room_ids usage (#17208) Eric Eastwood 2024-05-16 12:27:38 -05:00
  • 52a649580f Rename to be obvious: joined_rooms -> joined_room_ids (#17203) Eric Eastwood 2024-05-16 11:55:51 -05:00
  • 28a948f04f Removed request_key from the SyncConfig (moved outside as its own function parameter) (#17201) Eric Eastwood 2024-05-16 11:54:46 -05:00
  • 7cb3f8a979 Route /make_knock and /send_knock to workers in Complement docker image (#17195) Andrew Morgan 2024-05-16 17:53:26 +01:00
  • 12a4094a5f Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2024-05-16 16:08:39 +01:00
  • fd12003441 Revert "Improve perf of sync device lists" (#17207) Erik Johnston 2024-05-16 16:07:54 +01:00
  • 5e892671a7 Fix bug where push rules would be empty in /sync (#17142) Erik Johnston 2024-05-16 15:04:14 +01:00
  • d2d48cce85 Refactor Sync handler to be able to return different sync responses (SyncVersion) (#17200) Eric Eastwood 2024-05-16 05:36:54 -05:00
  • 91f30e7afc Newsfile erikj/perf_device_lists Erik Johnston 2024-05-16 10:11:03 +01:00