storj/satellite/console
Vitalii 594b0933f1 satellite/console: PendingBotVerification status for users with high captcha score
Added new captcha score cutoff threshold config value (default is 0.8).
Added new user status PendingBotVerification which is applied right after account activation if signup captcha score is above threshold.
Restricted project creation/joining if user's status is PendingBotVerification.

Issue:
https://github.com/storj/storj-private/issues/503

Change-Id: I9fa9932ffad48ea4f5ce8235178bd4af45a1bc48
2023-12-01 15:09:01 +02:00
..
consoleauth satellite/console/dbcleanup: make chore clean up webapp sessions 2023-06-29 09:53:18 +00:00
consolewasm satellite/console/consolewasm: no direct cast to grant.Permission 2023-09-07 13:27:53 +03:00
consoleweb satellite/console: PendingBotVerification status for users with high captcha score 2023-12-01 15:09:01 +02:00
dbcleanup satellite/console/dbcleanup: make chore clean up webapp sessions 2023-06-29 09:53:18 +00:00
emailreminders satellite/console: implement account activation with code 2023-11-29 13:06:37 +00:00
restkeys satellite: Rename "acct mgmt api" to "rest api" 2022-04-25 18:51:46 +00:00
userinfo satellite/console: return card from AddCreditCard 2023-02-21 20:48:15 +00:00
wasm {satellite/console,web/satellite}: get project salt from satellite 2022-10-12 19:06:27 +00:00
accountfreezes_test.go satellite/{console/payment}: wrap freeze code in transactions 2023-11-15 20:40:54 +00:00
accountfreezes.go satellite/admin: add endpoints to legal freeze/unfreeze users 2023-11-20 11:23:23 +00:00
apikeys_test.go satellite/{console, db}: endpoint to get all API key names by project ID 2023-06-13 13:52:30 +00:00
apikeys.go satellite/{console, db}: endpoint to get all API key names by project ID 2023-06-13 13:52:30 +00:00
attribution_test.go satellite: Remove remaining references to "partner ID" 2023-04-19 15:37:10 +00:00
billinghistoryitem.go satellite/{console,consoleweb,consoleapi}: add new endpoint for paged invoices 2023-08-28 23:24:12 +00:00
captcha_test.go satellite: don't use fmt.Print in tests 2023-09-12 15:11:02 +03:00
captcha.go console/satellite: track signup captcha scores 2022-08-23 10:13:49 +00:00
config.go satellite/console: PendingBotVerification status for users with high captcha score 2023-12-01 15:09:01 +02:00
database.go satellite/{console,satellitedb}: add methods for project invite table 2023-04-26 11:26:12 -05:00
mail.go satellite/{console,emails}: add activation code email 2023-11-22 10:01:27 +00:00
mfa.go satellite/console: add alt code protected MFA recovery endpoint 2023-09-18 16:07:43 +00:00
observerpayinvoicewithtokens.go satellite/{payment,console,analytics} extend freeze functionality for violation freeze 2023-10-10 18:39:29 +00:00
observerupgradeuser.go satellite/payments: extend billing chore functionality to upgrade user 2023-07-18 13:15:02 +03:00
projectinvitations.go satellite/console/dbcleanup: remove project invite cleanup 2023-06-23 21:15:36 +00:00
projectmembers_test.go satellite/{console,satellitedb}: clean up obsolete project member code 2023-06-13 22:13:04 +00:00
projectmembers.go satellite/console: get project members endpoint 2023-08-08 14:10:29 -04:00
projects_test.go satellite/{admin,console}: Move tests 2021-10-01 12:25:37 +00:00
projects.go satellite/{admin,console,satellitedb}: fix geofence removal 2023-10-04 16:14:29 +00:00
projectusagelimits.go satellite/console: update project usage-limits endpoint to also return buckets count/limit 2023-11-16 00:08:59 +00:00
registrationtoken.go all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
request.go satellite/console: integrate sessions into satellite UI 2022-06-13 08:02:02 +00:00
resetpasswordtoken_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
resetpasswordtoken.go all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
service_test.go satellite/console: PendingBotVerification status for users with high captcha score 2023-12-01 15:09:01 +02:00
service.go satellite/console: PendingBotVerification status for users with high captcha score 2023-12-01 15:09:01 +02:00
sortdirection.go all: fix comments 2020-07-16 19:13:14 +03:00
users_test.go satellite/admin: list users pending deletion 2023-10-30 19:11:16 +00:00
users.go satellite/console: PendingBotVerification status for users with high captcha score 2023-12-01 15:09:01 +02:00
validation.go mod: bump storj.io/common 2023-02-03 16:49:41 +02:00