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

200 commits

Author SHA1 Message Date
Gao Sun
27c0cade79
Merge pull request #2837 from logto-io/v1.0.0-beta.19
chore: merge back v1.0.0 beta.19
2023-01-06 17:01:19 +08:00
Gao Sun
4d9d16661d
release: version core packages 2023-01-06 16:48:18 +08:00
wangsijie
61f4e7fd2d
feat: add users_roles table and remove role_names (#2525) 2023-01-04 15:39:27 +08:00
silverhand-bot
9c1b3d77aa
release: version core packages (#2803) 2023-01-01 19:55:54 +08:00
Gao Sun
ab54c38cd5
refactor(core): check connector-kit compatibility when load connector (#2798) 2023-01-01 18:36:46 +08:00
Gao Sun
f7a2bdf7a8
ci: separate release groups (#2775) 2022-12-30 13:49:00 +08:00
Darcy Ye
8592d22a38
fix: fix IT due to publish of mock connector (#2765) 2022-12-29 21:47:43 +08:00
Gao Sun
06ec86d831
refactor: rename MessageTypes -> VerificationCodeType (#2745) 2022-12-28 06:28:46 +00:00
Charles Zhao
eef8c0c091
test: improve ui test stability (#2733) 2022-12-28 13:22:00 +08:00
simeng-li
d641e201c2
refactor(core): remove the event from sendPasscode API payload (#2742) 2022-12-28 03:53:13 +00:00
Gao Sun
01f718b258
refactor!: align PasscodeType to MessageTypes
refactor: apply suggestions from code review

Co-authored-by: Darcy Ye <darcyye@silverhand.io>

refactor(core): fix type names
2022-12-27 15:29:06 +08:00
simeng-li
54b0574e18
feat(test): add fulfill user profile integration tests (#2710) 2022-12-27 10:29:01 +08:00
renovate[bot]
e5dc687ee8
chore(deps): update dependency @silverhand/essentials to v2.1.0 (#2732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-26 20:13:05 +08:00
Gao Sun
84014b37d2
refactor: add and fix tests 2022-12-26 19:59:33 +08:00
Gao Sun
f993da8795
test: add integration tests for interaction hooks 2022-12-26 19:44:03 +08:00
Gao Sun
5825620b9b
refactor: rename interaction Event -> InteractionEvent (#2718) 2022-12-26 11:22:56 +00:00
renovate[bot]
c5025fc70b
chore(deps): update dependency @silverhand/essentials to v2.0.0 (#2723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-25 13:52:55 +08:00
Charles Zhao
2c849db831
test: sleep 1s before each case to improve ui test stability 2022-12-24 03:07:48 +08:00
Gao Sun
c52a66a32d
refactor: remove lodash (#2715) 2022-12-23 15:19:49 +00:00
Charles Zhao
8d73b64984
Merge pull request #2708 from logto-io/charles-fix-svg-render-issue-and-add-integration-tests
fix: svg rendering issue and add ui tests
2022-12-23 12:42:43 +08:00
Charles Zhao
121df6d26d
test: add ui test cases for ac sign-in and svg rendering 2022-12-23 12:03:03 +08:00
simeng-li
15c7c1605a
refactor(core): refactor interaction API (#2686) 2022-12-23 10:01:08 +08:00
Gao Sun
df6eb9e942
chore(deps): upgrade prettier to v2.8.1 (#2709) 2022-12-22 16:52:39 +08:00
Gao Sun
f50509dfab
Merge pull request #2683 from logto-io/gao-log-4632-core-init-hooks-schemas
feat: hooks schema and APIs
2022-12-22 13:11:29 +08:00
Gao Sun
caa75422ad
Merge pull request #2681 from logto-io/gao-refactor-log-types-2
refactor: log types 2
2022-12-21 11:01:52 +08:00
Gao Sun
cb159ac8bb
Merge pull request #2685 from logto-io/gao-refactor-schemas-export
refactor: schema export and id generator
2022-12-20 18:08:13 +08:00
simeng-li
5b24780e91
fix(test): fix integration test (#2692) 2022-12-20 16:23:44 +08:00
simeng-li
38c1788cbe
feat(test): add forgot pasword integration test (#2673) 2022-12-20 15:37:54 +08:00
Gao Sun
c24a57f2c4
refactor: update log types in database and console 2022-12-20 13:47:12 +08:00
Gao Sun
33faa41f0d
refactor(schemas): fix type path 2022-12-20 13:33:53 +08:00
Gao Sun
a023fe97e5
refactor: add alteration and integration test 2022-12-20 13:02:40 +08:00
Gao Sun
0f2548e0c4
refactor: fix build errors 2022-12-20 10:25:47 +08:00
Gao Sun
3a3a107811
refactor: schema export and id generator 2022-12-20 00:02:35 +08:00
Gao Sun
2496b57fef
refactor: minor improvements 2022-12-18 12:11:00 +08:00
Gao Sun
93f4ae10ec
refactor: update comments and fix tests 2022-12-17 22:59:10 +08:00
Gao Sun
981ca84b9b
Merge branch 'master' into gao-refactor-log-types 2022-12-17 19:06:20 +08:00
Gao Sun
b0e1c5368c
refactor: multiple logs and oidc listeners 2022-12-17 19:05:28 +08:00
simeng-li
61f00449da
feat(test): add username, phone, email register integration test (#2671) 2022-12-16 10:17:32 +08:00
Xiao Yijun
bc5f4b541a
refactor: replace termsOfUse with termsOfUseUrl (#2665) 2022-12-15 17:04:42 +08:00
Darcy Ye
f3baaf919f
fix: connector metadata update should be optional (#2666) 2022-12-15 15:18:49 +08:00
simeng-li
6bead4a319
feat(test): add password and passcode identifier tests (#2664) 2022-12-15 11:38:15 +08:00
Gao Sun
7bf52aa7ad
feat(core)!: enhanced user search params (#2639) 2022-12-14 08:36:57 +00:00
simeng-li
d111e5d407
feat(test): add password identifier sign-in flow integration test (#2625) 2022-12-14 02:13:17 +00:00
Gao Sun
48b777374f
chore: upgrade packages (#2648) 2022-12-13 18:11:51 +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
7b87a3d2e6
Merge branch 'master' into gao-test-native-esm-2 2022-12-13 14:51:52 +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