aboutsummaryrefslogtreecommitdiff
path: root/userapi
AgeCommit message (Expand)Author
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-19Fix internal http api (#1535)S7evinK
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-12Fix more E2E sytests (#1265)Kegsay
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-10bugfix: when a user's key changes, don't notify everyone on the server (#1253)Kegsay
2020-07-31Fix edge cases around device lists (#1234)Kegsay
2020-07-30Notify clients when devices are deleted (#1233)Kegsay
2020-07-28User directory (#1225)Neil Alexander
2020-07-22Handle inbound federation E2E key queries/claims (#1215)Kegsay
2020-07-21Use TransactionWriter in other component SQLite (#1209)Neil Alexander
2020-07-15Protect User API SQLite calls with mutexes (#1201)Neil Alexander
2020-07-01Fix Yggdrasil gobind build, set display name at registrationNeil Alexander
2020-06-30Remove membership table from account DB (#1172)Kegsay
2020-06-26Implement /sync `limited` and read timeline limit from stored filters (#1168)Kegsay
2020-06-24Hopefully fix databased is locked errors on sqlite account creation (#1162)Kegsay
2020-06-19Fix comment in InputAccountDataRequestNeil Alexander
2020-06-18Refactor account data (#1150)Neil Alexander
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-17Make userapi control account creation entirely (#1139)Kegsay
2020-06-16BREAKING: Make eduserver/appservice use userapi (#1138)Kegsay
2020-06-16Make syncapi use userapi (#1136)Kegsay
2020-06-16Make federationapi use userapi (#1135)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-15Add bare bones user API (#1127)Kegsay