Timo Kösters
4155a47db1
feat: opentelemetry/jaeger support
5 years ago
Devon Hudson
890187e004
improvement: Handle optional device_id field during login
...
remove debug logging
5 years ago
Devin Ragotzy
164b1633d8
Update ruma to latest, renamed server keys and removed PduStub
5 years ago
Devin Ragotzy
96dd3b2880
Update ruma to latest, fix unstable origin feature in ruma
5 years ago
Timo Kösters
9f8cffcd22
Admin room improvements
5 years ago
Timo Kösters
bcd1fe1856
feat: admin room
5 years ago
Timo Kösters
267c721616
fix: encryption and sync spam
5 years ago
Timo Kösters
1e8fbd8d50
Update ruma version
5 years ago
Timo
4323cf5fec
improvement: device list works better
...
The only situation that isn't working yet is sending `left` events for
users when the sender leaves the room
5 years ago
timokoesters
f40f1d9f75
docs: endpoint documentation
5 years ago
Jonas Platte
75ea0b3163
Update ruma
5 years ago
timokoesters
ce460ea159
fix: send device list updates when user is in no rooms
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
Jonas Platte
09561ccea3
Upgrade ruma
6 years ago
timokoesters
16576d19cd
improvement: only remove to-device events when sure the client received them
...
To make this work, I had to remove the recommended limit of 100
to-device events per /sync
(https://matrix.org/docs/spec/client_server/latest#id72 )
6 years ago
Devin Ragotzy
60381ddcf4
Update to latest ruma/master rev
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
...
This will most likely be the API that is released to crates.io so it
should be fairly stable...
6 years ago
Devin R
7c38e53839
Move to depend on ruma monorepo and ruma-events0.22
6 years ago
the0
b81939841b
feat: account deactivation ( #137 )
...
Deactivation: swap unwrap_or(false) to .ok()?
feat: implement deactivate account route
Implement error code on login to deactivated account
Deactivation: Changes requested
Add missing .clone()
Deactivation: Requested changes
Remove unneeded .filter()
Deactivation: badly named signature leads to confusion
Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/137
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
the0
67a1f21f5d
feat: implement password changing ( #138 )
...
Password: Fixes
Password: Implement logging out all devices except current
Password: Implement password changing
Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/138
Reviewed-by: Timo Kösters <timo@koesters.xyz>
6 years ago
timokoesters
54ad1fbed9
fix: CI
6 years ago
timokoesters
a49a572d76
feat: cross-signing
6 years ago
timokoesters
56d4742201
improvement: log bad database errors automatically
6 years ago
timokoesters
2368a90584
refactor: better error handling
6 years ago
timokoesters
588049678b
refactor: replace DeviceId with str or String
6 years ago
Jonas Platte
7526fd8602
Switch to the ruma meta-crate
6 years ago
timokoesters
b192fddf2f
fix: show device display names
6 years ago
gnieto
0883c44659
Implement devices API ( #20 )
...
small improvements
Cargo fmt
Simplify insert and update methods
Review feedback
Remove has_device method calls
Load all devices with a single db call
Remove device as in logout
Put all metadata on the same tree
Create userdevice key fucntion
Implement devices API
Implement all the devices endpoints. There's a couple of pending tasks:
- Integrate the "logout" logic once it lands to master (this should
remove the given device from the database).
- Track and store last seen timestamp and IP.
Co-authored-by: timokoesters <timo@koesters.xyz>
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
6 years ago
gnieto
ed9b544ace
Implement devices API ( #20 )
...
small improvements
Cargo fmt
Simplify insert and update methods
Review feedback
Remove has_device method calls
Load all devices with a single db call
Remove device as in logout
Put all metadata on the same tree
Create userdevice key fucntion
Implement devices API
Implement all the devices endpoints. There's a couple of pending tasks:
- Integrate the "logout" logic once it lands to master (this should
remove the given device from the database).
- Track and store last seen timestamp and IP.
Co-authored-by: timokoesters <timo@koesters.xyz>
Co-authored-by: Guillem Nieto <gnieto.talo@gmail.com>
6 years ago
timokoesters
4e507ef706
feat: room visibility and aliases
6 years ago
josias
b106d1393b
Add logout route and database methods ( #21 )
...
Condense keys
Move remove methods to remove_device
Code cleanup
Add method for removing todevice events
Remove unnecessary existence checks
Add logout route and database methods
Co-authored-by: Josias <justjosias@tutanota.com>
6 years ago
timokoesters
1014388a9c
fix: one time keys are never removed
6 years ago
timokoesters
42ae433b25
fix: send devicekeyupdate users in /sync
6 years ago
timokoesters
7fc71b3968
feat: end to end encryption
6 years ago
timokoesters
1dbde0e1c1
improvement: add option to get device id from token
6 years ago
timokoesters
551308e9a8
Update dependencies and send displayname updates again
6 years ago
timokoesters
8f67c01efd
refactor: split database into multiple files, more error handling, cleaner code
6 years ago