..
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
capabilities.rs
config.rs
context.rs
fix doc-lazy-continuation
2024-06-16 07:24:51 +00:00
device.rs
directory.rs
fix user directory publishing access controls
2024-07-14 12:06:52 -04:00
filter.rs
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
report.rs
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
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
thirdparty.rs
add "unstable" endpoint legacy Element Android/iOS seems to call
2024-07-10 22:00:46 -04:00
threads.rs
to_device.rs
typing.rs
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