Commit Graph

1068 Commits

Author SHA1 Message Date
Zai Shi
f61bd74337 updated email domain text on dashboard 2024-10-15 09:51:22 -07:00
Zai Shi
70d0e1038b removed button and input shadow 2024-10-14 17:12:51 -07:00
Zai Shi
952fa0bb5c only show "sign-in" after email verification if the user is not authenticated 2024-10-14 15:17:59 -07:00
Manoj Kumar
74e5fd0f6b
fix team name overflow (#281)
Some checks failed
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
* fix team name overflow

* fix selected team switcher team name overflow

---------

Co-authored-by: = <=>
2024-10-14 04:16:11 +02:00
Zai Shi
18d75fbf21
Contact channel APIs (#288)
* removed contact channels from otp

* fixed types

* fixed bugs

* fixed bug

* fixed bugs

* updated user contact channel

* updated tests

* updated tests

* added unique key to otp and password auth

* added contact channel api

* added new send-verification-code route

* updated tests

* added contact channel create tests, fixed bug

* added more tests, removed update

* added more tests

* added more tests

* added more tests

* fixed typecheck

* fixed route structure

* fixed bugs, fixed tests

* added more tests

* added more tests

* fixed tests

* fixed tests

* implemented new merge account logic

* moved user create of otp sign in to after the first email verification

* added cc updates

* fixed bugs

* added more tests

* added more flows

* uncomment tests

* added primary updates

* Update apps/e2e/tests/backend/endpoints/api/v1/contact-channels/legacy-send-verification-code.test.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* Update apps/e2e/tests/backend/endpoints/api/v1/auth/otp/sign-in.test.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* updated test names

* Update apps/e2e/tests/backend/endpoints/api/v1/auth-flows.test.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* Update apps/e2e/tests/backend/endpoints/api/v1/auth-flows.test.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* Update apps/backend/src/app/api/v1/auth/oauth/callback/[provider_id]/route.tsx

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* fixed lint

* fixed lint

* fix lint

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-10-14 02:12:56 +02:00
Zai Shi
95ab828f14
removed client id unique constraint (#299) 2024-10-13 22:29:34 +02:00
Konstantin Wohlwend
9da481b2cd Require newline at the end of each file 2024-10-13 13:06:38 -07:00
Konstantin Wohlwend
e762832938 ensureTeamExist -> ensureTeamExists 2024-10-13 13:03:22 -07:00
Konstantin Wohlwend
f7e56a8f34 Replace typo in function name (ensureUserExist -> ensureUserExists) 2024-10-13 13:01:24 -07:00
Konstantin Wohlwend
e33afeaedc Fix component width
Some checks failed
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-10-13 11:45:19 -07:00
Konsti Wohlwend
7f4537aec5
Consistent app url 2024-10-12 14:34:16 -07:00
Konstantin Wohlwend
58402dee42 Improve version alert message
Some checks failed
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-10-11 18:02:58 -07:00
Konstantin Wohlwend
18432c56c1 chore: update package versions
Some checks failed
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-10-11 17:54:39 -07:00
Konstantin Wohlwend
f10f03c3b3 Add otel spans for sent emails 2024-10-11 17:52:47 -07:00
Konstantin Wohlwend
cd4c259f0f JWKS endpoint now uses base64url 2024-10-11 17:09:24 -07:00
Zai Shi
d66900b9d0
Update README.md 2024-10-10 18:57:16 +02:00
Konstantin Wohlwend
4e195934d5 Version alerter now uses HTTPS 2024-10-09 22:31:31 -07:00
Konstantin Wohlwend
37de59a615 chore: update package versions 2024-10-09 22:16:54 -07:00
Konstantin Wohlwend
419d0038f5 Update version alerter URL 2024-10-09 22:15:17 -07:00
Konstantin Wohlwend
36f627d411 Alerts when running outdated versions 2024-10-09 21:59:37 -07:00
Zai Shi
7e622e7d9e
Auto detect https for cookies (#296)
* added auto https detection

* not catch all

* improved cookie logic

* fixed bugs

* Update packages/stack/src/lib/cookie.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* Update packages/stack/src/lib/cookie.ts

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>

* improve logic flow

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-10-10 06:35:59 +02:00
Konsti Wohlwend
36c9935a53
Add newsletter link
Some checks failed
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-10-09 17:07:02 -07:00
Konstantin Wohlwend
59f111db95 chore: update package versions
Some checks failed
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-10-09 16:18:28 -07:00
Konstantin Wohlwend
d2572c2b9e Fix typo 2024-10-09 16:15:50 -07:00
Zai Shi
a9c09c6d5d updated NEXT_PUBLIC_STACK_ALLOW_INSECURE_COOKIES 2024-10-09 16:14:32 -07:00
Zai Shi
bd9f2f7daf suppress cookie error -> NEXT_PUBLIC_ALLOW_INSECURE_COOKIES 2024-10-09 15:51:49 -07:00
Zai Shi
ce857fb0ac
fixed send team invitation api (#295)
* fixed send team invitation api

* added team invitation tests
2024-10-09 22:43:15 +02:00
Konstantin Wohlwend
9d7c8ce405 chore: update package versions 2024-10-09 13:42:32 -07:00
Zai Shi
c7aa0e8cc6 fixed typo 2024-10-09 13:03:39 -07:00
Zai Shi
ecc26427b8 fixed github action 2024-10-08 17:48:54 -07:00
Zai Shi
bcd2e73223 updated logo 2024-10-08 17:45:47 -07:00
Zai Shi
4dd9bcd11f removed proxy 2024-10-08 17:42:30 -07:00
Zai Shi
7818293274 chore: update package versions 2024-10-08 17:23:38 -07:00
Zai Shi
4570fd3fc8 fixed editable text translation 2024-10-08 17:09:34 -07:00
Zai Shi
6564d46dd9 added suppress https cookie env var 2024-10-08 16:54:03 -07:00
Konstantin Wohlwend
aa32113cdb chore: update package versions
Some checks failed
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
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Publish Docs / run (push) Has been cancelled
2024-10-07 14:28:22 -07:00
Zai Shi
a785d47417
Project specific JWKs (#293)
* added per project signing

* added well-known/jwks.json

* fixed bugs

* fixed bugs

* fixed tests

* fixed not found error
2024-10-07 21:27:55 +02:00
Konstantin Wohlwend
a9722eec23 chore: update package versions 2024-10-06 15:18:33 -07:00
Zai Shi
f2cb83e28a updated translations 2024-10-06 15:17:19 -07:00
Manoj Kumar
16c887d3ae
feat: show error message when no auth method enabled (#282) 2024-10-06 23:07:31 +02:00
Satish Gaud
56066066c4
added success and destructive variants in toast file for colorful toasts (#291)
* added success and destructive variants in toast file for colorful toasts

* styled  toast with success and destructive
2024-10-06 23:05:20 +02:00
Priyansh
967d6dad52
fix: user should select at least one provider before creating project (#285)
* user should select at least one provider

* moved form message

---------

Co-authored-by: Zai Shi <zaishi00@outlook.com>
2024-10-04 01:02:15 +02:00
Zai Shi
c6fb405177
Update CONTRIBUTING.md 2024-10-03 06:21:40 +02:00
Zai Shi
1240777a5e fixed typo 2024-10-02 20:51:21 -07:00
Zai Shi
df23909036
Update README.md 2024-10-02 03:44:07 +02:00
Zai Shi
8a71e03841
Update README.md 2024-10-02 03:41:06 +02:00
Zai Shi
5c8e20592d
Update README.md 2024-10-02 03:32:32 +02:00
Zai Shi
28c3f57f31
New contact channels (#287)
* removed contact channels from otp

* fixed types

* fixed bugs

* fixed bug

* fixed bugs

* updated user contact channel

* updated tests

* updated tests

* added unique key to otp and password auth

* removed contact channel from user object
2024-10-01 06:22:12 +02:00
Zai Shi
d0b3d6e620
Fix team creation on the server not automatically adding the current user (#266)
* add_current_user => creator_user_id

* added more tests

* added error checks

* removed getIdFromUserIdOrMe

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-10-01 06:11:00 +02:00
Konstantin Wohlwend
ce46c16e6d chore: update package versions 2024-09-30 20:05:45 -07:00