Timo Kösters
d4ccfa16dc
async
4 years ago
Timo Kösters
0066f20bdd
Merge branch 'trailingslash' into 'next'
...
fix: allow trailing slashes for /state/<type>/ again
See merge request famedly/conduit!336
4 years ago
Timo Kösters
a5465dfd3e
fix: allow trailing slashes for /state/<type>/ again
4 years ago
Timo Kösters
8086bee146
Merge branch 'show-config' into 'next'
...
Add show-config admin command
See merge request famedly/conduit!295
4 years ago
Timo Kösters
b11a3b80bc
Merge branch 'shutdown-msg' into 'next'
...
Log caught Ctrl+C or SIGTERM for operator feedback
See merge request famedly/conduit!319
4 years ago
Timo Kösters
554146f46e
Merge branch 'notify-admin-room-on-user-register' into 'next'
...
Notify admin room for user registrations, deactivations and password changes
See merge request famedly/conduit!318
4 years ago
Timo Kösters
7bc84dc971
Merge branch 'jplatte/up-axum' into 'next'
...
Upgrade axum to 0.5
See merge request famedly/conduit!335
4 years ago
Timo Kösters
d89141100c
Merge branch 'insensitive-login' into 'next'
...
Case insensitive username login
Closes #248
See merge request famedly/conduit!323
4 years ago
Timo Kösters
f9bf465578
Merge branch 'readable' into 'next'
...
Fix security issue.
See merge request famedly/conduit!316
4 years ago
Jonas Platte
3933bd9a8e
Update axum feature set used
4 years ago
Jonas Platte
db0659cb3d
Upgrade axum to 0.5
4 years ago
Timo Kösters
1219535e56
Merge branch 'fix/bad-uid-crash' into 'next'
...
Fix crash when a bad user ID is in the database
See merge request famedly/conduit!334
4 years ago
LordMZTE
4a12a7cbc8
Fix crash when a bad user ID is in the database
...
To my understanding, a bad user ID can sometimes make it into the
database, which lead to a panic prior to this change.
4 years ago
Jonas Zohren
08072d2c8d
Merge branch 'docker/ci-bump-alpine-version' into 'next'
...
chore: Bump alpine version for CI generated docker
See merge request famedly/conduit!333
4 years ago
Jonas Zohren
1ebf417c11
chore: Bump alpine version for CI generated docker
4 years ago
Jonas Zohren
a2a7c61872
Merge branch 'docker-bump-alpine-version' into 'next'
...
chore(docker): Bump alpine (base image) version
Closes #255
See merge request famedly/conduit!330
4 years ago
Jonas Zohren
61277452af
chore(docker): Bump alpine (base image) version
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
b5b8181851
Notify admin room for user registrations, deactivations and password changes
4 years ago
Andrej Kacian
194a85d4c5
Use native root CA certificates for reqwest
4 years ago
kk
a6edf00810
Merge remote-tracking branch 'origin/next' into insensitive-login
...
pulling next into dev branch
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
reti4
8bafdc4623
fixed location of lowercase fn
4 years ago
Jonas Zohren
36a6d724fe
Merge branch 'writable' into 'next'
...
Fix permissions
See merge request famedly/conduit!317
4 years ago
reti4
9385ea0e7c
fmt fix
4 years ago
reti4
9f059ad4c3
make username login case insensitive
4 years ago
TomZ
5c6c6f272c
Fix security issue.
...
The docs state that you need to make the config file _readable_
and then proceeds to make the file writable.
This changes it to make the file to be owned by root and readable by
anyone. This is the default for unix / linux and suggested practice
for files in /etc.
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
Andrej Kacian
3b2b35aab7
Log caught Ctrl+C or SIGTERM for operator feedback
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
Andrej Kacian
196c83939c
Add show-config admin room command
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