aboutsummaryrefslogtreecommitdiff
path: root/userapi/userapi.go
AgeCommit message (Expand)Author
2023-11-09Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...Till
2023-10-31Some tweaks for the device list updater (#3251)Till
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-14Remove polylith/API mode (#2967)Till
2022-12-05Enable/Disable internal metrics (#2899)Till
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-10-26Add support for config "auto_join_rooms" (#2823)Neboer
2022-09-27Refactor notifications (#2688)Till
2022-09-09Update getting pushrules, add tests, tweak pushrules (#2705)Till
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)Neil Alexander
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
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