aboutsummaryrefslogtreecommitdiff
path: root/userapi/internal
AgeCommit message (Expand)Author
2024-08-16Implement MSC3916 (#3397)Till
2024-07-27Fix nil pointer derefernce issues (#3379)Till
2024-01-20Don't send device list updates upon registration (#3307)Till
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-10-23Tweaks around the device list updater (#3227)Till
2023-09-12Fix `user_id` query param breaking auth for non-appservices (#3196)Tulir Asokan
2023-06-22feat: admin APIs for token authenticated registration (#3101)santhoshivan23
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-04-28Add key backup tests (#3071)Till
2023-04-28Remove `PerformError` (#3066)Till
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-14Add pushrules tests (#3044)Till
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-04-03Add user profile tests, refactor user API methods (#3030)Till
2023-03-31Add CS API device tests (#3029)Till
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-20Fix issue where device keys are removed if a device ID is reused (#2982)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2022-12-22Handle guest access [1/2?] (#2872)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-10-26Add support for config "auto_join_rooms" (#2823)Neboer
2022-10-21Set `display_name` and/or `avatar_url` for server notices (#2820)Till
2022-10-10Stronger passwordless account checks (fixes #2780)Neil Alexander
2022-09-30Remove SendAccountData, since InputAccountData is already doing thatTill Faelligen
2022-09-27Refactor notifications (#2688)Till
2022-09-09Update getting pushrules, add tests, tweak pushrules (#2705)Till
2022-09-01Refactor appservices component (#2687)Neil Alexander
2022-08-12Use `/admin/v1/register` in `create-account` (#2484)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-07-25Make the User API responsible for sending account data output events (#2592)Neil Alexander
2022-06-29Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)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-04-25Use provided filter for account_data (#2372)Till
2022-04-19Use unix not secondKegan Dougal
2022-04-19Change `pushkey_ts` to be seconds (fix #2354) (#2358)Neil Alexander
2022-03-28Fix account availability on registerNeil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
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-12-03Add missing HTTP mode for userapi (#1982)S7evinK
2021-09-08- Removed double imports (#1989)Ryan W
2021-08-18Delete device keys/signatures from key server when deleting devices (#1979)Neil Alexander
2021-07-27Key Backups (3/3) : Implement querying keys and various bugfixes (#1946)kegsay