0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
Commit graph

2186 commits

Author SHA1 Message Date
Gao Sun
0db5e9f1ce
feat(console): init organization details 2023-10-23 14:58:28 +08:00
Gao Sun
23dc01c091
feat(console): init organization table 2023-10-23 14:32:17 +08:00
Xiao Yijun
87df417d1a
feat(console): support HTTP for webhook requests (#4716) 2023-10-23 13:56:09 +08:00
Xiao Yijun
19aa36aac2
refactor(console): clear search input on clear search results (#4715) 2023-10-23 13:55:57 +08:00
Xiao Yijun
6b01e9c88e
refactor(console): add webauthn tips and update phrases (#4709) 2023-10-23 12:37:32 +08:00
wangsijie
cc81d8de33
chore(core,shared): add isDevFeatureEnabled to envset (#4707) 2023-10-20 17:41:29 +08:00
Xiao Yijun
b5553e7237
refactor(console): hide WebAuthn user-agent info on user details page (#4706) 2023-10-20 17:36:45 +08:00
Gao Sun
14008e198b
refactor(console): use correct delete confirmation text 2023-10-20 16:56:50 +08:00
Gao Sun
e244b62a39
feat(console,core): edit permissions and roles 2023-10-20 16:21:06 +08:00
Gao Sun
d582fdf284
feat(console): show permission tags in roles table 2023-10-19 18:48:07 +08:00
Gao Sun
8754d86610
feat(console): organization roles table 2023-10-19 18:48:06 +08:00
Gao Sun
b18df612dd
refactor(console): remove unused prop 2023-10-19 18:46:04 +08:00
Gao Sun
3bd169c297
feat(console): init org settings page with permissions table 2023-10-19 17:56:39 +08:00
Darcy Ye
f29253dcb7
chore(phrases): add phrases of enterprise identities 2023-10-18 11:42:56 +08:00
Charles Zhao
bfb1bf6d06
feat(phrases,console): add toast messages on signing key rotated or deleted (#4672) 2023-10-17 06:02:28 +00:00
Charles Zhao
b991597342
refactor(schemas,core,console): unify the usage of OIDC "keyType" in both frontend and backend (#4670) 2023-10-16 22:27:46 -05:00
Charles Zhao
81e8a2641a
refactor(console): remove bottom padding from compact tables (#4673) 2023-10-16 22:24:41 -05:00
Xiao Yijun
7d7f435bc1
chore(console): update mfa phrases (#4669) 2023-10-16 17:18:10 +08:00
Xiao Yijun
1439f76a7a
style(console): update disable style of switch component (#4667) 2023-10-16 17:17:40 +08:00
Charles Zhao
9428d37a5e
style(console): update compact table styles per latest design (#4653) 2023-10-15 22:36:14 -05:00
Charles Zhao
5665ed4c3d
chore(phrases): update wording for rotate oidc signing keys (#4652) 2023-10-15 22:35:10 -05:00
Charles Zhao
4ec15f2219
refactor(console): select dropdown should always pop downwards (#4654) 2023-10-15 22:02:45 -05:00
Xiao Yijun
e36493367e
feat(console): add tenant deletion guard (#4647) 2023-10-13 14:22:58 +08:00
simeng-li
608c2699cf
chore(console): bump react-markdown (#4648)
bump react-markdown and remark version
2023-10-13 10:20:50 +08:00
dependabot[bot]
6826f15efb
chore(deps): bump zod from 3.20.2 to 3.22.3 (#4615)
* chore(deps): bump zod from 3.20.2 to 3.22.3

Bumps [zod](https://github.com/colinhacks/zod) from 3.20.2 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.20.2...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): align zod versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-10-12 04:12:05 +00:00
Charles Zhao
106ec388d5
feat(console): add console UI for private keys rotation (#4632) 2023-10-11 08:11:22 +00:00
dependabot[bot]
f27a3ee2a7
chore(deps-dev): bump postcss from 8.4.14 to 8.4.31 (#4614)
* chore(deps-dev): bump postcss from 8.4.14 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: allow `deps-dev` as commit scope

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-10-09 07:30:06 +00:00
Hussain Shaikh
9e9227f9fa
feat: guard text inputs for CustomHeaderField component (#4609)
* feat: guard text inputs for CustomHeaderField component

* feat: add valueValidator and update keyValidator

* fix(console): check custom header key and value only if they are not empty

* chore(phrases): add invalid input phrases for custom header field

---------

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2023-10-09 13:59:49 +08:00
renovate[bot]
3e45c3848d
fix(deps): update dependency nanoid to v5 (#4491)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-10-08 00:42:32 -05:00
Darcy Ye
03bc7888b1
chore: add M2M RBAC changeset for @logto/core and update changelog (#4618) 2023-10-07 17:54:14 +08:00
silverhand-bot
f3ec4c6734
release: version packages (#4575) 2023-10-07 00:39:33 -05:00
Darcy Ye
a8b5a020fd
chore: add M2M RBAC changeset and remove feature switch (#4593) 2023-09-28 14:35:19 +08:00
simeng-li
91d2412300
fix(console): fix the invalid_target error block console consent issue (#4592)
fix(console): fix the invalid_target error block AC consent issue

fix the invalid_target error block AC consent issue
2023-09-28 02:25:32 +00:00
Darcy Ye
85a7461adc
fix(console): update content of assigning new roles on app details page (#4591) 2023-09-27 10:11:47 +00:00
Darcy Ye
21a5b4da6c
fix(console): fix AuditLogTable components application selector (#4586) 2023-09-27 15:09:01 +08:00
Darcy Ye
65b68a91f2
fix(console,phrases): update content of assigning new roles on app details page (#4588) 2023-09-27 06:13:14 +00:00
wangsijie
6a32f50d15
feat(core,schemas,phrases): verify totp to sign in (#4570) 2023-09-27 09:12:25 +08:00
Darcy Ye
acf460290c
chore(console,phrases): fix console UI issues (#4585) 2023-09-27 08:55:26 +08:00
Darcy Ye
c8bcbff736
fix(console): should not show admin console in audit log app selector (#4587) 2023-09-27 08:16:52 +08:00
Darcy Ye
19939811c1
refactor(console,phrases): hide role type selection on creation modal by default (#4581) 2023-09-26 11:02:05 +08:00
wangsijie
7b43dd5de6
feat(schemas,console): add mfa interaction log key (#4560) 2023-09-25 11:37:43 +08:00
Darcy Ye
368e0231a9
refactor(schemas,console,core): remove admin access switch for m2m apps (#4569)
* refactor(schemas,console,core): remove admin access switch for m2m apps

* refactor: refactor alteration script and add comments for better readability
2023-09-22 15:27:02 +08:00
Xiao Yijun
cff6f4344a
chore(console,phrases): add mfa experience phrases (#4555) 2023-09-22 14:14:47 +08:00
Gao Sun
18181f892e
refactor(shared)!: standardize id and secret generators (#4550)
* refactor(shared)!: standardize id and secret generators

* refactor: fix tests
2023-09-22 13:43:56 +08:00
silverhand-bot
d254dae5ff
release: version packages (#4572) 2023-09-21 22:04:40 +08:00
Charles Zhao
a4b44dde54
refactor(console): update protect api guide for express.js (#4564)
refactor(console): update protect api on express guide content
2023-09-21 20:50:20 +08:00
Darcy Ye
352ca03177
refactor(console,phrases,core): add roles and logs tabs for m2m app details page (#4548) 2023-09-21 16:54:17 +08:00
simeng-li
fc252b56f0
refactor(console): retrieve latest invoice id from stripe (#4563)
refactor(console): replace invoice url link with API call

replace invoice url link with API call
2023-09-21 14:40:53 +08:00
Darcy Ye
71f7977b9c
refactor(console,phrases,core): reorg role details page (#4537) 2023-09-20 12:01:15 +08:00
Xiao Yijun
bfcc5a2cc9
feat(console): add quota paywall for mfa feature (#4538) 2023-09-19 04:00:47 +00:00
Xiao Yijun
9c8b9e4853
feat(console): support managing user mfa on user details page (#4498) 2023-09-19 11:45:01 +08:00
silverhand-bot
e69f941e38
release: version packages (#4451) 2023-09-18 10:47:19 +00:00
Charles Zhao
3206ab2daa
fix(console): detail form tabs should not have unexpected margin-top (#4544) 2023-09-18 08:45:43 +00:00
Charles Zhao
0175d80d88
fix(console): transfer items should all be rendered as 40px in height (#4543) 2023-09-18 16:41:50 +08:00
Charles Zhao
460784041b
fix(console): grouped avatars should stack on each other (#4539) 2023-09-18 16:05:53 +08:00
wangsijie
256aa30c31
feat(core): management user verifications (#4481)
* feat(schemas): add user verifications column

* feat(core): management user verifications
2023-09-18 11:39:22 +08:00
Darcy Ye
e90eb65d63
refactor(console,phrases,schemas,core): reorg role table (#4534) 2023-09-18 11:23:06 +08:00
Charles Zhao
c25916687f
refactor(console): add management api notice and update logo (#4532) 2023-09-18 11:00:12 +08:00
Darcy Ye
19e7292f49
refactor(console): refactor assign role modal (#4503) 2023-09-18 02:34:13 +00:00
renovate[bot]
0899fd8dda
chore(deps): update dependency ky to v1 (#4415)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-09-16 13:12:16 +00:00
Charles Zhao
595787d20d
refactor(console): improve m2m app guide content (#4531) 2023-09-16 12:49:22 +00:00
Charles Zhao
2104fc0b94
refactor(console): remove alternative endpoint from app guides (#4530)
* refactor(console): remove alternative endpoint from app guides

* chore(console): add border radius to images in guides
2023-09-16 20:27:27 +08:00
Charles Zhao
9bf591555e
refactor(console): improve m2m app guide content (#4525) 2023-09-16 10:48:39 +08:00
Charles Zhao
4c67cf3c5c
chore(console): fix wrong section title in python api guide (#4526) 2023-09-16 09:33:18 +08:00
Gao Sun
f9322d02dc
fix(console): highlight current tab in sidebar (#4524) 2023-09-15 13:40:11 +00:00
Gao Sun
d1729d89a9
chore(console): enable password policy (#4523) 2023-09-15 11:17:34 +00:00
Charles Zhao
5bda3a5c5a
refactor(console): remove upsell banner from get-started page (#4519) 2023-09-15 19:01:47 +08:00
Charles Zhao
d1c25b9c26
feat(console): add api resource guide for python (#4518) 2023-09-15 18:56:05 +08:00
Charles Zhao
0995b4257c
feat(console): add api guide for spring boot (#4517) 2023-09-15 18:32:36 +08:00
Charles Zhao
a449a0a21f
refactor(console): add metadata and support endpoint and audience variables in api guides (#4515)
refactor(console): support endpoint and audience variables in api guides
2023-09-15 18:31:06 +08:00
Gao Sun
c4e4b83740
Merge pull request #4509 from logto-io/gao-rename-ui-to-experience-2
refactor: ui -> experience (part 2)
2023-09-15 17:58:19 +08:00
Xiao Yijun
89a3fcc816
refactor(console): hide mfa quota content before feature launched (#4516) 2023-09-15 16:32:18 +08:00
Gao Sun
fb100ce0f0
refactor(console): add isDevFeaturesEnabled env const (#4506) 2023-09-15 15:43:03 +08:00
Gao Sun
083ef8379e
refactor: ui -> experience (part 2)
Rename `phrases-ui` to `phrases-experience`.
2023-09-15 10:29:41 +08:00
Charles Zhao
926da108e8
fix(console): should display custom domain as alternative endpoint in app details and guides (#4501)
fix(console): should display custom domain as alternative endpoint in app guide and details
2023-09-15 09:57:41 +08:00
Xiao Yijun
2a64e7f32d
fix(console): avoid updating mfa config on sie config page (#4502) 2023-09-14 16:17:35 +08:00
Xiao Yijun
06df010202
fix(console): hide mfa menu item before the feature is ready (#4499) 2023-09-14 06:04:25 +00:00
Darcy Ye
1863c2f817
feat(console,phrases): add type selection for role creation modal (#4482)
* feat(console,phrases): add type selection for role creation modal

* chore(phrases): update i18n
2023-09-14 10:52:20 +08:00
renovate[bot]
4ed649dc20
chore(deps): update dependency titleize to v4 (#4413)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-09-14 10:30:44 +08:00
Gao Sun
17560b1186
chore(console): add asp.net mvc guide (#4490)
* chore(console): add asp.net mvc guide

* chore(console): fix lint errors
2023-09-14 10:29:14 +08:00
Gao Sun
1680cf5fa4
Merge pull request #4476 from logto-io/gao-password-policy-cleanup
chore: legacy password policy cleanup
2023-09-13 22:38:41 +08:00
Xiao Yijun
fcacbbbcc8
feat(console): implement mfa config page (#4492)
* feat(console): implement mfa config page

* test(console): add ui tests for mfa configuration

* chore(console): remove unused eslint command comment
2023-09-13 15:14:59 +08:00
Charles Zhao
fa3bc20986
feat(console): add api resource guide cards in get-started page (#4465) 2023-09-12 22:04:32 +08:00
Charles Zhao
18e05586cc
fix(console): input verification code in profile page should not crash the app (#4489)
* fix(console): input verification code in profile page should not crash the app

* chore: add changeset
2023-09-12 13:38:37 +00:00
Charles Zhao
2a9a9263ea
feat(console): add guide support in api resource creation process (#4457)
* feat(console): add guide support in api resource creation process

* fix(test): ui integration test
2023-09-12 20:48:56 +08:00
Gao Sun
803371d692
chore: legacy password policy cleanup 2023-09-12 16:12:39 +08:00
Gao Sun
fe39e42271
Merge pull request #4475 from logto-io/gao-password-policy-bug-bash
refactor: refine password policy details
2023-09-12 15:29:55 +08:00
Gao Sun
d10a23dba4
refactor: refine password policy details 2023-09-12 14:55:49 +08:00
simeng-li
00e72714de
fix(console): update flutter integration guide (#4479)
fix android callback action settings
2023-09-12 13:43:18 +08:00
Xiao Yijun
2337c1a3d9
feat(console): add tenant suspended page (#4473) 2023-09-12 11:28:41 +08:00
Xiao Yijun
9644fa0615
chore: remove deprecated challenge task flags (#4468) 2023-09-11 17:46:13 +08:00
Charles Zhao
371f8bd782
refactor(console): i18n phrases used in guides (#4456) 2023-09-11 14:36:17 +08:00
Charles Zhao
e991f8d516
feat(console): add api resource metadata and guide for node express (#4455) 2023-09-11 04:40:04 +00:00
Charles Zhao
a54efc84cc
refactor(console): re-use guide components in new api resource creation process (#4448) 2023-09-11 12:03:41 +08:00
Xiao Yijun
d1b92e99aa
refactor(console): display webhook test result on details page (#4453) 2023-09-11 10:05:19 +08:00
Charles Zhao
fe2b1a341d
fix(console): selected text in go sdk guide should not have shadows (#4450)
* fix(console): code editor text background

* fix(console): selected text in go sdk guide should not have shadows
2023-09-08 05:47:46 +00:00
Charles Zhao
94ccdcf01d
fix(console): code editor text background (#4449) 2023-09-08 13:47:00 +08:00
Gao Sun
ae262d77e6
Merge pull request #4444 from logto-io/gao-sync-latest-content 2023-09-07 21:20:44 +08:00
Darcy Ye
ae8aa539a6
fix(connector,console): fix SAML error recording and connector config form interaction (#4446) 2023-09-07 19:01:40 +08:00
Gao Sun
b33a83ba15
Merge pull request #4420 from logto-io/gao-ui-show-password-policy-content
feat(ui): show password policy requirements and errors
2023-09-07 18:19:18 +08:00
Xiao Yijun
fd08426935
chore: reorg webhook-related file structures (#4447) 2023-09-07 17:32:55 +08:00
Gao Sun
2dfce739b1
Merge pull request #4419 from logto-io/gao-console-password-policy-tab
feat(console): password policy
2023-09-07 16:11:00 +08:00
Xiao Yijun
ba2245bc0e
fix(toolkit): support plus and hyphen in mobile uri scheme (#4434) 2023-09-07 00:41:51 +08:00
Charles Zhao
143f8b3943
style(console): update section subtitle and inline code styles in app… (#4442)
style(console): update section subtitle and inline code styles in app guide
2023-09-06 15:44:25 +00:00
Charles Zhao
6565dad0e6
fix(console): optimize loading screens in app guides (#4441) 2023-09-06 23:42:11 +08:00
Gao Sun
e1de6c0a20
refactor(phrases): sync latest content 2023-09-06 23:34:19 +08:00
Charles Zhao
edfb0e9950
fix(console): redirectUri input error message should be displayed properly (#4440) 2023-09-06 15:23:21 +00:00
Charles Zhao
f1ded1168b
refactor: improve guide responsive rules (#4436) 2023-09-06 14:55:11 +00:00
Darcy Ye
9995154832
refactor(console): reorg connector creation modal (#4438)
refactor(console): reorg connector create modal
2023-09-06 02:35:52 +00:00
Xiao Yijun
9e606d65a7
refactor(console): add headline spacing prop for FormField component (#4433) 2023-09-06 10:23:19 +08:00
Xiao Yijun
1453e1a2a1
refactor(console): retrieve subscription data from tenant response (#4430)
refactor(console): apply tenant subscription data from tenant response
2023-09-06 10:22:10 +08:00
Charles Zhao
54321d93a2
refactor(console): add missing section title and adjust card layout in get-started page (#4428) 2023-09-06 10:10:35 +08:00
Charles Zhao
90ea2e2f71
refactor(console): adjust sdk guide sorting order (#4427)
* refactor(console): adjust sdk guide sorting order

* docs(console): update rules about the sorting order of the sdk guides
2023-09-05 15:36:30 +00:00
Gao Sun
bbdf57b369
Merge pull request #4418 from logto-io/gao-console-others-to-content
refactor(console): update tab name others -> content
2023-09-05 14:28:34 +08:00
Xiao Yijun
8e4e08f731
refactor(console): remove no-data social section from changes alert modal (#4424)
* refactor(console): remove no-data social section from changes alert modal

* test(console): add sign-in config diff ui tests
2023-09-05 10:59:01 +08:00
Gao Sun
cb696d7e44
Merge pull request #4416 from logto-io/gao-implement-password-policy-guard
feat(core): guard password by policy
2023-09-05 00:11:34 +08:00
Gao Sun
7a6f5621c8
feat(ui): show password policy requirements and errors 2023-09-05 00:04:55 +08:00
Xiao Yijun
533d681939
refactor(console): remove add connectors tip when no social connector is set up (#4422) 2023-09-04 11:03:15 +00:00
Charles Zhao
b2d6a9a72f
chore(console): remove unused v1 guides and mdx-components (#4423) 2023-09-04 16:05:30 +08:00
Gao Sun
d1be138cad
refactor(console): fix comment 2023-09-04 15:27:31 +08:00
Gao Sun
e8c544afcb
refactor(console): update relative path checking logic 2023-09-04 12:55:32 +08:00
Charles Zhao
89300379bd
fix(console): block margin should be the same on get-started page (#4414) 2023-09-04 10:57:18 +08:00
Gao Sun
1c0fe49be9
refactor(console): implement <NumericInput /> 2023-09-03 23:20:46 +08:00
Gao Sun
c7072a1002
feat(console): password policy 2023-09-03 23:20:46 +08:00
Gao Sun
e68cbd0b09
refactor(console): update tab name others -> content
update the sign-in experience configuration page tab name per design.
2023-09-03 23:20:20 +08:00
Gao Sun
b8a7b900e1
feat(core): guard password by policy 2023-09-03 02:11:22 +08:00
Gao Sun
ac859afec9
fix(console): update default tenant id on manual navigation only (#4417) 2023-09-02 16:21:59 +08:00
silverhand-bot
f416ec3312
release: version packages (#4270) 2023-08-30 16:16:55 +08:00
Charles Zhao
29840c1c26
fix(console): remove unexpected margin top from form elements (#4408) 2023-08-30 15:48:47 +08:00
Charles Zhao
8108a4831a
refactor(console): new get started page (#4398)
* refactor: get started

* refactor(console): support react router link in LinkButton component

* refactor(console): new get-started page

* chore(console): translate i18n phrases
2023-08-30 10:51:54 +08:00
Charles Zhao
ff6a1ffa4d
fix(console): app creation quota limit should be displayed on create app form (#4402) 2023-08-29 08:35:11 +00:00
Gao Sun
c5bf1d7171
refactor(console): support explicit tutorial order (#4404) 2023-08-29 16:01:35 +08:00
Gao Sun
d90b4e7f65
feat(console): add asp.net core tutorial 2023-08-28 18:37:23 +08:00
Charles Zhao
8459cb55ad
chore(console): code cleanup (#4390) 2023-08-24 15:58:36 +08:00
Gao Sun
dcff078d68
Merge pull request #4387 from logto-io/gao-fix-sign-out-redirect-for-api
fix(console): use correct sign-out redirect uri for api hooks
2023-08-24 15:43:30 +08:00
Charles Zhao
c4738705f0
fix(console): remove 'unhandledrejection' listener from ErrorBoundary (#4391) 2023-08-24 07:43:14 +00:00
Gao Sun
ab8c75efa8
fix(console): use correct sign-out redirect uri for api hooks 2023-08-24 14:54:08 +08:00
renovate[bot]
f82df68794
chore(deps): update dependency lint-staged to v14 (#4322)
* chore(deps): update dependency lint-staged to v14

* fix: lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-08-24 14:01:38 +08:00
Darcy Ye
294a146219
chore(console): optimize onboarding process (#4389) 2023-08-24 05:57:00 +00:00
Gao Sun
53486f27ad
refactor(console): align sign-in/out redirect uris (#4385) 2023-08-23 14:53:48 +00:00
Charles Zhao
7b569a4de9
fix(console): fields should have default values in application advanced settings (#4386) 2023-08-23 11:41:43 +00:00
Charles Zhao
5b1039267f
fix(console): invalid guide url should show 404 not found (#4367) 2023-08-20 15:05:29 +08:00
Charles Zhao
e13107438c
style(console): add margin around input fields in app guide (#4375) 2023-08-18 16:30:37 +08:00
Charles Zhao
db2f38c09e
fix(console): app guard cards in drawer view should not have buttons (#4374) 2023-08-18 16:30:19 +08:00
Charles Zhao
514a6813b4
refactor(console): add toast after creating application successfully (#4372) 2023-08-18 16:30:00 +08:00
Charles Zhao
3bab12dc09
style(console): use shadow-3 for footer action bar (#4371) 2023-08-18 16:29:45 +08:00
Charles Zhao
4647879747
fix(console): show placeholder when no search is found in guide library (#4368) 2023-08-18 16:29:28 +08:00
Darcy Ye
1b75f7bb10
fix(console): remove inspire me phone as identifier options (#4370) 2023-08-17 17:11:39 +08:00
Charles Zhao
83022a27b4
fix(console): remove pro tag from m2m app creation form in oss version (#4366)
* refactor(console): improve app create form subtitle per selected framework

* fix(console): remove pro tag from m2m app creation form in oss version
2023-08-17 16:52:05 +08:00
simeng-li
87607ac894
fix(console): add trySafe to report methods (#4369)
add trySafe to report methods
2023-08-17 08:51:13 +00:00
Darcy Ye
b581b28081
fix(console): getPathname() could result in duplicated tenant id segments in path (#4362) 2023-08-17 16:18:33 +08:00
Charles Zhao
d5ffb03bec
refactor(console): improve app create form subtitle per selected framework (#4365) 2023-08-17 07:51:54 +00:00
Charles Zhao
ca88b0c248
fix(console): guide navigation anchors should be clickable and jump to the step (#4364) 2023-08-17 07:17:55 +00:00
simeng-li
7cc31c105d
chore(console): update some app guide description content (#4363)
update some app guide description content
2023-08-17 07:17:07 +00:00
Charles Zhao
4f3b8e9b40
fix(console): resolve forwardRef warning in debugger console (#4361) 2023-08-17 15:15:04 +08:00
Gao Sun
669d7537fa
Merge pull request #4360 from logto-io/charles-log-6973-fix-golang-guide-crashed
fix(console): fix Golang guide crash
2023-08-17 15:54:22 +09:00
simeng-li
950f69b32e
fix(console): adjust the app guide order (#4359)
adjust the app guide order
2023-08-17 06:51:44 +00:00
Charles Zhao
6da0e2ef46
fix(console): fix Golang guide crash 2023-08-17 14:30:16 +08:00
Charles Zhao
8b013ce979
fix(console): should hide filters from app list empty placeholder (#4358) 2023-08-17 06:07:18 +00:00
Charles Zhao
66c75cb0af
refactor(console): settings tabs in application details page (#4357) 2023-08-17 13:46:32 +08:00
Charles Zhao
6e03b83658
fix: logo size in get sample section in app integration guide (#4354) 2023-08-17 13:46:15 +08:00
Gao Sun
ec081d9740
refactor(console): add post logout redirect uri in guides (#4356) 2023-08-17 13:23:10 +08:00
Charles Zhao
c40a7d3a7a
refactor(console): hide navigation anchors from guide in compact view (#4347)
* refactor(console): hide navigation anchors from guide in compact view

* refactor(console): check app guide drawer in app details page (#4348)
2023-08-17 04:16:18 +00:00
wangsijie
49fb74ee31
feat(console): remix guide (#4352)
* feat(console): remix guide

* fix: remove further readings and add redirect uri comment
2023-08-17 04:00:07 +00:00
Charles Zhao
7bbf3ae991
feat(console): upsell m2m feature on guide card and library filter (#4337)
feat(console): upsell m2m feature on guide card and guide library filters
2023-08-17 11:40:30 +08:00
Gao Sun
0f98330455
feat(console): php guide (#4351) 2023-08-17 11:40:08 +08:00
wangsijie
f0521fb36d
feat(console): nextjs app router guide (#4346)
* feat(console): nextjs app router guide

* fix(console): fix app router description

* fix: remove further reading

* fix: add trailing steps closer
2023-08-17 11:36:26 +08:00
simeng-li
d5835e4e93
feat(console): add m2m implementation guide (#4343)
* feat(console): add m2m implementation guide

add m2m implementation guide

* fix(console): address m2m guide comment issues

address m2m guide comment issues
2023-08-17 02:46:14 +00:00
Gao Sun
c4a9246071
refactor(console): remove min-height for readonly code editors (#4350) 2023-08-17 10:37:43 +08:00
simeng-li
758510a13f
feat(console): add flutter guide (#4338)
* feat(console): add flutter guide

add flutter guide

* fix: should read props

should read props

* fix: remove useless content

remove useless content

* fix(console): update flutter SDK content

update flutter SDK content
2023-08-17 10:32:00 +08:00
Gao Sun
59a42c76c5
refactor(console): align further readings section (#4349) 2023-08-17 09:35:55 +08:00
Gao Sun
e83208c259
fix(console): add onClick handler to guide done button (#4345) 2023-08-16 23:52:08 +08:00
Gao Sun
a40a4443db
feat(console): outline guide 2023-08-16 21:54:15 +08:00
Gao Sun
00866e0eba
feat(console): capacitor guide 2023-08-16 21:52:19 +08:00
Gao Sun
29b99eab69
feat(console): python guide 2023-08-16 21:51:28 +08:00
Charles Zhao
f75709f2f0
fix(console): add max-width to guide card group (#4340) 2023-08-16 17:31:00 +08:00
Charles Zhao
29ac5c9e8e
chore(console): enable guide v2 in production env (#4341)
* chore(console): enable guide v2 in production env

* fix: eslint
2023-08-16 09:29:32 +00:00
Charles Zhao
d0f91d5d37
feat(console): new app creation guide library (#4334)
* feat(console): consolidate all app guide metadata and use it with a hook

* fix: disable "no-unused-modules" lint rule and use it in follow-up PRs

* feat(console): new app creation guide library

* fix: remove unused component

* fix: eslint
2023-08-16 07:18:24 +00:00
Gao Sun
655869b70c
refactor(console): allow guide tsx not being imported
Since we import them in the MDX files which is hard for ESLint to
track.
2023-08-16 14:18:38 +08:00
Gao Sun
b29a984567
feat(console): chatgpt plugins guide 2023-08-16 14:18:36 +08:00
Charles Zhao
c7a4eeb9a5
feat(console): add a hook to return all application guide metadata (#4333)
* feat(console): consolidate all app guide metadata and use it with a hook

* fix: disable "no-unused-modules" lint rule and use it in follow-up PRs
2023-08-16 12:53:03 +08:00
Gao Sun
e3399cbefe
refactor(console): migrate existing guides to v2 (#4330)
* refactor(console): migrate existing guides to v2

* refactor(console): update content

* refactor(console): use context for uri input component
2023-08-15 22:42:19 +08:00
Gao Sun
44d023ab2e
feat(console): show sample for the guide and allow request new guide (#4327)
* feat(console): show sample for the guide and allow request new guide

* refactor(console): fix build

* feat(console): express guide
2023-08-15 16:44:33 +08:00
Gao Sun
84aded8ed5
Merge pull request #4325 from logto-io/gao-log-6875-ui-guide-modal-refactor
feat(console): guide modal v2
2023-08-15 16:07:32 +08:00
Xiao Yijun
96634b06b7
test: add ui tests for social connectors (#4328) 2023-08-15 15:33:50 +08:00
Gao Sun
9509db3d6f
chore(phrases): update translation 2023-08-14 15:45:36 +08:00
Gao Sun
466933a490
feat(console): guide modal v2 2023-08-14 15:05:41 +08:00
Charles Zhao
1b983c8c89
fix(console): react-markdown rendering error in parcel dev mode (#4319) 2023-08-14 11:09:06 +08:00
Xiao Yijun
7cf73f96c0
refactor(console): only show loading status on selected subscription button (#4318) 2023-08-11 16:16:20 +08:00
Xiao Yijun
c2b379ee30
refactor(console): improve tenant selector loading state (#4317) 2023-08-11 16:16:04 +08:00
Xiao Yijun
df36289ca6
refactor(console): update plan quota table (#4308) 2023-08-09 21:51:09 +08:00
Xiao Yijun
049c2e9846
feat(console): add learn more link for webhook settings description (#4289) 2023-08-04 11:21:50 +08:00
Xiao Yijun
56b0a2cd18
refactor(console): use useSWRImmutable to avoid redundant subscrtipion data fetching (#4272) 2023-08-03 14:04:25 +08:00
Darcy Ye
263ea256b9
fix(console): fix connector post/patch error rendering (#4274) 2023-08-03 11:05:44 +08:00
Xiao Yijun
caaaf18b4b
style(console): prepend space for plan usage percentage (#4273) 2023-08-03 10:33:43 +08:00
Xiao Yijun
7ce014d033
chore(phrases): apply title-cased plan name for tenant plan selection button (#4276) 2023-08-02 20:51:25 +08:00
Xiao Yijun
33bef409fa
chore(phrases): update subscription-related phrases (#4275) 2023-08-02 14:54:00 +08:00
Gao Sun
0b519e5481
refactor: allow non-http scheme in cors origin (#4269)
* refactor: allow non-http scheme in cors origin

* chore: fix errors and add changeset
2023-08-01 13:03:22 +08:00
Darcy Ye
028ffae068
refactor(core,console): filter out webhook logs from audit logs list (#4243)
* refactor(core,console): filter out webhook logs from audit logs list

* refactor(core): separate the method of finding audit logs and webhook logs

* refactor(test): update integration tests

* chore: adopt code review suggestions

* refactor(core): refactor build log condition method and update its use cases
2023-08-01 03:23:03 +00:00
silverhand-bot
74e9734ef8
release: version packages (#4255) 2023-07-31 18:43:59 +08:00
Darcy Ye
2e4cd0b817
refactor(console): get real time email service usage (#4258) 2023-07-31 17:35:29 +08:00
Xiao Yijun
8a0725938c
fix(console): display guidance on application created (#4268) 2023-07-31 16:27:52 +08:00
Xiao Yijun
3e3e446b92
style(console): add color token for upsell tags (#4266) 2023-07-31 16:27:37 +08:00
Gao Sun
a8a26a5299
refactor(console): report reddit conversion (#4263)
* refactor(console): report reddit conversion

* refactor(console): update pixel id
2023-07-29 09:44:03 +00:00
Xiao Yijun
28da86bfe4
refactor(console): update upgrade reminder for early adopters (#4257) 2023-07-29 17:29:24 +08:00
Xiao Yijun
f91408ba43
chore(console): update quota table row style rules (#4252) 2023-07-27 16:12:59 +08:00
Xiao Yijun
956d314d03
style(console): fix free plan notification margin-bottom (#4249)
style(console): fix free plan notification margin bottom
2023-07-27 16:06:17 +08:00
Xiao Yijun
1c49e52dee
refactor(console,phrases): update plan selection cta phrases (#4250)
* refactor(phrases): update current plan form card description

* refactor(console,phrases): update plan selection cta phrases
2023-07-27 16:06:08 +08:00
Gao Sun
db91da19bd
feat(console): report LinkedIn conversion (#4251)
* feat(console): report linkedin conversion

* refactor(console): clean up code
2023-07-27 15:42:44 +08:00
Xiao Yijun
5a1c9d3a7b
refactor(console): sort quota list items (#4246) 2023-07-26 11:41:15 +08:00
Charles Zhao
16d83dd2f1
refactor(console): allow editing refresh token ttl for non-m2m apps (#4232)
* refactor(console): allow editing refresh token ttl for non-m2m apps

* chore: add changeset
2023-07-26 11:13:15 +08:00
Darcy Ye
605e2b2a81
fix(console): should reset the form every time close CreateTenantModal (#4244) 2023-07-26 10:05:04 +08:00
Darcy Ye
199e747781
fix(console): fix console dark mode logo (#4233) 2023-07-25 15:58:07 +00:00
Xiao Yijun
7814f098a8
feat(console): make billing history item clickable (#4239) 2023-07-25 14:58:07 +00:00
Xiao Yijun
9cae293610
refactor(console): add dark image for free plan notification (#4238) 2023-07-25 22:05:13 +08:00
Xiao Yijun
d7cb628366
chore(console): bump @logto/cloud version (#4237) 2023-07-25 21:14:06 +08:00
Xiao Yijun
64b7aed4bd
refactor(console): use plan id to index plan descriptions (#4236) 2023-07-25 12:59:09 +00:00
Xiao Yijun
491840926c
refactor(console): update plan quota table content (#4234)
* refactor(console): update plan quota table content

* refactor(console): use reserved plan id to index plan-related data
2023-07-25 12:29:54 +00:00
Gao Sun
129d22980f
refactor(console): userEndpoint -> tenantEndpoint (#4228) 2023-07-25 19:06:34 +08:00
Xiao Yijun
c4f00fd7af
style(console): use large size for the webhook creation modal (#4231) 2023-07-25 09:40:29 +00:00
Xiao Yijun
687a644592
refactor(console): hide pro tag when related features are available (#4229) 2023-07-25 09:19:14 +00:00
Xiao Yijun
59618ef906
fix(console): reset loading state on plan downgraded (#4230) 2023-07-25 09:17:16 +00:00
Gao Sun
5fd22f394f
Merge pull request #4224 from logto-io/gao-fix-tenant-switching
fix(console): use SWR for user endpoint
2023-07-25 16:43:21 +08:00
Xiao Yijun
56ca8319d8
feat(console): add loading state for stripe actions (#4226) 2023-07-25 08:21:42 +00:00
Xiao Yijun
9eca310f6c
feat(console): add most popular tag for pro plan item (#4225) 2023-07-25 16:13:18 +08:00
Darcy Ye
c83f5251e8
chore(console): remove preview (#4218) 2023-07-25 07:54:17 +00:00
Xiao Yijun
fccc43b99c
style(console): update quota table border radius to 16px (#4221) 2023-07-25 15:24:32 +08:00
Xiao Yijun
48fc9512cd
refactor(console): hide cancel button for not eligible switch plan modal (#4222) 2023-07-25 15:22:01 +08:00
Xiao Yijun
6289b9f820
refactor(console): update free plan get-started notification (#4219) 2023-07-25 15:21:46 +08:00
Gao Sun
3c37db708d
fix(console): use SWR for user endpoint 2023-07-25 15:13:58 +08:00
Xiao Yijun
9d02e1300c
fix(console): avoid reading response error body more than once (#4223) 2023-07-25 14:24:56 +08:00
Xiao Yijun
6bef85fdb1
style(console): fix mau unit price style (#4220) 2023-07-25 03:41:55 +00:00
Darcy Ye
ae4f85bf10
refactor(console,phrases): optimize onboarding process (#4214) 2023-07-25 01:10:13 +08:00
Xiao Yijun
36b5958935
feat(console): display not eligible reminder for plan switching (#4216) 2023-07-24 18:22:52 +08:00
Xiao Yijun
aa6f9ae1a3
chore(console): remove pricing feature switch (#4215) 2023-07-24 17:08:39 +08:00
Xiao Yijun
d90d81688e
feat(console): support open stripe payment management page from console (#4213) 2023-07-24 15:46:34 +08:00
Xiao Yijun
46eafc9881
refactor(console): improve error handling for cloud api request (#4211) 2023-07-24 07:06:59 +00:00
Darcy Ye
350d070ef7
feat(console): should limit only the number of free tenant (#4205)
* fix(console): update free tenant limit

* fix(console): use TenantResponse type

* chore(console): update dependency on @logto/cloud

* chore: remove import as
2023-07-24 06:40:47 +00:00
Xiao Yijun
aded22954e
feat(console): handle subscription related request errors (#4209) 2023-07-24 03:59:13 +00:00
Xiao Yijun
b97b89a34b
fix(console): add origin for getUrl (#4210) 2023-07-24 11:39:55 +08:00
Gao Sun
f8e11b1b34
fix(console): adapt callback and current tenant id logic (#4206)
* fix(console): adapt callback and current tenant id logic

* fix(console): fix cache and onboarding route

* fix(console): fix cache and onboarding route
2023-07-24 11:11:06 +08:00
Xiao Yijun
437be82a27
feat(console): add payment overdue reminder (#4203) 2023-07-23 13:19:51 +08:00
Xiao Yijun
bc2feb6c74
feat(console): add contact us help tip for downgrade modal (#4202) 2023-07-21 17:10:06 +08:00
Xiao Yijun
62c2c2ca8f
feat(console): add mau exceeeded modal (#4195) 2023-07-21 16:09:28 +08:00
Xiao Yijun
41bc73c65d
feat(console): add subscription info for tenant selector (#4200) 2023-07-21 07:29:30 +00:00
Xiao Yijun
a54fd502bd
refactor(console): refactor subscription-related hooks (#4197) 2023-07-21 07:04:44 +00:00
Xiao Yijun
0d2f8edcb9
feat(console): add billing history page (#4160) 2023-07-21 06:31:25 +00:00
Gao Sun
4c9aef827b
refactor(console): use global router (#4191)
* refactor(console): use global router

* refactor(console): clean swr cache when switching tenant

* refactor(console): bug fix

* chore(test): increase integration test timeout

* refactor: update packages/console/src/App.tsx

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-07-21 06:12:01 +00:00
Gao Sun
0a5aa54bc2
refactor(console): save console redirect after sign-in (#4180)
* refactor(console): save console redirect after sign-in

* test: add integration test for saved redirect
2023-07-20 22:44:14 +08:00
Gao Sun
a1214d2eb6
chore(phrases): update content to sentence case (#4188) 2023-07-20 10:04:16 +00:00