0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-26 08:18:21 +02:00
dendrite/userapi
S7evinK 1cd525ef0d
Extend device_devices table (#1471)
* Add last_used_ts and IP to database

* Add migrations

* Rename column
Prepare statements

* Add interface method and implement it

Signed-off-by: Till Faelligen <tfaelligen@gmail.com>

* Rename struct fields

* Add user_agent to database

* Add userAgent to registration calls

* Add missing "IF NOT EXISTS"

* use txn writer

* Add UserAgent to Device

Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-09 09:17:23 +01:00
..
api Extend device_devices table (#1471) 2020-10-09 09:17:23 +01:00
internal Extend device_devices table (#1471) 2020-10-09 09:17:23 +01:00
inthttp Implement account deactivation (#1455) 2020-10-02 17:18:20 +01:00
storage Extend device_devices table (#1471) 2020-10-09 09:17:23 +01:00
userapi.go Remove device DB from clientapi (#1352) 2020-08-27 18:53:40 +01:00
userapi_test.go Remove device DB from clientapi (#1352) 2020-08-27 18:53:40 +01:00