dendrite/userapi/storage/accounts/sqlite3
Neil Alexander 9e4618000e
Alias key backup endpoints onto /unstable, fix key backup bugs (#1947)
* Default /unstable requests to stable endpoints if not overridden specifically with a custom route

* Rewrite URL

* Try something different

* Fix routing manually

* Fix selectLatestVersionSQL

* Don't return 0 if no backup version exists

* Log more useful error

* fix up replace keys check

* Don't enforce uniqueness on e2e_room_keys_versions_idx

Co-authored-by: kegsay <kegan@matrix.org>
2021-07-28 10:25:45 +01:00
..
deltas Automatically upgrade databases on startup (#1529) 2020-10-15 18:09:41 +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 Automatically upgrade databases on startup (#1529) 2020-10-15 18:09:41 +01:00
constraint_wasm.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00
key_backup_table.go Alias key backup endpoints onto /unstable, fix key backup bugs (#1947) 2021-07-28 10:25:45 +01:00
key_backup_version_table.go Alias key backup endpoints onto /unstable, fix key backup bugs (#1947) 2021-07-28 10:25:45 +01:00
openid_table.go Implement OpenID module (#599) (#1812) 2021-04-07 13:26:20 +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 Alias key backup endpoints onto /unstable, fix key backup bugs (#1947) 2021-07-28 10:25:45 +01:00
threepid_table.go Storage tweaks (#1373) 2020-09-01 11:28:35 +01:00