aboutsummaryrefslogtreecommitdiff
path: root/userapi/userapi.go
AgeCommit message (Expand)Author
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander
2022-03-03Clean old notifications regularly (#2244)Neil Alexander
2022-03-03Don't open two connections for the userapiTill Faelligen
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-10Support for `m.login.token` (#2014)tommie
2021-03-08Make bcrypt cost configurable (#1793)Kegsay
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-08-27Remove device DB from clientapi (#1352)Kegsay
2020-07-30Notify clients when devices are deleted (#1233)Kegsay
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-15Add bare bones user API (#1127)Kegsay