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

2878 commits

Author SHA1 Message Date
Gao Sun
7bf52aa7ad
feat(core)!: enhanced user search params (#2639) 2022-12-14 08:36:57 +00:00
Xiao Yijun
c7add49165
refactor(console): keep pagination when the table is loading (#2661) 2022-12-14 11:41:37 +08:00
Darcy Ye
a134ea14b9
fix: correct error messages (#2656) 2022-12-14 11:38:53 +08:00
simeng-li
d111e5d407
feat(test): add password identifier sign-in flow integration test (#2625) 2022-12-14 02:13:17 +00:00
Xiao Yijun
7b9aaa0b08
chore(phrases): remove duplicated got_it translation (#2655) 2022-12-14 09:52:26 +08:00
Gao Sun
fb47a19eea
ci: fix codecov master workflow (#2662) 2022-12-14 08:56:20 +08:00
Gao Sun
7514f8d9a3
Merge pull request #2657 from logto-io/renovate/ky-0.x
chore(deps): update dependency ky to ^0.33.0
2022-12-14 01:15:22 +08:00
Gao Sun
03068b19f6
ci: update deploy dev workflow 2022-12-14 01:07:44 +08:00
renovate[bot]
c210c74aba
chore(deps): update dependency ky to ^0.33.0 2022-12-13 10:26:51 +00:00
Gao Sun
48b777374f
chore: upgrade packages (#2648) 2022-12-13 18:11:51 +08:00
Gao Sun
09d7abad15
Merge pull request #2659 from logto-io/gao-fix-sie-forget-pwd-enabled
fix(ui): forget pwd should be enabled correctly
2022-12-13 17:18:43 +08:00
Gao Sun
500b985d31
Merge branch 'master' into gao-fix-sie-forget-pwd-enabled 2022-12-13 16:21:08 +08:00
Gao Sun
8a32d7aad0
release: version packages 2022-12-13 16:18:49 +08:00
Gao Sun
02cc9abd83
chore: add changeset 2022-12-13 15:51:31 +08:00
Gao Sun
b3fb004232
fix(ui): forget pwd should be enabled correctly 2022-12-13 15:49:58 +08:00
Gao Sun
4619c92dfc
Merge pull request #2644 from logto-io/gao-test-native-esm-2
test: use native ESM 2
2022-12-13 14:58:36 +08:00
Gao Sun
7b87a3d2e6
Merge branch 'master' into gao-test-native-esm-2 2022-12-13 14:51:52 +08:00
wangsijie
83cb2ec37f
fix(console): remove sync profile field for non-social connector (#2637) 2022-12-13 05:07:11 +00:00
Xiao Yijun
9e08808569
fix(console): align the preview background color with the ui page (#2641) 2022-12-13 13:03:50 +08:00
Xiao Yijun
6441a38c13
refactor(console): add another button (#2653) 2022-12-13 13:03:36 +08:00
Xiao Yijun
9345c10301
refactor(core): sort users data by createdAt (#2643) 2022-12-13 12:25:08 +08:00
Xiao Yijun
91b82fef3f
refactor(console): add a11y to the SenderTester (#2636) 2022-12-13 11:42:06 +08:00
Xiao Yijun
89651833d2
fix(console): navigate to the details page on connector created (#2640) 2022-12-13 11:41:53 +08:00
Xiao Yijun
e8ee2a31b1
refactor(console): remove unnecessary required tag (#2638) 2022-12-13 11:16:56 +08:00
Darcy Ye
14f86c01d5
fix: target can not be updated (#2609) 2022-12-13 10:19:42 +08:00
Gao Sun
a805124437
refactor: misc. issue fix 2022-12-12 21:53:39 +08:00
Gao Sun
0558195a90
chore(console): add fixme comment 2022-12-12 21:53:39 +08:00
Gao Sun
51647cf4ca
test: update to native ESM (batch 2) 2022-12-12 21:53:38 +08:00
Gao Sun
1d1e6e3244
test: update to native ESM (batch 1) 2022-12-12 21:52:55 +08:00
renovate[bot]
3db51178a4
chore(deps): update logto js sdk monorepo packages to v1.0.0-beta.14 (#2645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 21:51:01 +08:00
Xiao Yijun
81efde35d3
style(console): add border to the color block of ColorPicker (#2635) 2022-12-12 16:40:45 +08:00
Xiao Yijun
57cd6f877d
style(console): update link styles in markdown contents (#2634) 2022-12-12 16:40:27 +08:00
Charles Zhao
e255021501
chore: fix typos and errors in i18n phrases (#2632) 2022-12-12 14:28:18 +08:00
Xiao Yijun
2c1640d889
refactor(console): TabNavItem props type (#2630) 2022-12-12 13:53:47 +08:00
Gao Sun
25f0a2e158
test: use native ESM (#2621) 2022-12-12 13:43:23 +08:00
Xiao Yijun
d65e25a10e
refactor(console): support close modal on esc pressed (#2627) 2022-12-09 19:57:28 +08:00
Xiao Yijun
6c2d3daf7e
style(console): add radio groups margin-top on the sie branding page (#2629) 2022-12-09 19:47:46 +08:00
Xiao Yijun
25e90fb408
style(console): fix dropdown title text ellipsis (#2628) 2022-12-09 19:46:54 +08:00
Xiao Yijun
6a03e286c1
refactor(console): support small-size CopyToClipBoard (#2617) 2022-12-09 04:19:25 +00:00
Darcy Ye
ce1aaeeae3
fix: should block add of social connector when original target and platform exists (#2610) 2022-12-09 12:13:22 +08:00
simeng-li
698610a12f
refactor(core): refactor the user account verification (#2607) 2022-12-09 12:12:32 +08:00
Xiao Yijun
b3e674ced0
refactor(console): add link to toggle tips (#2613) 2022-12-09 04:01:44 +00:00
Xiao Yijun
07fae9a6fc
refactor(console): make the LanguageEditor responsive (#2620) 2022-12-09 11:57:19 +08:00
Xiao Yijun
6ae4919762
refactor(console): improve tip components usage (#2608) 2022-12-09 11:40:39 +08:00
Flávio Fiori
63cbd9a832
feat(phrases): add ptBR language (#2575)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2022-12-08 14:44:11 +08:00
Charles Zhao
efc1cd607d
refactor: user related error messages (#2598) 2022-12-07 22:00:58 +08:00
Gao Sun
42f288d97b
refactor: fix workspace dep version (#2606) 2022-12-07 21:39:32 +08:00
simeng-li
ed62c106d9
refactor(core): refactor interaction verification flow (#2579) 2022-12-07 10:35:14 +00:00
Gao Sun
9545baa8e0
Merge pull request #2501 from logto-io/renovate/chalk-5.x
fix(deps): update dependency chalk to v5
2022-12-07 13:50:09 +08:00
Gao Sun
5a634a6683
test: mock esm modules if needed 2022-12-07 13:35:24 +08:00