0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
Commit graph

6644 commits

Author SHA1 Message Date
Gao Sun
210fb6ef73
ci: add check job 2024-07-28 13:55:55 +08:00
Gao Sun
510f681fa1
refactor(connector): use tsup for building 2024-07-28 13:15:09 +08:00
Gao Sun
8a29943c4d
chore: fix failed tests 2024-07-28 11:59:25 +08:00
Gao Sun
85c873b3b1
refactor: use tsup for building 2024-07-28 11:34:47 +08:00
Gao Sun
b777db5df5
refactor(core): use tsup for building 2024-07-28 11:34:43 +08:00
Xiao Yijun
5e7145b20c
fix(elements): fix user context tag name (#6346) 2024-07-26 19:48:09 +08:00
Charles Zhao
a276f92183
chore(console): update bring your ui documentation link (#6317)
chore(console): add bring your ui documentation link
2024-07-26 18:59:05 +08:00
Charles Zhao
33a1ac1ca4
refactor(console): block page navigation when uploading custom ui assets (#6342) 2024-07-26 17:58:09 +08:00
Xiao Yijun
fb5b02bec9
style(console): fix custom jwt guide card style (#6343) 2024-07-26 16:41:17 +08:00
simeng-li
669279aece
test(core): add the mfa binding integration tests (#6330)
* refactor(core): refactor backup code generate flow

refactor backup code generate flow

* fix(core): fix api payload

fix api payload

* test(core): implement the mfa binding integration tests

implement the mfa binding integration tests

* test(core): rebase backup code refactor

rebase backup code refactor
2024-07-26 07:56:22 +00:00
Xiao Yijun
556f7e43a7
fix(console): dragging anchor in the color picker on application branding page (#6340) 2024-07-26 15:54:58 +08:00
simeng-li
05082b56a7
refactor(core): refactor backup code generates flow (#6339)
refactor(core): refactor backup code generate flow

refactor backup code generate flow
2024-07-26 07:33:40 +00:00
simeng-li
34c8bedef6
refactor(core): extract isNewMfaVerification property (#6338)
extract isNewMfaVerifrication property
2024-07-26 07:08:03 +00:00
simeng-li
58a5004aa2
feat(core): implement the missing mfa bind and guard flow (#6320)
* feat(core): implement the mfa binding flow

implment the mfa binding flow

* fix(test): fix integration tests

fix integration tests

* fix(core): fix the wrong status code

fix the wrong status code

* refactor(core): refactor bind backup codes

refactor bind backup codes
2024-07-26 14:52:26 +08:00
Gao Sun
c45a1a5ad4
refactor(console): safely lazy load pages (#6332)
* refactor(console): safely lazy load pages

* chore(console): use react-safe-lazy
2024-07-26 04:42:47 +00:00
Darcy Ye
ac40ef17d7
refactor(console): update admin console using new pricing model (#6295)
* refactor(console): update cloud API calls

* refactor: update code according to CR

* refactor: correct component usage
2024-07-26 11:18:21 +08:00
Darcy Ye
b322b9a037
Merge pull request #6259 from logto-io/yemq-update-cloud-api-usages-core
refactor: update @logto/core quota guard logics
2024-07-26 11:06:40 +08:00
Darcy Ye
5f98d67754
refactor: update code according to CR 2024-07-25 18:21:38 +08:00
Darcy Ye
9dac30b660
refactor: update logto/core cloud API usage 2024-07-25 18:21:38 +08:00
Charles Zhao
e76d4e6e53
refactor(console): increase custom ui assets upload timeout to 5 mins (#6319)
refactor(console): increase custom ui assets upload timeout to 5mins
2024-07-25 17:59:48 +08:00
simeng-li
6477c6deef
feat(schemas): add custom data to application (#6309)
* feat(core,schemas): add application custom data

add application custom data

* test(core): add update application with new custom data test

add update application with new custom data test
2024-07-25 09:55:57 +00:00
simeng-li
f8f34f0e87
feat(core): implement the WebAuthn verification (#6308)
feat(core): implement the webauthn verification

implement the webauthn verification
2024-07-25 17:35:19 +08:00
simeng-li
f76252e0d2
fix(core): fix some webhook api body status 404 bug (#6311)
* fix(core): fix some webhook api body status 404 bug

fix some webhook api body status 404 bug

* fix(core): improve the webhook trigger logic

improve the webhook trigger logic

* chore: add changeset

add changeset

* chore: update the changeset

update the changeset
2024-07-25 17:34:59 +08:00
Charles Zhao
a2e457e8ef
fix(console): css loaded svg should be rendered properly (#6333) 2024-07-25 17:00:57 +08:00
simeng-li
9d2770cc27
test(core): add profile fulfillment integration tests (#6294)
* test(core): add profile fufillment integration tests

add profile fufillment integration tests

* fix: fix integration tests

fix integration tests

* refactor(test): rebase and update the latest profile api

rebase and update the latest profile api
2024-07-25 14:08:42 +08:00
simeng-li
248ee7fb08
feat(core,schemas): implement profile fulfillment flow (#6293)
* feat(core,schemas): implement profile fulfillment flow

implement profile fulfillment flow

* fix(test): fix integration tests

fix integration tests

* fix(core): fix rebase issue

fix rebase issue

* refactor(core): refactor the interaction set profile flow

refactor the interaction set profile flow
2024-07-25 13:41:10 +08:00
Gao Sun
89b8662a15
fix(console): check scope only when data is ready (#6329) 2024-07-25 04:00:34 +00:00
simeng-li
29e9bfce03
refactor(core): rename some file names and methods (#6321)
* refactor(core): rename some files name and methods

rename some files name and methods, fix some comments

* chore: update comments

update comments

* chore: update comments

update comments

* chore: polish the words

polish the words
2024-07-25 11:40:12 +08:00
Gao Sun
d7b6987b48
refactor(console, experience): optimize bundling (#6326)
* refactor(console, experience): optimize bundling

* fix: use correct favicon paths

* chore: use dynamic react dependency checking in bundling
2024-07-25 02:07:28 +00:00
Gao Sun
0d290cd2ab
Merge pull request #6323 from logto-io/gao-use-mermaid-import
refactor(console): use local mermaid import
2024-07-25 09:26:44 +08:00
Gao Sun
b78b7e837f
Merge pull request #6324 from logto-io/gao-use-vite-for-experience
refactor(experience): use vite
2024-07-25 09:26:00 +08:00
Gao Sun
07f33d7278
fix(console): use correct public url (#6325) 2024-07-24 13:46:04 +00:00
Gao Sun
e31a1793ab
Merge pull request #6318 from logto-io/gao-use-vite-for-console
refactor(console): use vite
2024-07-24 17:59:44 +08:00
Gao Sun
aeec3b1141
refactor(console): use local mermaid import 2024-07-24 17:48:14 +08:00
Gao Sun
3bf756f2b5
refactor(experience): use vite 2024-07-24 17:47:37 +08:00
Gao Sun
6c1f4283a9
refactor(console): use vite 2024-07-24 17:47:02 +08:00
Gao Sun
98dbead1bb
Merge pull request #6312 from logto-io/gao-log-app-secret
refactor(core): log app secret name
2024-07-24 17:37:30 +08:00
Gao Sun
8ee1eb94e6
Merge pull request #6310 from logto-io/gao-generate-secret-on-creation
refactor: generate application secret on creation
2024-07-24 17:36:47 +08:00
Gao Sun
2ba252bef6
Merge pull request #6304 from logto-io/gao-console-app-secrets
feat(console): support multiple app secrets
2024-07-24 16:30:02 +08:00
Gao Sun
6b33a36960
chore: add comment 2024-07-24 16:14:15 +08:00
Gao Sun
778407ea74
Merge pull request #6292 from logto-io/gao-core-app-secrets
feat(core): multiple app secrets
2024-07-24 16:11:08 +08:00
Gao Sun
9854be2712
Merge pull request #6314 from logto-io/gao-use-vite-for-demo-app
refactor: use vite for demo app
2024-07-24 15:59:41 +08:00
Gao Sun
94296acc7a
chore: add comment 2024-07-24 15:55:37 +08:00
Xiao Yijun
74e41e854b
refactor(experience): use button loading for social sign-in (#6316) 2024-07-24 05:02:09 +00:00
simeng-li
52c0dccbc7
refactor(core): implement verification records map (#6289)
* refactor(core): implement verificaiton records map

implement verification records map

* fix(core): fix invalid verification type error

fix invalid verificaiton type error

* fix(core): update the verification record map

update the verification record map

* fix(core): update some comments

update some comments

* refactor(core): polish promise dependency

polish promise dependency

* fix(core): fix the social/sso syncing profile logic

fix the social/sso syncing profile logic

* refactor(core): optimize the verification records map

optimize the verification records map

* fix(core): fix set method of VerificationRecord map
fix set method of VerificationRecord map
2024-07-23 11:43:15 +00:00
wangsijie
b16de4b38c
chore(phrases): sync keys and translate (#6315) 2024-07-23 08:20:59 +00:00
Gao Sun
f773957ad4
refactor(core): log app secret name 2024-07-23 14:57:54 +08:00
Gao Sun
536f242fcc
refactor: use vite for demo app 2024-07-23 14:52:45 +08:00
Xiao Yijun
16c8d330f0
refactor(console): keep button loading before redirecting to sign-in success page (#6305) 2024-07-23 13:32:49 +08:00
Xiao Yijun
5ee47af00c
fix(console): fix loading and error handling for org details page (#6313) 2024-07-23 13:14:06 +08:00