339 Commits (88c60605b457d0163b0b8d427e51cd07b0dd1f4c)

Author SHA1 Message Date
Devin Ragotzy 25c0e75f29 Cargo fmt 5 years ago
Devin Ragotzy 8aac332b3a Move ignore invite logic into update_member 5 years ago
Devin Ragotzy f2fab27d81 Implement filtering invites if sender is ignored by receiver 5 years ago
timokoesters 52b1df6fd2
improvement: handle limit and set limited in /user_directory/search 5 years ago
timokoesters ce460ea159
fix: send device list updates when user is in no rooms 5 years ago
timokoesters b67372b11b
refactor: make all mods in database pub 5 years ago
Devin Ragotzy d948f896c0
Turn append_pdu args into struct PduBuilder 5 years ago
Devin Ragotzy 1c6f211933
Create media::FileMeta to represent a file and meta data 5 years ago
Devin Ragotzy 2da48b941d
Convert all map_err -> expect when deserializing to Raw 5 years ago
Devin Ragotzy 62df9ca580
Fix all clippy warnings, shorten line len in client_server 5 years ago
timokoesters e0d0fb4703
fix: only send device_one_time_keys_count when there are updates 5 years ago
timokoesters 66bc25fcd3
feat: implement /keys/changes 5 years ago
timokoesters 0693387769
improvement: more efficient /sync and only send device updates when sharing a room 5 years ago
timokoesters d891bbb5dc
improve: presence 5 years ago
timokoesters 05f9d927b8
fix: account data 5 years ago
timokoesters 21eb8d4fe3
fix: problems with pdu serialization 5 years ago
timokoesters dd3dab39ae
feat: whoami route 5 years ago
timokoesters 489cbc0a93
refactor: use <_> instead of <_parameter_name> 5 years ago
gnieto cc411c530b Fix custom account data serialization (#165) 5 years ago
Devin Ragotzy e6a1b0b66f
Add cfg_attr gate to server_server endpoints 6 years ago
Devin Ragotzy 42e0102a2a
Conditionally emit rocket::http_verb attr macros if lib/bin 6 years ago
CapsizeGlimmer 4d4969862a
Implement /rooms/<room_id>/joined_members 6 years ago
CapsizeGlimmer 8fcf8e20b8
fix MR 153 requests; cargo fmt 6 years ago
CapsizeGlimmer fa2da9e048
Implement max_request_size config option 6 years ago
timokoesters 808a7deae3
cargo fmt 6 years ago
timokoesters dc5fb7e33a
feat: encryption_disabled config option 6 years ago
gnieto 5a8705bd25 Add room tags (#140) 6 years ago
timokoesters b7df8fe83c
fix: stop /messages at `to` 6 years ago
Jonas Platte 09561ccea3
Upgrade ruma 6 years ago
timokoesters 16576d19cd
improvement: only remove to-device events when sure the client received them 6 years ago
Devin Ragotzy 87fd432527 Refactor account_data to be more similar to other endpoints 6 years ago
Devin Ragotzy 60381ddcf4 Update to latest ruma/master rev 6 years ago
aura 630196f0a3 Implement get_joined_rooms (#155) 6 years ago
timokoesters d8e1248df6
improvement: switch to stable rust 6 years ago
Devin R 84d47da392 Simplify deserialization and deconstruction for Responses 6 years ago
Devin R 33bc666859 Use sync ephemeral events in sync Resposne (remove room_id) 6 years ago
Devin R 9a993fa7c1 Convert Pdu to a validated ruma type when calling to_*_event 6 years ago
Devin R 75959cdc10 Resolve stying review issues 6 years ago
Devin R 029c60be78 Replace to_string into_boxed_str with into 6 years ago
Devin R d02685a4fd Update to latest ruma/ruma commit 6 years ago
Devin R 63e23154f3 Rebase with key backups and cross signing 6 years ago
Devin R 84dcb885a7 Return correct Errors and replace panic, fix misc review issues 6 years ago
Devin R 24b6702047 Add to_*_event_stub methods to pdu, filter for correct event kind 6 years ago
Devin R 7c38e53839 Move to depend on ruma monorepo and ruma-events0.22 6 years ago
Timo Kösters b9de21949d Update to rocket master (#147) 6 years ago
the0 469071e105 feat: implement /event (#144) 6 years ago
CapsizeGlimmer 76aa44ead3 Add logout/all route to main 6 years ago
CapsizeGlimmer 7c2144c6d7 Implement /logout/all 6 years ago
the0 b81939841b feat: account deactivation (#137) 6 years ago
the0 67a1f21f5d feat: implement password changing (#138) 6 years ago