Commit Graph

2375 Commits (restricted-make-send-join)
 

Author SHA1 Message Date
Awiteb b48e1300f2
chore(docs): Rename configuration section to `Configuration` 3 months ago
Timo Kösters 1474b94db6 Merge branch 'disable-federation-router' into 'next'
refactor: disable federation at the router level

See merge request famedly/conduit!629
3 months ago
Charles Hall e19e6a4bff Merge branch 'default-room-version-10' into 'next'
chore(config): bump default room version to v10

See merge request famedly/conduit!628
3 months ago
Timo Kösters 95f5c61843 Merge branch 'remove-default-database-config' into 'next'
chore: remove default database backend

See merge request famedly/conduit!636
3 months ago
Matthias Ahouansou 4b288fd22f
chore: remove default database backend
has been sqlite for far too long, and having a default for this is just asking for trouble
3 months ago
Valentin Lorentz 2d8c551cd5 Fix doc 3 months ago
Valentin Lorentz eb6801290b Document copy_redacts 3 months ago
Matthias Ahouansou 7a7c09785e feat(pdu): copy top level redact to content and vice versa 3 months ago
Timo Kösters d22bf5182b Merge branch 'token-auth-fixes' into 'next'
Token auth fixes

Closes #430

See merge request famedly/conduit!633
3 months ago
Matthias Ahouansou 54e0e2a14c
fix(appservices): don't use identity assertion on account management endpoints 3 months ago
Matthias Ahouansou 475a68cbb9
refactor: disable federation at the router level 3 months ago
Matthias Ahouansou 92817213d5 Add missing import 3 months ago
Matthias Ahouansou ab8592526f Replace panic!() with unreachable!() 3 months ago
Matthias Ahouansou 561a103140
chore(config): bump default room version to v10 3 months ago
Val Lorentz b5e21f761b Merge branch 'next' into 'room-v11'
# Conflicts:
#   src/service/rooms/timeline/mod.rs
#   src/utils/error.rs
3 months ago
Matthias Ahouansou 9e6ce8326f Remove TODO 3 months ago
Matthias Ahouansou e88d137bd7 Replace panic!() with unreachable!() 3 months ago
Charles Hall 7f63948db9 Merge branch 'version-extra' into 'next'
allow including extra info in `--version` output

See merge request famedly/conduit!601
3 months ago
Timo Kösters f16bff2466 Merge branch 'user_can_membership' into 'next'
refactor(state_accessor): add method to check if a user can invite another user

See merge request famedly/conduit!621
3 months ago
Timo Kösters e8796d6bf9 Merge branch 'admin-check-remote-users' into 'next'
fix: do not allow administration of remote users

Closes #377

See merge request famedly/conduit!614
3 months ago
Matthias Ahouansou fe78cc8262
refactor(state_accessor): add method to check if a user can invite another user 3 months ago
Timo Kösters 03f9c888f0 Merge branch 'remove-join_authorized_via_users_servers' into 'next'
fix(membership): remove join_authorized_via_users_server field on state update

See merge request famedly/conduit!619
3 months ago
Matthias Ahouansou 2c73c3adbb
fix(sync): send phoney leave event where room state is unknown on invite rejection 3 months ago
Matthias Ahouansou 9497713a79
fix(membership): check if server is in room to decide whether to do remote leaves 3 months ago
Matthias Ahouansou 110b7e10e6
fix: do not allow administration of remote users 3 months ago
Timo Kösters 6c3ce71304 Merge branch 'dont-expect-reqwest-http-request' into 'next'
fix: do not expect that all http requests are valid reqwest requests

Closes #396

See merge request famedly/conduit!611
3 months ago
Matthias Ahouansou fb4217486f
feat(membership): check if user already has the membership that is requested to be set 3 months ago
Charles Hall dc23206e27 Merge branch 'nix-0.28' into 'next'
chore: upgrade nix to 0.28

See merge request famedly/conduit!615
3 months ago
Matthias Ahouansou 0f6b771cdd
fix(membership): remove join_authorized_via_users_server field on state update 3 months ago
Timo Kösters 24e9c99d47 Merge branch 'no-auth-ignore-token' into 'next'
fix: ignore access tokens where they are not needed

See merge request famedly/conduit!617
3 months ago
Matthias Ahouansou 0d62c9de7c
fix: ignore access tokens where they are not needed 3 months ago
Timo Kösters 33fb32be9a Merge branch 'srv-matrix-fed-record' into 'next'
feat: use _matrix-fed._tcp SRV record, fallback to _matrix._tcp

See merge request famedly/conduit!616
3 months ago
Matthias Ahouansou e38af9b7fc
feat: use _matrix-fed._tcp SRV record, fallback to _matrix._tcp 3 months ago
Matthias Ahouansou 1c529529aa
chore: upgrade nix to 0.28
needed for musl targets on s390x
3 months ago
Timo Kösters cf1e7bc1ed Merge branch 'unregister-fail-id-not-found' into 'next'
fix: return error when trying to unregister unknown appservice id

See merge request famedly/conduit!610
3 months ago
Matthias Ahouansou 3ce3d13378
fix: do not expect that all http requests are valid reqwest requests 3 months ago
Matthias Ahouansou 11612e347d
fix: return error when trying to unregister unknown appservice id 3 months ago
Timo Kösters 7aa70e2030 Merge branch 'error-appservice-token-auth' into 'next'
fix: reject requests with authentication when not used

Closes #430

See merge request famedly/conduit!608
3 months ago
Timo Kösters 71546a9fb7 Merge branch 'registration_appservice_token_check' into 'next'
fix: reject /register requests when there is no token and the type is appservice

Closes #430

See merge request famedly/conduit!609
3 months ago
Matthias Ahouansou 5c634ceb6b
fix: reject requests with authentication when not used 3 months ago
Matthias Ahouansou 8d70f69e62
fix: reject /register requests when there is no token and the type is appservice 3 months ago
Timo Kösters 9176474513 Merge branch 'ruma-registration-type' into 'next'
fix: don't panic if registration url is empty

See merge request famedly/conduit!583
4 months ago
Matthias Ahouansou b20483aa13
refactor(appservices): avoid cloning frequently 4 months ago
Matthias Ahouansou 5c650bb67e
refactor: use BTreeMap for cached registration info 4 months ago
Timo Kösters b11855e7a1 Merge branch 'performance' into 'next'
improvement: do not save typing edus in db

See merge request famedly/conduit!597
4 months ago
Timo Kösters 1fb5bcf98f
improvement: registration token now only works when registration is enabled 4 months ago
lafleur 34e0e710cb
add registration_token in default cfg and README 4 months ago
Timo Kösters 0bb28f60cf
refactor: minor appservice code cleanup 4 months ago
Timo Kösters d2817679e5
refactor: remove previous typing implementation and add sync wakeup for new one 4 months ago
Timo Kösters 6bd7ff4917
improvement: do not save typing edus in db 4 months ago