Commit graph

  • 502526789d
    style(presence): code cleanup Jakub Kubík 2022-11-22 18:37:04 +0100
  • 2eb5907d95
    fix(presence): fix configuration values for presence status Jakub Kubík 2022-11-21 22:56:58 +0100
  • 4d22cb502e
    feat(presence): remove old presence updates Jakub Kubík 2022-11-21 22:48:58 +0100
  • dd85316bd9
    fix(presence): allow services to start before running tasks Jakub Kubík 2022-11-21 22:39:18 +0100
  • 77b555f2d6
    fix(presence): don't cause panic Jakub Kubík 2022-11-21 22:13:16 +0100
  • 63ac118d11
    fix(presence): move sleep in presence cleanup Jakub Kubík 2022-11-21 22:03:50 +0100
  • 230f09f8f7
    style(presence): reformat Jakub Kubík 2022-11-21 21:50:30 +0100
  • 8d161c6a36
    feat(presence): finish presence cleanup task Jakub Kubík 2022-11-21 21:46:21 +0100
  • f9d10e8f41
    feat(presence): start work on cleanup task Jakub Kubík 2022-11-21 21:24:37 +0100
  • 5e4e4d0089
    style(config): remove useless cast Jakub Kubík 2022-11-20 00:11:58 +0100
  • 5bdc031263
    style(presence): reformat with cargo fmt Jakub Kubík 2022-11-19 22:03:11 +0100
  • 8efcec6283
    feat(presence): send presence events for own users unreliably Jakub Kubík 2022-11-19 21:52:26 +0100
  • 42b27f2f60
    style(presence): reformat with cargo Jakub Kubík 2022-11-18 22:39:05 +0100
  • b18b228c7c
    fix(presence): fix issues found when testing Jakub Kubík 2022-11-18 22:32:50 +0100
  • b6541d207d
    fix(presence): fix default timeout values Jakub Kubík 2022-11-18 17:21:17 +0100
  • e7348621bd
    feat(presence): implement most features for PoC Jakub Kubík 2022-11-18 17:18:20 +0100
  • f956e727e4
    feat(presence): refactor presence_since Jakub Kubík 2022-11-17 23:26:56 +0100
  • deeffde679
    feat(presence): restructure database trees for presence Jakub Kubík 2022-11-17 22:48:57 +0100
  • cd5a83d4e2
    feat(presence): start presence timeout implementation Jakub Kubík 2022-11-17 19:18:28 +0100
  • c366e0a5ce
    feat: Add config option for receiving read receipts Nyaaori 2022-11-26 15:01:12 +0100
  • 96c2cb9469
    feat: Add config option for disabling sending public read receipts Nyaaori 2022-11-26 14:53:57 +0100
  • 04e5927e46
    feat: Implement private read receipts, partial notification clearing Nyaaori 2022-10-31 10:31:11 +0100
  • 5ae551b101
    fix: Default to Shared history visibility for s2s permissions, per spec Nyaaori 2022-11-26 13:33:32 +0100
  • d47e1761ec
    fix: Proper S2S Backfill visibility handling Nyaaori 2022-11-26 13:03:19 +0100
  • 3518ee048d
    fix: Add backfill ACL check Nyaaori 2022-09-03 14:16:32 +0200
  • 3620268577
    feat: Implement backfill joined/invited checks for private history Andrei Vasiliu 2022-01-22 18:26:28 +0200
  • d51f8a6c55
    feat: Add federation backfill and event visibility Andrei Vasiliu 2022-01-15 19:13:17 +0200
  • 249960b111 Merge branch 'fix-lock' into 'next' Jonas Zohren 2022-11-25 21:44:31 +0000
  • 201539bfbf Merge branch 'fix-lock' into 'next' Orhideous 2022-11-25 21:14:37 +0000
  • 583aea187b
    Update Cargo.lock Andriy Kushnir (Orhideous) 2022-11-25 23:13:58 +0200
  • 74d2b4c60c
    Extracted duplicated code into separate functions Andriy Kushnir (Orhideous) 2022-11-23 02:27:18 +0200
  • 396dac6d82 Merge branch 'fixroomleave' into 'next' Timo Kösters 2022-11-21 20:04:27 +0000
  • 9a10e2ae62 Merge branch 'fixroomleave' into 'next' Timo Kösters 2022-11-21 20:03:22 +0000
  • 9149be31af Merge branch 'logs-cleanup' into 'next' Timo Kösters 2022-11-21 20:03:17 +0000
  • 8729a859f0 Merge branch 'logs-cleanup' into 'next' Orhideous 2022-11-21 20:02:26 +0000
  • 32a4ded4a1 Merge branch 'Nyaaori/reduce-generated-token-length' into 'next' Timo Kösters 2022-11-21 20:02:20 +0000
  • 5a65cf31fd Merge branch 'Nyaaori/reduce-generated-token-length' into 'next' Nyaaori 2022-11-21 20:01:21 +0000
  • e3dabdf525 Merge branch 'Nyaaori/cleanup' into 'next' Timo Kösters 2022-11-21 19:59:45 +0000
  • cde0b66847 Merge branch 'Nyaaori/cleanup' into 'next' Nyaaori 2022-11-21 19:55:31 +0000
  • a8dc757edb
    feat: Add max prev events config option, allowing adjusting limit for prev_events fetching Nyaaori 2022-09-09 19:17:29 +0200
  • b59304a4df
    Reduce length of generated access tokens and session ids Nyaaori 2022-09-25 11:46:18 +0200
  • 66bc41125c
    refactor: cleanup Nyaaori 2022-11-21 09:51:39 +0100
  • 6786c44f4d
    chore: Fix MSRV Nyaaori 2022-11-21 09:39:17 +0100
  • a3a1db124d
    Clean some noisy logs Andriy Kushnir (Orhideous) 2022-11-21 21:48:06 +0200
  • 3b3c451c83
    fix: unable to leave room Timo Kösters 2022-11-19 12:52:47 +0100
  • a6fe6e5291 fix: add destination field authorization handler F M 2022-11-17 17:45:46 +0800
  • cf99316082 Merge branch 'dendritefix' into 'next' Timo Kösters 2022-11-09 20:27:22 +0000
  • 49bd65d04b Merge branch 'dendritefix' into 'next' Timo Kösters 2022-11-09 20:15:24 +0000
  • c063700255
    fix: invite dendrite users Timo Kösters 2022-11-09 21:14:17 +0100
  • 7540227388
    chore: bump dependencies Timo Kösters 2022-11-09 18:46:10 +0100
  • 09015f113c Describe a better way to enforce Content-Type in nginx Ticho 34782694 2022-11-08 15:56:24 +0000
  • a2d8aec1e3 Moving the unwraping of a variable Paul Beziau 2022-11-03 13:12:53 +0000
  • ccdaaceb33 Merge branch 'ci-revamp-2022-10' into 'next' Timo Kösters 2022-11-02 16:47:48 +0000
  • abc3d10478 Merge branch 'ci-revamp-2022-10' into 'next' Jonas Zohren 2022-11-02 11:13:10 +0000
  • b37876f3b2 fix(ci): Only build in (remote host) docker and switch to glibc Jonas Zohren 2022-10-29 14:32:22 +0200
  • a537c861d4
    E2EE Cross-signing seems to be working over federation, remove line from readme saying it's missing Nyaaori/remove-misisng-e2ee-readme Nyaaori 2022-11-01 19:26:39 +0100
  • 17297cfdc3 Merge branch 'fix-ci' into 'next' Chicken Chaser 2022-11-01 17:04:13 +0000
  • dd5a8ec650 Update Rust container Chicken Chaser 2022-11-01 16:39:28 +0000
  • e8e0a4dcc5 Merge branch 'Nyaaori/fix-trusted-server-panic' into 'next' Timo Kösters 2022-10-31 11:35:55 +0000
  • f16748a385 Merge branch 'Nyaaori/fix-trusted-server-panic' into 'next' Nyaaori 2022-10-31 11:31:09 +0000
  • 23cf39c525
    Cleanly handle invalid response from trusted server instead of panicking Nyaaori 2022-10-31 12:08:01 +0100
  • 00996dd834
    Cargo Clippy Nyaaori 2022-10-31 09:31:17 +0100
  • 2a52f666dc Merge branch 'fixtyping' into 'next' Timo Kösters 2022-10-30 20:25:45 +0000
  • 64ab5f863f Merge branch 'fixtyping' into 'next' Timo Kösters 2022-10-30 20:25:19 +0000
  • 0cf6545116
    fix: not sending enough state on join Timo Kösters 2022-10-30 21:23:10 +0100
  • 5d691f405e
    fix: stuck typing indicators Timo Kösters 2022-10-30 21:22:32 +0100
  • c61914c8e1 Merge branch 'fixhead' into 'next' Timo Kösters 2022-10-30 19:45:58 +0000
  • 43d8bf455e Merge branch 'fixhead' into 'next' Timo Kösters 2022-10-30 19:43:45 +0000
  • 9548c84d32 Merge branch 'fixnotifcount' into 'next' Timo Kösters 2022-10-30 19:43:39 +0000
  • c1bd687eb7 Merge branch 'fixnotifcount' into 'next' Timo Kösters 2022-10-30 19:43:21 +0000
  • 02dd3d32f2
    fix: element android did not reset notification counts Timo Kösters 2022-10-30 20:36:14 +0100
  • 7c98ba64aa
    fix: HEAD requests should produce METHOD_NOT_ALLOWED Timo Kösters 2022-10-15 16:56:08 +0200
  • 52018c3967 allow complement dockerfile to copy over target folder Jonathan de Jong 2022-10-28 21:04:05 +0200
  • e86fb11512 Merge branch 'nabulator-next-patch-84388' into 'next' Timo Kösters 2022-10-28 13:32:02 +0000
  • 48538613a4 Merge branch 'nabulator-next-patch-84388' into 'next' Nabulator 2022-10-28 13:31:33 +0000
  • 20e3c42456 Merge branch 'add-nix-flake' into 'next' Timo Kösters 2022-10-28 13:31:21 +0000
  • 1aff2a54ef comment typo Nabulator 2022-10-27 04:23:07 +0000
  • 238ebcfcac Update nginx configuration to allow for larger uploads. Nabulator 2022-10-27 04:20:56 +0000
  • 6538d6f59a Merge branch 'add-nix-flake' into 'next' Charles Hall 2022-10-25 22:26:50 +0000
  • 876fdf480d Merge branch '3pid_403_next' into 'next' Timo Kösters 2022-10-25 20:47:41 +0000
  • 3bc0a1924b Return 403 to 3pid token routes to signal not implemented James Blachly 2022-10-25 20:47:41 +0000
  • 0ea11b2970 Merge branch '3pid_403_next' into 'next' James Blachly 2022-10-25 20:46:45 +0000
  • 4af998963b Merge branch 'fix-axum-request-size' into 'next' Timo Kösters 2022-10-25 20:34:33 +0000
  • 1794b5381e Merge branch 'fix-axum-request-size' into 'next' AndSDev 2022-10-25 09:55:20 +0000
  • 10d2da3009 fix(main): fix request size limit to max_request_size (axum defaults 2MB) AndSDev 2022-10-25 12:53:58 +0300
  • d47c1a8ba6 Fix database version check & code formating Paul Beziau 2022-10-21 12:27:11 +0000
  • 9c0c74f547 Migrate database to use correct rule id in pushrules. Paul Beziau 2022-10-18 09:15:07 +0000
  • 215d909e59 More debug info when try_from_http_request fails Jonathan de Jong 2022-10-17 18:41:59 +0200
  • ada15ceacc Complement improvements Jonathan de Jong 2022-10-17 18:41:45 +0200
  • 716f82db6d
    add nix/nixos deployment documentation Charles Hall 2022-10-15 15:21:04 -0700
  • fe7d8c4f12
    add nix flake Charles Hall 2022-10-15 13:02:13 -0700
  • 48f18b4ca7 lint return James S Blachly, MD 2022-10-15 19:26:17 +0000
  • fba0bd4d7d Correct route names and RUMA structs James S Blachly, MD 2022-10-15 18:55:20 +0000
  • 0a1ba34d6b Return 403 to 3pid token routes to signal not implemented James S Blachly, MD 2022-07-15 23:10:23 +0000
  • cb2b5beea8 Merge branch 'fix_persy' into 'next' Timo Kösters 2022-10-15 12:13:36 +0000
  • a617d888f7 Merge branch 'fix_persy' into 'next' tglman 2022-10-15 12:09:45 +0000
  • 2231a69b4c
    fix: make previous MR compile Timo Kösters 2022-10-15 14:07:27 +0200
  • 13052388a7
    Merge branch 'conduit-next' into next Timo Kösters 2022-10-15 13:55:39 +0200
  • 6fd39ae174
    Raise 404 when room doesn't exist Max Cohen 2022-09-10 18:14:29 +0200
  • 2627ca5e3d Merge branch 'update-rust' into 'next' Timo Kösters 2022-10-15 11:50:55 +0000