Matthias Ahouansou
3171b779c6
feat(media): save user id of uploader
10 months ago
Matthias Ahouansou
19d0ea408c
feat(media): deep hashed directory structure
10 months ago
Matthias Ahouansou
66a14ac802
feat: freeze unauthenticated media
10 months ago
Matthias Ahouansou
70d7f77363
feat(media): use file's sha256 for on-disk name & make directory configurable
...
In addition, metadata about the file, such as creation time, last access, and
file size, are stored in the database
10 months ago
Matthias Ahouansou
937521fcf1
refactor: allow for post-processing on the config
12 months ago
Matthias Ahouansou
7b9ba62b67
correct path on federated media endpoint doc comment
12 months ago
Matthias Ahouansou
a7e6f60b41
Merge branch 'typos' into 'next'
...
ci: check for typos
See merge request famedly/conduit!741
12 months ago
Matthias Ahouansou
2dce87546a
ci: check for typos
12 months ago
Matthias Ahouansou
063d13a0e1
Merge branch 'ruma-exhaustive-env-var' into 'next'
...
switch to env var for enabling ruma exhaustive types
See merge request famedly/conduit!739
1 year ago
Matthias Ahouansou
0d8a4f4d10
switch to env var for enabling ruma exhaustive types
...
this is more reliable than rustflags, since if RUST_FLAGS is set, then this setting would be ignored
1 year ago
Matthias Ahouansou
d0607b6459
chore(ruma): bump
1 year ago
Matthias Ahouansou
244dbbe6dd
Merge branch 'appservice-ping' into 'next'
...
feat(appservice): pinging
See merge request famedly/conduit!738
1 year ago
Matthias Ahouansou
dc5abd6f3b
feat(appservice): pinging
1 year ago
Matthias Ahouansou
b726ccaab8
chore(ruma): upgrade
1 year ago
Matthias Ahouansou
4dc15a4605
refactor: set send_request matrix versions in a single constant
1 year ago
Matthias Ahouansou
42d8e88c74
Merge branch 'membership-refactor' into 'next'
...
feat: leaving over federation & knocking
Closes #54 , #56 , and #431
See merge request famedly/conduit!728
1 year ago
Matthias Ahouansou
21af83ea72
feat: knocking
...
You may notice that we do no database migration for populating the state cache for knocking.
This is because that in all the places where we use the state cache, it doesn't make a difference:
- For local users, the clients wouldn't have been able to knock on rooms, as the `/knock`
endpoint wasn't implemented yet, and I am not aware of any client which tries to knock over
`/state`, as it would fail if the server is not currently in the room
- It is not used for remote users
1 year ago
Matthias Ahouansou
f4d90e9989
refactor: move duplicate code and some other small optimizations
1 year ago
Matthias Ahouansou
8acacdebc8
chore: bump ruma & rust
1 year ago
Matthias Ahouansou
d0c1b920ae
feat(federation): implement /make_leave and /send_leave
1 year ago
Matthias Ahouansou
ca76e92abd
refactor federation membership handshake endpoints, reducing duplication
1 year ago
Matthias Ahouansou
3bbf2cda3e
Merge branch 'enforce-valid-keys-uploaded' into 'next'
...
fix: check that keys uploaded by clients are valid
See merge request famedly/conduit!737
1 year ago
Matthias Ahouansou
be3187fda7
fix: check that keys uploaded by clients are valid
...
clients uploading invalid keys can cause errors later when trying to add signatures
1 year ago
Matthias Ahouansou
a3386f405e
Merge branch 'restricted-make-send-join' into 'next'
...
feat: support /make_join and /send_join for restricted rooms
Closes #393 and #380
See merge request famedly/conduit!618
1 year ago
Matthias Ahouansou
5b47e0f3d4
Merge branch 'clearer-error-content-disposition-migration' into 'next'
...
make error if content disposition migration fails clearer, as well as logging the name of the responsible file
See merge request famedly/conduit!736
1 year ago
Matthias Ahouansou
86b6551dee
make error if content disposition migration fails clearer, as well as logging the name of the responsible file
1 year ago
Matthias Ahouansou
55ec39c47e
feat(federation): support /make_join and /send_join for restricted rooms
1 year ago
Matthias Ahouansou
4942cc8e55
refactor: remove unecessery async
1 year ago
Matthias Ahouansou
fdfc5cbf7c
Merge branch 'upgrade-ruma' into 'next'
...
chore: upgrade ruma
Closes #487
See merge request famedly/conduit!735
1 year ago
Matthias Ahouansou
2a7aa6242f
chore: upgrade ruma
1 year ago
Matthias Ahouansou
406367b4f2
chore: upgrade rust
...
this is needed for recent versions of ruma
1 year ago
Matthias Ahouansou
3686f6d260
remove unused backends
...
they have been disabled for a long time, and are unlikely to ever make a comeback
1 year ago
Matthias Ahouansou
e20dd1469a
Merge branch 'error-parse-image-thumbnail' into 'next'
...
fix(media): return an error when content is failed to be parsed as an image
See merge request famedly/conduit!734
1 year ago
Matthias Ahouansou
30855cef81
fix(media): return an error when content is failed to be parsed as an image
1 year ago
Matthias Ahouansou
7963a9d23f
Merge branch 'turn-config' into 'next'
...
feat(turn): move config to table & error when no config is set
See merge request famedly/conduit!733
1 year ago
Matthias Ahouansou
dbc1daaefb
feat(turn): move config to table & error when no config is set
1 year ago
Matthias Ahouansou
e952522a39
Merge branch 'Glandos-next-patch-05490' into 'next'
...
nginx uses $host instead of $http_host
See merge request famedly/conduit!727
1 year ago
Matthias Ahouansou
ca9a50fa8d
Merge branch 'next' into 'next'
...
replace archived 'crates' with 'dependi'
See merge request famedly/conduit!721
1 year ago
Glandos
8e52ff7560
nginx uses $host instead of $http_host
...
See https://trac.nginx.org/nginx/ticket/2468#comment:1
1 year ago
Matthias Ahouansou
12ada1c86a
Merge branch 'federation-hierarchy' into 'next'
...
feat(spaces): hierarchy over federation
Closes #410 and #394
See merge request famedly/conduit!598
1 year ago
Matthias Ahouansou
ea27da8293
Merge branch 'config_tables_with_env_vars' into 'next'
...
re-add well-known table, while still allowing individual values to be set with...
See merge request famedly/conduit!726
1 year ago
Matthias Ahouansou
56a51360e0
feat(spaces): hierarchy over federation
...
fix(spaces): deal with hierarchy recursion
fix(spaces): properly handle max_depth
refactor(spaces): token scheme to prevent clients from modifying max_depth and suggested_only
perf(spaces): use tokens to skip to room to start populating results at
feat(spaces): request hierarchy from servers in via field of child event
1 year ago
Matthias Ahouansou
de323cbecb
re-add well-known table, while still allowing individual values to be set with env vars without double underscores
1 year ago
Andrey Sidorkin
bd771b6fa5
Merge branch conduit:next into next
1 year ago
Matthias Ahouansou
a9ff97e527
Merge branch 'quiet-content-disposition' into 'next'
...
fix: remove content-disposition debug prints
See merge request famedly/conduit!725
1 year ago
Laurențiu Nicola
a2b72f48b9
fix: remove content-disposition debug prints
1 year ago
Timo Kösters
3c93c81204
Merge branch 'docs' into 'next'
...
fix: config options for well_known have changed
Closes #474
See merge request famedly/conduit!723
1 year ago
Timo Kösters
6767ca8bc8
fix: config options for well_known have changed
1 year ago
Timo Kösters
f8d7ef04e6
Merge branch 'bump' into 'next'
...
Bump version
See merge request famedly/conduit!722
1 year ago
Timo Kösters
892fb8846a
Bump version
1 year ago