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

875 commits

Author SHA1 Message Date
Gao Sun
7b87a3d2e6
Merge branch 'master' into gao-test-native-esm-2 2022-12-13 14:51:52 +08:00
Xiao Yijun
9345c10301
refactor(core): sort users data by createdAt (#2643) 2022-12-13 12:25:08 +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
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
Gao Sun
25f0a2e158
test: use native ESM (#2621) 2022-12-12 13:43:23 +08: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
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
5a634a6683
test: mock esm modules if needed 2022-12-07 13:35:24 +08:00
renovate[bot]
924a9a47c1
fix(deps): update dependency chalk to v5 2022-12-07 04:41:22 +00:00
Darcy Ye
f989cc8ef1
feat: prohibit multiple same-platform social connectors to share same target (#2577) 2022-12-07 03:57:20 +00:00
Xiao Yijun
dac1f5cb49
refactor(core,console): replace deduplicate logic with deduplicate util (#2600) 2022-12-07 11:28:49 +08:00
wangsijie
a64816422e
feat(core,console): prevent target change after created (#2589) 2022-12-06 10:03:29 +00:00
Darcy Ye
57234cee66
fix: drop empty string, undefined and null fields of connector configurable metadata (#2576) 2022-12-06 17:04:36 +08:00
Gao Sun
f16824acc2
Merge pull request #2562 from logto-io/gao-merge-beta-16
chore: merge v1.0.0-beta.16
2022-12-06 12:08:02 +08:00
Gao Sun
732421582a
chore: upgrade toolkit 2022-12-06 11:56:56 +08:00
wangsijie
e3bc924c86
feat(console): edit standard connector (#2568) 2022-12-05 06:54:48 +00:00
Charles Zhao
0c9e8cba0d
refactor(core): promote profile apis from session routes to its own api routes (#2583) 2022-12-05 14:14:21 +08:00
simeng-li
0e402fdcd3
refactor(core): add required profile validation (#2561) 2022-12-03 14:33:10 +00:00
Xiao Yijun
aafae8e02b
fix(core): checkRequiredProfile should work correctly when sign up identifier is emailOrSms (#2572) 2022-12-02 15:08:43 +08:00
Xiao Yijun
b8f0b0cca2
chore(core): remove unused checkMissingRequiredSignUpIdentifiers (#2571) 2022-12-02 12:20:21 +08:00
Xiao Yijun
bb53b32c1d
refactor: sign up settings schema (#2559) 2022-12-02 09:52:01 +08:00
simeng-li
e4b007da38
refactor(core): add profile verification (#2551) 2022-12-01 09:48:24 +08:00
Gao Sun
5aaec268de
chore: fix deps 2022-11-30 19:43:39 +08:00
Gao Sun
73cb2360e0
Merge branch 'master' into gao-merge-beta-16 2022-11-30 19:41:02 +08:00
Gao Sun
66fbb4316a
release: version packages 2022-11-30 17:11:09 +08:00
wangsijie
63f9ec57eb
Merge pull request #2547 from logto-io/sijie-remove-connector-enable
refactor: remove connector enabled state in database
2022-11-30 12:00:23 +08:00
wangsijie
549cb66a92
fix(core,schemas): fix continue flow with log and interaction merge 2022-11-30 11:42:13 +08:00
simeng-li
cd7fdb7d82
refactor(core): refactor interaction guard (#2544) 2022-11-30 01:54:51 +00:00
Gao Sun
3b0aa43975
release: version packages 2022-11-29 20:06:17 +08:00
wangsijie
ed8cc25b50
chore: bump connector kit version 2022-11-29 19:43:23 +08:00
Darcy Ye
356aeabb54
refactor: fix integration tests and import order 2022-11-28 19:39:51 +08:00
wangsijie
c3a361c437
refactor: use connector factories and remove enabled 2022-11-28 18:37:25 +08:00
Darcy Ye
7ba40a7782
feat: remove enabled from table connectors (#2513) 2022-11-28 18:37:24 +08:00
simeng-li
23d2a3fe80
refactor(core): add send passcode api (#2527) 2022-11-28 10:04:13 +00:00
Darcy Ye
00653bb846
feat: remove old same type passwordless connectors before posting (#2516) 2022-11-28 04:32:50 +00:00
Darcy Ye
efd404e9aa
feat: update available social targets after connector deletion (#2524) 2022-11-28 12:17:35 +08:00
simeng-li
5385a2cdd7
refactor(core): refactor findUserByIdentity (#2537) 2022-11-28 02:37:25 +00:00
Darcy Ye
896a8d2eff
fix: connector loading path not found error (#2529) 2022-11-25 12:30:58 +08:00
Darcy Ye
c93200f431
feat: add GET /connector-factories (#2480) 2022-11-24 17:35:39 +08:00
simeng-li
6b909f033f
refactor(core): update the interaction guard (#2521) 2022-11-24 17:15:16 +08:00
Darcy Ye
746077ec79
feat: update PATCH /connectors/:id (#2475) 2022-11-24 12:32:36 +08:00
simeng-li
fb6fd19021
refactor(ui): add password identifier verification (#2515) 2022-11-24 11:39:01 +08:00
wangsijie
3f41278a24
feat(schemas): add roles and permissions (#2494) 2022-11-24 11:09:03 +08:00
simeng-li
14b717801f
refactor(core): add interactionGuard middleware (#2497) 2022-11-23 16:49:35 +08:00
Darcy Ye
f0f9bec107
feat: update virtual connector loading to getConfig by id (#2508) 2022-11-23 14:11:13 +08:00