1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-21 18:11:07 +00:00
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").
2020-05-26 21:06:54 +02:00
..
database feat: access control 2020-05-25 16:40:00 +02:00
client_server.rs Get device_id from body instead of auth data 2020-05-26 21:06:54 +02:00
database.rs feat: media 2020-05-18 22:50:42 +02:00
error.rs feat: image thumbnails 2020-05-19 19:59:52 +02:00
main.rs Add logout route and database methods (#21) 2020-05-24 22:10:09 +02:00
pdu.rs fix: send full state after joining a room 2020-04-29 12:19:09 +02:00
ruma_wrapper.rs feat: proper room creation 2020-05-25 16:39:58 +02:00
server_server.rs feat: end to end encryption 2020-05-17 19:56:40 +02:00
stateres.rs work 2020-04-29 10:27:31 +02:00
test.rs refactor: split database into multiple files, more error handling, cleaner code 2020-05-03 21:44:48 +02:00
utils.rs fix: one time keys are never removed 2020-05-23 19:17:55 +02:00