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

16 commits

Author SHA1 Message Date
Charles Zhao
baef49df3c
chore: bump dependencies (#6873)
* chore: bump dependencies

* fix: ui test

* fix: ui test
2024-12-11 17:35:47 +08:00
renovate[bot]
7463e88f29
chore(deps): update dependency @types/color to v4 (#6760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 10:48:56 +08:00
silverhand-bot
2856f9ee28
release: version packages (#6811) 2024-11-22 17:04:11 +08:00
simeng-li
ec0f0c35f8
feat(schemas,core): add unknown session redirect url to sie (#6796)
* feat(schemas,core): add unknown session redirect url to sie

add unknown session redirect url config to sie settings

* chore(core): update openapi docs

update openapi docs

* fix(core): fix typo

fix typo

* fix(core): fix typo

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-11-13 10:29:14 +08:00
simeng-li
04992b1565
feat(experience): display support info in error page (#6793)
display support email and website in error page
2024-11-12 03:12:11 +00:00
simeng-li
1cee704939
feat(schemas): add suppport email and website url to sie (#6789)
* feat(schemas): add suppport email and website url to sie

add support email and website url to sie

* fix(experience): fix type issue

fix type issue

* fix(core): fix ut

fix ut
2024-11-12 09:51:34 +08:00
simeng-li
fe06860645
style(experience): update the devTenantNotification style (#6745)
update the devTenantNotification style
2024-11-05 13:59:07 +08:00
simeng-li
73627a76a3
chore(deps): update postcss-modules version (#6738)
update postcss-modules version
2024-10-28 11:09:20 +08:00
Xiao Yijun
c61dd50e60
fix(experience): add missing button loading state (#6599) 2024-09-20 14:49:53 +08:00
silverhand-bot
43d83e8bb3
release: version packages (#6424) 2024-09-13 18:06:50 +08:00
Charles Zhao
d7663db6cf
fix(experience-legacy): flip arrow icons on rtl (#6584) 2024-09-13 08:02:55 +00:00
Charles Zhao
193b4a4011
fix(experience-legacy): update text alignment for RTL support (#6583) 2024-09-13 03:37:35 +00:00
Charles Zhao
318550cab4
fix(experience-legacy): add html attribute dir to better support RTL (#6575) 2024-09-12 04:03:01 +00: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
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
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