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
Gao Sun
e599e3651c
fix(test): update integration test
2023-09-03 23:20:20 +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
b1f809214c
refactor(core): fix integration tests
2023-09-03 17:45:33 +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
Xiao Yijun
2b39964fd2
test: add ui tests for applications ( #4407 )
...
* test: add ui tests for applications
* refactor(test): simplify application ui tests
2023-08-31 06:31:03 +00:00
Xiao Yijun
4f5881304e
refactor(test): add modal ui test helpers ( #4412 )
2023-08-31 12:14:19 +08:00
Gao Sun
ed7d842517
test(toolkit): setup global crypto for tests
2023-08-31 00:04:19 +08:00
Gao Sun
b685c9cb4e
feat(toolkit): init password policy checker
2023-08-30 22:54:53 +08:00
renovate[bot]
0007c75df1
chore(deps): update dependency puppeteer to v21 ( #4282 )
...
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-08-30 16:17:19 +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
Jasdeep Singh
9d865909d0
fix: remove connector link from session storage ( #4406 )
2023-08-29 19:04:46 +08:00
renovate[bot]
bc6a08fac2
fix(deps): update dependency p-retry to v6 ( #4395 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-08-29 09:43:17 +00:00
simeng-li
9f70e7632c
feat(core): add tenant is suspended guard ( #4379 )
...
* feat(core): add tenant is suspended guard
add tenant is suspended guard to all management apis
* fix(core): address comments
fix function name
2023-08-29 16:42:13 +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
2a8a5ede70
Merge pull request #4403 from logto-io/gao-add-asp-net-core-tutorial
...
feat(console): add asp.net core tutorial
2023-08-28 19:17:13 +08:00
Gao Sun
d90b4e7f65
feat(console): add asp.net core tutorial
2023-08-28 18:37:23 +08:00
Xiao Yijun
1cf2657d7f
refactor(test): improve test codes about save & discard changes ( #4401 )
2023-08-28 18:27:52 +08:00
Xiao Yijun
c5a3513798
refactor(test): improve waitForToast
ui test helper ( #4400 )
...
* refactor(test): improve `waitForToaster` ui test helper
* refactor(test): rename `waitForToaster` to `waitForToast`
* refactor(test): reorg connector deletion helper method
2023-08-28 17:30:04 +08:00
simeng-li
2d111bd39b
refactor(cli): add server connection application to the admin tenant ( #4397 )
...
* refactor(cli): refactor the cloud service application seed process
refactor the cloud service application seed process
* fix(cli): seed service application for the default tenant in OSS as well
seed service application for the default tenant in OSS as well
2023-08-28 13:48:22 +08:00