aboutsummaryrefslogtreecommitdiff
path: root/userapi/internal
AgeCommit message (Expand)Author
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
2021-07-27Key Backups (2/3) : Add E2E backup key tables (#1945)kegsay
2021-07-27Key backups (1/2) : Add E2E session backup metadata tables (#1943)kegsay
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-03Send events to appservice based on room membership (#1680)Will Hunt
2021-03-03Don't return error when account conflict is handled gracefully (#1782)Neil Alexander
2021-03-02Return the current OTK count on an empty upload request (#1774)Neil Alexander
2021-03-02Fix user registration bug (#1777)Neil Alexander
2021-01-04Ensure appservices can auth as users in their namespaces (#1672)Jason Robinson
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-20Update last seen on sync requests (#1593)Neil Alexander
2020-10-09Extend device_devices table (#1471)S7evinK
2020-10-02Implement account deactivation (#1455)Loïck Bonniot
2020-09-04Password changes (#1397)Neil Alexander
2020-08-27Remove device DB from clientapi (#1352)Kegsay
2020-08-12Fix more E2E sytests (#1265)Kegsay
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-01Fix Yggdrasil gobind build, set display name at registrationNeil Alexander
2020-06-18Refactor account data (#1150)Neil Alexander