aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage
AgeCommit message (Expand)Author
2022-08-05Fix linter issues (#2624)Till
2022-07-25Update database migrations, remove goose (#2264)Till
2022-05-31Fix #2498 (#2506)Till
2022-05-31Fix `pq: invalid input syntax for integer` when trying to get a numeric local...Till
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-05Update table names for user API stats tableNeil Alexander
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-30Test_Devices, sqlite may return devices in different order, test should still...Brian Meek
2022-04-28Make tests more reliableTill Faelligen
2022-04-27Add UserAPI storage tests (#2384)Till
2022-04-19Change `pushkey_ts` to be seconds (fix #2354) (#2358)Neil Alexander
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-23Fix #2287 by trying to fetch account by lowercase localpart (#2292)S7evinK
2022-03-03Clean old notifications regularly (#2244)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-18Refactor user API storage (#2202)Neil Alexander
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-16Add account type (#2171)S7evinK
2022-02-10Support for `m.login.token` (#2014)tommie
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor
2021-09-08- Removed double imports (#1989)Ryan W
2021-07-28Factor out StatementList to `sqlutil` and use it in `userapi`Kegan Dougal
2021-07-28Alias key backup endpoints onto /unstable, fix key backup bugs (#1947)Neil Alexander
2021-07-27Key Backups (3/3) : Implement querying keys and various bugfixes (#1946)kegsay
2021-07-27Key Backups (2/3) : Add E2E backup key tables (#1945)kegsay
2021-07-27Use db writer on sqlite account table (#1944)kegsay
2021-07-27Key backups (1/2) : Add E2E session backup metadata tables (#1943)kegsay
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-08Make bcrypt cost configurable (#1793)Kegsay
2021-03-02Fix user registration bug (#1777)Neil Alexander
2020-12-21fix imports (#1665)6543
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-20Update last seen on sync requests (#1593)Neil Alexander
2020-11-17Implemented whois endpoint (#1573)David Spenler
2020-10-15Automatically upgrade databases on startup (#1529)Kegsay
2020-10-09Use default value when adding column which is not null (#1501)S7evinK
2020-10-09Extend device_devices table (#1471)S7evinK
2020-10-02Implement account deactivation (#1455)Loïck Bonniot
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
2020-09-04Password changes (#1397)Neil Alexander
2020-09-01Storage tweaks (#1373)Neil Alexander
2020-08-27Remove device DB from clientapi (#1352)Kegsay
2020-08-21Component-wide TransactionWriters (#1290)Neil Alexander
2020-08-19Transaction writer changes, move roomserver writers (#1285)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-31Fix edge cases around device lists (#1234)Kegsay