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

1190 commits

Author SHA1 Message Date
Darcy Ye
ff291dfd27
chore(connectors): remove unused jest-matcher-specific-error in connector packages (#1024) 2022-06-02 12:03:11 +08:00
Wang Sijie
a0d562f7f2
feat(console): audit log filters (#1004)
* feat(console): audit log table

* feat(console): audit log filters
2022-06-02 11:15:32 +08:00
simeng-li
498b3708ef
fix(ac): fix ac text input (#1023)
fix ac text input
2022-06-02 10:23:53 +08:00
Charles Zhao
a5fa636d9a
Merge pull request #1022 from logto-io/charles-log-2839-bump-react-sdk-0.1.13-to-fix-sign-in-issue
fix(console): bump react sdk to 0.1.13 to resolve sign in issue
2022-06-01 23:18:12 +08:00
Charles Zhao
fb34cdc379
fix(console): bump react sdk to 0.1.13 to resolve sign in issue 2022-06-01 23:01:48 +08:00
Darcy Ye
1e27ee7630
fix(connector-alipay-web): rename input param name code to auth_code (#1015)
* fix(connector-alipay-web): rename input param name code to auth_code
2022-06-01 09:13:35 +00:00
Gao Sun
d4f38bce2b
feat(core): add etag for settings api (#1011) 2022-06-01 16:56:23 +08:00
Wang Sijie
fdd12de1cf
feat(console): audit log table (#1000) 2022-06-01 16:54:24 +08:00
Wang Sijie
19380d0873
feat(console): disable existing connectors when adding (#1018) 2022-06-01 16:53:33 +08:00
Charles Zhao
377e943ebd
Merge pull request #1014 from logto-io/charles-log-2821-add-app-boundary-component-in-ac
refactor(console): add AppBoundary in admin console
2022-06-01 16:20:35 +08:00
Charles Zhao
ba13ea06e5
refactor(console): add AppBoundary in admin console 2022-06-01 16:14:15 +08:00
Gao Sun
124d7acf49
refactor(core): use snake_case for extra claims (#1017) 2022-06-01 16:02:23 +08:00
simeng-li
ca5c8aaec1
fix(ui): add i18n formater for zh-CN list (#1009)
add i18n formater for zh-CN list
2022-06-01 16:00:24 +08:00
Gao Sun
8a52c84e32
refactor(core): align role_names claim with DB (#1016) 2022-06-01 07:43:16 +00:00
Darcy Ye
9f68a7a124
refactor(connector-alipay*): refactor Alipay UTs and pass config into getAccessToken (#1002)
* refactor(connector-alipay): remove unnecessary method and db query, fix UT

* refactor(connector-alipay-native): remove unnecessary db query, fix UTs

* refactor(connector-alipay*): extract timestamp format as const
2022-06-01 07:30:00 +00:00
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