Zai Shi
747e0ebbbe
added openid to facebook
2024-09-16 14:26:29 -07:00
Zai Shi
7d84ad1225
chore: update package versions
2024-09-16 13:54:07 -07:00
Zai Shi
da0112ca5a
fixed google oauth
2024-09-16 13:48:29 -07:00
Zai Shi
f61d23ce7e
added facebook profile image url
2024-09-15 15:04:28 -07:00
Zai Shi
f8258af7aa
Apple OAuth ( #250 )
...
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
* added apple oauth
* fixed oauth callback
* removed unused
* added apple icon
* fixed bugs
* fixed apple oauth
* added id token, apple login works
* fixed facebook
* removed no pkce for apple
* fixed mock oauth
2024-09-15 02:50:06 +02:00
Konstantin Wohlwend
6e535453bd
chore: update package versions
2024-09-14 17:03:01 -07:00
Zai Shi
5977262329
Added Linkedin OAuth ( #249 )
...
Co-authored-by: Manoj Kumar <ms8460149@gmail.com>
2024-09-14 22:49:26 +02:00
Zai Shi
b9e2486f52
Improved "sign up enabled" UX ( #245 )
...
* added signUpEnabled confirmation
* added disableSignUpByDefault
* fixed typo
* don't show sign up in user button if disabled
* removed use project in user-button
2024-09-14 00:06:45 +02:00
Konstantin Wohlwend
c12624465c
chore: update package versions
2024-09-13 10:27:56 -07:00
Zai Shi
c8c6a3f460
added password auth unique key migration
2024-09-12 11:55:28 -07:00
Zai Shi
84e30eead0
Remove shared Facebook ( #238 )
...
* removed facebook shared
* updated test
* added migration file
* facebook enabled var
* fixed migration file
* fixed connected account migration file
2024-09-11 02:25:18 +02:00
Konstantin Wohlwend
a9ebbccecd
Ignore unhandled Promise rejections
2024-09-10 11:59:48 -07:00
Konstantin Wohlwend
9a3fb13b38
Fix typo
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-09-10 09:13:19 -07:00
Zai Shi
8ba72fb32a
patch vercel unhandled promise error
2024-09-10 09:12:40 -07:00
Konstantin Wohlwend
783db05946
chore: update package versions
2024-09-09 20:10:58 -07:00
Zai Shi
29ae8a7e3e
fixed otp/password config update logic
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-09-09 19:11:06 -07:00
Zai Shi
eccebc2850
update auth method config with enabled
2024-09-09 18:51:38 -07:00
Zai Shi
c57d139c0c
added github error logging
2024-09-09 17:38:13 -07:00
Zai Shi
fb3250d646
fixed permission listing
2024-09-09 17:27:46 -07:00
Zai Shi
5bd08de6ed
fixed project deletion ( #236 )
2024-09-09 22:36:55 +02:00
Zai Shi
271a85b258
fixed otp check ( #235 )
...
* fixed otp config bug
* check passwordAuth duplication
2024-09-09 21:33:10 +02:00
Zai Shi
dadc86d879
fixed primaryEmailAuthEnabled update
2024-09-08 15:39:50 -07:00
Zai Shi
bb7074a29e
Team membership webhook ( #234 )
...
* fixed webhook docs type
* fixed docs
* added team memberships webhook
* changed docs sidebar width
* updated tests
2024-09-08 23:52:10 +02:00
Zai Shi
af53d0ca98
fixed otp config bug ( #233 )
2024-09-08 20:35:15 +02:00
Konstantin Wohlwend
fed0d8c3ba
Remove contributors route
2024-09-07 19:21:09 -07:00
Konstantin Wohlwend
21b9e95dde
Disable turbopack
2024-09-07 19:20:52 -07:00
Konstantin Wohlwend
5a20117889
Turbopack for backend dev server
2024-09-07 19:08:26 -07:00
Konstantin Wohlwend
ffc7845efc
Vercel OpenTelemetry
2024-09-07 18:39:49 -07:00
Konstantin Wohlwend
eb51c4d63c
pnpm run restart-deps
2024-09-07 18:21:11 -07:00
Zai Shi
57a33b2dd6
Query optimization ( #230 )
...
* removed v1 api
* added new database schema
* fixed small problems
* fixed import errors
* fixed small problems in schema
* fixed missing metadata
* fixed totp db
* updated user
* added check auth data, updated cc primary
* added user update
* added comments
* updated project create
* fixed bugs
* updated seed script
* updated verification code handler
* updated sign in
* updated imports
* updated projects
* updated sign in route
* remove credential and magic link fields from ProjectConfig model
* fixed type bugs
* updated otp sign-in
* fixed seed script
* fixed password update
* updated credential and magic link enable
* fixed projects credential and magic link
* fixed oauth provider update
* added otp and password config update
* fixed db fkey
* fixed circular dependency
* fixed seeding
* fixed auth method fkey constraint
* password type => identifierType
* fixed seed
* fixed bugs
* fixed circular import
* deterministic auth methods order
* fixed bug
* fixed credential enabled default
* fixed bugs
* fixed credential enabled update bug
* updated tests
* fixed small bugs
* fixed connected account bugs
* updated test
* fixed password update bug
* fixed bug
* fixed tests
* fixed redirect bugs
* added migration file
* Update migration SQL
* Fix stuff
* improved get user speed
* fixed crud, improved smart-request
* improved smart request further
* improved smart request
* added prisma preview features
* fixed smart request
* fixed prisma
* added otel
* fixed bugs
* fixed small problem
* added jaeger and delay
* fixed small things
* updated parse auth structure
---------
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-09-08 01:28:20 +02:00
Konstantin Wohlwend
b565e0b173
chore: update package versions
2024-09-07 14:07:49 -07:00
Zai Shi
e324ed4ecb
fixed small problem
2024-09-07 13:56:37 -07:00
Zai Shi
fe1fdc4c11
Connected account & auth methods DB migration ( #204 )
...
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-09-07 13:03:31 -07:00
Konstantin Wohlwend
d15b2f018e
chore: update package versions
2024-09-06 23:00:49 -07:00
Konstantin Wohlwend
128cfc9cc1
JWKS file
2024-09-06 16:25:26 -07:00
Konstantin Wohlwend
aada9d0797
chore: update package versions
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.6) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.6) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-09-05 18:31:33 -07:00
Manoj Kumar
bba2b1884d
add bitbucket oauth ( #223 )
...
* add bitbucket oauth
* updated button style
* fixed docs
---------
Co-authored-by: Zai Shi <zaishi00@outlook.com>
2024-09-06 00:20:38 +02:00
Zai Shi
f60508031e
Added Microsoft Tenant ID in OAuth option ( #224 )
...
* added ms tenant id
* fixed types
2024-09-05 23:10:31 +02:00
Konstantin Wohlwend
58c146cdf2
chore: update package versions
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.6) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.6) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
2024-09-02 22:23:41 -07:00
Zai Shi
33f0b47e94
fixed email template
2024-09-02 13:50:24 -07:00
Zai Shi
25d58f09ae
fixed discord avatar
2024-09-02 13:38:34 -07:00
Konstantin Wohlwend
703e6ea01d
Fix empty projects
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.6) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.6) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
2024-09-01 14:46:07 -07:00
Konstantin Wohlwend
8e03e5039e
chore: update package versions
2024-09-01 13:39:33 -07:00
Konstantin Wohlwend
9d0cb86677
Improve error messages
2024-08-31 17:48:28 -07:00
Zai Shi
b1a59de1ea
Last active ( #215 )
...
* added last active at
* fixed team member users
* updated tests
2024-09-01 02:28:43 +02:00
Konstantin Wohlwend
ad8d918014
chore: update package versions
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.6) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.6) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
2024-08-29 22:12:57 -07:00
Konstantin Wohlwend
5b8f5be950
chore: update package versions
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.6) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.6) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
2024-08-29 18:53:09 -07:00
Zai Shi
6591dbcd89
capture more info for email sending error
2024-08-28 13:07:18 -07:00
Fahad Khan
57bc32d063
Fix/179 pass allowed errors to nested crud handlers ( #208 )
...
* Team invitation (#171 )
* team invitation wip
* implemented handler
* team invitation callback wip
* added team invitation frontend
* fixed listCurrentUserTeamPermissions
* added team invitation email template
* fixed bugs
* fixed verification code handler
* added more checks to team invitation verification
* fixed team invitation page
* restructured verification code handler
* fixed frontend
* fixed team invitation tests
* added more team invitation test
* fixed bug
* added migration file
* removed unused code
* Allow Next.js version `latest` in package.json
* Fix typo
* Update error message
* Remove unnecessary console.warn
* Updated "edit this page" button
* Hide unsupported properties from docs
* OAuth token tests
* Fix typo
* added create user button (#173 )
* Create SECURITY.md
* Export button in tables
* Export all pages of tables
* Update security policy
* Fix docs typo
* More docs typos
* Improved user creation handlers
* Fix: Improve error handling for Server API (#170 )
* Added entity checks to provide better errors in API for 'server' access type
* Removed 'ensureUserTeamPermissionExist', changed permissionId type to string in 'ensureUserHasTeamPermission'
* added different error types for user team permission
---------
Co-authored-by: Fahad Khan <fahad.khan@net-mon.net>
Co-authored-by: Zai Shi <zaishi00@outlook.com>
* Sign up restriction button on dashboard
Fix #66 , #74
* Fix type error
* TOTP 2FA endpoints
* TOTP MFA components
* Improved description for disabling sign ups
* Added 'allowedErrorTypes' for error propagation
---------
Co-authored-by: Zai Shi <zaishi00@outlook.com>
Co-authored-by: Stan Wohlwend <n2d4xc@gmail.com>
Co-authored-by: Fahad Khan <fahad.khan@net-mon.net>
2024-08-28 20:40:46 +02:00
Zai Shi
ec5c4c8afb
fixed permission edit bug
2024-08-28 11:01:46 -07:00