.. |
account.rs
|
dedupe some account deactivation steps, remove all profile fields on deactivation
|
2024-09-15 12:08:07 -04:00 |
alias.rs
|
remove unnecessary alias check on deleting room aliases
|
2024-08-29 19:19:20 +00:00 |
appservice.rs
|
add appservice ping client endpoint (MSC2659)
|
2024-08-30 19:38:15 -04:00 |
backup.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
capabilities.rs
|
advertise support for MSC4133 and MSC4175
|
2024-09-08 19:53:33 -04:00 |
config.rs
|
de-global services
|
2024-07-27 09:08:51 +00:00 |
context.rs
|
sync: always include_redundant_members when using element_hacks feature
|
2024-08-07 12:07:01 -04:00 |
device.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
directory.rs
|
dont allow guests to publish to room directories
|
2024-09-14 12:37:29 -04:00 |
filter.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
keys.rs
|
refactor some additional errors
|
2024-08-01 10:58:59 +00:00 |
media.rs
|
add authenticated media client api
|
2024-08-30 08:24:52 +00:00 |
media_legacy.rs
|
relegate legacy media handlers to separate file
|
2024-08-30 08:24:52 +00:00 |
membership.rs
|
dedupe some account deactivation steps, remove all profile fields on deactivation
|
2024-09-15 12:08:07 -04:00 |
message.rs
|
support timestamped appservice messaging
|
2024-08-29 19:19:20 +00:00 |
mod.rs
|
dedupe some account deactivation steps, remove all profile fields on deactivation
|
2024-09-15 12:08:07 -04:00 |
openid.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
presence.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
profile.rs
|
implement generic K-V support for MSC4133, GET/PUT/DELETE
|
2024-09-14 11:16:49 -04:00 |
push.rs
|
attempt to recreate server default push rules more if broken/empty content/etc
|
2024-08-29 19:19:20 +00:00 |
read_marker.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
redact.rs
|
support timestamped appservice messaging
|
2024-08-29 19:19:20 +00:00 |
relations.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
report.rs
|
slightly cleanup and simplify client /report endpoint
|
2024-08-31 12:51:24 -04:00 |
room.rs
|
remove a few unnecessary muts
|
2024-09-09 21:41:57 -04:00 |
search.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
session.rs
|
reduce unnecessary logging on URL preview and event, use sensible error code for URL previews
|
2024-08-29 19:19:20 +00:00 |
space.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
state.rs
|
support timestamped appservice messaging
|
2024-08-29 19:19:20 +00:00 |
sync.rs
|
syncv3: use RoomTypeFilter struct instead of Option<RoomType>
|
2024-09-07 18:09:21 +02:00 |
tag.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
thirdparty.rs
|
add "unstable" endpoint legacy Element Android/iOS seems to call
|
2024-07-10 22:00:46 -04:00 |
threads.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
to_device.rs
|
de-global server_is_ours / user_is_local
|
2024-07-27 08:26:42 +00:00 |
typing.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
unstable.rs
|
implement generic K-V support for MSC4133, GET/PUT/DELETE
|
2024-09-14 11:16:49 -04:00 |
unversioned.rs
|
advertise support for MSC4133 and MSC4175
|
2024-09-08 19:53:33 -04:00 |
user_directory.rs
|
de-global services() from api
|
2024-07-27 07:54:03 +00:00 |
voip.rs
|
implement MSC4166, returning M_NOT_FOUND if no TURN URIs are set
|
2024-08-29 19:19:20 +00:00 |