Jonas Zohren
0552a56fc7
Try running complement on special CI host
4 years ago
Jonas Zohren
b455e407f7
WIP Fixes to test with complement
4 years ago
Timo Kösters
6be5e83e61
Merge branch 'reqwest-tls-native-roots' into 'next'
...
Use native root CA certificates for reqwest
See merge request famedly/conduit!329
4 years ago
Timo Kösters
c70c0129f8
Merge branch 'proxy-config-examples' into 'next'
...
Fix proxy config examples in config/proxy.rs
See merge request famedly/conduit!321
4 years ago
Andrej Kacian
194a85d4c5
Use native root CA certificates for reqwest
4 years ago
Jonas Zohren
738f5e8f68
Merge branch 'ci-fix-cross-musl-builds' into 'next'
...
CI: Fix musl builds
See merge request famedly/conduit!328
4 years ago
Jonas Zohren
5a9462c9ab
fix(ci): Fix musl builds
...
This pins the image to use for cross to a working image's sha256
4 years ago
Jonas Zohren
36a6d724fe
Merge branch 'writable' into 'next'
...
Fix permissions
See merge request famedly/conduit!317
4 years ago
Andrej Kacian
65fa4b2ca4
Fix proxy config examples in config/proxy.rs
4 years ago
Jonas Zohren
6788225cac
Merge branch 'fix-docker-db-dir-permissions' into 'next'
...
Fix(docker): Make conduit own default db path
See merge request famedly/conduit!320
4 years ago
Jonas Zohren
a5bb6786c8
fix(docker): Make conduit own default db path
...
When a user mounts a volume into the default volume path,
it uses the permissions and ownership from the host volume.
In most cases, this is 1000:1000, which it also uses on the inside.
If you don't mount a volume though (e.g., for testing), conduit cries:
“The database couldn't be loaded or created.”
This fix chowns the default db dir to remedy this.
4 years ago
TomZ
949f2523f9
Fix permissions
...
The text just sets the ownership and ignores that defaults on unix
are to have newly created dirs be readable by everyone.
This closes the database to unauthorized users on multi-user systems.
4 years ago
Jonas Zohren
237645e975
Merge branch 'docs' into 'next'
...
docs: make all configs match
Closes #205
See merge request famedly/conduit!301
4 years ago
Jonas Zohren
86162c2c20
Merge branch 'next' into docs
4 years ago
Jonas Zohren
199c84195a
Merge branch 'improve-docker-documentation' into 'next'
...
Improve docker documentation some
See merge request famedly/conduit!314
4 years ago
Jonas Zohren
57ac4160b7
Merge branch 'next' into docs
4 years ago
Jonas Zohren
91c648253a
Merge branch 'docs-remove-obsolete-cross-readme' into 'next'
...
Remove the now obsolete cross readme
See merge request famedly/conduit!315
4 years ago
Jonas Zohren
5a80507006
chore(docs): Remove the now obsolete cross readme
4 years ago
Jonathan de Jong
cc14727888
revert reflow
4 years ago
Jonathan de Jong
94573a3a61
improve docker documentation some
4 years ago
Jonas Zohren
0ba0fa5f6c
Merge branch 'ci-audit-dependencies' into 'next'
...
CI: audit dependencies
See merge request famedly/conduit!313
4 years ago
Jonas Zohren
ad6eb92bbd
feat(ci): Add dependency audit to CI tests
4 years ago
Timo Kösters
ce76041c03
Merge branch 'up-ruma' into 'next'
...
Update Ruma
See merge request famedly/conduit!312
4 years ago
Jonas Zohren
8f063c99d5
chore(ci): Split up tests
4 years ago
Jonathan de Jong
557d119bee
change search_events_v3 to search_events::v3
4 years ago
Jonathan de Jong
e9f87e1952
update ruma
4 years ago
Jonas Zohren
f3795846b5
Merge branch 'readme' into 'next'
...
Slight clarification
See merge request famedly/conduit!310
4 years ago
Timo Kösters
b8eaa3be85
Merge branch 'redactfix' into 'next'
...
Redaction fix
Closes #235
See merge request famedly/conduit!298
4 years ago
Timo Kösters
c496e599ef
Merge branch 'serde-cleanup' into 'next'
...
Remove useless serde roundtrips
See merge request famedly/conduit!311
4 years ago
Jonas Platte
27692a2f14
Remove useless serde roundtrips
4 years ago
TomZ
e57cd437d4
Slight clarification
...
Which version it started being beta in is quite irrelevant here.
4 years ago
Timo Kösters
5a99460a4c
Merge branch 'not-found' into 'next'
...
Add a not-found route
See merge request famedly/conduit!306
4 years ago
Jonas Zohren
ba83d0ac68
Merge branch 'more-vscode-defaults' into 'next'
...
Provide some sane defaults for vscode developing
See merge request famedly/conduit!309
4 years ago
Jonas Zohren
bcd6c0bf53
feat: Provide sane defaults for vscode developing
...
This includes some extensions and a debug profile
4 years ago
Jonas Zohren
b4225cb0fc
fix(docker): use user 1000 and standard db path
4 years ago
Jonas Zohren
98b67da649
fix: Docker syntax
4 years ago
Jonas Zohren
0be8500c4f
Set all env vars in docker README
4 years ago
Jonas Zohren
97507d2880
Remove most env vars from Dockerfile
4 years ago
Jonas Zohren
c4353405a5
Suggestions from Jonas Zohren
4 years ago
Timo Kösters
de6c3312ce
docs: make all configs match
4 years ago
Jonas Zohren
c66866d890
Merge branch 'ci-lint-dockerfiles-with-hadolint' into 'next'
...
CI: Lint dockerfiles with hadolint
Closes #239
See merge request famedly/conduit!308
4 years ago
Jonas Zohren
b21a44ca4c
feat(ci): Lint dockerfiles with hadolint
4 years ago
Jonas Zohren
e04d4ff150
Merge branch 'ci-fix-tag-pipelines' into 'next'
...
Ci fix tag pipelines
Closes #229
See merge request famedly/conduit!307
4 years ago
Jonas Zohren
2645494582
fix(ci): Also run CI for git tags
4 years ago
Jonas Zohren
77f4b68c8e
fix(ci): Also create versioned docker image
4 years ago
Timo Kösters
6602f6114c
fix: redacts can't error anymore
4 years ago
Jonas Platte
3aece38e9d
Add a not-found route
4 years ago
Timo Kösters
9cfef51af3
Merge branch 'more-paths' into 'next'
...
Take advantage of multiple paths
See merge request famedly/conduit!305
4 years ago
Jonas Platte
aee6bf7e7a
Change this to handler
4 years ago
Jonathan de Jong
b8d92d3cec
take advantage of multiple paths
4 years ago