storj/satellite/console/consoleweb
Moby von Briesen 277612f4ff satellite/console: Update onboarding logic
A row in the new `user_settings` table does not always exist for a user,
even if they have been around for a while.
Since `user_settings` is now what defines the state of a user's
onboarding flow, prior to this fix, even old users would receive the
onboarding flow again.
This change appropriately updates `user_settings` for users who already
have projects, and thus have already gone through the onboarding flow. A
brand new user will still be navigated to the beginning of onboarding.

Change-Id: Ie745d280f6b8094ec60c200c2dca8d018d51f7d1
2023-03-31 05:51:31 -04:00
..
consoleapi satellite/{console,db,analytics}: better warning handling 2023-03-28 14:30:38 +00:00
consoleql satellite/payments/stripecoinpayments: avoid mock cross-talk in tests 2023-03-03 20:20:48 +02:00
consolewebauth satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
config.go satellite/{web, console}: remove old access grant and billing flows 2023-03-27 19:08:35 +00:00
endpoints_test.go satellite/console: Update onboarding logic 2023-03-31 05:51:31 -04:00
server_test.go satellite/console/consoleweb: remove trailing slash from URLs 2023-02-21 19:15:36 +00:00
server.go satellite/{web, console}: remove old access grant and billing flows 2023-03-27 19:08:35 +00:00
utils_test.go satellite/console/consoleweb: Trace HTTP endpoints 2022-07-18 13:27:50 +00:00
utils.go all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00