0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
Commit graph

2527 commits

Author SHA1 Message Date
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
simeng-li
abb2c9f649
feat(console): add global loading skeleton (#5498)
add global loading skeleton
2024-03-14 10:15:07 +08:00
simeng-li
2a358bf241
refactor(console,core,schemas): rename the jwtCustomizer related type and guards (#5496)
rename the jwtCustomizer related type and guards
2024-03-13 06:35:47 +00:00
simeng-li
f11e95e1aa
feat(console,phrases): integrate jwt customizer api (#5495)
* feat(console,phrases): integrate jwt customizer api

integrate jwt customizer api

* chore(console): update the comment

update the comment

* fix(console): clear the console logs

clear the console logs
2024-03-13 14:21:08 +08:00
simeng-li
2c5a4491ae
refactor(core,console): align the jwt token path enum (#5493)
align the jwt token path enum used in console and core
2024-03-13 01:48:12 +00:00
simeng-li
213d6f97a4
feat(console): add change alert and save changes footer (#5492)
* feat(console): add change alert and save changes footer

add change alert and save changes footer

* chore(console): add useMemo hook

add useMemo hook
2024-03-12 03:04:23 +00:00
simeng-li
56a6c5a213
feat(console, phrases): implement the copy, clear and reset button (#5490)
* refactor(console): replace copy button with CopyToClipboard component

replace copy button with CopyToClipboard component

* feat(console): implement the clear and reset button

implement the clear and reset button

* refactor(console): bind RHF controller to the code editor

bind RHF controller to the code editor

* chore(console): add some comments

add some comments
2024-03-11 16:39:54 +08:00
Charles Zhao
df5d2a2445
fix(console): fix input field background color (#5478) 2024-03-11 12:15:53 +08:00
simeng-li
bab50fceda
chore(console): component rename (#5480)
rename component XXXPanel -> XXXSection
2024-03-11 11:08:11 +08:00
simeng-li
f44ba31275
feat(console,phrases): add test result component (#5479)
* feat(console,phrases): add test result component

add test result component

* fix(console): remove unused styles

remove unused styles
2024-03-08 10:18:24 +08:00
simeng-li
2d98982588
feat(console,phrases): add test sample code editor (#5475)
* feat(console,phrases): add test sample code editor

add test sample code editor

* fix(console): remove unused styles

remove unused styles

* refactor(console): refactor the components structure

erfactor the components structure

* refactor(console): clean up the root component

clean up the root component
2024-03-07 16:57:59 +08:00
simeng-li
4e27e3465e
feat(console,phrases): implement environment variables input field (2/2) (#5473)
feat(console,phrases): implement environment variables input field

implement environment variables input field
2024-03-07 08:40:37 +00:00
simeng-li
fa3577e491
refactor(console): implement environment variables input field (1/2) (#5471)
* refactor(console): extract the KeyValueInput ds component

extract the KeyValueInput ds component

* fix(console): remove unused styles

remove unused styles

* refactor(console): extract the FormField from KeyValueInput

extract the FormField from KeyValueInput

* fix(console): refactor some code based on code review comment

refactor some code based the code review comment
2024-03-07 16:26:20 +08:00
simeng-li
fa6390d770
feat(console, phrases): add data source guides (#5469)
* feat(console, phrases): add data source guides

add data source guides

* chore(console): update some variable naming

update some variable naming
2024-03-06 06:44:58 +00:00
simeng-li
2f72f8ffd7
feat(console,phrases): integrate monaco editor (#5460)
* feat(console,phrases): integrate monaco editor

integrate monaco editor

* chore: update pnpm lock file

update pnpm lock file

* fix(console): remove unused styles

remove unused styles

* feat(console): update font styles

update font styles
2024-03-06 14:08:46 +08:00
renovate[bot]
e1def81ed5
chore(deps): upgrade withtyped and cloud packages (#5408)
* fix(deps): upgrade withtyped packages

* chore: fix types

* chore(deps): upgrade logto cloud package

* refactor(cli): fix types

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-03-06 04:26:50 +00:00
simeng-li
23e7564475
feat(console,phrases): add new jwt claims page (#5448)
* feat(console,phrases): add new jwt claims page

add new jwt claims page

* feat(console, phrases): add token tabs nav

add token tabs nav

* fix(console): remove lint comments

remove lint comments
2024-03-05 14:39:37 +08:00
Gao Sun
b47c2a2de1
refactor(console): refactor conversion tracking (#5466)
* refactor(console): refactor conversion tracking

* refactor(console): manually set enhanced user data

* refactor: report production tenant conversion

* refactor(console): use transaction id for reporting
2024-03-05 11:41:39 +08:00
Xiao Yijun
c1f978c574
refactor(console): remove pro tag for standard connectors feature (#5450) 2024-02-29 18:14:19 +08:00
Gao Sun
0f250f71db
refactor(console): update loading component (#5449) 2024-02-29 15:22:09 +09:00
Charles Zhao
e0dddb1142
chore(console): update vanilla js integration guide (#5442) 2024-02-28 09:47:54 +08:00
silverhand-bot
e606462bcc
release: version packages (#5433) 2024-02-26 08:41:08 +00:00
wangsijie
6d83fbb41d
feat(console): upgrade nextjs server actions guide (#5435) 2024-02-26 16:23:26 +08:00
Charles Zhao
83fe58aa6c
fix(console): center align card title when subtitle is not available (#5432) 2024-02-26 07:58:22 +00:00
ジョージー
7edfeb0aa0
refactor(console): refactor error handling in Express tutorial (#5403) 2024-02-26 15:27:35 +08:00
renovate[bot]
166f29fe17
chore(deps): update logto js sdk monorepo packages (major) (#5422)
* chore(deps): update logto js sdk monorepo packages

* chore: rebase master and update lock file

rebase master and update lock file

* fix(test): update the @logto/node version

update the @logto/node version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-02-26 15:20:35 +08:00
Gao Sun
677054a245
docs(console): add guides (#5427) 2024-02-26 03:37:53 +00:00
Gao Sun
2c25a3eb4e
refactor(console): tutorial -> guide 2024-02-23 22:05:23 +08:00
Darcy Ye
07e145b903
fix(core,console): block deletion on management API (#5424)
* fix(core,console): block deletion on management API

* refactor(core): separate resource api file to two files due to file size
2024-02-23 04:37:20 +00:00
Darcy Ye
ee036bd77d
chore(console): align PHP/Python guide structure with docs (#5420) 2024-02-23 10:57:38 +08:00
Xiao Yijun
605ef09ed0
style(console): fix unexpected spacing under page title (#5423) 2024-02-23 10:33:21 +08:00
Xiao Yijun
af1bf007d9
chore(console): add comments for table component (#5421) 2024-02-23 10:33:08 +08:00
Xiao Yijun
9fbb4196f3
refactor(console): reorg downgrade plan notification modal (#5419) 2024-02-23 10:32:54 +08:00
Xiao Yijun
3df1994bb5
refactor(console): update featured plan content in tenant creation modal (#5418) 2024-02-22 11:37:27 +08:00
Xiao Yijun
168ddc5927
refactor(console): plan comparison table (#5417) 2024-02-21 11:03:28 +08:00
wangsijie
3034e899b9
feat(console): add localhost notice (#5412) 2024-02-20 16:56:21 +08:00
Darcy Ye
935ee34e12
refactor(console): improve input confidentiality handling in TextInput component (#5409) 2024-02-19 10:16:45 +08:00
Xiao Yijun
ecdf047711
feat(console): add complete tutorial doc links for app guide (#5397) 2024-02-10 21:21:05 +08:00
Charles Zhao
db9f67f55b
fix(console): improve protected app loading state in get started page (#5402)
fix(console): improve protected app loading state in protected app
2024-02-09 14:00:58 +08:00
Charles Zhao
dbcfcc7ca1
fix(console): protected app creation form field should have correct error background (#5400) 2024-02-08 16:54:09 +00:00
silverhand-bot
3f28e9a445
release: version packages (#5068) 2024-02-08 13:18:42 +08:00
wangsijie
bc1248c4df
refactor(console): update next app router guide (#5392) 2024-02-08 12:25:30 +08:00
Xiao Yijun
7e3bc419d6
refactor(console): remove mfa beta notice (#5390) 2024-02-07 11:18:56 +08:00
Charles Zhao
c07049b64c
refactor(console,phrases): update phrases in organizations (#5387) 2024-02-06 06:08:32 +00:00
Charles Zhao
f2e08ebf0c
refactor(console,phrases): update organization guide next step action link (#5383) 2024-02-06 13:53:52 +08:00
Charles Zhao
de46b3d3f4
chore(console): update documentation links (#5382) 2024-02-06 11:22:27 +08:00
Gao Sun
715dba2ce2
feat(console): add .NET Blzor WASM tutorial (#5377)
* feat(console): add .NET Blzor WASM tutorial

* chore: fix typo
2024-02-05 22:51:07 +08:00
Charles Zhao
04ec78a917
fix(console,phrases): improve error handling when user associated app is removed (#5389)
* fix(console,phrases): improve error handling when user associated app is removed

* chore: add changeset

* refactor(console): update per review comments
2024-02-05 14:44:24 +00:00
Charles Zhao
17fe38443c
refactor(console): update react and vue sdk integration guides (#5378) 2024-02-05 17:34:45 +08:00
Gao Sun
e37ba3aae9
Merge pull request #5375 from logto-io/gao-add-dot-net-blazor 2024-02-05 12:54:22 +08:00
Charles Zhao
265901f1b8
fix(console): protected app form field background should exclude error message (#5379) 2024-02-05 10:46:58 +08:00
Charles Zhao
d2fc3fd916
chore(console): remove dev features flag from console client (#5368) 2024-02-05 09:20:14 +08:00
simeng-li
cf049b26f9
refactor(console): update the flutter guide (#5373)
update the flutter guide
2024-02-05 09:17:18 +08:00
simeng-li
db643be188
feat(console): add third-party doc links (#5374)
add third-party docs links to AC page
2024-02-05 09:16:19 +08:00
Gao Sun
c14cd18278
chore: add changeset 2024-02-04 21:11:19 +08:00
Darcy Ye
5a3d48ee8a
refactor(console): update import paths and type annotations in Python app guide (#5372) 2024-02-04 18:28:51 +08:00
Gao Sun
9e6cc9ae3b
feat(console): add .NET Blzor server tutorial 2024-02-04 18:26:06 +08:00
simeng-li
c10d6b6884
feat(console,core): remove devFeature guard (#5366)
remove devFeature guard for IdP
2024-02-02 15:16:31 +08:00
Charles Zhao
6537b7a6b5
fix(console): block subsequent requests on deleting apps (#5365) 2024-02-02 11:51:24 +08:00
Charles Zhao
f652560da9
feat(console): add endpoints and credentials section to protected app details (#5367) 2024-02-02 11:50:47 +08:00
Darcy Ye
0b2226de5c
fix(console): upsell should locate on modal footer (#5356) 2024-02-01 12:18:28 +08:00
Charles Zhao
30d477084e
chore(phrases): update wording in protected app pages (#5363) 2024-02-01 10:52:44 +08:00
Charles Zhao
833bef61e7
fix(console): fix domain items vertical spacing in get-started page (#5362) 2024-02-01 10:52:17 +08:00
Charles Zhao
bc127751b3
fix(console): add default value for custom auth rules in protected app details (#5360) 2024-02-01 10:51:31 +08:00
Gao Sun
0a87ffd609
refactor(core): use deepmerge (#5361) 2024-02-01 09:17:29 +08:00
Charles Zhao
a3db1f7177
fix(console): protected app form field should have layer-1 background (#5358)
fix(console): protected app form field should have layer-1 background color
2024-01-31 16:22:17 +08:00
Charles Zhao
a671a4d9bf
feat(console): add loading masks for protected app (#5357) 2024-01-31 16:05:51 +08:00
Charles Zhao
6f6d56ed7c
feat(console): add beta tags to protected app card (#5354) 2024-01-31 15:54:34 +08:00
Xiao Yijun
b008d30ceb
refactor(console): remove pro tag for m2m app in dev tenant (#5355) 2024-01-31 15:38:13 +08:00
Charles Zhao
14259f8cd6
feat(console,phrases): add verify JWT notice in protected app details page (#5352) 2024-01-31 06:52:13 +00:00
Charles Zhao
75f4341e17
fix(console): improve "try it" button style in protected app details page (#5351)
fix(console): "try it" button style
2024-01-31 14:41:09 +08:00
Charles Zhao
1d20a3a1ff
feat(console): add quota guard to protected app creation form (#5353) 2024-01-31 14:40:55 +08:00
Charles Zhao
df92091106
refactor(console,phrases): improve protected app details form validation and error handling (#5347) 2024-01-31 14:34:53 +08:00
simeng-li
c65b36565a
feat(console): update the tenant creation plan modal (#5350)
update the tenant creation plan modal
2024-01-31 13:52:08 +08:00
simeng-li
0941a9b692
feat(console,phrases): implement quota guard footer (#5346)
implement the quota guard footer on third-party app creation modal
2024-01-31 09:59:18 +08:00
simeng-li
185491d699
feat(console,phrases): add feature tag and pricing table (#5345)
* feat(console,phrases): add feature tag and pricing table

add feature tag and pricing table

* feat(console): add third-party tips

add third-party tips
2024-01-31 09:28:01 +08:00
simeng-li
1b0602708a
feat(console): update the application darkmode icon (#5329)
update the application darkmode icon
2024-01-30 17:58:14 +08:00
Charles Zhao
e2d8ce542a
refactor(console,phrases): refine protected app creation form in get-started page (#5336) 2024-01-30 16:52:06 +08:00
Gao Sun
abe97c1182
Merge pull request #5330 from logto-io/gao-put-invitation-status
feat(core): put invitation status
2024-01-30 15:28:03 +08:00
Charles Zhao
ecbec3d61a
fix(console): should navigate to details page after creating protected app (#5337) 2024-01-30 12:36:04 +08:00
Charles Zhao
7266aee445
refactor(console,phrases): show notification when modify origin url in protected app details (#5334) 2024-01-30 12:33:52 +08:00
Charles Zhao
29eb633c44
refactor(console,phrases): protected app origin url should not contain pathname (#5333) 2024-01-30 12:33:31 +08:00
Charles Zhao
4414139b32
fix(console): fix error handling on creating protected apps (#5328) 2024-01-30 12:31:48 +08:00
Charles Zhao
2263cb93d5
refactor(console,schemas): bring back hidden get-started page (#5327) 2024-01-30 12:31:31 +08:00
wangsijie
9f91da075b
refactor(console): update express guide (#5314) 2024-01-30 11:49:06 +08:00
wangsijie
a70397b125
refactor(console): update next guide (#5313) 2024-01-30 11:13:53 +08:00
Gao Sun
0a20b5a6f8
feat(core): put invitation status 2024-01-29 19:39:27 +08:00
simeng-li
873ef1ebd0
feat(console): hide m2m and third-party app in the empty app list guide (#5331)
* feat(console): hide m2m and third-party app in the empty app list guide

hide m2m and third-party app in the empty app status guide

* fix(test): fix integration tests

fix integration tests
2024-01-29 18:12:56 +08:00
simeng-li
47158e857c
fix(console): should hide personal user data row if is empty (#5318)
should hide the personal user data row if it is empty
2024-01-29 10:19:04 +08:00
Charles Zhao
63184db15a
fix(console): add dot before protected app first-level domain (#5323) 2024-01-29 10:14:35 +08:00
simeng-li
24be783d58
style(console): fix the app creation modal size (#5321)
fix the app creation modal size
2024-01-26 21:36:11 +08:00
Charles Zhao
c7237e1aff
fix(console): external link should use to the correct URL in protected app details (#5317) 2024-01-26 05:05:53 +00:00
Darcy Ye
c2e6a610bc
fix(console): fix m2m app log not accessible bug (#5307) 2024-01-26 11:15:11 +08:00
Xiao Yijun
a4a02e2c66
refactor(console): remove dev tenant notification (#5297) 2024-01-26 09:42:34 +08:00
Xiao Yijun
55cdfa1ae8
refactor(console): update token charge info tip (#5298) 2024-01-26 09:42:17 +08:00
Xiao Yijun
e025fd1ed5
fix(console): reset applicaiton form data with parsed data (#5299) 2024-01-26 09:42:05 +08:00
Charles Zhao
155e13c064
fix(console): only request protected app domain if it is cloud and has dev features enabled (#5312) 2024-01-26 09:39:59 +08:00
Charles Zhao
aee90d0a6f
refactor(console): improve app creation page empty state layout (#5310) 2024-01-26 09:39:44 +08:00
Charles Zhao
e1efe23e83
refactor(console): remove pro tag from app category filter (#5301) 2024-01-25 16:15:50 +08:00
Charles Zhao
f3c69ce3f3
refactor(console): improve protected app creation form validation (#5293) 2024-01-25 16:03:27 +08:00
simeng-li
e8e57a410f
feat(console): add the user permission tooltips (#5305)
add the user permission tooltips
2024-01-25 15:54:56 +08:00
simeng-li
820158706b
feat(console,phrases): adjust the application creation modal (#5304)
adjust the application creation modal
2024-01-25 15:45:41 +08:00
simeng-li
afd730936d
fix(console): fix the image uploader style (#5285)
fix the image uploader style
2024-01-25 07:21:27 +00:00
simeng-li
94344e1423
fix(console): add UnsavedChangesAlert (#5277)
fix(console): add unsafe alert modal on the application branding page

add unsafe alert modal on the application branding page
2024-01-25 04:38:22 +00:00
simeng-li
3026413c23
fix(console): hide the organization row group (#5286)
hide the organization row group is the data is empty
2024-01-25 12:37:18 +08:00
simeng-li
9d15d88d28
fix(console): update the third-party app details page tag (#5294)
* fix(console): update the third-party app details page tag

update the third-party app details page tag

* fix(phrases): align the app tag capital case

align the app tag capital case
2024-01-25 11:48:53 +08:00
simeng-li
cdaf3608c5
feat(console,experience,phrases): add user scopes descriptions (#5300)
* feat(console,experience,phrases): add user scopes descriptions

add user scopes descriptions to the phrases

* chore(console): update the comment

update the comment

* fix(console,experience): fix org scope i18n key

replace i18n ns sperator to avoid org scope colon key miss matching

* fix(console): add missing errors i18n namespace resource

add missing errors i18n namespace resource
2024-01-25 11:48:35 +08:00
simeng-li
371a58607e
fix(console): hide the guide button for third-party app (#5295)
* fix(console): hide the guide button for third-party app

hide the guide button for third-party app

* fix(console): fix the display logic

fix the tag display logic
2024-01-25 11:48:16 +08:00
Xiao Yijun
6e001f582c
refactor(console): reorg sie page codes (#5292) 2024-01-24 17:00:19 +08:00
Charles Zhao
85ba5f508a
feat(console,phrases): support custom domain in protected app details (#5258) 2024-01-24 04:06:39 +00:00
simeng-li
0986876076
fix(console): add displayName input placeholder (#5282)
add displayName input placeholder
2024-01-24 02:47:32 +00:00
simeng-li
e86aab2a5e
refactor(console): hide the selected count on tab (#5284)
hide the selected scopes cound on tab if it is 0
2024-01-24 02:43:10 +00:00
Xiao Yijun
8ec4efe1b9
style(console): adjust textarea scrollbar position (#5275) 2024-01-24 10:41:54 +08:00
Xiao Yijun
54b3ff2620
refactor(console): auto focus on the email field when creating user (#5276) 2024-01-24 10:41:43 +08:00
simeng-li
ea4c9afdb5
fix(console): fix third-party app return link (#5280)
fix third-party app return link
2024-01-24 09:10:05 +08:00
simeng-li
67c5f613a5
style(console): replace the oidc idp app icon (#5279)
replace the oidc idp idp app icon
2024-01-24 09:09:09 +08:00
simeng-li
8eba064199
chore(console): keep app description input field (#5283)
keep description input field for the third-party app
2024-01-23 22:10:40 +08:00
simeng-li
42e9513ca1
fix(console,core): fix application count bug (#5270)
fix application count bug
2024-01-23 11:22:26 +08:00
Xiao Yijun
4976154e6d
refactor(console): update go sdk integration guide (#5272) 2024-01-22 17:04:53 +08:00
simeng-li
e539d999f2
feat(console,phrases): add application permissions edit modal (#5239)
* feat(console,phrases): implement permission edit modal

implement permission edit modal

* fix(console): remove useless undefined type

remove useless undefined type
2024-01-22 11:33:00 +08:00
simeng-li
6b49a2e2e3
feat(console,phrases): implement application permissions assignment 4-4 (#5230)
feat(console): implement application permission assignment modal

implement application permission assignment modal
2024-01-22 10:59:43 +08:00
Xiao Yijun
beef9c0657
refactor(console): update android integration guide (#5263) 2024-01-22 10:48:34 +08:00
Charles Zhao
cc8b9d88e3
refactor(console): refactor app details page to support protected apps (#5252) 2024-01-20 10:13:19 +08:00
simeng-li
475c9d5ae8
feat(console): implement DataTransferBox ds-component (#5229)
* feat(console): implement DataTransferBox ds-component

implement DataTransferBox ds-component

* chore(console): add some comments

add some comments
2024-01-19 21:05:31 +08:00
Xiao Yijun
6f8c4c1f1b
refactor(console,phrases): update plan comparison table content (#5255) 2024-01-18 15:40:41 +08:00
Xiao Yijun
d9b8be8157
refactor(console): add next bill tip for tax info (#5246) 2024-01-18 11:30:26 +08:00
Xiao Yijun
c4d943cc8f
refactor(console): reorg application details page codes (#5248) 2024-01-17 16:01:46 +08:00
Xiao Yijun
61e5d7f21c
fix(console): fix application refresh token settings (#5244) 2024-01-17 15:05:30 +08:00
Charles Zhao
d04bc9d19d
feat(console,phrases): support protected app creation in get-started page (#5238) 2024-01-17 03:50:28 +00:00
Xiao Yijun
e47966e0db
refactor: remove next bill tip (#5243) 2024-01-17 10:27:28 +08:00
Xiao Yijun
366adb2ff1
refactor(console): update quota pricing info (#5237) 2024-01-16 18:19:15 +08:00
simeng-li
400ee914d6
feat(console,phrases): add permissions tab to the application details page 4-3 (#5213)
* feat(console,phrases): implement the third-party app permissions table

implement the third-party app permissions table

* fix(console,phrases): update content

update content

* fix(console): add permission table classname

add permission table classname
2024-01-16 07:40:51 +00:00
simeng-li
2d41cbca8f
refactor(console): add permissions tab to the application details page 4-2 (#5212)
refactor(console): refactor the TemplateTable

refactor the TemplateTable component to be a shared componenet
2024-01-16 15:25:50 +08:00
simeng-li
73b36dcb4d
feat(console,phrases): add permissions tab to the application details page 4-1 (#5211)
feat(console,phrases): add permissions tab to the application details page

add permissions tab to the application details page
2024-01-16 13:58:47 +08:00
Charles Zhao
d506f94c18
feat(console): add protected app creation form (#5228)
* feat(console): add protected app creation form

* refactor(console): use whitelist to display application types in app creation form
2024-01-15 23:06:18 +08:00
Darcy Ye
098cfd7c54
fix(console): upcoming billing info not updated when subscription changes (#5223) 2024-01-12 03:50:07 +00:00
Xiao Yijun
2f0e2a4400
refactor: update android integration guides (#5222) 2024-01-11 16:00:55 +08:00
wangsijie
5bc649e10d
feat(core,phrases): update protected app (#5189) 2024-01-11 11:03:01 +08:00
Charles Zhao
9fdac5911d
fix(console): should not parse phone number if it is empty (#5216) 2024-01-10 07:04:24 +00:00
wangsijie
4022e4dbc7
fix(core): fix next server action guide (#5179) 2024-01-10 10:56:19 +08:00
Darcy Ye
cbc5dc5792
refactor(console): show auto generated acs url for SAML connector (#5208) 2024-01-09 15:53:30 +08:00
Gao Sun
3d5786d982
refactor: remove legacy resources (#5118)
* refactor: remove legacy api resources

* refactor: remove legacy resources

* refactor: add alteration script

* refactor(cli): adjust legacy seed test data

* refactor: update alteration timestamp

* refactor: update organization role name
2024-01-08 14:47:30 +08:00
Xiao Yijun
d7dd525ea4
style(console): update space size for table placeholder (#5204) 2024-01-08 11:41:58 +08:00
Xiao Yijun
c1bb631648
refactor(console): forward ref for button component (#5199) 2024-01-08 11:41:39 +08:00
Xiao Yijun
87f48c716b
fix(console): display no data when no data is found by search filter (#5203) 2024-01-08 11:41:25 +08:00
Xiao Yijun
9901f58df3
fix(console): remove hover state from tip button after tip is closed (#5197) 2024-01-08 11:30:39 +08:00
simeng-li
e9e0f18dcf
feat(console): : add application branding tab (#5176)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* fix(test): fix rebase issue

fix rebase issue

* feat(console): hide some fields for third-party apps

hide some form fields for third-party apps

* feat(console): add application branding tab

add application branding tab

* fix(console): fix fields not updated after logo deletion bug

fix fields not updated after logo deletion bug

* fix(console): fix the third-party hidden fields

fix the third-party hidden fields logic

* fix(console): fix style class not found error

fix style class not found error

* fix(console): force bool type for the thirdPartyApplicaitonEnabled variable

force bool type for the thirdPartyApplicaitonEnabled variable
2024-01-05 06:55:15 +00:00
simeng-li
94943cb3c3
refactor(phrases,console): refactor the application details form (#5168)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* refactor(phrases,console): refactor the application details form

refactor the application details form, merge advance settings to settings

* fix(console): fix the application details page tab style

fix the application details page tab container style

* fix(test): fix rebase issue

fix rebase issue
2024-01-05 05:02:27 +00:00
simeng-li
1c3ada0123
feat(console,phrases): add third party app list page (#5149)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* feat(console,phrases): add third party app list page

add third party app list page

* fix(console): fix page size

fix page size

* fix(console): fix rebase issue

fix rebase issue

* fix(test): fix rebase issue

fix rebase issue
2024-01-05 12:27:27 +08:00
simeng-li
a85266284b
feat(console,phrases): add new third-party application to the guide Library (#5144)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* fix(test): adjust the test order

adjust the test order

* fix(phrases): add untranslated tag

add untranslated tag
2024-01-05 02:46:27 +00:00
Xiao Yijun
7a68967267
refactor(console): merge useMeCustomData hook into useCurrentUser (#5196) 2024-01-04 11:16:11 +08:00
Xiao Yijun
0d1a0a9746
refactor(console): refactor sie form data parser (#5195) 2024-01-04 11:15:34 +08:00
Xiao Yijun
8edbc0b4a8
refactor(console): refactor onboarding sie form (#5194) 2024-01-03 16:39:10 +08:00
Xiao Yijun
06c5795181
fix(console): allow image/x-icon mime type (#5193) 2024-01-03 11:20:21 +08:00
Darcy Ye
0fa2017dc8
chore(console): update onboarding survey (#5190)
* chore(console): update onboarding survey

* chore(phrases): update i18n
2024-01-03 11:02:11 +08:00
Xiao Yijun
7a7188d8b1
refactor: deprecate staging env tag (2/2) (#5187) 2024-01-02 05:41:43 +00:00
Xiao Yijun
b35c353d72
refactor: deprecate staging env tag (1/2) (#5180) 2024-01-02 12:51:24 +08:00
Xiao Yijun
86ce940dff
style(console): inherit background-color for text input (#5178) 2024-01-02 11:03:27 +08:00
Xiao Yijun
46bdc028d4
refactor(console): add subscription data provider (#5185) 2024-01-02 11:02:16 +08:00
Xiao Yijun
0bc84aaf61
refactor(console): update plan comparison data and styles (#5181) 2023-12-28 18:32:07 +08:00
Xiao Yijun
7e2016d20e
refactor(console): support isFullWidth for CopyToClipboard component (#5172) 2023-12-28 10:59:52 +08:00
Gao Sun
dde80f492e
refactor(console): sign out user when insufficient permissions (#5171) 2023-12-27 13:41:31 +08:00
Xiao Yijun
15db1e7ab2
fix(console): update price calculation blog link (#5169) 2023-12-26 07:48:38 +00:00
Xiao Yijun
b08b6b5985
refactor(console): apply new plans blog link for charge notifications (#5165) 2023-12-26 13:48:09 +08:00
wangsijie
2c26d2a825
feat(console): add next server actions guide (#5161)
feat(console): add next server actions guilde
2023-12-26 13:29:52 +08:00
renovate[bot]
f0a93d49c3
chore(deps): update commitlint monorepo to v18 (major) (#4710)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-12-26 03:10:01 +00:00
Xiao Yijun
e7c780dee4
chore(console): remove dev feature flag for pricing mvp (#5157)
* chore(console): remove dev feature flag for pricing mvp

* chore(console): deprecate unused phrases and codes

* refactor(console): update support response time
2023-12-25 23:08:41 +08:00
Xiao Yijun
51d8bcf6db
feat(console): add new support items for plan comparison table (#5156) 2023-12-25 20:58:38 +08:00
Xiao Yijun
757d0c0f97
refactor(console): hide charge notification when loading (#5155) 2023-12-25 19:08:00 +08:00
Xiao Yijun
73464229db
fix(console): correct surpass limitation check for m2m apps (#5154) 2023-12-25 10:02:40 +00:00
Xiao Yijun
12e6d288dd
feat(console): add charge notification for token usage (#5153) 2023-12-25 09:13:07 +00:00
Xiao Yijun
a6f12307b3
feat(console,core): support hidding charge notification on read (#5151) 2023-12-25 16:42:13 +08:00
Xiao Yijun
ee268ac028
refactor(console): guard charge notification directly in the cloud version (#5150) 2023-12-25 14:49:26 +08:00
Xiao Yijun
f33ef7067f
refactor(console): update featured plan quota list (#5147) 2023-12-25 14:49:11 +08:00
Xiao Yijun
d4996c3f57
refactor(console,phrases): update charge notification for add-on features (#5146) 2023-12-22 16:32:24 +08:00
Xiao Yijun
39b915aa23
refactor(console): update plan comparison table (#5143) 2023-12-22 16:32:05 +08:00
Gao Sun
9089dbf845
chore(deps): upgrade TypeScript (#5141)
* chore(deps): upgrade TypeScript

* chore: upgrade configs

* chore: fix tsconfig and add changeset

* chore: upgrade jest-related deps and fix code
2023-12-22 15:16:49 +08:00
Xiao Yijun
70bd7322de
refactor(console): navigate to plan & billing page on paywall button clicked (#5137) 2023-12-21 07:01:37 +00:00
Xiao Yijun
1729def3dd
refactor(console): update feature tag in card titles (#5136) 2023-12-21 14:29:43 +08:00
wangsijie
8a457f3045
fix(console): hide new protected app type in console guide (#5134) 2023-12-21 11:39:48 +08:00
Xiao Yijun
2e9ccb08bd
refactor(console): add machine-to-machine roles limit guard (#5131) 2023-12-21 07:42:59 +08:00
Xiao Yijun
6b2e1c8908
refactor(console): add new quota items for subscription plan (#5128) 2023-12-20 14:08:30 +08:00
Xiao Yijun
b5bc374f2b
feat(console): add charge notification for add-on features (#5125) 2023-12-20 06:06:09 +00:00
Xiao Yijun
ed1692959f
refactor(console): treat hobby plan as the new pro plan (#5126) 2023-12-20 13:57:58 +08:00
Xiao Yijun
0691669d6f
refactor(console): update upsell instruction for m2m app & resource creation (#5121) 2023-12-20 13:51:38 +08:00
Gao Sun
3f8e42af81
Merge pull request #5110 from logto-io/gao-use-organization-token
refactor(console): use organization token for management api
2023-12-19 23:54:58 +08:00
wangsijie
7e435c4749
feat(schemas): add new application type for protected app (#5112) 2023-12-19 15:59:27 +08:00
Xiao Yijun
1834d64759
fix(console): hide feature tag when standard connectors is unlimited (#5119) 2023-12-19 14:34:39 +08:00
Xiao Yijun
bb4632e0e3
refactor(console): update usage-based feature beta tip for org feature (#5117) 2023-12-19 11:44:51 +08:00
Xiao Yijun
5256da26ea
feat(console): add org feature items for comparison table (#5116) 2023-12-19 11:40:17 +08:00
Xiao Yijun
a5ef0d014e
refactor(console): update plan comparison table (#5115) 2023-12-19 10:10:32 +08:00
Gao Sun
bfd027d4e8
refactor(console): use organization token for management api 2023-12-18 13:07:30 +08:00
Xiao Yijun
21dd11c92e
feat(phrases): add phrases for pricing v2 (#5102)
* feat(phrases): add phrases for plan quota table

* feat(phrases): add phrases for new upsell

* chore(phrases): remove untranslated comment from en phrases

* feat(phrases): add new org sell items
2023-12-14 17:03:26 +08:00