simeng-li
faa48aa042
fix(experience): fix google one tap
...
fix google one tap
2024-08-06 13:43:47 +08:00
simeng-li
17534fcd27
fix(experience): fix get sso connectors bug
...
gix get sso connectors bug
2024-08-06 13:43:47 +08:00
simeng-li
dea41c96e8
refactor(experience): migrate social and sso
...
migrate social and sso
2024-08-06 13:43:46 +08:00
simeng-li
c1b6d96105
refactor(experience): migrate verification code apis
...
migrate verification code apis
2024-08-06 13:42:31 +08:00
simeng-li
4f94b6df0e
feat(experience): migrate the password sign-in flow
...
migrate the password sign-in and username-password registration flow
2024-08-06 13:42:31 +08:00
simeng-li
ea41a79a83
fix(core): fix rebase issue
...
fix rebase issue
2024-08-06 13:42:15 +08:00
simeng-li
65efced999
fix(core): fix api payload
...
fix api payload
2024-08-06 13:42:15 +08:00
simeng-li
68193c3376
refactor(core): refactor backup code generate flow
...
refactor backup code generate flow
2024-08-06 13:42:15 +08:00
simeng-li
457b153800
fix(test): remove legacy test
...
remove legacy test
2024-08-06 13:41:28 +08:00
simeng-li
a3e55222fc
fix(core): remove unused method
...
remove unused method
2024-08-06 13:41:28 +08:00
simeng-li
7fb00bca7a
refactor(core,schemas): refactor the registration flow
...
refactor the registraction flow
2024-08-06 13:41:28 +08:00
simeng-li
d74fb15aab
fix(test): update social verification ut
...
update social verification util unit test
2024-08-06 13:40:29 +08:00
simeng-li
89b78a3a95
fix(test): optimize social verification test
...
optimize social verificaiton tests
2024-08-06 13:40:29 +08:00
simeng-li
6eff894a8f
fix(core): fix google one tap verification error
...
fix google one tap verification error
2024-08-06 13:40:29 +08:00
simeng-li
4b6039c585
feat(core): support google one tap
...
support google one tap verification
2024-08-06 13:40:29 +08:00
simeng-li
9e0a1c0378
feat(core): add sentinel protection
...
add sentinel protection
2024-08-06 13:39:24 +08:00
Charles Zhao
43d5bd248c
refactor(console): improve guide logo and contact us logo display ( #6391 )
2024-08-06 11:20:52 +08:00
Darcy Ye
a731b09122
fix(console): should not call cloud API when tenant ID is not valid ( #6399 )
2024-08-05 05:18:18 +00:00
Darcy Ye
2e3a0063ba
fix(core): should not throw when not adding any new roles to a user ( #6387 )
2024-08-05 02:58:47 +00:00
simeng-li
5024182986
refactor(core): should not guard sso authentication flow ( #6394 )
...
should not guard mfa and profile fulfillment for the sso authentication flow
2024-08-05 09:05:08 +08:00
Darcy Ye
902e620e84
fix(console): fix the subscription plan display in tenant dropdown ( #6393 )
2024-08-04 17:42:40 +08:00
Darcy Ye
2a6e6f2f75
chore(phrases): update content ( #6392 )
...
chore: update content
2024-08-04 17:41:07 +08:00
Darcy Ye
6c256f9c73
fix(console): manual update subscription data when add/delete resources ( #6360 )
...
* fix(console): add post response hook to update subscription info for useApi hook
* refactor: wrap sync subscription data method
2024-08-02 19:52:23 +08:00
Charles Zhao
4a324d68c2
fix(console): create tenant button should stretch to full width ( #6381 )
2024-08-02 12:03:08 +08:00
simeng-li
ce63bba018
fix(console): add in-line error message ( #6386 )
...
* fix(console): add in-line error message
add in-line error message
* refactor(console): remove old validation logic
remove old validation logic
2024-08-02 12:02:07 +08:00
Darcy Ye
08e7c52365
refactor(console): update billing info showed in subscription details page ( #6384 )
2024-08-02 11:47:25 +08:00
simeng-li
0671208d0f
fix(core): error data bug fixing ( #6382 )
...
fix(core): error code bug fixing
error code bug fixing
2024-08-02 09:31:48 +08:00
Xiao Yijun
ebb6a91de7
chore(console): remove redunant login hint usage for invitation ( #6385 )
2024-08-01 21:02:04 +08:00
Charles Zhao
eef3d74dc8
refactor(console): delay module loading suspense component display by 500ms ( #6345 )
2024-08-01 17:44:00 +08:00
Gao Sun
c6a1cab399
refactor: add tests for content-type in oidc apis ( #6380 )
2024-08-01 09:38:09 +00:00
Darcy Ye
8e9f6e4a0b
refactor(console): get and check skuId
from checkout session ( #6369 )
...
* refactor(console): get and check skuId from checkout session
* chore: update @logto/cloud dependency
2024-08-01 17:19:52 +08:00
simeng-li
a1f6009cc5
refactor(core): make password optional in NewPasswordIdentity ( #6377 )
...
refactor(core): make password optional in NewPasswordIdentity verification
make password optioanl in NewPasswordIdentity verification
2024-08-01 17:17:51 +08:00
Gao Sun
323a5650f0
fix(core): allow non-json body type when parsing ( #6379 )
2024-08-01 08:41:07 +00:00
simeng-li
b91ec0cd6f
feat(core,console,phrases): add custom data editor to application details page ( #6370 )
...
* feat(core,console,phrases): add custom data editor to application details page
add custom data editor to application details page
* chore: add changeset
add changeset
* fix(core): fix input params bug
fix input params bug
* fix(test): fix the integration tests
fix the integration tests
* fix(console): use the form controller element
use the form controller element
* fix(core,console): remove deepPartial statement
remove deepPartial statement from the patch application API payload guard
* fix(test): fix backchannel integration test
fix backchannel integration test
2024-08-01 14:11:44 +08:00
Charles Zhao
2d0502a427
feat(cli): add cli command to setup custom ui local debugging proxy ( #6365 )
...
* feat(cli): add proxy
* refactor(cli): polish code per comments
* refactor(cli): polish code
* refactor(cli): support serving static files
* chore: add changeset
* refactor: polish code
* refactor(cli): polish code
* refactor(cli): make json parse safer
2024-08-01 12:47:24 +08:00
renovate[bot]
3f014eb573
chore(deps): update dependency nock to v14.0.0-beta.9 ( #6243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 12:00:59 +08:00
Mostafa Moradian
5c504ab9d4
feat: add advanced search params to all supported endpoints ( #6358 )
...
* feat: add search params to list users endpoint
* feat: implement advanced search for all supported endpoints
2024-08-01 10:58:02 +08:00
simeng-li
dab06cb1a9
feat(core,schemas): add mandatory password guard on register ( #6368 )
...
* refactor(core): refactor backup code generate flow
refactor backup code generate flow
* fix(core): fix api payload
fix api payload
* fix(core): fix rebase issue
fix rebase issue
* feat(core,schemas): add mandatory password guard on register
add mandatory password guard on register
2024-08-01 10:20:23 +08:00
Gao Sun
5fd5353383
refactor(core): allow cloudflare insights origin in csp ( #6375 )
...
refactor(core): allow cloudflare csp
2024-08-01 10:18:22 +08:00
simeng-li
cf31e3a5af
feat(core,schemas): add auditLogs to experience API ( #6361 )
...
* refactor(core): refactor backup code generate flow
refactor backup code generate flow
* fix(core): fix api payload
fix api payload
* fix(core): fix rebase issue
fix rebase issue
* feat(core,schemas): add auditLogs to experience API
add auditLogs to experience API
2024-07-31 18:38:34 +08:00
Gao Sun
84f7e13a2b
refactor(core): improve swagger auth description ( #6367 )
2024-07-31 17:22:07 +08:00
Gao Sun
f8185a651b
chore: remove unused deps ( #6372 )
...
* chore: remove unused deps
* chore: fix version
2024-07-31 16:59:54 +08:00
Sten Roger Sandvik
e9581d8b4c
feat(connector): added postmark connector
2024-07-31 14:22:21 +08:00
simeng-li
3b4da16247
feat(core): add webhooks middleware to experience api ( #6357 )
...
* refactor(core): refactor backup code generate flow
refactor backup code generate flow
* fix(core): fix api payload
fix api payload
* fix(core): fix rebase issue
fix rebase issue
* feat(core): add hooks middleware to experience APIs
add interaction hooks to experience APIs
* refactor(core): refactor experience API context type
refactor experience API context type
2024-07-31 14:20:31 +08:00
simeng-li
dbc5512c0b
refactor(core): make the interaction event mandatory ( #6337 )
...
* refactor(core): refactor backup code generate flow
refactor backup code generate flow
* fix(core): fix api payload
fix api payload
* fix(core): fix rebase issue
fix rebase issue
* refactor(core): make the interaction event mandatory
make the interaction event mandatory
* test: update integration tests
update integration tests
* fix(core): fix the middleware apply bug
fix the koaExperienceInteraction middleware apply bug
2024-07-31 13:43:27 +08:00
Gao Sun
d932e304cb
refactor(console): fix text overflow issue ( #6366 )
2024-07-31 11:42:38 +08:00
simeng-li
ea150f1c7a
refactor(core): extract verified interaction guard middleware ( #6336 )
...
* refactor(core): refactor backup code generate flow
refactor backup code generate flow
* fix(core): fix api payload
fix api payload
* fix(core): fix rebase issue
fix rebase issue
* refactor(core): extract verified interaction guard middleware
extract verified interaction guard middleware
2024-07-31 03:16:14 +00:00
simeng-li
b97c720c59
feat(core): migrate register flow affiliate report logic ( #6334 )
...
Migrate the new user affiliate flow from interaction API.
- `postAffiliateLogs` is forked from `routes/interaction/actions/helpers.ts`
2024-07-31 11:00:45 +08:00
Darcy Ye
4abe2a8473
fix(console): add dev guard on new pricing model subscription hooks ( #6363 )
2024-07-30 18:13:14 +08:00
Gao Sun
40a8a9a9bb
feat: allow app secret edit ( #6352 )
2024-07-29 10:59:17 +00:00