You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
conduit/src
Guillem Nieto 4b3b562347 Get device_id from body instead of auth data
Device_id was retrieved from the auth data instead of login's body and
this was causing that a new device was created on every login.

This is (I guess) provoking that some sytests are failing (for example,
"POST /login returns the same device_id as that in the request").
4 years ago
..
database feat: access control 4 years ago
client_server.rs Get device_id from body instead of auth data 4 years ago
database.rs feat: media 4 years ago
error.rs feat: image thumbnails 4 years ago
main.rs Add logout route and database methods (#21) 4 years ago
pdu.rs fix: send full state after joining a room 4 years ago
ruma_wrapper.rs feat: proper room creation 4 years ago
server_server.rs feat: end to end encryption 4 years ago
stateres.rs work 4 years ago
test.rs refactor: split database into multiple files, more error handling, cleaner code 4 years ago
utils.rs fix: one time keys are never removed 4 years ago