aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/register.go
AgeCommit message (Expand)Author
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-03Fix flaky test in clientapiDevon Hudson
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-03Add user profile tests, refactor user API methods (#3030)Till
2023-02-14Remove polylith/API mode (#2967)Till
2023-02-03Add Sytest/Complement coverage to scheduled runs (#2962)Till
2023-01-10Handle DisplayName field in admin user registration endpoint (#2935)devonh
2022-12-23Add clientapi tests (#2916)Till
2022-12-22Fix reset password endpoint (#2921)Till
2022-11-18Fix registration for virtual hostingNeil Alexander
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-10-28Add hcaptcha support besides Google ReCaptcha (#2834)X. Ding
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-08-26Restrict username length properly (#2676)Neil Alexander
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-06-09Allow "registration is idempotent, with username specified" to pass (#2488)Till
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-04-08Add metrics for internal API requests (#2310)Till
2022-03-28Allow stored session parameters to be overwritten in the registration request...Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-01Only allow device deletion from session UIA was initiated from (#2235)S7evinK
2022-02-25Remember parameters on registration (#2225)S7evinK
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-18Allow preventing guest registration (#2199)Neil Alexander
2022-02-16Add account type (#2171)S7evinK
2021-07-09Implement /_synapse/admin/v1/register (#1911)kegsay
2021-04-15Fix registration error when disabledNeil Alexander
2021-04-09Remove legacy register endpoint (#1822)Kegsay
2021-03-08Return a more useful error on /register spec compliance violation (#1792)Neil Alexander
2021-03-05Tweak AS registration check and AS component HTTP clients (#1785)Neil Alexander
2020-12-18Fix /registerNeil Alexander
2020-12-18Do not check if a username is exclusive if the request is for an appservice i...Will Hunt
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-18Allow = in user identifiers (#1590)bodqhrohro
2020-11-12Fix username regex to allow = character (#1578)Neil Alexander
2020-10-09Extend device_devices table (#1471)S7evinK
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-17Make userapi control account creation entirely (#1139)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-01Fix pg user already exists (#1076)S7evinK
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-04-14support non-exclusive namespaces for AS (#828)mohit kumar singh
2020-03-06bugfix: Fix a race condition when creating guest accounts (#882)Kegsay
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé