storj/satellite/console
Bill Thorp b265b7f555 satellite/console: make paywall optional
Add a config so that some percent of users require credit cards /
account balances
in order to create a project or have a promotional coupon applied

UI was updated to match needed paywall status

At this point we decided not to use a field to store if a user is in an
A/B
test, and instead just use math to see if they're in a test.  We decided
to use MD5 (because its in Postgres too) and User UUID for that math.

Change-Id: I0fcd80707dc29afc668632d078e1b5a7a24f3bb3
2020-07-28 10:57:49 +00:00
..
consoleauth all: fix dots 2020-07-16 14:58:28 +00:00
consoleweb satellite/console: make paywall optional 2020-07-28 10:57:49 +00:00
apikeys_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
apikeys.go all: fix dots 2020-07-16 14:58:28 +00:00
auth.go all: fix dots 2020-07-16 14:58:28 +00:00
billinghistoryitem.go satellite/payments: available coupon value feature 2020-06-02 10:00:45 +00:00
database.go satellite/console: use transaction helpers in consoledb 2020-01-07 17:59:10 +00:00
projectmembers_test.go all: remove old uuid 2020-04-02 19:30:36 +03:00
projectmembers.go all: fix dots 2020-07-16 14:58:28 +00:00
projects_test.go satellite: prevents uplink from creating a bucket once it exceeds the max bucket allocation. 2020-07-15 17:27:05 +00:00
projects.go all: fix dots 2020-07-16 14:58:28 +00:00
projectusagelimits.go satellite/console: project usage limits api (#3702) 2019-12-12 14:58:15 +02:00
registrationtoken.go all: fix dots 2020-07-16 14:58:28 +00:00
resetpasswordtoken_test.go all: remove old uuid 2020-04-02 19:30:36 +03:00
resetpasswordtoken.go all: fix dots 2020-07-16 14:58:28 +00:00
service.go satellite/console: make paywall optional 2020-07-28 10:57:49 +00:00
sortdirection.go all: fix comments 2020-07-16 19:13:14 +03:00
usercredits_test.go all: remove old uuid 2020-04-02 19:30:36 +03:00
usercredits.go all: fix dots 2020-07-16 14:58:28 +00:00
users_test.go all: fix dots 2020-07-16 14:58:28 +00:00
users.go all: fix dots 2020-07-16 14:58:28 +00:00
validation.go all: fix dots 2020-07-16 14:58:28 +00:00