aboutsummaryrefslogtreecommitdiff
path: root/userapi/userapi_test.go
AgeCommit message (Expand)Author
2022-10-21Set `display_name` and/or `avatar_url` for server notices (#2820)Till
2022-10-18Namespace user API tables (#2806)Neil Alexander
2022-10-10Add regression test for 980fa55846811eeff89f116c49b38b085143c64eNeil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-05Don't use in-memory db for userapi tests (#2417)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-27Add UserAPI storage tests (#2384)Till
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
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
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
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-08-10Configuration format v1 (#1230)Neil Alexander
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-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-15Add bare bones user API (#1127)Kegsay