Omar López
|
7c749299bb
|
Enforces explicit type imports (#7158)
* Enforces explicit type imports
* Upgrades typescript-eslint
* Upgrades eslint related dependencies
* Update config
* Sync packages mismatches
* Syncs prettier version
* Linting
* Relocks node version
* Fixes
* Locks @vitejs/plugin-react to 1.3.2
* Linting
|
2023-02-16 15:39:57 -07:00 |
Agusti Fernandez Pardo
|
f4fe91396f
|
Improve 2fa: ask for code before account removal and 2fa disabling (#3817)
* fix conflicts
* fix remove separate function and call mutation directly
* feat: add new react-otp-input to enable 2fa flow
* fix: comment out
* fix: remove next-auth 4.9.0 from yarn.lock
* fix: delete account test fill password before submit
* fix: test delete accc
* fix typo in delete acc test
* Update apps/web/components/security/EnableTwoFactorModal.tsx
Co-authored-by: Omar López <zomars@me.com>
* feat: remove react-otp-input reuse TwoFactor
* feat: add center props to TwoFactor
* fix: no v2
* feat: disable 2fa requires 2fa api
* feat: make 2fa required to disable 2fa
* fix: FormEvent instead of SyntheticEvent
* fix: types
* fix: move disable 2fa form to fully use RHF
* fix if (e) e.preventDefault();
* feat: fix remove account
* fix: remove react-otp-input types
* fix: separate onConfirm to add to form handleSubmit
* fix: types e:SyntethicEvent
* fix: types
* fix: import packages lib not web lib
* Update apps/web/components/security/EnableTwoFactorModal.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/components/security/EnableTwoFactorModal.tsx
Co-authored-by: Omar López <zomars@me.com>
* fix: no import from web
* fix: import
* fix: remove duplicate FormEvent
* fix: upgrade ErrorCode imports
* fix profile types totpCode not optional
* fix: build pass
* fix: dont touch test delete-account
* fix: type
* fix: add data-testid to password field
* fix: conflicts w syncServices
* Build fixes
* Fixes delete account e2e test
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-08-31 14:57:53 -06:00 |
Agusti Fernandez Pardo
|
b8b1b9a6d0
|
fix: rate limit auth (#3820)
* fix: rate limit auth
* fix: replace lru-cache w memory-cache
* remove comments
* fix: yarn.lock
* fix: remove changes yarn lock
* fix: add missing EOL empty liune
* fix: move rate limiter so it kicks the last, limit to 10 tries per minute
* fix: move limiter w rest of code
* test: trying fix onboardong
* fix: undo changes in globalSetup.ts
* test: fix disable login for onboarding
* fix: use username instead of email for token check
* fix: tests
* fix: don't run on test
* fix: add missing comma
* fix: remove uniqueTokenPerInterval
* fix: add errorcode to packages lib auth
* Update packages/lib/rateLimit.ts
fix: improve readability
Co-authored-by: Omar López <zomars@me.com>
* Update packages/lib/rateLimit.ts
fix: no unnecessary any
Co-authored-by: Omar López <zomars@me.com>
* Update packages/lib/rateLimit.ts
fix: improve readability
Co-authored-by: Omar López <zomars@me.com>
* fix: rename interval -> intervalInMs
* fix: check user.email not username which could be empty
* fix: rateLimit update all naming
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
|
2022-08-30 13:58:35 -06:00 |
Joe Au-Yeung
|
f5c1c76f0a
|
V2 Settings - Security View (#4018)
* Create change password screen
* Add two factor auth screen
* Add two factor auth screen
* Remove header file
* Updates middleware and rewrites
* Adds Meta component to handle layout headings/metadata (#4021)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
|
2022-08-30 13:46:52 -06:00 |
zomars
|
0bc511a886
|
Migrated cal.com to apps/web
|
2022-02-10 14:22:45 -07:00 |