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

1258 commits

Author SHA1 Message Date
Charles Zhao
87f5f3b9ed
refactor(console): replace user api with fetchUserInfo 2022-06-02 22:48:55 +08:00
Xiao Yijun
cf4bd1b999
fix(console): add letter spacing for sign-in-experience title (#1033) 2022-06-02 19:20:50 +08:00
Charles Zhao
1a514fdb47
Merge pull request #1036 from fleuraly/patch-2
chore(console): translation updates
2022-06-02 19:16:21 +08:00
Guamian Li
0d942de054
chore(console): translation updates
content updates for CN
2022-06-02 18:59:18 +08:00
Xiao Yijun
c084b442ae
fix(console): align added sign-in method with table head content (#1028) 2022-06-02 17:50:52 +08:00
Xiao Yijun
f94a3f84c6
fix(console): user connector table bottom line (#1037) 2022-06-02 17:45:08 +08:00
Darcy Ye
2e08fa3816
chore(core,locale): fix error messages of signing in with non-existing username (#1035)
* chore(core,locale): fix error messages

* chore(core,locale): add input parameter guard and fix comment

* chore(core,locale): add nonempty string guard for username
2022-06-02 08:29:17 +00:00
Gao Sun
90ca76eeb5
feat(demo-app): show notification in main flow (#1038)
* feat(demo-app): show notification in main flow

* fix: add missing file
2022-06-02 08:05:27 +00:00
Gao Sun
36c958a11d
refactor(core): recognize developer id in header (#1031) 2022-06-02 08:01:33 +00:00
Gao Sun
91e2f055f2
feat(demo-app): implementation (3/3) (#1021)
* feat(core): seed demo app for fresh DB

* feat(core): throw 404 when demo app deleted

* fix(core): import

* fix: lockfile
2022-06-02 07:32:46 +00:00
Xiao Yijun
6167e5c28d
fix(console): add mobile platform preview description (#1032) 2022-06-02 15:10:09 +08:00
Xiao Yijun
248e43d7c9
fix(console): remove redundant required label (#1030) 2022-06-02 14:32:33 +08:00
Wang Sijie
dfc51b6af7
fix(console): wrap connector id with copytoclipboard (#1025)
* fix(console): wrap connector id with copytoclipboard

* fix: copytoclipboard padding
2022-06-02 06:26:47 +00:00
Wang Sijie
542d57426f
feat(console): connector in use status (#1012) 2022-06-02 06:15:12 +00:00
Xiao Yijun
a506dc5511
fix(console): display dark mode color setting only when dark mode is enabled (#1027) 2022-06-02 13:20:15 +08:00
renovate[bot]
d1b9f9d28a
chore(deps): update dependency lint-staged to v13 (#1019)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-02 13:19:09 +08:00
Charles Zhao
df934c2daf
Merge pull request #1026 from logto-io/charles-log-2841-update-role-names-prop-name
fix(core): update roleNames to role_names to resolve 401 errors
2022-06-02 12:16:04 +08:00
Charles Zhao
5a1fa14a98
fix(core): update roleNames to role_names to resolve 401 errors 2022-06-02 12:10:35 +08:00
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