Matthias Ahouansou
41e56baf60
refactor: all the clippy lints
2 years ago
Matthias Ahouansou
3ad7675bbf
Merge branch 'format-toml' into 'next'
...
style: format all toml with taplo
See merge request famedly/conduit!673
2 years ago
Matthias Ahouansou
e2d91e26d6
style: format all toml with taplo
2 years ago
Matthias Ahouansou
20d9f3fd5d
Merge branch 'media' into 'next'
...
fix: make media response match spec
See merge request famedly/conduit!672
2 years ago
Timo Kösters
965b6df83d
fix: make media response match spec
2 years ago
Matthias Ahouansou
08485ea5e4
Merge branch 'bump-rust-nix' into 'next'
...
chore: bump rust & nix
See merge request famedly/conduit!668
2 years ago
Matthias Ahouansou
eec9b9ed87
chore: bump nix
2 years ago
Matthias Ahouansou
256dae983b
chore: bump rust
...
and fix new lints that come with it
2 years ago
Matthias Ahouansou
79c4bb17ca
Merge branch 'build-and-cache-everything' into 'next'
...
Draft: build and cache all packages and CI dependencies
See merge request famedly/conduit!667
2 years ago
Matthias Ahouansou
57a24f234d
Revert "ci: temporarily disable CONDUIT_VERSION_EXTRA"
...
This reverts commit 2a2b9554c8 .
2 years ago
Charles Hall
a4c973e57e
build and cache all packages and CI dependencies
...
This fixes the problem where some artifacts were not being cached when
they should have been. The secret sauce is the `nix-store` command.
2 years ago
Matthias Ahouansou
f9953c31fc
Revert "ci: use sh instead of bash"
...
This reverts commit 70b07dfabf .
2 years ago
Matthias Ahouansou
6b669d2f4d
Merge branch 'only-cache-attic-when-nix' into 'next'
...
ci: only cache attic when nix is available
See merge request famedly/conduit!666
2 years ago
Matthias Ahouansou
90c9794221
Merge branch 'sh-not-bash' into 'next'
...
ci: use sh instead of bash
See merge request famedly/conduit!665
2 years ago
Matthias Ahouansou
358164f49d
ci: only cache attic when nix is available
2 years ago
Matthias Ahouansou
70b07dfabf
ci: use sh instead of bash
2 years ago
Matthias Ahouansou
d97f5aa3b8
Merge branch 'ci/fastzip' into 'next'
...
ci: faster cache and artifact handling
See merge request famedly/conduit!664
2 years ago
Matthias Ahouansou
bed9072a69
Merge branch 'always-cache-attic' into 'next'
...
ci: prevent unnecessary rebuilds
See merge request famedly/conduit!662
2 years ago
Matthias Ahouansou
2a2b9554c8
ci: temporarily disable CONDUIT_VERSION_EXTRA
2 years ago
Matthias Ahouansou
3d9d975a9f
ci: avoid rebuilding bindgen and friends
2 years ago
Charles Hall
96cc1f6abd
only set `CONDUIT_VERSION_EXTRA` for final build
...
This prevents us from needing to recompile the dependencies when that
environment variable changes, which generally changes on every commit,
which is far more frequently than the dependencies are actually changed.
2 years ago
Charles Hall
55259329a3
make it easy to configure cargo profiles from nix
...
This way you can easily build in debug mode with Nix.
2 years ago
Charles Hall
d796fe7cd3
make it easy to configure cargo features from nix
...
Users of the nix package can now just use `.override` to choose what
features they want.
This also makes RocksDB automatically use jemalloc when Conduit is
configured to use jemalloc.
2 years ago
Charles Hall
3336d3f812
factor out nix code into new files via `makeScope`
...
This makes the Nix code a lot easier to reason about.
2 years ago
Charles Hall
c9ee4a920e
always go through inputs
...
This way we don't have to modify the destructuring of outputs' argument when adding or removing inputs.
2 years ago
Samuel Meenzen
5570f5f3da
ci: faster cache and artifact handling
2 years ago
Matthias Ahouansou
38200163d6
Merge branch 'error-create-remote-user' into 'next'
...
fix(admin): don't allow creation of remote users
See merge request famedly/conduit!663
2 years ago
Matthias Ahouansou
9db1f5a13c
fix(admin): don't allow creation of remote users
2 years ago
Matthias Ahouansou
0074aca0ef
Merge branch '244-support-well-known' into 'next'
...
feat: add .well-known support
Closes #244 and #378
See merge request famedly/conduit!332
2 years ago
Matthias Ahouansou
3ecf835b50
ci: cache attic on artifacts job
2 years ago
Matthias Ahouansou
6e913bfec4
docs: delegation
2 years ago
Jakub Kubík
c1f695653b
feat: support hosting .well-known from Conduit
...
Co-authored-by: Matthias Ahouansou <matthias@ahouansou.cz>
2 years ago
Matthias Ahouansou
e6b6cc77d1
Merge branch 'verify-x-matrix-destination' into 'next'
...
feat(auth): check if X-Matrix destination is correct if present
Closes #271
See merge request famedly/conduit!661
2 years ago
Matthias Ahouansou
b69a74961b
Merge branch 'x-matrix-destination-header' into 'next'
...
feat(federation): add destination field to X-Matrix header
See merge request famedly/conduit!660
2 years ago
Matthias Ahouansou
622aa574b6
Merge branch 'namespace-fixes' into 'next'
...
fix(appservices): don't forward events relating to remote users, and forward events relating to remote aliases
See merge request famedly/conduit!653
2 years ago
Matthias Ahouansou
63ba157ef6
feat(auth): check if X-Matrix destination is correct if present
2 years ago
Matthias Ahouansou
dfe2916357
feat(federation): add destination field to X-Matrix header
2 years ago
Matthias Ahouansou
b4a60c3f9a
Merge branch 'ci' into 'next'
...
ci: use attic.conduit.rs
See merge request famedly/conduit!658
2 years ago
Matthias Ahouansou
0b217232ac
ci: push attic to binary cache, update nix script
2 years ago
Timo Kösters
3b7c001350
ci: use attic.conduit.rs
2 years ago
Matthias Ahouansou
10412d4be9
Merge branch 'master' into 'next'
...
Pull v0.7.0 tag into next
See merge request famedly/conduit!657
2 years ago
Matthias Ahouansou
3c8879771c
Merge branch 'docker-update-request-size' into 'next'
...
docs(docker): don't use underscores for max request size
Closes #289
See merge request famedly/conduit!656
2 years ago
Matthias Ahouansou
4fac7ca169
Merge branch 'backup-faq-docs' into 'next'
...
docs(faq): add backup instructions
See merge request famedly/conduit!655
2 years ago
Matthias Ahouansou
a23bfdb3f0
docs(docker): don't use underscores for max request size
2 years ago
Matthias Ahouansou
60fe238893
docs(faq): add backup instructions
2 years ago
Matthias Ahouansou
cd4e4fe7ac
Merge branch 'Daniel15au-next-patch-38459' into 'next'
...
[docs] Remove references to legacy Docker Compose v1
See merge request famedly/conduit!642
2 years ago
Matthias Ahouansou
0a7ac058a0
Merge branch 'docs-migrate-faq-fix' into 'next'
...
docs(faq): correct answer about migration
See merge request famedly/conduit!654
2 years ago
Daniel Lo Nigro
c90e4816b7
[docs] Update docker-compose commands
2 years ago
Matthias Ahouansou
2b5295aa29
docs(faq): correct answer about migration
2 years ago
Matthias Ahouansou
df0ad2d07c
fix(appservices): don't forward events relating to remote users, and forward events relating to remote aliases
2 years ago