aboutsummaryrefslogtreecommitdiff
path: root/cmd/create-account
AgeCommit message (Expand)Author
2022-12-23Add clientapi tests (#2916)Till
2022-12-01Make `create-account` more verboseNeil Alexander
2022-10-17Return error if we fail to read the response bodyTill Faelligen
2022-10-02Use non-HTTPS as default URL, as most people will be running behind aTill Faelligen
2022-08-23Add timeout parameter & trim URL (#2666)Till
2022-08-16Verify a shared secret is set in `create-account` (#2645)Till
2022-08-12Update `create-account` help textNeil Alexander
2022-08-12Use `/admin/v1/register` in `create-account` (#2484)Till
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-05-12Fix `create-account` with global database settings (#2455)Till
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-03-25Fixes for `create-account` (#2285)S7evinK
2022-03-15Use accountdb with provided config (#2273)S7evinK
2022-02-28Add possibility to reset password using create-account (#2231)S7evinK
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-02-16Add account type (#2171)S7evinK
2021-11-02Fix building on Windows (#2008)S7evinK
2021-06-14Add parameters to specify password (#1868)S7evinK
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-08Make bcrypt cost configurable (#1793)Kegsay
2020-12-03Simplify create-account (#1608)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-10-20fix create-account (#1546)Pika
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-01Fix pg user already exists (#1076)S7evinK
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2019-05-21use go module for dependencies (#594)ruben