Wang Sijie
4768181bf7
fix(console,core): only show enabled connectors in sign in methods ( #988 )
2022-05-30 16:28:04 +08:00
simeng-li
b9131e9765
fix(ui): fix drawer overflow bug ( #984 )
...
fix drawer overflow bug
2022-05-30 13:58:27 +08:00
IceHe.xyz
1420bb28ce
feat(core,shared): get /dashboard/users/active ( #953 )
...
* feat(core,shared): get /dashboard/users/active
* refactor(core): get /dashboard/users/active
* refactor(core): get /dashboard/users/active
* refactor(core): simplify GET /dashboard/users/active
* refactor(core): simplify dashboardRoutes
2022-05-30 13:51:58 +08:00
Wang Sijie
eb3f0cbf5b
feat(console): connector groups table ( #962 )
2022-05-30 13:51:11 +08:00
Charles Zhao
fb49b4e100
Merge pull request #986 from logto-io/charles-fix-sign-in-failure
...
fix: revert "refactor(console): handle user navigates to 'callback' after authenticated"
2022-05-30 12:10:27 +08:00
Charles Zhao
858468037c
fix: revert "refactor(console): handle user navigates to 'callback' after authenticated"
...
This reverts commit 540812d060
.
2022-05-30 12:03:07 +08:00
simeng-li
362c3a6e6e
fix(ui): fix callback link params for apple ( #985 )
...
fix callback link params for apple
2022-05-30 11:56:23 +08:00
simeng-li
d0d507ab79
refactor(ui): add social landing page ( #972 )
...
* refactor(ui): add social landing page
add social landing page
* fix(ui): add ui coverage
add ui converage job
* fix(ui): fix ci
fix ci
* test(ui): add ut cases for parseQueryParameters
add unit test case for util parseQueryParameter
* refactor(ui): pass whole connector into the invokeSocialSignInHandler
pass whole connector object into the invokeSocialSignInHandler
* fix(ui): cr fix
cr fix
2022-05-30 01:42:59 +00:00
Charles Zhao
e75c9de488
Merge pull request #983 from logto-io/charles-log-2751-handle-user-navigates-to-callback-after-authed
...
refactor(console): handle user navigates to 'callback' after authenticated
2022-05-29 23:20:33 +08:00
Charles Zhao
540812d060
refactor(console): handle user navigates to 'callback' after authenticated
2022-05-29 22:34:08 +08:00
Gao Sun
ad0aa8e0c2
feat(demo-app): init ( #979 )
2022-05-29 21:11:58 +08:00
Gao Sun
658d78193c
Merge pull request #981 from logto-io/revert-971-renovate/parcel-monorepo
...
Revert "chore(deps): update parcel monorepo to v2.6.0"
2022-05-29 14:25:17 +08:00
Gao Sun
877bbc0d2c
fix: revert "chore(deps): update parcel monorepo to v2.6.0"
2022-05-29 14:19:09 +08:00
renovate[bot]
bc8eabfa21
chore(deps): update docusaurus monorepo to v2.0.0-beta.21 ( #974 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-29 14:13:42 +08:00
Gao Sun
a686b1707a
refactor: social connectors ( #975 )
...
* refactor: social connectors
* refactor(connectors): remove unused fixme comment
* fix(connectors): test
2022-05-29 05:59:00 +00:00
Charles Zhao
ddf113f1db
Merge pull request #980 from logto-io/charles-fix-error-call-stack-text-overflow-issue
...
fix(console): error callstack content should not overflow container
2022-05-29 00:25:52 +08:00
Charles Zhao
933950cebf
fix(console): error callstack content should not overflow container
2022-05-29 00:17:13 +08:00
Charles Zhao
cf51803946
Merge pull request #977 from logto-io/charles-log-2743-improve-error-handling-in-ac
...
refactor(console): improve error handling in admin console
2022-05-28 23:50:56 +08:00
Charles Zhao
2cd70efaba
refactor(console): improve error handling in admin console
2022-05-28 23:46:15 +08:00
Gao Sun
8d17f9d73a
Merge pull request #973 from logto-io/gao-update-apple-connector
...
refactor(connector): remove apple js sdk
2022-05-28 22:08:50 +08:00
renovate[bot]
00b74d5e90
chore(deps): update parcel monorepo to v2.6.0 ( #971 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-27 22:02:11 +08:00
Darcy Ye
ae97e7bd27
refactor(core, connector): fix code to fit new ESlint rule ( #942 )
...
* refactor(core): separate/refactor connector route UTs
* refactor(connector-wechat*): fix wechat connectors error handler to fit new eslint rule
* refactor(connector-wechat*): fix error handler
2022-05-27 21:21:23 +08:00
simeng-li
545a3929e4
fix(core): fix preview session not found bug ( #970 )
...
* fix(core): fix preview session not found bug
fix preview session not found bug
* fix(core): cr fix
cr fix
2022-05-27 19:58:40 +08:00
Gao Sun
d327c6fdf5
fix(connector): test
2022-05-27 19:13:33 +08:00
Gao Sun
52c745d41f
refactor(connector): remove apple js sdk
2022-05-27 19:06:06 +08:00
Charles Zhao
8a07e939a3
Merge pull request #960 from logto-io/charles-log-2197-update-error-boundary-styles
...
refactor(console): update error boundary styles per latest design
2022-05-27 17:51:13 +08:00
Gao Sun
7400ed8896
feat(connector): apple ( #966 )
...
* feat(connector): apple
* feat(connector): apple
* fix(connector): test
* refactor(connector): per review
* refactor(connector): update issue number
Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2022-05-27 15:43:42 +08:00
simeng-li
e8ee5b1149
refactor(ui): refactor social sign-in code flow ( #969 )
...
* refactor(ui): refactor social signin callback flow
refactor social signin callback flow
* fix(ui): change file structure
change file structure
* refactor(ui): refactor social sign-in code flow
refactor social sign-in code flow
2022-05-27 04:46:49 +00:00
simeng-li
7015d81378
refactor(ui): refactor social signin callback flow ( #967 )
...
* refactor(ui): refactor social signin callback flow
refactor social signin callback flow
* fix(ui): change file structure
change file structure
2022-05-27 12:42:20 +08:00
Wang Sijie
6b53ed5f4f
Merge pull request #968 from logto-io/sijie-alipay-code-json
...
feat(connector-alipay): parse code from json
2022-05-27 12:39:16 +08:00
wangsijie
895a24b41e
fix: alipay native
2022-05-27 11:51:06 +08:00
wangsijie
c248759b53
feat(connector-alipay): parse code from json
2022-05-27 11:23:16 +08:00
Xiao Yijun
16449ad919
chore(google-connector): remove redundant request options ( #965 )
2022-05-26 18:49:07 +08:00
simeng-li
ab7a35267a
refactor(ui): useSocial hooks refactor ( #956 )
...
* refactor(ui): useSocial hooks refactor
useSOcial hooks refactor
* fix(ui): remove unnecsessary loading on setting query
remove unnecessary loading
2022-05-26 18:15:41 +08:00
IceHe.xyz
9d8ef7632b
fix(schemas): remove user foreign key on application id ( #964 )
2022-05-26 17:44:32 +08:00
Wang Sijie
7bb864e0b7
Merge pull request #959 from logto-io/sijie-log-1995-connector-toop
...
feat(console): connector detail top card
2022-05-26 17:24:48 +08:00
Wang Sijie
49b7908fb8
fix(console): preview mobile device color ( #958 )
2022-05-26 17:24:28 +08:00
Wang Sijie
5fc2c991a4
fix(console): add border and shadow to preview ( #957 )
2022-05-26 17:24:05 +08:00
simeng-li
909535f4af
fix(core): update proxy guard middleware ( #963 )
...
update proxy guard middleware
2022-05-26 16:54:40 +08:00
wangsijie
5288d6d6f4
feat(console): connector detail top card
2022-05-26 15:43:56 +08:00
Charles Zhao
b68e6a6235
refactor(console): update error boundary styles per latest design
2022-05-26 15:36:49 +08:00
simeng-li
70d34c49c8
refactor(ui): social container refactor ( #955 )
...
* refactor(ui): social container refactor
social container refactor
* refactor(ui): extract socialSignInIconList
extract socialSignInIconList
2022-05-26 13:30:09 +08:00
Xiao Yijun
f01d113445
feat(console): update connector icons ( #935 )
2022-05-26 13:07:52 +08:00
IceHe.xyz
45a977790e
feat(core): get /dashboard/users/new ( #940 )
2022-05-26 11:24:52 +08:00
simeng-li
da41369bfd
fix(ui): social bind account should back to sign-in page ( #952 )
...
social bind account should back to sign-in page
2022-05-26 10:06:25 +08:00
Wang Sijie
fa14589440
fix(console): adjust preview size ( #951 )
2022-05-26 10:03:51 +08:00
renovate[bot]
ffbb1eea0f
chore(deps): update dependency lerna to v5 ( #954 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-25 23:06:11 +08:00
IceHe.xyz
c4bb0de7d4
feat(core): get /dashboard/users/total ( #936 )
...
* feat(core): get /dashboard/users/total
* test(core): get /dashboard/users/total
2022-05-25 16:54:21 +08:00
simeng-li
4abcda6820
feat(ui): add mobile terms of use iframe modal ( #947 )
...
add mobile terms of use iframe modal
2022-05-25 16:42:18 +08:00
Wang Sijie
d8c8c041b9
fix(console): hide split line when username is empty ( #949 )
2022-05-25 16:35:49 +08:00