Commit graph

  • c249fd7d4d
    chore: code cleanup Nyaaori/federation-backfill Nyaaori 2022-12-21 10:22:09 +0100
  • 330e68eb93
    refactor: Fixed logical condition for evil events Andriy Kushnir (Orhideous) 2022-12-14 18:02:35 +0200
  • 1fabc3cd69
    refactor: Added tests to backfill Andriy Kushnir (Orhideous) 2022-12-14 17:19:01 +0200
  • b9c2bb38db
    refactor: Rewrite backfill algorithm according to specification in more readable form Andriy Kushnir (Orhideous) 2022-12-14 17:18:13 +0200
  • d8ee8cd0ef
    refactor: Pull up invariants from the loop Andriy Kushnir (Orhideous) 2022-12-08 23:41:10 +0200
  • 2717bdcf2e
    refactor: Take away some methods from public Andriy Kushnir (Orhideous) 2022-11-28 13:43:33 +0200
  • 98e24722ad
    refactor: Use same order as in trait Andriy Kushnir (Orhideous) 2022-11-28 13:22:43 +0200
  • e71ad56e68
    refactor: Do not extract members for room each time Andriy Kushnir (Orhideous) 2022-11-28 01:58:25 +0200
  • 5987452cfc
    refactor: Replace imperative style with short-circuit .any() Andriy Kushnir (Orhideous) 2022-11-28 01:44:05 +0200
  • e3dcb668cf
    refactor: Replace re-serialization with plain coercion Andriy Kushnir (Orhideous) 2022-11-28 01:43:17 +0200
  • f814e8e5cc
    refactor: Replace specialized interface for user's membership with more generic one in state accessor Andriy Kushnir (Orhideous) 2022-11-28 01:42:24 +0200
  • 898e4d24d9
    fix: Default to Shared history visibility for s2s permissions, per spec Nyaaori 2022-11-26 13:33:32 +0100
  • 5d7f4602b2
    fix: Proper S2S Backfill visibility handling Nyaaori 2022-11-26 13:03:19 +0100
  • c4bd0a9f2c
    fix: Add backfill ACL check Nyaaori 2022-09-03 14:16:32 +0200
  • 711e03b799
    feat: Implement backfill joined/invited checks for private history Andrei Vasiliu 2022-01-22 18:26:28 +0200
  • ed64b528c1
    feat: Add federation backfill and event visibility Andrei Vasiliu 2022-01-15 19:13:17 +0200
  • ad748d009b Merge branch 'Nyaaori/code-cleanup' into 'next' Nyaaori 2022-12-21 09:44:34 +0000
  • c86313d4fa
    chore: code cleanup Nyaaori 2022-12-21 10:42:12 +0100
  • d2c31c4ff3
    chore: code cleanup Nyaaori 2022-12-21 10:22:09 +0100
  • 6f34bd6cb6
    refactor: Fixed logical condition for evil events Andriy Kushnir (Orhideous) 2022-12-14 18:02:35 +0200
  • 97460823e5
    refactor: Added tests to backfill Andriy Kushnir (Orhideous) 2022-12-14 17:19:01 +0200
  • a67075d048
    refactor: Rewrite backfill algorithm according to specification in more readable form Andriy Kushnir (Orhideous) 2022-12-14 17:18:13 +0200
  • 3da37928b8
    refactor: Pull up invariants from the loop Andriy Kushnir (Orhideous) 2022-12-08 23:41:10 +0200
  • 3818ef8dab
    refactor: Take away some methods from public Andriy Kushnir (Orhideous) 2022-11-28 13:43:33 +0200
  • 51a48fdaf7
    refactor: Use same order as in trait Andriy Kushnir (Orhideous) 2022-11-28 13:22:43 +0200
  • a35758ab86
    refactor: Do not extract members for room each time Andriy Kushnir (Orhideous) 2022-11-28 01:58:25 +0200
  • cc6e06eebb
    refactor: Replace imperative style with short-circuit .any() Andriy Kushnir (Orhideous) 2022-11-28 01:44:05 +0200
  • 80eebdaf94
    refactor: Replace re-serialization with plain coercion Andriy Kushnir (Orhideous) 2022-11-28 01:43:17 +0200
  • 3e6c62242f
    refactor: Replace specialized interface for user's membership with more generic one in state accessor Andriy Kushnir (Orhideous) 2022-11-28 01:42:24 +0200
  • 99e6cae02f
    fix: Default to Shared history visibility for s2s permissions, per spec Nyaaori 2022-11-26 13:33:32 +0100
  • 0852b5c095
    fix: Proper S2S Backfill visibility handling Nyaaori 2022-11-26 13:03:19 +0100
  • 59535e901c
    fix: Add backfill ACL check Nyaaori 2022-09-03 14:16:32 +0200
  • 83e6ae3f8e
    feat: Implement backfill joined/invited checks for private history Andrei Vasiliu 2022-01-22 18:26:28 +0200
  • 5805c9099c
    feat: Add federation backfill and event visibility Andrei Vasiliu 2022-01-15 19:13:17 +0200
  • 7b98741163 Merge branch 'restrictedjoinlocally' into 'next' Timo Kösters 2022-12-18 08:51:31 +0000
  • 1aca78799d Merge branch 'restrictedjoinlocally' into 'next' Timo Kösters 2022-12-18 08:45:19 +0000
  • 2a04c213f9
    improvement: handle restricted joins locally Timo Kösters 2022-12-18 09:44:46 +0100
  • d7eaa9c5cc Merge branch 'logging-cleanup' into 'next' Timo Kösters 2022-12-18 06:57:23 +0000
  • 1ecb066485 Merge branch 'logging-cleanup' into 'next' Orhideous 2022-12-18 06:53:08 +0000
  • 2a0515f528
    Replace println/dbg calls with corresponding macros from tracing crate Timo Kösters 2022-12-18 07:47:18 +0100
  • 3930fd08d7 Merge branch 'docs' into 'next' Timo Kösters 2022-12-18 06:06:26 +0000
  • b83c2253ef Merge branch 'docs' into 'next' Timo Kösters 2022-12-18 06:05:48 +0000
  • 683eefbd0b
    Update README Timo Kösters 2022-12-18 06:52:18 +0100
  • d963ad8cc1 Merge branch 'jaegerfix' into 'next' Timo Kösters 2022-12-18 05:52:49 +0000
  • c3eaa2840d Merge branch 'jaegerfix' into 'next' Timo Kösters 2022-12-18 05:38:09 +0000
  • 6d5e54a66b
    fix: jaeger support Timo Kösters 2022-12-18 06:37:03 +0100
  • 2b2bfb91c2 Merge branch 'up-ruma' into 'next' Timo Kösters 2022-12-18 05:05:33 +0000
  • 73a821f0bf Merge branch 'Nyaaori/remove-misisng-e2ee-readme' into 'next' Nyaaori 2022-12-17 11:38:36 +0000
  • c32f246cdc Merge branch 'up-ruma' into 'next' Jonas Platte 2022-12-17 08:35:48 +0000
  • f1d2574651
    finish upgrade ruma Timo Kösters 2022-12-17 09:21:19 +0100
  • d39ce1401d
    WIP: Upgrade Ruma Jonas Platte 2022-12-14 13:09:10 +0100
  • 7fd5b22e3b
    The procMacro option has long been on by default Jonas Platte 2022-12-16 10:12:11 +0100
  • db7a7085f4 Merge branch 'fix/pushrules_database' into 'next' Timo Kösters 2022-12-16 08:38:49 +0000
  • 927982a2ea
    Merge together pending feature branches Nyaaori 2022-12-16 08:57:35 +0100
  • aa725b0ecb
    chore: clippy Nyaaori 2022-12-16 08:50:17 +0100
  • 03c02133a2
    Cleanly handle invalid rooms on hierarchy endpoint Nyaaori 2022-10-15 14:29:20 +0200
  • 833d8f1b70
    Clean up client-server room hierarchy route Nyaaori 2022-08-17 19:16:21 +0200
  • 3ff6d54be6
    Add hierarchy_max_depth config option Nyaaori 2022-09-02 16:28:24 +0200
  • 03029711fe
    Add client space api '/rooms/{roomId}/hierarchy' chenyuqide 2022-04-10 18:57:15 +0800
  • d2cc9e105a
    chore: clippy Nyaaori 2022-12-16 08:37:28 +0100
  • 63ce2da1c5 Merge branch 'up-ruma-continue' into 'up-ruma' Orhideous 2022-12-15 19:52:15 +0000
  • 82fc07c15a
    Adapt to new Ruma version, phase 1: types Andriy Kushnir (Orhideous) 2022-12-15 21:48:26 +0200
  • 249f7a2aef Merge branch 'federation-backfill-suggestions' into 'Nyaaori/federation-backfill' Orhideous 2022-12-14 16:06:15 +0000
  • f2a9080ba7
    refactor: Fixed logical condition for evil events Andriy Kushnir (Orhideous) 2022-12-14 18:02:35 +0200
  • 060d88ff24
    refactor: Added tests to backfill Andriy Kushnir (Orhideous) 2022-12-14 17:19:01 +0200
  • 0d14451bfb
    refactor: Rewrite backfill algorithm according to specification in more readable form Andriy Kushnir (Orhideous) 2022-12-14 17:18:13 +0200
  • 43fdcf9e0c
    WIP: Upgrade Ruma Jonas Platte 2022-12-14 13:09:10 +0100
  • 7f8f6b52d9
    refactor: Pull up invariants from the loop Andriy Kushnir (Orhideous) 2022-12-08 23:41:10 +0200
  • 179aafc974
    refactor: Take away some methods from public Andriy Kushnir (Orhideous) 2022-11-28 13:43:33 +0200
  • b023866903
    refactor: Use same order as in trait Andriy Kushnir (Orhideous) 2022-11-28 13:22:43 +0200
  • 65d7df290f
    refactor: Do not extract members for room each time Andriy Kushnir (Orhideous) 2022-11-28 01:58:25 +0200
  • 297c716807
    refactor: Replace imperative style with short-circuit .any() Andriy Kushnir (Orhideous) 2022-11-28 01:44:05 +0200
  • 5c0b0cdc64
    refactor: Replace re-serialization with plain coercion Andriy Kushnir (Orhideous) 2022-11-28 01:43:17 +0200
  • f13673e2b0
    refactor: Replace specialized interface for user's membership with more generic one in state accessor Andriy Kushnir (Orhideous) 2022-11-28 01:42:24 +0200
  • 8257d0447a
    fix(presence): check for allow_presence only after services are available Jakub Kubík 2022-12-07 18:43:27 +0100
  • 46676267df
    config(example): add allow_presence Jakub Kubík 2022-12-07 18:39:32 +0100
  • b4356917eb
    style(presence): make type alias for presence_since iter Jakub Kubík 2022-12-07 18:36:47 +0100
  • 70652fe00c
    style(presence): reformat with cargo fmt Jakub Kubík 2022-12-07 18:28:27 +0100
  • 1f698718a0
    feat(presence): add configuration option to disable presence Jakub Kubík 2022-12-07 18:26:48 +0100
  • b96da9de7b Merge branch 'fix/pushrules_database' into 'next' beziarum 2022-12-07 06:36:50 +0000
  • ce3cb8d1d7
    Add a dynamic address resolution to the Docker healthcheck Moritz Heiber 2022-12-06 15:34:09 +0100
  • 5894d35eb2 Merge branch 'fixrestrictedjoin' into 'next' Timo Kösters 2022-11-30 21:32:12 +0000
  • dd3d976671 Merge branch 'fixrestrictedjoin' into 'next' Timo Kösters 2022-11-30 21:31:29 +0000
  • b9fd6127e2
    fix: rejoining restricted rooms over federation Timo Kösters 2022-11-27 23:25:42 +0100
  • bb9bc0a001 Merge branch 'dockerdoc-nginx-content-type' into 'next' Jonas Zohren 2022-11-29 17:56:14 +0000
  • ac1d8024bb Merge branch 'cleanup' into 'next' Orhideous 2022-11-29 06:46:20 +0000
  • 15163d6980 Merge branch 'dockerdoc-nginx-content-type' into 'next' Ticho 34782694 2022-11-29 01:43:43 +0000
  • f4dd051a1d Merge branch 'sd-notify' into 'next' Timo Kösters 2022-11-28 15:50:12 +0000
  • a2cffa9da3
    fix: Declare support for msc3827 Nyaaori/declare-msc3827 Nyaaori 2022-11-28 14:17:00 +0100
  • 78142d533a Merge branch 'sd-notify' into 'next' Vladan Popovic 2022-11-27 21:25:02 +0000
  • 06d3efc4d0 feat(systemd): call sd-notify after init and before exit Vladan Popovic 2022-11-25 21:23:21 +0100
  • 66ad114e19 feat: add systemd feature flag Vladan Popovic 2022-11-25 21:20:45 +0100
  • 4b737b46ac Merge branch 'cross-compiling' into 'next' Jonas Zohren 2022-11-27 20:15:48 +0000
  • bcd522e75f Added cross-compilation instructions to DEPLOY.md Orhideous 2022-11-27 20:15:47 +0000
  • c70d19f147 Merge branch 'cross-compiling' into 'next' Orhideous 2022-11-27 20:14:22 +0000
  • e0542d65f0
    Merge content into DEPLOY.md Andriy Kushnir (Orhideous) 2022-11-27 22:13:34 +0200
  • 9a0595ced2
    Added CROSS_COMPILING.md Andriy Kushnir (Orhideous) 2022-11-27 21:36:02 +0200
  • a6d5bfe35f Merge branch 'Nyaaori/cleanup-presence' into 'presence' Timo Kösters 2022-11-27 17:19:05 +0000
  • 16c5322ef1 Merge branch 'Nyaaori/cleanup-presence' into 'presence' Nyaaori 2022-11-27 17:00:15 +0000
  • f269a15c23
    chore: code cleanup / cargo clippy Nyaaori 2022-11-27 17:42:20 +0100