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

4889 commits

Author SHA1 Message Date
Gao Sun
571b53d9cc
feat(schemas): init org invitation tables 2024-01-11 14:38:37 +08:00
Gao Sun
b064fab71c
Merge pull request #5214 from logto-io/gao-fix-alteration-script
refactor(schemas): fix alteration script
2024-01-10 15:06:57 +08:00
Charles Zhao
9fdac5911d
fix(console): should not parse phone number if it is empty (#5216) 2024-01-10 07:04:24 +00:00
wangsijie
d469e9499c
refactor(core): use const pagination key name for swagger (#5175) 2024-01-10 11:03:23 +08:00
wangsijie
4022e4dbc7
fix(core): fix next server action guide (#5179) 2024-01-10 10:56:19 +08:00
Gao Sun
665454bacb
refactor(schemas): fix alteration script 2024-01-09 20:20:12 +08:00
Darcy Ye
cbc5dc5792
refactor(console): show auto generated acs url for SAML connector (#5208) 2024-01-09 15:53:30 +08:00
wangsijie
0b08da2b46
feat(core): generate oidc metadata for protected app (#5188) 2024-01-09 11:45:38 +08:00
Gao Sun
3d5786d982
refactor: remove legacy resources (#5118)
* refactor: remove legacy api resources

* refactor: remove legacy resources

* refactor: add alteration script

* refactor(cli): adjust legacy seed test data

* refactor: update alteration timestamp

* refactor: update organization role name
2024-01-08 14:47:30 +08:00
Darcy Ye
a52a3d1663
chore(connector): remove unused code (#5200) 2024-01-08 14:45:35 +08:00
Darcy Ye
f15df4409f
chore(connector): remove legacy Test passwordless template type use case (#5205) 2024-01-08 14:45:26 +08:00
wangsijie
ade9cf1dc7
feat(core): sync site configs to KV for new protected app (#5135) 2024-01-08 14:36:43 +08:00
Xiao Yijun
d7dd525ea4
style(console): update space size for table placeholder (#5204) 2024-01-08 11:41:58 +08:00
Xiao Yijun
c1bb631648
refactor(console): forward ref for button component (#5199) 2024-01-08 11:41:39 +08:00
Xiao Yijun
87f48c716b
fix(console): display no data when no data is found by search filter (#5203) 2024-01-08 11:41:25 +08:00
Xiao Yijun
9901f58df3
fix(console): remove hover state from tip button after tip is closed (#5197) 2024-01-08 11:30:39 +08:00
renovate[bot]
094ff37e7a
chore(deps): update dependency @types/supertest to v6 (#5159)
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-01-08 03:08:45 +00:00
renovate[bot]
96fe93225e
chore(deps): update dependency @logto/cloud to v0.2.5-c6ed487 (#5158)
* chore(deps): update dependency @logto/cloud to v0.2.5-c6ed487

* fix: rebase and fix lock file

rebase and fix lock file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-01-08 11:01:28 +08:00
msmarks
be9613dd44
feat(experience): experience support old browser (#5130)
* feat(experience): update experience browserslist and add corejs dependency

feat(experience): import corejs to experience

feat(experience): update pnpm-lock.yaml

feat(experience): update experience browserslist and add corejs to support old browsers

* feat(experience): fix lint problem

---------

Co-authored-by: root <root@MKJ>
2024-01-07 21:09:54 +08:00
simeng-li
e9e0f18dcf
feat(console): : add application branding tab (#5176)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* fix(test): fix rebase issue

fix rebase issue

* feat(console): hide some fields for third-party apps

hide some form fields for third-party apps

* feat(console): add application branding tab

add application branding tab

* fix(console): fix fields not updated after logo deletion bug

fix fields not updated after logo deletion bug

* fix(console): fix the third-party hidden fields

fix the third-party hidden fields logic

* fix(console): fix style class not found error

fix style class not found error

* fix(console): force bool type for the thirdPartyApplicaitonEnabled variable

force bool type for the thirdPartyApplicaitonEnabled variable
2024-01-05 06:55:15 +00:00
Xiao Yijun
5538946a9b
fix(core): fix dev tenant migration data guard (#5201) 2024-01-05 14:06:29 +08:00
simeng-li
94943cb3c3
refactor(phrases,console): refactor the application details form (#5168)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* refactor(phrases,console): refactor the application details form

refactor the application details form, merge advance settings to settings

* fix(console): fix the application details page tab style

fix the application details page tab container style

* fix(test): fix rebase issue

fix rebase issue
2024-01-05 05:02:27 +00:00
simeng-li
1c3ada0123
feat(console,phrases): add third party app list page (#5149)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* feat(console,phrases): add third party app list page

add third party app list page

* fix(console): fix page size

fix page size

* fix(console): fix rebase issue

fix rebase issue

* fix(test): fix rebase issue

fix rebase issue
2024-01-05 12:27:27 +08:00
simeng-li
a85266284b
feat(console,phrases): add new third-party application to the guide Library (#5144)
* feat(console,phrases): add new third-party applicaiton to the guide library

add new third-party applicaiton to the guide library

* fix(test): adjust the test order

adjust the test order

* fix(phrases): add untranslated tag

add untranslated tag
2024-01-05 02:46:27 +00:00
simeng-li
9669fc92fb
refactor(core): add koaAutoConsent middleware (#5078)
* refactor(core): add koaAutoConsent middleware

Add koaAutoConsent middleware to allow auto consent and redirect direactly from the server side.

* refactor(core): use koaMount to apply the consent middleware

use koaMount to apply the consent middleware

* feat(test): update the integration tests

update the integration tests

* fix(test): update the unit test for consent

update the unit test for consent
2024-01-05 10:00:31 +08:00
Xiao Yijun
7a68967267
refactor(console): merge useMeCustomData hook into useCurrentUser (#5196) 2024-01-04 11:16:11 +08:00
Xiao Yijun
0d1a0a9746
refactor(console): refactor sie form data parser (#5195) 2024-01-04 11:15:34 +08:00
Xiao Yijun
8edbc0b4a8
refactor(console): refactor onboarding sie form (#5194) 2024-01-03 16:39:10 +08:00
Xiao Yijun
06c5795181
fix(console): allow image/x-icon mime type (#5193) 2024-01-03 11:20:21 +08:00
Xiao Yijun
2b273b4a6f
fix(experience): update text content in the preview on custom phrases updated (#5192) 2024-01-03 11:20:08 +08:00
Darcy Ye
0fa2017dc8
chore(console): update onboarding survey (#5190)
* chore(console): update onboarding survey

* chore(phrases): update i18n
2024-01-03 11:02:11 +08:00
Xiao Yijun
7a7188d8b1
refactor: deprecate staging env tag (2/2) (#5187) 2024-01-02 05:41:43 +00:00
Xiao Yijun
b35c353d72
refactor: deprecate staging env tag (1/2) (#5180) 2024-01-02 12:51:24 +08:00
Darcy Ye
3861bcac36
chore(test): add test cases for SSO connection info (#5092) 2024-01-02 11:37:57 +08:00
Xiao Yijun
86ce940dff
style(console): inherit background-color for text input (#5178) 2024-01-02 11:03:27 +08:00
Xiao Yijun
46bdc028d4
refactor(console): add subscription data provider (#5185) 2024-01-02 11:02:16 +08:00
Xiao Yijun
0bc84aaf61
refactor(console): update plan comparison data and styles (#5181) 2023-12-28 18:32:07 +08:00
Xiao Yijun
7e2016d20e
refactor(console): support isFullWidth for CopyToClipboard component (#5172) 2023-12-28 10:59:52 +08:00
wangsijie
acb7fd3fea
feat(core): case insensitive usernames (#5170)
* feat(core): case insensitive usernames

* test(core): add case insensitive username test cases

---------

Co-authored-by: Tc001 <tc001@t0.lv>
2023-12-28 10:57:47 +08:00
Darcy Ye
b4390aeae6
chore(core): resolve legacy unit tests comments and refactor (#5174) 2023-12-28 10:55:52 +08:00
Xiao Yijun
22c24fdae4
chore(phrases): translate new pricing phrases (#5173) 2023-12-27 13:54:51 +08:00
Gao Sun
dde80f492e
refactor(console): sign out user when insufficient permissions (#5171) 2023-12-27 13:41:31 +08:00
Xiao Yijun
15db1e7ab2
fix(console): update price calculation blog link (#5169) 2023-12-26 07:48:38 +00:00
Gao Sun
01726c47ba
Merge pull request #5162 from logto-io/gao-update-alteration-script-timestamp
fix(schemas): update alteration script timestamp
2023-12-26 14:19:53 +08:00
Xiao Yijun
b08b6b5985
refactor(console): apply new plans blog link for charge notifications (#5165) 2023-12-26 13:48:09 +08:00
wangsijie
2c26d2a825
feat(console): add next server actions guide (#5161)
feat(console): add next server actions guilde
2023-12-26 13:29:52 +08:00
renovate[bot]
afdbbd0b52
fix(deps): update dependency p-limit to v5 (#4800)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-12-26 04:14:20 +00:00
renovate[bot]
1787503c78
chore(deps): update dependency @types/sinon to v17 (#4820)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-12-26 04:10:21 +00:00
Gao Sun
d1f929e2a4
fix(schemas): update alteration script timestamp 2023-12-26 11:54:51 +08:00
renovate[bot]
6f843b79d6
fix(deps): update dependency find-up to v7 (#4900)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-12-26 03:16:35 +00:00