Gao Sun
7781d49667
feat(core): set claims for profile
scope ( #1013 )
2022-06-01 15:00:10 +08:00
Wang Sijie
28e09b6994
feat(console): init dashboard ( #1006 )
2022-06-01 14:01:40 +08:00
Gao Sun
2812d6de46
refactor(core): serve static middleware ( #1010 )
...
* refactor(core): serve static middleware
* chore(deps): remove unused package
* refactor(core): per review
* fix(core): test
* refactor(core): using endsWith to detect index
2022-06-01 05:12:15 +00:00
Charles Zhao
e39c6e7dd3
Merge pull request #995 from logto-io/charles-log-2775-add-sign-out-in-ac
...
feat(console): add user dropdown and sign out button
2022-05-31 19:26:23 +08:00
Charles Zhao
5a09e7d6aa
feat(console): add user dropdown and sign out button
2022-05-31 19:17:33 +08:00
Xiao Yijun
513d719b69
test(connector): getUserInfo
of apple connector ( #1007 )
2022-05-31 17:45:27 +08:00
simeng-li
8b434275bb
refactor(ui): refactor and fix some minor ui issues ( #1005 )
...
* fix(ui): fix loading layer z-index
fix loading layer z-index
* refactor(ui): social popup should show expanded conenctors only
social popup should show expanded conenctors only
* style(ui): short web page layout
short webpage layout
* refactor(ui): refactor some social paths
refactor some social paths
* style(ui): social link button redesign
social link button redesign
* refactor(ui): replace location.assign with location.replace
replace location.assign with location.replace
* refactor(ui): remove social sign-in callback
remove social sign-in callback
2022-05-31 17:38:16 +08:00
fleuraly
320a00bcf4
feat(AC): content updates ( #1003 )
...
* feat(AC): update ac contents
update ac contents;
* fix(ac): fix lint
fix lint
Co-authored-by: simeng-li <simeng@silverhand.io>
2022-05-31 16:51:23 +08:00
Xiao Yijun
826f368768
fix(console): should not append slash in cors allowed uri ( #1001 )
2022-05-31 08:10:17 +00:00
simeng-li
f4e380f0b1
feat(ui): app notification ( #999 )
...
* feat(ui): app notification
app notification
* feat(ui): remove session storage
remove session storage
2022-05-31 14:24:32 +08:00
Wang Sijie
3c37739107
fix(console): connector guide ( #990 )
2022-05-31 12:59:08 +08:00
Darcy Ye
7a99282513
chore(connectors): remove default private config from package.json files ( #996 )
2022-05-31 12:59:00 +08:00
Darcy Ye
5fc2fc6ff7
chore(connectors): config template md files to json files ( #987 )
...
* chore(connectors): config template md files to json files
* chore(connectors): fix path of reading config-template files
2022-05-31 12:58:24 +08:00
Gao Sun
7f4f4f84ad
feat(demo-app): implementation ( #982 )
...
* feat(demo-app): init card
* feat(demo-app): ui
* feat(demo-app): sign in using React SDK
* fix: typo
2022-05-31 04:39:03 +00:00
simeng-li
d6411b46cc
refactor(ui): hook utils split ( #998 )
...
* refactor(ui): native sdk util
native sdk util
* refactor(ui): social connectors util
social connectors util
* refactor(ui): remove hooks utils
2022-05-31 11:59:43 +08:00
Wang Sijie
a0ff90058c
fix(console): special application name for admin console ( #997 )
...
* fix(console): special application name for admin console
* fix: cr
2022-05-31 03:49:15 +00:00
simeng-li
8530e249aa
feat(ui): add Notification component ( #994 )
...
add Notification component
2022-05-31 11:02:03 +08:00
Wang Sijie
0656b6d67d
fix(console): show enabled platforms in detail tab ( #989 )
2022-05-30 19:50:26 +08:00
IceHe.xyz
2ae4e2eccf
feat(core): order logs by created_at desc ( #993 )
2022-05-30 09:40:03 +00:00
Darcy Ye
2dc50d6531
fix(connector-alipay-native): fix data guard ( #992 )
2022-05-30 09:36:42 +00:00
IceHe.xyz
28198590fa
fix(core): allow empty condition in logs ( #991 )
2022-05-30 09:30:18 +00:00
Wang Sijie
b61f70fe01
fix(console): reduce refresh frequency in preview ( #950 )
...
* fix(console): reduce refresh frequancy in preview
* fix: reset only when is not dirty
* fix: usePrevewConfigs
2022-05-30 16:28:39 +08:00
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