0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
Commit graph

2519 commits

Author SHA1 Message Date
Charles Zhao
b33de029e2
refactor(console): redirect to sign-up page on clicking invitation links (#5669) 2024-04-10 14:53:50 +08:00
Charles Zhao
637c971eb0
chore(console): update pricing plan items for jwt claims (#5672) 2024-04-10 06:50:51 +00:00
Charles Zhao
2a839ec72a
chore(console): remove dev feature flags for cloud collaboration (#5666) 2024-04-10 14:24:23 +08:00
Charles Zhao
59875400c6
fix(console): go to onboarding process on clicking create new tenant button (#5663) 2024-04-09 09:36:36 +00:00
Charles Zhao
6e980b3b50
refactor(console,phrases): improve invite email input (#5661) 2024-04-09 17:34:26 +08:00
Charles Zhao
06083296c1
refactor(console): improve tenant member role related experience (#5659) 2024-04-09 17:30:47 +08:00
Charles Zhao
2c97cd6898
fix(console): user should switch account and accept invitation properly in console (#5657)
* fix(console): bump js sdks to fix the cannot switch user account issue

* fix(console): accept invitation automatically after switching account
2024-04-09 17:30:17 +08:00
Charles Zhao
919fd8b00d
refactor(console): improve switch button styles (#5655) 2024-04-09 17:28:19 +08:00
Charles Zhao
557f95564a
refactor(console): hide switching tabs and invite button for collaborators (#5654) 2024-04-09 17:27:53 +08:00
Charles Zhao
9482a9c901
refactor(console): collaborator can see tenant domain settings in readonly mode (#5652) 2024-04-09 12:06:52 +08:00
Xiao Yijun
d90b6151a5
feat(console): add guide for organization template page (#5647) 2024-04-09 10:33:02 +08:00
Charles Zhao
77db93905d
fix(console): should stop requesting invitations api for collaborator role (#5650) 2024-04-08 17:11:25 +08:00
Charles Zhao
79645d7b9d
refactor(console): show confirm box when inviting a member as admin (#5649) 2024-04-08 08:09:18 +00:00
Xiao Yijun
756c2f472c
feat(console): support searching for organization roles (#5646) 2024-04-08 14:05:34 +08:00
simeng-li
66abc50c6c
fix(console): fix test result panel overflow bug (#5643)
fix test result panel overflow bug
2024-04-08 10:48:26 +08:00
Charles Zhao
cfeb98c06f
feat(console,core,phrases): add quota guard for cloud collaboration in console (#5644) 2024-04-08 10:32:05 +08:00
simeng-li
a6a32c57fb
style(console): fix the jwt details page style (#5642)
* style(console): fix the jwt details page style

fix the jwt details page style

* fix(console): remove the unused style

remove the unused style

* fix(console): remove sticky position

remove sticky position
2024-04-08 10:09:28 +08:00
simeng-li
3e51ab14ce
fix(console,phrases): update the jwt test section content (#5641)
update the jwt test section content
2024-04-08 10:09:08 +08:00
simeng-li
1030b66966
feat(console): add azure OIDC guide (#5592)
add azure OIDC guide
2024-04-07 04:13:03 +00:00
Xiao Yijun
cb4ef9fd0e
refactor(console): reorg resource details page (#5634) 2024-04-07 10:25:59 +08:00
Xiao Yijun
11c974cfdd
feat(console): add permissions page for org role details page (#5631) 2024-04-07 10:25:44 +08:00
Xiao Yijun
6ed7ab5ef9
feat(console): create organization role (#5630) 2024-04-03 22:40:53 +08:00
Darcy Ye
d6cd67be76
Merge pull request #5628 from logto-io/yemq-update-cloud-dependency-and-update-legacy-jwt-customizer
refactor: update dependency on @logto/cloud
2024-04-03 17:55:48 +08:00
Darcy Ye
641463298d
Merge pull request #5625 from logto-io/yemq-log-8589-log-8603-prd-698-prd-704
chore(console): update style
2024-04-03 17:40:33 +08:00
Charles Zhao
05962798e7
fix(console): temporarily fix pro plan cannot invite members issue (#5629) 2024-04-03 17:16:57 +08:00
Darcy Ye
de70abebf6
refactor: update dependency on @logto/cloud and update legacy JWT customizer 2024-04-03 17:04:41 +08:00
Charles Zhao
316c11128a
refactor(console,phrases): display inviter name on tenant invitations table (#5622)
* refactor(console,phrases): display inviter name on tenant invitations table

* chore: bump @logto/cloud

* chore: update pnpm lockfile
2024-04-03 16:28:45 +08:00
Darcy Ye
cfbceb66a6
chore(console): update style
chore(console): update style
2024-04-03 14:40:33 +08:00
Darcy Ye
bde2abe407
chore(core,console,schemas): update variable name and field name 2024-04-03 11:58:43 +08:00
Darcy Ye
7fecc0f3d5
Merge pull request #5623 from logto-io/yemq-prd-700-prd-701-fix-code-editor-action-button-styles
chore(console,toolkit): update custom JWT details page code editor action buttons style
2024-04-03 11:38:26 +08:00
Darcy Ye
4a60bf40e8
chore(console,toolkit): update custom JWT details page code editor action buttons style 2024-04-03 11:25:58 +08:00
Charles Zhao
2368cf03c6
refactor(console,phrases): rename tenant member role to collaborator (#5618) 2024-04-03 10:36:17 +08:00
Darcy Ye
7f3cd97b44
chore(console,toolkit): update custom JWT details page code editor action buttons style 2024-04-03 01:45:36 +08:00
Darcy Ye
fca4f9ba6c
chore(console,phrases): update content and fix console 2024-04-02 23:38:50 +08:00
Xiao Yijun
0f5347bbb9
feat(console): add org role details general settings page (#5610) 2024-04-02 21:10:44 +08:00
Xiao Yijun
e03595704e
feat(console): support org permission management on new org template page (#5603)
* feat(console): support org permission management on new org template page

* refactor(console): rename org pages

* refactor(console): rename phrase keys

* refactor(console): rename org to organization
2024-04-02 20:30:22 +08:00
Charles Zhao
a4f8199e92
fix(console,phrases): fix a batch of organization invitation console ui issues (#5614) 2024-04-02 10:12:08 +00:00
Charles Zhao
e38e3c1bd0
refactor(schemas): rename tenant member role to collaborator (#5616) 2024-04-02 16:48:30 +08:00
Charles Zhao
d1c41a2fa7
refactor(console): improve invitation email input field (#5615) 2024-04-02 15:26:41 +08:00
Darcy Ye
e09318d3e8
feat(core,schemas): log extraTokenClaims exception (#5539) 2024-04-02 15:19:52 +08:00
Darcy Ye
866c58e233
fix(console): reset form as soon as JWT customizer is created (#5612) 2024-04-02 06:28:54 +00:00
Darcy Ye
21560f9805
Merge pull request #5611 from logto-io/yemq-log-8493-update-custom-jwt-console-error-handling
chore(core,console): update error handling of testing custom JWT
2024-04-02 10:55:57 +08:00
Darcy Ye
977776d31f
chore(core,console): update error handling of testing custom JWT 2024-04-01 23:57:50 +08:00
Charles Zhao
eeb095f957
fix(console): joining tenant should navigate user to the new tenant (#5602) 2024-04-01 22:13:54 +08:00
Charles Zhao
4e59064d76
feat(console): add leave tenant button in tenant settings (#5600) 2024-04-01 22:13:30 +08:00
Charles Zhao
add78b77a4
fix(console): only pending invitations can be resent (#5601) 2024-04-01 17:12:05 +08:00
Darcy Ye
48a4da0ccc
Merge pull request #5591 from logto-io/simeng-log-8560-customize-jwt-claims-detail-page-redesign
refactor(console): redesign the jwt details page
2024-04-01 16:43:42 +08:00
Darcy Ye
39868d5fa2
Merge pull request #5587 from logto-io/simeng-log-8525-ac-flow-iteration-22-refactor-details-page
refactor(console,phrases): refactor the customize jwt details page
2024-04-01 16:42:55 +08:00
simeng-li
2c6f4b7e62
style(console): refine the SSO connector create model (#5594)
refine the sso connector create model
2024-04-01 16:42:34 +08:00
Darcy Ye
5bfd917b28
chore(console): align custom JWT path and hide the entrance for OSS 2024-04-01 16:12:14 +08:00
simeng-li
eed52dfc33
feat(console): update jwt create page button text
update jwt create page button text
2024-04-01 15:24:22 +08:00
simeng-li
c6b19a528c
refactor(console): redesign the jwt details page
redesign the jwt details page
2024-04-01 15:24:21 +08:00
simeng-li
59ffb43cf9
refactor(console): remove unused element
remove unused element
2024-04-01 15:23:20 +08:00
simeng-li
777ef0e483
refactor(console,phrases): refactor the customize jwt details page
refactor the customize jwt details page
2024-04-01 15:23:18 +08:00
simeng-li
e3e8b14569
refactor(console): rename the jwtClaims page
rename the jwtClaims page
2024-04-01 15:22:41 +08:00
simeng-li
8115944e1d
refactor(console): relocalte the component files
relocate the component files
2024-04-01 15:21:16 +08:00
simeng-li
2f67dde7cb
feat(console): implement custom jwt landing page
implement custom jwt landing page
2024-04-01 15:21:14 +08:00
Xiao Yijun
9bf9f07f17
refactor(console): move organization template into a single page (#5590)
* refactor(console): move organization template into a single page

* feat(phrases): add org template translations
2024-04-01 10:20:54 +08:00
Charles Zhao
0438a2e890
fix(console): refresh invitation list after inviting members (#5593) 2024-03-31 17:18:55 +08:00
Gao Sun
6d56434b48
refactor: use ky in integration tests (#5584)
* refactor: use ky in integration tests

* refactor: remove node-fetch

* refactor: fix test cases

* refactor: remove waitFor after each test
2024-03-29 10:10:13 +00:00
Darcy Ye
a77fd3f97f
Merge pull request #5585 from logto-io/yemq-log-8483-update-cloud-client-API-call
chore: update cloud version and the way to call cloud custom JWT API
2024-03-29 14:32:55 +08:00
simeng-li
867e1140a4
fix(console): revert the custom jwt forms overflow hidden (#5573)
revert the custom jwt forms overflow hidden styles
2024-03-29 10:39:37 +08:00
Charles Zhao
03144ae598
fix(console,phrases): should check duplicated emails when inviting members (#5581)
fix(console,phrases): check duplicated emails when inviting members
2024-03-29 10:03:37 +08:00
Darcy Ye
48cfdf51a3
chore: update cloud version and the way to call cloud custom JWT API 2024-03-29 02:03:58 +08:00
Charles Zhao
a2899a8101
refactor(console): update tenant settings access per user tenant scopes (#5571) 2024-03-28 16:58:27 +08:00
Darcy Ye
664c67dc6d
Merge pull request #5558 from logto-io/yemq-log-8448-update-sample-token-payload
chore(schemas,core): update custom JWT sample token payload guard
2024-03-28 12:14:29 +08:00
Darcy Ye
18041a6ccc
chore(console): update the default user context as well 2024-03-28 12:00:43 +08:00
Charles Zhao
afda22efa2
feat(console): add quick join options in tenant selector dropdown (#5568)
* feat(console): implement interim landing page for new users to join invited tenants

* feat(console): add quick join options in tenant selector dropdown
2024-03-28 11:27:39 +08:00
Darcy Ye
e0123fd415
chore(schemas,core): update custom JWT sample token payload guard 2024-03-28 11:20:44 +08:00
Xiao Yijun
ba966fdefe
feat(console): support permission editing (#5567) 2024-03-28 10:52:15 +08:00
Charles Zhao
f83e85ba55
feat(console): implement interim landing page for new users to join invited tenants (#5560) 2024-03-28 10:26:30 +08:00
simeng-li
6990a3ebb5
fix(console): fix the zod-to-ts type infer bug (#5566)
fix the zod-to-ts type infer bug
2024-03-28 10:23:08 +08:00
simeng-li
d1b19851f0
fix(console): fix jwt test context code editor bug (#5563)
fix jwt test context code editor bug
2024-03-28 10:22:27 +08:00
Charles Zhao
746483c494
fix(console,phrases): api resource indicator should be a valid absolute uri (#5561)
* fix(console,phrases): api resource indicator should be a valid absolute uri
2024-03-27 09:35:37 +00:00
Xiao Yijun
5758f84f5e
feat(console): support signing-key rotation for oss version (#5559) 2024-03-27 16:52:40 +08:00
simeng-li
d91e3e7d83
style(console): fix the color code white css (#5564)
fix the color code white css
2024-03-27 08:43:17 +00:00
simeng-li
ba16d1cf60
refactor(console): refactor sso detail pages (#5551)
* refactor(console): refactor sso detail pages

refactor sso details pages

* fix(console): fix the sso paywall guard content

fix the sso paywall guard content
2024-03-27 14:01:41 +08:00
simeng-li
affcecd0c6
refactor(console): refactor useApi (#5549)
refactor useApi hideToast logic
2024-03-27 03:49:33 +00:00
Charles Zhao
2961b5399c
feat(console): add console landing page to accept user invitation (#5554) 2024-03-26 08:15:56 +00:00
Charles Zhao
c7a23dfe92
feat(console): invite members dialog (#5531) 2024-03-26 15:43:48 +08:00
Gao Sun
2cbc591ff6
feat: support direct sign-in (#5536)
* feat: support direct sign-in

* chore: add changesets

* refactor: add test cases

* chore(deps): upgrade logto sdks
2024-03-26 13:23:41 +08:00
Xiao Yijun
af53be8639
refactor(console): reorg sidebar menu items (#5550) 2024-03-25 18:46:26 +08:00
Charles Zhao
8d14c87652
chore: bump @logto dependencies (#5548) 2024-03-25 18:34:06 +08:00
Darcy Ye
62bd784d4e
Merge pull request #5546 from logto-io/yemq-log-8470-update-custom-jwt-test-api-error-handling
refactor(phrases,core,console): update API and console error handling/display
2024-03-25 17:49:50 +08:00
Charles Zhao
a387bf2868
refactor(schemas,core,console): skip onboarding if user has pending invitations (#5547) 2024-03-25 17:45:06 +08:00
Darcy Ye
9e67b670de
refactor(phrases,core,console): update API and console error handling/display 2024-03-25 14:18:01 +08:00
Darcy Ye
0f35538629
refactor: not update console cloud dependency 2024-03-25 14:17:11 +08:00
Xiao Yijun
7d86bf323f
refactor(console): avoid nested modal content for role creation (#5544) 2024-03-25 10:51:56 +08:00
Xiao Yijun
a538a1cc8a
refactor(console): extract shared quota between featured plan and comparison table (#5543) 2024-03-25 10:51:40 +08:00
simeng-li
3ff97d4ae1
style(console): fix the jwt test panel layout (#5538)
fix the jwt test panel layout
2024-03-22 11:19:59 +08:00
Darcy Ye
89ba8a1a0c
chore: update cloud dependency 2024-03-21 23:50:54 +08:00
Charles Zhao
37cd6cced9
feat(console): add tenant member and invitation lists (#5501)
* feat(console): add tenant member and invitation lists

* refactor: polish code per comments

* fix: lockfile
2024-03-21 08:00:30 +00:00
simeng-li
f1f6b1cd61
feat(console): integrate jwt customizer test api (#5532)
* feat(console): integrate jwt customizer test api

integrate jwt customizer test api

* refactor(console,core): jwt test api integration

jwt test api integration

* chore: add cloud connection scope config for fetching custom jwt

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2024-03-21 15:26:30 +08:00
Darcy Ye
f727ef8415
Merge pull request #5529 from logto-io/yemq-log-8446-update-user-context-type
refactor(core): update user context type
2024-03-21 10:54:46 +08:00
simeng-li
9518658595
fix(schemas): fix the get interation/consent api bug (#5503)
* fix(schemas): fix the get interation/consent api bug

fix the get interation/consent api bug

* chore: update changeset

update changeset

* fix: update changeset

update changeset

* refactor(schemas, console): alter the resource scopes description field to nullable (#5504)

* refactor(schemas, console): alter the resoruce scopes description field nullable

make the resourec scopes description nullable

* fix(test): fix the type issue in the integration test

fix the type issue in the integration test

* fix(console): add the field register

add the field register

* fix: update the changeset

update the changeset

* fix(console,test): update comments and rebase

update comments and rebase the master
2024-03-20 14:31:35 +08:00
simeng-li
f638c8e6a2
refactor(console,phrases): refactor the jwt customizer content (#5527)
* refactor(console,phrases): refactor the jwt customizer content

refactor the jwt customizer content

* fix(console): add isDev guard

add isDev guard
2024-03-20 10:15:42 +08:00
Darcy Ye
8ac95a1bc2
fix(console): fix some user related type in console 2024-03-20 01:12:54 +08:00
simeng-li
d3d0f5133b
refactor(console): replace the field table with type definition code (#5519)
* refactor(console): replace the field table with type definition code

replace the field table with type definition code

* refactor(console): rebase and pickup the generated type definitions

rebase and pickup the generated type definitions
2024-03-19 05:04:08 +00:00
simeng-li
08acdf73e3
refactor(console): refactor the code editor type definition (#5516)
* refactor(console): refactor the code editor type definition

refactor the code editor type definition

* refactor(console): extract type definition gen process

extract the type definition gen step to the build time. As typescript is not available at run time.

* fix(console): add generate to console build script

add generate to console build script

* fix(console): add prettier format

add prettier format
2024-03-19 04:50:07 +00:00
simeng-li
e95a04619b
fix(console): fix code edtior set undefined value bug (#5499)
fix the code editor set undefined value bug
2024-03-14 02:50:30 +00:00