1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00
conduit/src/api/client_server
mikoto a888c7cb16
OpenID routes
Co-Authored-By: Matthias Ahouansou <matthias@ahouansou.cz>
2024-05-28 15:39:19 +01:00
..
account.rs feat(appservice): ensure users/aliases outside of namespaces are not accessed 2024-04-24 19:51:28 +01:00
alias.rs feat(appservice): ensure users/aliases outside of namespaces are not accessed 2024-04-24 19:51:28 +01:00
backup.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
capabilities.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
config.rs Bump Ruma 2023-03-18 15:03:56 +01:00
context.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
device.rs chore: bump rust 2024-05-05 13:27:56 +01:00
directory.rs log room ID for invalid room topic event errors 2023-08-03 08:54:47 -10:00
filter.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
keys.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
media.rs fix: make media response match spec 2024-05-06 20:05:51 +02:00
membership.rs fix(membership): always set reason & allow new events if reason changed 2024-05-05 15:28:18 +01:00
message.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
mod.rs OpenID routes 2024-05-28 15:39:19 +01:00
openid.rs OpenID routes 2024-05-28 15:39:19 +01:00
presence.rs don't panic on missing presence status for a user 2023-12-23 21:01:01 -08:00
profile.rs fix(membership): remove join_authorized_via_users_server field on state update 2024-04-03 22:46:47 +01:00
push.rs Always return an error if a push rule is not found 2023-03-18 15:03:57 +01:00
read_marker.rs feat: ask for backfill 2023-03-13 10:39:17 +01:00
redact.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
relations.rs fix cargo clippy lints 2024-01-24 07:22:37 -08:00
report.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
room.rs feat(appservice): ensure users/aliases outside of namespaces are not accessed 2024-04-24 19:51:28 +01:00
search.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
session.rs feat(appservice): ensure users/aliases outside of namespaces are not accessed 2024-04-24 19:51:28 +01:00
space.rs feat: space hierarchies 2023-07-02 22:12:06 +02:00
state.rs refactor: use async-aware RwLocks and Mutexes where possible 2024-03-05 14:23:59 +00:00
sync.rs fix(sync): send phoney leave event where room state is unknown on invite rejection 2024-04-06 14:12:18 +01:00
tag.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
thirdparty.rs WIP: Upgrade Ruma 2022-12-16 11:57:32 +01:00
threads.rs feat: WIP relationships and threads 2023-06-25 19:40:33 +02:00
to_device.rs Bump Ruma 2023-03-18 15:03:56 +01:00
typing.rs refactor: remove previous typing implementation and add sync wakeup for new one 2024-03-22 08:24:17 +01:00
unversioned.rs feat: support hosting .well-known from Conduit 2024-05-02 09:26:43 +01:00
user_directory.rs improvement: use simpler rocksdb config 2024-03-21 15:04:40 +01:00
voip.rs update base64 to 0.21.2 2023-08-01 14:48:50 -10:00
well_known.rs feat: support hosting .well-known from Conduit 2024-05-02 09:26:43 +01:00