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

6933 commits

Author SHA1 Message Date
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
Gao Sun
ee1947ac4d
refactor(console): support entering name while creating a user (#6523) 2024-08-29 16:08:00 +08:00
Xiao Yijun
347cd3b6b7
fix(experience): avoid carring identifer from reset password page to sign-in page (#6526) 2024-08-28 13:46:48 +08:00
DevTekVE
aba089285b
feat: add Patreon connector (#6514) 2024-08-28 13:00:24 +08:00
simeng-li
8beb758771
refactor(core): refactor oidc error response query param (#6525)
refactor oidc error reponse query param
2024-08-28 10:14:04 +08:00
Xiao Yijun
3d3a220306
chore: remove dev feature guard for first screens (#6522)
* chore: remove dev feature guard for new first screens

* chore: add changeset

* chore(experience): add comments for identifier sign-in and register page
2024-08-28 09:53:54 +08:00
Gao Sun
652898f978
refactor: update language code to ar-SA (#6518) 2024-08-27 09:14:08 +00:00
simeng-li
6951e31578
feat(core): add error_code_key query string param (#6519)
* feat(core): add error_key query string param
feat(core): add error_key query string param
add error_key query string param

 Please enter the commit message for your changes. Lines starting

* chore(core): rename

rename the query param name

* fix(core): safe parse

safe parse

* chore: add changeset

add changeset
2024-08-27 14:15:40 +08:00
Xiao Yijun
0fec957d70
fix(experience): apply form default value to smart input filed (#6521) 2024-08-27 13:01:33 +08:00
Xiao Yijun
47d5a620ca
chore(experience): upgrade react-hook-form (#6520) 2024-08-27 12:37:45 +08:00
Xiao Yijun
41ee881bb7
refactor(experience): cache input identifier for reset password first screen (#6516) 2024-08-26 22:10:41 +08:00
Xiao Yijun
ef78823948
refactor(experience): remove redundant defaultType prop for SmartInputField (#6517) 2024-08-26 19:35:57 +08:00
simeng-li
f545716353
fix(core): avoid unexpected 500 error (#6515)
* fix(core): avoid unexpected 500 error

avoid unexpected 500 error

* fix(core): fix ut

fix ut
2024-08-26 11:21:37 +08:00
Zakher Masri
53060c2030
chore: add Arabic translation (#6422)
* chore: add Arabic translation

* chore: add arabic to phrases-experience

* chore: use `ar-AR` as language code

* chore: sync keys

* chore: add changeset and update elements

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-08-25 22:47:34 +08:00
Xiao Yijun
3aba357ba6
refactor(experience): improve identifier prefilling (#6508) 2024-08-24 08:41:47 +08:00
Charles Zhao
61fb856ccd
release: @logto/tunnel:0.1.0 (#6513) 2024-08-23 15:40:19 +00:00
Charles Zhao
1e35d1afb4
refactor(tunnel): split tunnel cli and make it a standalone package (#6512) 2024-08-23 15:08:35 +00:00
Charles Zhao
83a72dc3a5
fix(core): should be able to update password in profile if verified via email (#6511) 2024-08-23 08:51:15 +00:00
simeng-li
13ae7923f8
fix(phrases): fix pl and ru i18n phrases (#6510)
fix pl and ru i18n phrases
2024-08-23 08:27:15 +00:00
wangsijie
52056f99f1
chore: remove dev feature guard of PAT (#6499) 2024-08-23 14:38:14 +08:00
wangsijie
e0326c96c9
chore: add changeset (#6492) 2024-08-23 14:29:39 +08:00
Charles Zhao
14d25bab1f
fix(core,schemas): check email verification status in me api (#6507) 2024-08-22 15:41:11 +00:00
Xiao Yijun
8edbff2f8a
chore: remove optimize deps config for local dev (#6506) 2024-08-22 21:18:12 +08:00
Darcy Ye
f1ecec5487
fix(console): remove legacy charge notification components (#6505) 2024-08-22 10:18:43 +00:00
wangsijie
ed774bf62d
fix(console): change PAT and app secrets phrases (#6504) 2024-08-22 09:50:26 +00:00
Charles Zhao
ad4e146922
fix(console): use safeLazy to dynamically import guide mdx (#6503) 2024-08-22 17:25:35 +08:00
wangsijie
4be675a53a
fix(core): add grant record for token exchange (#6502) 2024-08-22 07:29:54 +00:00
Xiao Yijun
fec844c3ce
feat(experience): add reset password first screen (#6498) 2024-08-22 14:44:05 +08:00
wangsijie
50bbcb69ee
test: add integration tests for pat token introspection (#6501) 2024-08-22 14:41:55 +08:00
simeng-li
55cf84bbea
chore(core): add openapi operationId to experience APIs (#6486)
* chore(core): add openapi operationId to experience APIs

add openapi operationId to experience APIs

* chore: update content

update content

* feat(core): add swagger operationId guard

add swagger operationId guard

* fix: update some content

update some content
2024-08-22 14:33:34 +08:00