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

6862 commits

Author SHA1 Message Date
Gao Sun
9df5866553
refactor(console): fix flag styles (#6610) 2024-09-20 19:48:18 +08:00
Gao Sun
a1d0d109df
refactor(phrases): sync translation (#6607)
* refactor(phrases): sync translation

* refactor: revert type
2024-09-20 16:37:27 +08:00
Gao Sun
72738b2b65
refactor(console): fix region-related styles (#6606) 2024-09-20 07:13:18 +00:00
Xiao Yijun
c61dd50e60
fix(experience): add missing button loading state (#6599) 2024-09-20 14:49:53 +08:00
simeng-li
918f8503fd
feat(core): add feature flag switch for experience app (#6564)
* feat(core,schemas): implement experience package a/b test

implement experience package a/b test

* refactor(core,schemas): rename to featureFlag

rename to featureFlag

* refactor(core): replace the hash alg

replace the hash alg and add trySafe wrapper

* chore(core): update function name and comments

update function name and comments

* refactor(core): optimize the code logic

optimize the code logic, add head to indicate the experience package

* refactor(core): update static module proxy header

update static module proxy header

* fix(core): fix unit test

fix unit test

* fix(core): clean up empty line

clean up empty line

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-20 10:10:17 +08:00
Xiao Yijun
5ddb64d8cd
style(console): hide button title when loading (#6602) 2024-09-19 10:37:03 +00:00
Gao Sun
8e5127f90b
Merge pull request #6594 from logto-io/gao-au-region
feat(console): au region
2024-09-19 10:30:07 +08:00
Gao Sun
3c9b1eaafe
refactor: catch withtyped errors 2024-09-18 22:13:38 +08:00
Gao Sun
eee4317dac
feat(console): au region 2024-09-18 20:46:42 +08:00
silverhand-bot
43d83e8bb3
release: version packages (#6424) 2024-09-13 18:06:50 +08:00
simeng-li
5aab7c01bf
fix(core): add sso only email guard (#6576)
* fix(core): add sso only email guard

add sso only email guard to registration and profile fulfilling flow

* chore: update changeset

update changeset

* chore(core): update content

update content

* fix(core): update content

update content
2024-09-13 09:34:37 +00:00
Charles Zhao
d7663db6cf
fix(experience-legacy): flip arrow icons on rtl (#6584) 2024-09-13 08:02:55 +00:00
Charles Zhao
6a4726b588
test: add ui integration test for lang and dir html attributes in experience (#6581) 2024-09-13 14:44:31 +08:00
Charles Zhao
cf53bb2c8c
test: add integration test for no password user setting password (#6579)
* test: add integration test for no password user setting password

* refactor(test): polish content

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-13 14:44:15 +08:00
Darcy Ye
560cb23b30
refactor: refactor SkuName component to make isEnterprisePlan as input (#6580) 2024-09-13 11:42:48 +08:00
Charles Zhao
193b4a4011
fix(experience-legacy): update text alignment for RTL support (#6583) 2024-09-13 03:37:35 +00:00
wangsijie
8bb5c81766
feat(schemas): add verification record table (#6566) 2024-09-13 09:47:33 +08:00
Darcy Ye
a6402e70a7
fix: fix enterprise console issues (#6578)
* fix: fix enterprise console issues

* fix: exclude 0 quota in plan usage card

* fix: fix skuName and do not show sku ID for enterprise plan
2024-09-12 09:04:15 +00:00
simeng-li
1383aafebb
fix(core): avoid duplicate operationId (#6574)
avoid duplication operationId
2024-09-12 13:44:03 +08:00
Charles Zhao
318550cab4
fix(experience-legacy): add html attribute dir to better support RTL (#6575) 2024-09-12 04:03:01 +00:00
Darcy Ye
343602027d
refactor: use orgsLimit instead of orgsEnabled as org quota key (#6570)
* refactor: use orgsLimit instead of orgsEnabled as org quota key

* refactor: implement getUsageByKey method

* chore: undo logto email connector dependency update
2024-09-12 11:17:43 +08:00
Charles Zhao
a6178f45e2
fix(core): allow no password user to set password in console profile (#6572) 2024-09-12 10:48:00 +08:00
Charles Zhao
380cc43e64
refactor(console,experience): improve RTL support (#6568)
* refactor(console,experience): improve RTL support

* test: add ui test cases for console language switcher

* refactor: update css
2024-09-12 10:47:40 +08:00
simeng-li
baa851f08b
fix(console): fix log label typo (#6569)
fix log label typo
2024-09-12 10:31:34 +08:00
Darcy Ye
c368c2799a
refactor: update display, quota guard and usage report logic for enterprise users (#6565)
* refactor: update display, quota guard and usage report logic for enterprise users

* chore: undo logto email connector dependency update

* chore: use contact us button for pro plan when currently on enterprise plan
2024-09-11 12:26:39 +00:00
Gao Sun
cc346b4e0a
feat(core): password checking api (#6567)
* feat(core): password checking api

* refactor(core): improve API response
2024-09-11 06:55:07 +00:00
wangsijie
b639249159
feat(core): add koa oidc auth for profile API (#6559) 2024-09-10 18:30:26 +08:00
simeng-li
2626616775
fix(experience): allow link social account on sign-in only mode (#6560)
* fix(experience): allow link social account on sign-in only mode

allow link social account, when registration is disabled;

* chore: add changeset

add changeset

* chore: fix typos

fix typos
2024-09-10 15:45:07 +08:00
Darcy Ye
8b19004102
fix: fix object comparison util method used in DB alteration CI (#6562) 2024-09-10 07:10:59 +00:00
simeng-li
862d27dee4
fix(core): fix custom UI not triggered bug (#6563)
fix custom UI not triggered on legacy-experience bug
2024-09-10 14:37:01 +08:00
Charles Zhao
fae8725a44
refactor(console,core,demo-app,elements,experience): improve rtl support (#6549)
* refactor(console,experience): improve rtl support

* chore: add changeset
2024-09-09 19:19:15 +08:00
Gao Sun
3b9714b993
refactor: set lang attribute for html tag (#6536)
* refactor: set `lang` attribute for html tag

* refactor: use shared i18next instance

* refactor: align html attr usage
2024-09-09 17:10:39 +08:00
simeng-li
b837efead6
feat(console,core): remove custom token claims api context dev guard (#6553)
* feat(console,core): remove custom jwt api context dev guard

remove custom jwt api context dev guard

* fix(console,schemas,phrases): fix custom jwt token request phrases

fix custom jwt token request phrases

* chore: return denyAccess
return denyAccess
2024-09-09 16:57:44 +08:00
simeng-li
5f3c0691b5
chore(console,phrases): update custom JWT phrases (#6551)
* chore(console,phrases): update cusotm jwt phrases

update custom jwt phrase in console

* chore(console): update the comments

update the comments
2024-09-09 10:09:13 +08:00
simeng-li
baa8577c45
refactor(experience): experience api migration (#6407)
* refactor(experience): migrate the password register and sign-in

migrate the password register and sign-in flow

* fix(experience): update some namings

update some namings

* refactor(experience): refactor the verification code flow (migration-2) (#6408)

* refactor(experience): refactor the verificaiton code flow

refactor the verification code flow

* refactor(experience): migrate the social and sso flow (migration-3) (#6406)

* refactor(experience): migrate the social and sso flow

migrate the social and sso flow

* refactor(experience): migrate profile fulfillment flow  (migration-4) (#6414)

* refactor(experience): migrate profile fulfillment flow

migrate the profile fulfillment flow

* refactor(experience): remove unused hook

remove unused hook

* fix(experience): fix password policy checker

fix password policy checker error display

* fix(experience): fix the api name

fix the api name

* refactor(experience): migrate mfa flow (migration-5) (#6417)

* refactor(experience): migrate mfa binding flow

migrate mfa binding flow

* test(experience): update unit tests (migration-6) (#6420)

* test(experience): update unit tests

update unit tests

* chore(experience): remove legacy APIs

remove legacy APIs

* refactor(experience): revert api prefix

revert api prefix

* fix(experience): update the sso connectors endpoint

update the sso connectors endpoint

* chore: add changeset

add changeset

* fix(experience): comments fix

comments fix

* refactor(experience): refactor the code verificatin api

refactor the code verification api

* refactor(experience): code refactor

refactor some implementation logic

* feat(experience, core): add experience legacy package (#6527)

add experience legacy package
2024-09-09 10:08:52 +08:00
simeng-li
c83fd6fc28
style(console): adjust sample code editor height (#6548)
bug bash fix. adjust sample code editor height, and phrases
2024-09-06 11:07:57 +08:00
Xiao Yijun
f150a67d58
feat(console): display user password information on user details page (#6544) 2024-09-06 11:01:06 +08:00
DevTekVE
27d2c91d2e
feat: add support for nested attribute profile mapping (#6534)
* feat: add support for nested attribute profile mapping

* chore: undo version change

Undo version change since it’s handled by changeset

Co-authored-by: Darcy Ye <darcyye@silverhand.io>

* chore: remove new implementation and use essentials

Updated implementation to use essentials, throwing exception when not found

* fix: should use getSafe() and do not throw error when mapping profile

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2024-09-05 17:59:52 +08:00
Charles Zhao
459daeb4ac
release: @logto/tunnel:0.2.0 (#6547) 2024-09-04 22:01:42 +08:00
Charles Zhao
8d95132262
feat(tunnel): support zip option in deploy command (#6541)
* feat(tunnel): support zip option in deploy command

* chore: update changeset

* refactor(tunnel): improve error handling in deploy command

* refactor(tunnel): improve cli error message per review comments

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-04 14:15:49 +08:00
Xiao Yijun
a748fc85bb
fix(core): add hasPassword field to user API response (#6543) 2024-09-04 13:22:44 +08:00
simeng-li
31035816c4
feat(console): add api context type declarations (#6533)
* feat(console): add api context type declarations

add api context type declarations

* chore(console): update type name

update custom jwt api context type name

* feat(console): update the cutsom JWT editor

update the custom JWT editor
2024-09-04 09:59:46 +08:00
simeng-li
b51680a78f
feat(core): add denyAccess api context to customJwt script (#6532)
* feat(schemas,core): add denyAccess api conext to custom jwt

add denyAccess api context to the custom jwt

* fix(test): fix integration test

fix integration test

* chore(schemas): update type name

update api context type name

* chore(schemas): fix typo

fix typo

* feat(core): add dev feature guard

add dev feature guard
2024-09-03 18:12:57 +08:00
simeng-li
509e86e4f4
fix(deps): update withtyped and cloud dependency version (#6538)
* fix(deps): update withtyped and cloud dependency version

update withtyped and cloud dependency version

* chore: update cloud dependency

* chore(core): update cloud client utils type

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2024-09-03 17:51:45 +08:00
Xiao Yijun
b00ec49871
refactor: flatten UserSettings component file structure (#6539) 2024-09-03 16:27:41 +08:00
Charles Zhao
ff4cd67a98
feat(tunnel): support cli deploy custom ui assets to cloud (#6530) 2024-09-03 10:00:37 +08:00
DevTekVE
31296f0bc8
feat: add GitLab connector (#6529) 2024-09-02 16:44:45 +08:00
simeng-li
479d5895af
chore(schemas): bump withtyped version (#6537)
* chore(schemas): bump withtyped version

bump withtyped version

* chore: update changeset

update changeset
2024-09-02 08:20:05 +00:00
Darcy Ye
64547fd4ba
chore(console): should use SKU to filter tenant dropdown and add display of dev/admin plan (#6509) 2024-09-02 11:51:21 +08:00
simeng-li
a0807d7e5a
refactor(core,toolkit): relocate customJwt local vm handler (#6524)
relocate customJwt local vm handler
2024-09-02 11:36:35 +08:00