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
Darcy Ye
bcc05e521d
feat(core): remove unnecessary variable check and unused route (#1084) 2022-06-09 16:24:47 +08:00
Xiao Yijun
b9ca929ccc
refactor(core): remove unused /users/:userId/custom-data APIs (#1086) 2022-06-09 16:23:56 +08:00
Wang Sijie
5afbe9d70b
feat(console): dashboard skeleton (#1077) 2022-06-09 16:12:10 +08:00
Wang Sijie
c38fab89e1
feat(console): dashboard blocks and curve (#1076) 2022-06-09 14:41:30 +08:00
Xiao Yijun
02f98ed259
docs: google universal connector (#1040) 2022-06-09 13:51:27 +08:00
Xiao Yijun
c489ad004b
refactor(console): icon fill (#1079) 2022-06-09 11:50:07 +08:00
simeng-li
f6f562a8ba
feat(core): add welcome route (#1080)
* feat(core): add welcome route

add welcome route

* fix(ui): fix some koa middleware

fix some koa middleware

* fix(core): ut fix

ut fix

* refactor(core): refactor welcome user guard

refactor welcome user guard
2022-06-09 11:42:52 +08:00
simeng-li
dc7f9ccdb6
refactor(ui): some ui structure refactor (#1069)
some ui structure refactor
2022-06-09 02:41:24 +00:00
simeng-li
abf510eb8a
refactor(ui): refactor ui loading (#1067)
* refactor(ui): refactor ui loading

refactor ui loading

* refactor(ui): refactor use-social-landing

refactor use-social-landing

* fix(ui): remove useless style

remove useless style

* fix(ui): fix typo

fix typo
2022-06-09 10:27:53 +08:00
Charles Zhao
0266c9aaf8
Merge pull request #1075 from logto-io/charles-log-686-log-687-log-689-js-sdk-references
docs(docs): generate js sdk references
2022-06-08 16:00:42 +08:00
Wang Sijie
04211957e1
feat(console): log details page (#1064) 2022-06-08 15:58:50 +08:00
Charles Zhao
8b1e9c2a81
Merge pull request #1070 from logto-io/charles-log-2880-fix-check-demo-app-logic
fix(console): only check demo app existence on get-started page
2022-06-08 14:27:21 +08:00
Charles Zhao
434c4b5148
docs(docs): generate js sdk references 2022-06-08 12:58:22 +08:00
Charles Zhao
27f16ea865
Merge pull request #1074 from logto-io/charles-remove-unnecessary-console-log
refactor(core): remove unnecessary console.log
2022-06-07 23:01:19 +08:00
Charles Zhao
fc35c5d8dc
refactor(core): remove unnecessary console.log 2022-06-07 22:46:56 +08:00
Charles Zhao
39b1d74cfd
Merge pull request #1068 from logto-io/charles-log-2740-koaAuth-should-return-403-on-non-admin-role
fix(core): koaAuth should return 403 instead of 401 on non-admin role
2022-06-07 22:43:58 +08:00
Charles Zhao
b0e5ad4632
Merge pull request #1073 from logto-io/charles-log-2458-lazy-load-admin-console-routes
refactor(console): lazy loading admin console routes
2022-06-07 22:43:36 +08:00
Charles Zhao
2db7e6af21
Merge pull request #1072 from logto-io/charles-log-2881-improve-table-error-display
refactor(console): table error display
2022-06-07 22:43:11 +08:00
Charles Zhao
49bd3113fa
Merge pull request #1071 from logto-io/charles-log-2415-support-generic-type-in-select-component
refactor(console): support generic type in select component
2022-06-07 22:39:58 +08:00
Charles Zhao
ed1142e67a
refactor(console): lazy loading admin console routes 2022-06-07 21:33:53 +08:00
Charles Zhao
7789efe889
refactor(console): table error display 2022-06-07 20:16:04 +08:00
Xiao Yijun
bbb80c819a
refactor(console): refactor uriValidator usage (#1051) 2022-06-07 20:07:07 +08:00
Charles Zhao
5b89901b8c
refactor(console): support generic type in select component 2022-06-07 19:36:39 +08:00
Charles Zhao
ee16eeb966
fix(core): koaAuth should return 403 instead of 401 on non-admin role 2022-06-07 19:13:40 +08:00
Charles Zhao
e8ef4b650c
fix(console): only check demo app existence on get-started page 2022-06-07 18:48:34 +08:00
IceHe.xyz
2ba11215ed
feat(core): log error body (#1065) 2022-06-07 10:16:14 +00:00
Xiao Yijun
b2b71898d3
fix(console): select the old primary sign-in method when the primary method change (#1062) 2022-06-07 17:42:20 +08:00
Charles Zhao
0cb407c0dd
Merge pull request #1061 from logto-io/charles-log-2877-stop-swr-retry-on-error-401-and-403
fix(console): stop swr retry on error 401 and 403
2022-06-07 16:51:20 +08:00
simeng-li
db1b6d247a
fix(ui): fix some of the bug bash issues (#1053)
* fix(ui): clear error message when passcode resend

clear error message when passcode resend;

* fix(ui): directly throw account not exist in social bind flow

directly throw account not exsit in social bind flow

* fix(ui): fix toast and loading light border

fix toast and loading light border

* fix(ui): add auto focus to input

add auto focus to input

* style(ui): adjust font & button size

adjust font & button size

* fix(ui): cr fix

cr fix
2022-06-07 08:50:24 +00:00
Charles Zhao
02059ffa66
Merge pull request #1058 from logto-io/charles-log-2493-hide-check-demo-button-if-demo-is-deleted
refactor(console): hide check demo button if demo app is deleted
2022-06-07 16:47:00 +08:00
Charles Zhao
db59e3c6d7
fix(console): stop swr retry on error 401 and 403 2022-06-07 16:45:32 +08:00
Charles Zhao
fbd7ac3a69
refactor(console): hide check demo button if demo app is deleted 2022-06-07 16:39:55 +08:00
Gao Sun
69e32cb646
refactor(core): remove confusing assertThat signature (#1066) 2022-06-07 16:26:04 +08:00
Gao Sun
f2b44b49f9
feat: use user level custom data to save preferences (#1045)
* feat: use user level custom data to save preferences

* fix(console): bugs

* refactor(console): per review

* refactor(core): update return order

* fix(core): error constructor
2022-06-07 16:05:24 +08:00
IceHe.xyz
00e32f08da
docs: api reference (#1048)
* docs: api reference

* chore(docs): add peer denpendencies for redoc-cli
2022-06-07 08:01:07 +00:00
IceHe.xyz
3145c9b348
feat(core): convert route guards to swagger.json (#1047)
* feat(core): convert route guards to swagger.json

* test(core): swaggerRoutes

* refactor(core): simplify buildParameters

* chore(core): describe 'any' data type of OpenAPI schema in zodTypeToSwagger

* chore(core): improve the description 'any' data type of OpenAPI schema in zodTypeToSwagger
2022-06-07 07:24:57 +00:00
Darcy Ye
4cfd5788d2
feat(sms/email-connectors): expose third-party API request error message (#1059) 2022-06-07 14:14:06 +08:00
Xiao Yijun
93916bfa54
fix(console): error message in text input component (#1060) 2022-06-07 04:26:22 +00:00
Darcy Ye
5a5083e863
chore(connector-wechat*): fix wechat connectors error handler, comments and UTs (#1020)
* fix(connector-wechat*): remove unnecessary comments

* fix(connector-wechat*): fix wechat connectors error handler, comments and UTs
2022-06-07 12:06:37 +08:00
Xiao Yijun
458602fd64
feat(console): input error message (#1050) 2022-06-07 11:07:31 +08:00
Charles Zhao
8efea2eddc
Merge pull request #1054 from logto-io/charles-log-2779-demo-app-part-2
feat(demo-app): implement (part 2)
2022-06-07 10:44:49 +08:00
simeng-li
d203f2fa5c
style(ui): input auto fill style (#1055)
input auto fill style
2022-06-07 09:50:56 +08:00
Charles Zhao
85a055efa4
feat(demo-app): implement (part 2)
* dark mode
* i18n
* sign out
* fetch userinfo
2022-06-06 20:17:25 +08:00
Wang Sijie
88e2120e25
fix(console): wrap routes with appcontent (#1052) 2022-06-06 17:14:08 +08:00
Wang Sijie
1dffcd2d09
fix(console): fix platform label prefix caused by merge (#1049) 2022-06-06 03:59:48 +00:00
Wang Sijie
96701bcb74
feat(console): platform label in connectors table (#1034) 2022-06-06 03:41:31 +00:00
Wang Sijie
fa420c9fcb
feat(console): group connectors in add modal (#1029) 2022-06-06 11:36:58 +08:00
Charles Zhao
79ea8b2c68
Merge pull request #1043 from logto-io/charles-log-2815-replace-user-api-with-oidc-me
refactor(console): replace user api with fetchUserInfo
2022-06-06 10:19:31 +08:00
IceHe.xyz
8af2f953cf
feat(core): make GET /api/swagger.json contain all api routes (#1008) 2022-06-05 14:34:50 +08:00
renovate[bot]
28779e847f
chore(deps): update dependency openapi-types to v12 (#1046)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-04 16:35:36 +08:00