Xiao Yijun
76c5d5ae65
chore(phrases): add missing backup code phrases ( #4679 )
2023-10-17 16:46:43 +08:00
Xiao Yijun
f67b3a8d6b
test(experience): add tests for webauthn experience flow ( #4643 )
2023-10-17 07:49:36 +00:00
Xiao Yijun
bc62370db5
feat(experience): implement webauthn experience flow ( #4642 )
2023-10-17 15:15:44 +08:00
wangsijie
15ab4d587e
fix(core): validate mandatory mfa ( #4639 )
2023-10-17 01:18:53 -05: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
a2ede7e36e
refactor(test): reset mfa settings after testing ( #4671 )
2023-10-16 09:42:42 +00: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
wangsijie
32fadf6f16
feat(core,schemas): verify webauthn ( #4635 )
...
* feat(core,schemas): bind webauthn
* feat(core,schemas): verify webauthn
2023-10-16 04:11:25 -05:00
Gao Sun
718053739c
Merge pull request #4659 from logto-io/gao-org-apis-5
...
feat(core): organization - user relation apis
2023-10-16 03:21:34 -05:00
Gao Sun
33e9a5d695
Merge pull request #4658 from logto-io/gao-add-relation-routes
...
refactor(core): `addRelationRoutes()` for `SchemaRouter`
2023-10-16 02:16:41 -05:00
Gao Sun
d69a73617e
Merge pull request #4657 from logto-io/gao-org-apis-4
...
feat(core): role - scope relation apis
2023-10-16 02:15:18 -05:00
Gao Sun
b2fb2f77f1
Merge pull request #4655 from logto-io/gao-refactor-queries
...
refactor(core): refactor organization queries
2023-10-16 02:14:35 -05:00
Gao Sun
a74e523bbe
Merge pull request #4651 from logto-io/gao-org-apis-3
...
feat(core): organization role APIs
2023-10-16 02:13:24 -05:00
Gao Sun
c3219f6fcd
refactor(core): organization apis error handling
2023-10-16 14:04:03 +08:00
wangsijie
af246ad863
feat(core,schemas): bind webauthn ( #4626 )
2023-10-16 04:00:59 +00: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
Gao Sun
406e54e84f
feat(core): get organizations for user api
2023-10-15 23:15:09 +08:00
Gao Sun
dd8c299547
refactor(test): fix api test
2023-10-15 23:14:57 +08:00
Gao Sun
a3a4c8a431
refactor(core): add pagination to relation queries
2023-10-15 22:51:02 +08:00
Gao Sun
d792e754a2
refactor(core): reorg routes
2023-10-15 15:29:08 +08:00
Gao Sun
d393741366
feat(core): organization - user - organization role apis
2023-10-15 13:54:58 +08:00
Charles Zhao
35f57639e5
fix(core): dispose tenant cache on demand in order to hot reload oidc provider ( #4641 )
...
* fix(core): dispose tenant cache on demand
* chore: add comments for the tenant cache invalidation mechanism
* refactor(core): refactor dispose tenant cache implementation per review comments
* refactor(core): change `invalidateCache` to a class member method
* test(core): add test cases for Tenant class
2023-10-14 12:34:03 +00:00
Gao Sun
34ca8b9c6f
refactor(core): reduce parameter
2023-10-14 20:17:07 +08:00
Gao Sun
e6d3db6e80
feat(core): organization - user relation apis
2023-10-14 20:06:14 +08:00
Gao Sun
eae1c5849e
refactor(core): addRelationRoutes()
for SchemaRouter
2023-10-14 19:32:08 +08:00
Gao Sun
523f6924b6
refactor(core): update RelationQueries
comments
2023-10-14 17:59:03 +08:00
Gao Sun
6ffdf0581a
feat(core): role - scope relation apis
2023-10-14 17:00:03 +08:00
Gao Sun
b059a30817
refactor(core): refactor organization queries
2023-10-13 19:35:27 +08:00
Gao Sun
57af573fe1
feat(core): organization role APIs
2023-10-13 18:57:34 +08:00
Gao Sun
d5a87623de
Merge pull request #4645 from logto-io/gao-refactor-integration-test-apis
...
refactor(test): add ApiFactory for integration tests
2023-10-13 05:09:36 -05:00
Gao Sun
f0e6cf3199
Merge pull request #4640 from logto-io/gao-org-apis-2
...
feat(core): add organization scope APIs
2023-10-13 05:08:47 -05:00
Xiao Yijun
dde18a4cac
chore: update experience test since it will fail randomly when running ci ( #4649 )
2023-10-13 17:41:30 +08:00
Xiao Yijun
e36493367e
feat(console): add tenant deletion guard ( #4647 )
2023-10-13 14:22:58 +08:00
wangsijie
03e654b459
refactor(core,experience): generate totp qrcode on server side ( #4646 )
2023-10-13 01:19:03 -05:00
simeng-li
42dbc0e62c
refactor(schemas): split the jsonb-type file ( #4644 )
...
split the jsonb-type file
2023-10-13 11:51:03 +08:00
renovate[bot]
5c0cf3563b
chore(deps): update dependency rollup to v4 ( #4612 )
...
* chore(deps): update dependency rollup to v4
* chore(connector): rebase
rebase
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2023-10-13 11:26:11 +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
Gao Sun
e75a0cf1f1
refactor(test): add ApiFactory for integration tests
2023-10-12 16:31:27 +08:00
Gao Sun
5fca07ee8d
refactor(core): throw duplicate error
2023-10-12 15:12:29 +08:00
Gao Sun
1fcb28b31b
Merge pull request #4637 from logto-io/gao-implement-schema-queries-class
...
refactor(core): generic schema queries and actions
2023-10-12 02:10:13 -05:00
Gao Sun
996d550382
feat(core): add organization scope APIs
2023-10-12 14:57:13 +08:00
Gao Sun
fd7d5a4ab1
refactor(core): fix id guard issue for post api
2023-10-12 14:56:34 +08:00
renovate[bot]
51a534fcd5
chore(deps): update dependency @types/pluralize to ^0.0.31 ( #4579 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-12 06:51:55 +00:00
renovate[bot]
dac50d2d25
chore(deps): update dependency @logto/cloud to v0.2.5-d434baa ( #4463 )
...
* chore(deps): update dependency @logto/cloud to v0.2.5-d434baa
* chore: update lock file
update lock file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2023-10-12 06:30:23 +00:00
Gao Sun
b4655b4e0f
Merge pull request #4636 from logto-io/gao-optimize-schema-types
...
refactor(schemas,shared)!: optimize schema types
2023-10-12 01:07:59 -05: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
Gao Sun
9a995ef65f
refactor(core,schemas): generate updateGuard
and update schema actions
2023-10-11 19:34:11 +08:00
Gao Sun
c3b9e57fe3
Merge pull request #4620 from logto-io/gao-org-apis-1
...
feat(core): org basic apis
2023-10-11 05:58:07 -05:00
Gao Sun
e02bf4c987
chore: remove unused file
2023-10-11 18:41:26 +08:00
Gao Sun
c057024b7c
refactor(core): generic schema queries and actions
2023-10-11 17:04:45 +08:00
Gao Sun
7178657935
refactor!: optimize schema types
2023-10-11 16:41:31 +08:00
Charles Zhao
106ec388d5
feat(console): add console UI for private keys rotation ( #4632 )
2023-10-11 08:11:22 +00:00
Charles Zhao
5db08a7a20
Merge pull request #4631 from logto-io/charles-log-6862-implement-console-ui-to-allow-rotating-private-keys-with-alg
...
feat(phrases): add i18n phrases for private key rotation feature
2023-10-11 02:54:41 -05:00
Charles Zhao
005bb660cd
Merge pull request #4594 from logto-io/charles-log-6861-api-to-rotate-private-keys
...
feat(core,phrases): add apis to fetch, delete and rotate oidc private keys
2023-10-11 02:52:46 -05:00
Charles Zhao
11fbfa5d99
feat(phrases): add i18n phrases for private token rotation feature
2023-10-11 15:34:08 +08:00
Charles Zhao
f01ada5760
feat(core,phrases,shared): add apis to fetch, delete and rotate oidc private keys
2023-10-11 15:28:24 +08:00
Gao Sun
4110409bd1
refactor(core): organization crud apis
2023-10-11 12:48:20 +08:00
Gao Sun
3471fa84e8
Merge pull request #4616 from logto-io/gao-init-org-tables
...
feat(schemas): init organization tables
2023-10-10 06:15:16 -05:00
Xiao Yijun
985a3637fb
refactor(experience): reorg mfa factor switching logic ( #4628 )
2023-10-10 14:44:40 +08:00
Gao Sun
8e931d757f
refactor(core): add unit tests for SchemaRouter
2023-10-10 14:09:28 +08:00
Gao Sun
bb22ce3acc
feat(core): org basic apis
2023-10-10 14:09:28 +08:00
Darcy Ye
f1f75aa37e
refactor: eliminate connector-kit dependency on logto/cloud ( #4622 )
2023-10-10 13:55:21 +08:00
Charles Zhao
c913406926
refactor(core): support oidc configuration hot replace ( #4590 )
2023-10-09 10:05:07 +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
Xiao Yijun
b68588c0f6
test(experience): add tests for totp experience flow ( #4619 )
2023-10-09 11:44:03 +08:00
simeng-li
04ec524e67
fix(core): fix new linked social email conflict error ( #4623 )
2023-10-09 11:15:02 +08:00
Charles Zhao
46d0d4c0b9
refactor(schemas,core,cli): alter signing key type to json object ( #4582 )
2023-10-08 12:51:04 -05:00
Xiao Yijun
f53778894d
feat(experience): implement totp experience flow ( #4589 )
2023-10-08 16:20:43 +08:00
Gao Sun
c1df440682
refactor(schemas): make description nullable
2023-10-08 13:47:22 +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
silverhand-bot
6993b15ecd
release: version packages ( #4621 )
2023-10-08 00:28:22 -05:00
Gao Sun
2c340d3799
refactor(core): support roles
scope for ID token ( #4600 )
...
* refactor(core): support `roles` scope for ID token
* chore: update changeset
2023-10-07 10:20:51 +00:00
Darcy Ye
03bc7888b1
chore: add M2M RBAC changeset for @logto/core and update changelog ( #4618 )
2023-10-07 17:54:14 +08:00
Gao Sun
b81c573583
feat(schemas): init organization tables
2023-10-07 17:49:28 +08:00
Darcy Ye
765cfd652f
chore(schemas): format alteration script ( #4617 )
2023-10-07 06:14:58 +00:00
Gao Sun
059a06ea7e
refactor(schemas): support table comments
2023-10-07 13:58:24 +08:00
silverhand-bot
f3ec4c6734
release: version packages ( #4575 )
2023-10-07 00:39:33 -05:00
Darcy Ye
c11fafd72c
chore(test): add M2M RBAC console test ( #4598 )
...
* chore(test): add m2m rbac console test
* fix: fix m2m rbac console ui test
2023-09-28 08:53:21 +00:00
Darcy Ye
a8b5a020fd
chore: add M2M RBAC changeset and remove feature switch ( #4593 )
2023-09-28 14:35:19 +08:00
Darcy Ye
50a5b14e18
chore(schemas): update management api access name/desc to sentence case ( #4599 )
2023-09-28 05:29:50 +00:00
Darcy Ye
aad3e2c7bb
chore(phrases,test): update M2M RBAC i18n content ( #4595 )
...
* chore: m2m rbac app/user details page assign role button sentence case
* chore(phrases,test): update m2m rbac i18n
* chore: remove untranslated tag in en
2023-09-28 11:24:22 +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
wangsijie
c3f865ac2c
test: add tests for mfa totp flows ( #4566 )
2023-09-26 14:42:02 +08:00
wangsijie
08a35a1695
feat(core,phrases,schemas): implement bind mfa totp ( #4551 )
2023-09-26 14:18:26 +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
Gao Sun
827123faa0
feat(core): integrate basic sentinel ( #4562 )
...
* feat(core): integrate basic sentinel
* chore: add integration tests
* refactor(test): fix toast matching
* chore: add changeset
* refactor(test): update naming
2023-09-25 08:20:17 +00:00
Gao Sun
b8e592d669
refactor(core): improve oidc error handling ( #4573 )
...
* refactor(core): improve oidc error handling
* refactor(core): fix tests
2023-09-25 16:16:04 +08:00
wangsijie
7b43dd5de6
feat(schemas,console): add mfa interaction log key ( #4560 )
2023-09-25 11:37:43 +08:00
Gao Sun
9644308176
Merge pull request #4554 from logto-io/gao-basic-sentinel
...
feat(core): init basic sentinel
2023-09-23 23:06:31 +08:00
Gao Sun
24f70ebb2c
chore(core): add comments to basic sentinel init
2023-09-23 22:51:01 +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
202103b71f
Merge pull request #4504 from logto-io/gao-init-sentinel
...
feat: init sentinel
2023-09-22 14:03:22 +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
6f5a0acad4
fix(phrases): phrase key should not contain dot ( #4565 )
...
* fix(phrases): phrase key should not contain dot
* chore: add changeset
* refactor: keep `.` in the error code
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-09-21 13:41:41 +00: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
wangsijie
58f10b6a4e
feat(phrases): add mfa totp phrases ( #4559 )
2023-09-20 02:31:29 +00:00
renovate[bot]
bb5ec66a35
chore(deps): update dependency sinon to v16 ( #4496 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-09-19 12:42:13 +00:00
Gao Sun
f34b2f4e21
refactor: reuse existing blocked record expiration
2023-09-19 17:21:45 +08:00
Gao Sun
b9ab1f3d85
feat(core): init basic sentinel
2023-09-19 16:35:03 +08:00
Gao Sun
a856145f81
refactor(schemas): improve regexp
2023-09-19 12:03:58 +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
Gao Sun
310698b0d2
refactor(cli): polish cli output ( #4545 )
...
* refactor(cli): polish cli output
* chore: add changeset
2023-09-18 18:27:25 +08: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
Gao Sun
d065cbc623
refactor(schemas): sentinel first version
2023-09-18 16:31:23 +08:00
Charles Zhao
ff1da7700f
fix(console): should show user initial letter avatar in roles ( #4540 )
2023-09-18 16:06:18 +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
wangsijie
38d35934e7
chore(phrases): add mfa session phrases ( #4536 )
2023-09-18 10:46:13 +08:00
Darcy Ye
19e7292f49
refactor(console): refactor assign role modal ( #4503 )
2023-09-18 02:34:13 +00:00
wangsijie
7a3d4fb58c
fix(core): quota guard for mfa feature ( #4529 )
2023-09-18 10:00:26 +08:00
Darcy Ye
8366af442a
chore(core,test): enable advanced search params for GET /applications API ( #4495 )
...
* chore(core,test): enable advanced search params for GET /applications API
* refactor: add query by app type(s) filter
* refactor: reuse search for app types
2023-09-17 03:48:56 +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
Gao Sun
d0a44e93f8
refactor(schemas): support field JSDoc comments
2023-09-16 17:15:56 +08:00
Gao Sun
f702cc24a3
feat: init sentinel
2023-09-16 17:15:53 +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
86113e0415
Merge pull request #4514 from logto-io/gao-rename-ui-to-experience-3
...
refactor: ui -> experience (part 3)
2023-09-15 18:26:34 +08:00
Gao Sun
9eb512b5a4
refactor(test): add cls
and dcls
util functions ( #4513 )
...
To build string for matching class names.
2023-09-15 10:20:51 +00: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
Gao Sun
7f1cc078ba
Merge pull request #4508 from logto-io/gao-rename-ui-to-experience
...
refactor: ui -> experience (part 1)
2023-09-15 17:57:04 +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
2319101056
refactor: ui -> experience (part 3)
...
Rename `ui` to `experience`.
2023-09-15 13:46:27 +08:00
wangsijie
08a0a6748b
feat(schemas): add user verifications column ( #4480 )
2023-09-15 11:16:47 +08:00
Gao Sun
083ef8379e
refactor: ui -> experience (part 2)
...
Rename `phrases-ui` to `phrases-experience`.
2023-09-15 10:29:41 +08:00
simeng-li
5556a73b0a
fix(core): allow ui unsafe inline script ( #4497 )
...
fix(core): all ui unsafe inline
all ui unsafe inline
2023-09-15 02:22:13 +00: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
Gao Sun
ea6b475a72
chore: fix lint errors
2023-09-15 01:02:09 +08:00
Gao Sun
092b3d7aea
refactor: ui -> experience (part 1)
2023-09-15 00:50:13 +08:00
Gao Sun
e1fac554db
test: add console tests for password policy ( #4493 )
...
* test: add console tests for password policy
* test: increase time duration
* test: fix sequencer
* chore: add jest-pptr config
* ci: separate experience and console tests
* test: skip tests of unpublished features
2023-09-14 17:28:00 +08:00
Xiao Yijun
2a64e7f32d
fix(console): avoid updating mfa config on sie config page ( #4502 )
2023-09-14 16:17:35 +08:00
wangsijie
17fd64e643
feat(core,schemas): support region option for s3 storage ( #4439 )
2023-09-14 14:46:27 +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
simeng-li
545b919074
refactor(ui): remove unused style settings ( #4464 )
...
remove unused isSuffixVisible style settings
2023-09-14 13:53:32 +08: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
Gao Sun
e8b0b1d020
chore: password policy release prep ( #4488 )
2023-09-14 10:32:46 +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
Charles Zhao
98bf0da8ff
fix(cli): translate command ( #4459 )
...
* fix(cli): translate command
* refactor(cli): add lint util method
2023-09-13 08:12:43 +00: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
Gao Sun
fa8ac7761d
Merge pull request #4466 from logto-io/gao-add-flows-integration-tests
...
refactor(test): add flows integration tests
2023-09-12 21:38:07 +08: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
281fd55e63
refactor(test): fix naming and add comments
2023-09-12 19:07:42 +08:00
Gao Sun
423e799b5d
refactor(test): add flows integration tests
2023-09-12 18:42:15 +08:00
wangsijie
6cdd33bf1c
feat(core): update mfa in sign in experience ( #4467 )
2023-09-12 17:53:16 +08:00
Gao Sun
269d1c6241
chore(phrases): cleanup unused phrases
2023-09-12 17:36:34 +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
bd70adfcb8
Merge pull request #4474 from logto-io/gao-prd-533-change-the-sequential-characters-list
...
refactor(toolkit): update password policy
2023-09-12 15:00:21 +08:00
Gao Sun
d10a23dba4
refactor: refine password policy details
2023-09-12 14:55:49 +08:00
Gao Sun
f0a8927060
refactor(toolkit): apply new policy
2023-09-12 14:41:40 +08:00
Gao Sun
e35d099c35
chore(core): add supplementary openapi json ( #4472 )
...
* chore(core): support supplementary openapi json
* refactor(core): copy json files to build
2023-09-12 06:27:40 +00:00
simeng-li
00e72714de
fix(console): update flutter integration guide ( #4479 )
...
fix android callback action settings
2023-09-12 13:43:18 +08:00
wangsijie
2a146bbd31
fix(schemas): update alteration script timestamp ( #4478 )
2023-09-12 03:52:05 +00:00
Xiao Yijun
2337c1a3d9
feat(console): add tenant suspended page ( #4473 )
2023-09-12 11:28:41 +08:00
Xiao Yijun
c775d6c66f
fix(schemas): update alteration script timestamp ( #4477 )
2023-09-12 11:04:21 +08:00
wangsijie
b91aa8d3d7
feat(schemas): add mfa to sign in experience table ( #4396 )
2023-09-12 10:36:47 +08:00
Gao Sun
527c1a7743
refactor(toolkit): update password policy
2023-09-12 00:30:57 +08:00
Xiao Yijun
9644fa0615
chore: remove deprecated challenge task flags ( #4468 )
2023-09-11 17:46:13 +08:00
Darcy Ye
9f6fc6100d
fix(schemas): specify function db schema of check_role_type ( #4469 )
...
fix(schemas): specify db schema of function check_role_type
2023-09-11 08:58:17 +00:00
Charles Zhao
371f8bd782
refactor(console): i18n phrases used in guides ( #4456 )
2023-09-11 14:36:17 +08:00
Darcy Ye
9251c2bb40
feat(core,test,phrases): add application-role related APIs ( #4425 )
2023-09-11 14:06:40 +08:00
Darcy Ye
285aa745e7
feat(core): add role-application related APIs ( #4384 )
...
* feat(core): add role-app related APIs
* chore(core): add search for GET role-application
2023-09-11 14:04:37 +08:00
Gao Sun
3326cecd01
refactor(core): fix rebase error
2023-09-11 12:46:07 +08:00
Gao Sun
668e0e82a0
refactor(test): rename directories
2023-09-11 12:41:12 +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
Gao Sun
4675ad4eb4
Merge pull request #4454 from logto-io/gao-check-personal-info
...
refactor(core): check personal info when setting password
2023-09-11 12:28:00 +08: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
Darcy Ye
f6caeacb5a
refactor(core,phrases,test): add user role APIs guard ( #4382 )
...
refactor(core,phrases): update roles API logics since type field is added to roles
refactor(test): add integration test cases
fix(core): should not manually filter out m2m role assigned to user
chore: silently filter out existing entities
2023-09-11 03:51:46 +00:00
Darcy Ye
5d78c7271b
refactor(core,schemas): update roles table schemas, add type column ( #4378 )
...
refactor(core,schemas): update roles table schemas, add type col and fix UTs
refactor(test,core,schemas): add role type constraint to DB level to keep the data source clean
2023-09-11 03:27:49 +00: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
ba0ba73454
Merge pull request #4445 from logto-io/gao-sync-latest-rules
...
refactor(toolkit): sync latest password rules
2023-09-08 13:45:08 +08:00
Gao Sun
a89ce6eeed
refactor(core): check personal info when setting password
2023-09-08 13:42:54 +08:00
Gao Sun
b68a581789
refactor(ui): refine password input
2023-09-07 22:42:52 +08:00
Gao Sun
ae262d77e6
Merge pull request #4444 from logto-io/gao-sync-latest-content
2023-09-07 21:20:44 +08:00
Gao Sun
ebd1b14cc3
Merge pull request #4443 from logto-io/gao-refactor-sync-keys-cli
...
refactor(cli): keep original untranslated mark when syncing keys
2023-09-07 20:59:19 +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
602c2d5ab0
Merge branch 'master' into gao-refactor-sync-keys-cli
2023-09-07 18:50:31 +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
Gao Sun
7846386a90
refactor(ui): use native list translation
2023-09-07 17:57:28 +08:00
Gao Sun
dbdc632381
refactor(ui): align hook style
2023-09-07 17:35:27 +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
f71763da25
refactor(toolkit): sync latest password rules
2023-09-06 23:34:56 +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
Gao Sun
daf9674b6f
refactor(cli): keep original untranslated mark when syncing keys
2023-09-06 16:25:45 +08: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
Xiao Yijun
b3fc33524e
refactor(core): remove response data construction helper from libs ( #4437 )
2023-09-06 10:21:36 +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
simeng-li
5e8b1bd598
fix(core,ui): clear ui preload link not used warning ( #4429 )
...
fix(core,ui): address ui preload link not used warning
address ui preload link not used warning
2023-09-06 09:55:22 +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
df19eba175
refactor(ui): fix tests and phrases
2023-09-05 16:16:59 +08:00
Gao Sun
c18eb490cd
refactor(connector): update aad connector ( #4435 )
2023-09-05 06:31:15 +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
Darcy Ye
c5b1976117
refactor(toolkit): update input params type of SendMessageFunction ( #4287 )
2023-09-05 11:07:38 +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
Xiao Yijun
f87c253128
refactor(phrases): update no-social connector notification ( #4426 )
2023-09-04 18:12:18 +08: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
da3cb13c89
Merge pull request #4410 from logto-io/gao-init-password-policy-checker
...
feat(toolkit): init password policy checker
2023-09-04 15:13:11 +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
simeng-li
8607b3eb75
refactor(core): clean up useless interaction guard ( #4409 )
...
refactor(core): clean up unused interaction guards
clean up unused interaction guards
2023-09-04 10:55:04 +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