1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-28 00:38:53 +02:00

Commit graph

  • 96074406b1 feat: apply RoomFilter mikoto 2024-05-22 23:26:07 +0200
  • ec48df78da wip mikoto 2024-05-07 07:42:10 +0200
  • a0c4a639b2 docs(faq): add instructions on how to make a user admin Matthias Ahouansou 2024-05-14 21:20:16 +0100
  • 49c9a633d0 Style docs to match website Daniel Lo Nigro 2024-05-18 16:46:27 -0700
  • aaf746ffdd
    fix(sync): correctly update presence properties presence Jakub Kubík 2023-12-20 13:34:45 +0100
  • 5314221e89
    style(presence): use flat_map instead of matching Results in filter Jakub Kubík 2023-12-20 12:04:47 +0100
  • ae76052378
    feat(presence): add granular allow configuration Jakub Kubík 2023-09-08 14:36:39 +0200
  • 509afc6b46
    feat(presence): implement presence functionality Jakub Kubík 2023-07-10 16:41:00 +0200
  • 9b8ec21e6e Merge branch 'admin-faq' into 'next' Matthias Ahouansou 2024-05-14 20:37:21 +0000
  • e51f60e437
    docs(faq): add instructions on how to make a user admin Matthias Ahouansou 2024-05-14 21:20:16 +0100
  • de806e5d1b wip mikoto 2024-05-07 07:42:10 +0200
  • 624d1fcc9a draft: RoomEventFilter mikoto 2024-04-29 20:59:02 +0200
  • 11990e7524 Merge branch 'admin-hash-sign' into 'next' Matthias Ahouansou 2024-05-09 16:19:40 +0000
  • 88b24310b5
    chore: format nix using alejandra chore/format-nix Samuel Meenzen 2024-05-09 15:20:48 +0200
  • 41e56baf60
    refactor: all the clippy lints all-the-lints Matthias Ahouansou 2024-05-06 17:06:25 +0100
  • 3ad7675bbf Merge branch 'format-toml' into 'next' Matthias Ahouansou 2024-05-06 20:16:13 +0000
  • e2d91e26d6
    style: format all toml with taplo Matthias Ahouansou 2024-05-06 19:43:13 +0100
  • 20d9f3fd5d Merge branch 'media' into 'next' Matthias Ahouansou 2024-05-06 18:37:13 +0000
  • 965b6df83d
    fix: make media response match spec Timo Kösters 2024-05-05 09:35:49 +0200
  • 9a88386ddf
    feat: allow specifying config path via command flag generate-config Matthias Ahouansou 2024-04-19 21:06:58 +0100
  • 60a2f2d011 feat: generate config Matthias Ahouansou 2024-04-19 20:17:31 +0100
  • ecc1bde825
    return a concrete error type from try_main Charles Hall 2024-04-19 15:16:55 -0700
  • 5b35b73b56
    reword error message about CONDUIT_CONFIG Charles Hall 2024-04-19 14:31:24 -0700
  • 2131c36eac
    return ExitCode instead of using panic or exit Charles Hall 2024-04-19 14:25:31 -0700
  • 8876d54d78
    feat(admin): add hash-and-sign-event command Matthias Ahouansou 2024-05-03 21:50:45 +0100
  • d8badaf64b
    fix(membership): always set reason & allow new events if reason changed Matthias Ahouansou 2024-05-05 15:28:18 +0100
  • 08485ea5e4 Merge branch 'bump-rust-nix' into 'next' Matthias Ahouansou 2024-05-05 12:48:36 +0000
  • eec9b9ed87
    chore: bump nix Matthias Ahouansou 2024-05-05 13:13:34 +0100
  • 256dae983b
    chore: bump rust Matthias Ahouansou 2024-05-05 13:11:44 +0100
  • 79c4bb17ca Merge branch 'build-and-cache-everything' into 'next' Matthias Ahouansou 2024-05-05 11:00:12 +0000
  • 57a24f234d
    Revert "ci: temporarily disable CONDUIT_VERSION_EXTRA" Matthias Ahouansou 2024-05-05 10:46:10 +0100
  • a4c973e57e
    build and cache all packages and CI dependencies Charles Hall 2024-05-05 09:25:39 +0100
  • f9953c31fc
    Revert "ci: use sh instead of bash" Matthias Ahouansou 2024-05-05 09:28:48 +0100
  • 6b669d2f4d Merge branch 'only-cache-attic-when-nix' into 'next' Matthias Ahouansou 2024-05-05 08:19:15 +0000
  • 90c9794221 Merge branch 'sh-not-bash' into 'next' Matthias Ahouansou 2024-05-05 08:12:20 +0000
  • 358164f49d
    ci: only cache attic when nix is available Matthias Ahouansou 2024-05-05 09:01:40 +0100
  • 70b07dfabf
    ci: use sh instead of bash Matthias Ahouansou 2024-05-05 08:53:53 +0100
  • d97f5aa3b8 Merge branch 'ci/fastzip' into 'next' Matthias Ahouansou 2024-05-05 05:54:18 +0000
  • bed9072a69 Merge branch 'always-cache-attic' into 'next' Matthias Ahouansou 2024-05-05 05:54:16 +0000
  • 2a2b9554c8
    ci: temporarily disable CONDUIT_VERSION_EXTRA Matthias Ahouansou 2024-05-04 21:50:37 +0100
  • 3d9d975a9f
    ci: avoid rebuilding bindgen and friends Matthias Ahouansou 2024-05-04 14:41:30 +0100
  • 96cc1f6abd
    only set CONDUIT_VERSION_EXTRA for final build Charles Hall 2024-05-01 01:05:24 -0700
  • 55259329a3
    make it easy to configure cargo profiles from nix Charles Hall 2024-05-01 12:08:42 -0700
  • d796fe7cd3
    make it easy to configure cargo features from nix Charles Hall 2024-05-01 00:38:55 -0700
  • 3336d3f812
    factor out nix code into new files via makeScope Charles Hall 2024-04-30 16:00:19 -0700
  • c9ee4a920e
    always go through inputs Charles Hall 2024-05-04 10:03:49 +0100
  • 5fc1174934 docs(s3): add migration description AndSDev 2024-05-03 16:01:07 +0300
  • 3b8b0bf5b7 refactor(config): use url for S3 endpoint AndSDev 2024-05-03 16:01:07 +0300
  • 27fada1a9b refactor(global/media_storage): fix clippy moments AndSDev 2024-05-03 16:01:07 +0300
  • 18e39bb65c refactor(config): improve media storage config format AndSDev 2024-05-03 16:01:07 +0300
  • c9c22f885e docs(s3): add S3 connection example AndSDev 2024-05-03 16:01:07 +0300
  • 5c71de73cf refactor(service/globals): add media storage (file-based or S3) AndSDev 2024-05-03 16:01:07 +0300
  • 381aaa2a5a feat(config): add S3 request lifetime AndSDev 2024-05-03 15:57:36 +0300
  • 0b2ed0c28e feat(config): new S3 config AndSDev 2024-05-03 15:57:36 +0300
  • 8c316e4b34 refactor(config): simplify S3 config display AndSDev 2024-05-03 15:55:54 +0300
  • c63c0f3ff7 refactor(service/globals): rename s3 client to s3 AndSDev 2024-05-03 15:55:54 +0300
  • b498fc0544 refactor(service/globals): simplify s3 client builder AndSDev 2024-05-03 15:55:54 +0300
  • ddbf6e6eef feat(db/media): add S3 client for media storage AndSDev 2024-05-03 15:55:54 +0300
  • 5570f5f3da
    ci: faster cache and artifact handling Samuel Meenzen 2024-05-02 15:08:40 +0200
  • 38200163d6 Merge branch 'error-create-remote-user' into 'next' Matthias Ahouansou 2024-05-02 10:39:46 +0000
  • 9db1f5a13c
    fix(admin): don't allow creation of remote users Matthias Ahouansou 2024-05-02 10:45:04 +0100
  • 0074aca0ef Merge branch '244-support-well-known' into 'next' Matthias Ahouansou 2024-05-02 09:35:14 +0000
  • 3ecf835b50
    ci: cache attic on artifacts job Matthias Ahouansou 2024-05-02 09:53:53 +0100
  • 6e913bfec4
    docs: delegation Matthias Ahouansou 2024-05-02 09:27:14 +0100
  • c1f695653b
    feat: support hosting .well-known from Conduit Jakub Kubík 2024-05-02 09:26:43 +0100
  • e6b6cc77d1 Merge branch 'verify-x-matrix-destination' into 'next' Matthias Ahouansou 2024-05-02 07:15:20 +0000
  • b69a74961b Merge branch 'x-matrix-destination-header' into 'next' Matthias Ahouansou 2024-05-02 06:59:52 +0000
  • 622aa574b6 Merge branch 'namespace-fixes' into 'next' Matthias Ahouansou 2024-05-02 06:28:01 +0000
  • 63ba157ef6
    feat(auth): check if X-Matrix destination is correct if present Matthias Ahouansou 2024-05-02 07:14:44 +0100
  • dfe2916357
    feat(federation): add destination field to X-Matrix header Matthias Ahouansou 2024-04-30 09:31:44 +0100
  • b4a60c3f9a Merge branch 'ci' into 'next' Matthias Ahouansou 2024-05-02 05:56:19 +0000
  • 0b217232ac
    ci: push attic to binary cache, update nix script Matthias Ahouansou 2024-05-01 21:54:32 +0100
  • 3b7c001350
    ci: use attic.conduit.rs Timo Kösters 2024-04-28 18:10:25 +0200
  • 9ed531ec89 Merge branch 'feature/forbidden-usernames-rooms' into 'next' Matthias Ahouansou 2024-04-30 20:04:44 +0000
  • 10412d4be9 Merge branch 'master' into 'next' Matthias Ahouansou 2024-04-28 12:28:25 +0000
  • 3c8879771c Merge branch 'docker-update-request-size' into 'next' Matthias Ahouansou 2024-04-28 11:47:04 +0000
  • 4fac7ca169 Merge branch 'backup-faq-docs' into 'next' Matthias Ahouansou 2024-04-28 11:08:22 +0000
  • a23bfdb3f0
    docs(docker): don't use underscores for max request size Matthias Ahouansou 2024-04-28 11:48:42 +0100
  • 60fe238893
    docs(faq): add backup instructions Matthias Ahouansou 2024-04-28 08:27:48 +0100
  • cd4e4fe7ac Merge branch 'Daniel15au-next-patch-38459' into 'next' Matthias Ahouansou 2024-04-27 21:30:39 +0000
  • 0a7ac058a0 Merge branch 'docs-migrate-faq-fix' into 'next' Matthias Ahouansou 2024-04-27 20:56:42 +0000
  • c90e4816b7
    [docs] Update docker-compose commands Daniel Lo Nigro 2024-04-23 04:53:11 +0000
  • 2b5295aa29
    docs(faq): correct answer about migration Matthias Ahouansou 2024-04-27 20:55:19 +0100
  • df0ad2d07c
    fix(appservices): don't forward events relating to remote users, and forward events relating to remote aliases Matthias Ahouansou 2024-04-27 20:41:28 +0100
  • bd5d9a7560 Merge branch 'stun-spelling' into 'next' Matthias Ahouansou 2024-04-27 11:36:26 +0000
  • 14ede9898d Merge branch 'faq' into 'next' Matthias Ahouansou 2024-04-27 11:31:57 +0000
  • 0220e9e9d1 Merge branch 'update-deps' into 'next' Matthias Ahouansou 2024-04-27 10:49:33 +0000
  • f62db723f7
    docs: fix STUN typo Matthias Ahouansou 2024-04-27 11:32:20 +0100
  • a499c80d1b
    docs: add FAQ Matthias Ahouansou 2024-04-27 11:26:12 +0100
  • 5760d98192
    chore: upgrade rocksdb in flake Matthias Ahouansou 2024-04-27 10:52:24 +0100
  • 2d3f64c1e5
    chore: upgrade lockfile Matthias Ahouansou 2024-04-27 10:45:53 +0100
  • aff97e4032
    Update image crate Ossi Herrala 2024-04-27 11:12:13 +0300
  • a56139549f
    Trust-DNS has been renamed to Hickory-DNS Ossi Herrala 2024-04-27 11:10:13 +0300
  • 3b6928ebcf
    Update dependencies that don't need code changes Ossi Herrala 2024-04-27 11:08:08 +0300
  • 61cd2892b8
    Remove unused dependencies Ossi Herrala 2024-04-27 11:01:55 +0300
  • acef61a3cc Merge branch 'bump' into 'next' Timo Kösters 2024-04-25 20:00:26 +0000
  • c6a7563126 Merge branch 'docs' into 'next' Timo Kösters 2024-04-25 08:02:34 +0000
  • 779cebcd77
    Update download links in documentation Timo Kösters 2024-04-25 09:50:45 +0200
  • 3b3466fd51
    Bump version to v0.8.0-alpha Timo Kösters 2024-04-25 09:19:44 +0200
  • a854ce5cf6 Merge branch 'next' into 'master' v0.7.0 Timo Kösters 2024-04-24 23:23:33 +0000