..
account.rs
add client IP and user logging on join, remove unnecessary Option
2024-07-10 22:00:46 -04:00
alias.rs
diffuse get_alias_helper into services::rooms::alias
2024-06-30 18:02:16 +00:00
backup.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
capabilities.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
config.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
context.rs
fix doc-lazy-continuation
2024-06-16 07:24:51 +00:00
device.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
directory.rs
fix user directory publishing access controls
2024-07-14 12:06:52 -04:00
filter.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
keys.rs
abstract expoential backoff to math utils.
2024-07-08 22:02:09 +00:00
media.rs
rename FileMeta::file to Option<content>
2024-07-16 02:39:49 +00:00
membership.rs
reduce RoomVersionId patterns
2024-07-14 11:31:39 +00:00
message.rs
move mutex maps out of globals into respective service
2024-07-13 21:20:05 +00:00
mod.rs
add /openid/request_token and /openid/userinfo routes
2024-07-03 11:30:11 -04:00
openid.rs
add /openid/request_token and /openid/userinfo routes
2024-07-03 11:30:11 -04:00
presence.rs
add harmless check for presence PUT matching sender user
2024-07-24 01:41:25 -04:00
profile.rs
move mutex maps out of globals into respective service
2024-07-13 21:20:05 +00:00
push.rs
fix needless pass by value
2024-06-30 18:02:16 +00:00
read_marker.rs
fix needless pass by value
2024-06-30 18:02:16 +00:00
redact.rs
move mutex maps out of globals into respective service
2024-07-13 21:20:05 +00:00
relations.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
report.rs
Fix equatable if let
2024-06-09 20:06:50 +00:00
room.rs
reduce RoomVersionId patterns
2024-07-14 11:31:39 +00:00
search.rs
fix nightly clippy lint
2024-07-01 00:14:16 -04:00
session.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
space.rs
fix as conversions
2024-07-08 22:02:09 +00:00
state.rs
move mutex maps out of globals into respective service
2024-07-13 21:20:05 +00:00
sync.rs
elaborate error macro and apply at various callsites
2024-07-14 11:31:39 +00:00
tag.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
thirdparty.rs
add "unstable" endpoint legacy Element Android/iOS seems to call
2024-07-10 22:00:46 -04:00
threads.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
to_device.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
typing.rs
rename api::client_server to api::client
2024-06-06 18:21:40 +00:00
unstable.rs
move RumaResponse out of core Error; cleanup Error conversions.
2024-07-08 22:02:10 +00:00
unversioned.rs
pre-format version strings
2024-06-30 18:02:16 +00:00
user_directory.rs
fix doc-lazy-continuation
2024-06-16 07:24:51 +00:00
voip.rs
add config option to allow guests to access TURN server
2024-06-07 15:09:59 -04:00