dendrite/userapi/storage/accounts/sqlite3
Loïck Bonniot 4e8c484618
Implement account deactivation (#1455)
* Implement account deactivation

See #610
Signed-off-by: Loïck Bonniot <git@lesterpig.com>

* Rename 'is_active' to 'is_deactivated'

Signed-off-by: Loïck Bonniot <git@lesterpig.com>

Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-02 17:18:20 +01:00
..
deltas Implement account deactivation (#1455) 2020-10-02 17:18:20 +01:00
account_data_table.go Update all usages of tx.Stmt to sqlutil.TxStmt (#1423) 2020-09-24 11:10:14 +01:00
accounts_table.go Implement account deactivation (#1455) 2020-10-02 17:18:20 +01:00
constraint.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00
constraint_wasm.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00
profile_table.go Update all usages of tx.Stmt to sqlutil.TxStmt (#1423) 2020-09-24 11:10:14 +01:00
storage.go Implement account deactivation (#1455) 2020-10-02 17:18:20 +01:00
threepid_table.go Storage tweaks (#1373) 2020-09-01 11:28:35 +01:00