wangsijie
63938d6d4b
feat(cli,core,shared): install demo connectors only in cloud ( #3414 )
2023-03-15 15:24:31 +08:00
wangsijie
d8d1cfeeb5
feat(cloud): send email ( #3405 )
2023-03-15 06:54:31 +00:00
simeng-li
55cd785aaa
feat(ui): implement a fullscreen iframe modal container ( #3347 )
2023-03-15 06:53:50 +00:00
Xiao Yijun
e29b2241d1
refactor(console): replace logo with cloud logo in cloud env ( #3393 )
2023-03-15 14:29:28 +08:00
Xiao Yijun
d01152895c
refactor(console): use image uploader in branding form ( #3410 )
2023-03-15 13:22:10 +08:00
Xiao Yijun
f7faa544b1
refactor(console): update selector styles ( #3413 )
2023-03-15 12:17:23 +08:00
simeng-li
14eb677a61
style(ui): fix secondary page spacing ( #3406 )
2023-03-14 22:20:51 +08:00
simeng-li
cc7f3fcdab
style(ui): hide back CTA for root error pages ( #3407 )
2023-03-14 22:20:05 +08:00
wangsijie
2bd5f36fc3
refactor(core,toolkit): extract connector loading code to toolkit ( #3400 )
2023-03-14 20:26:42 +08:00
Gao Sun
1d1cd46ccf
Merge pull request #3383 from logto-io/gao-optimize-tenant-disposal
...
refactor(core): optimize tenant disposal
2023-03-14 20:05:56 +08:00
Gao Sun
7366bfee2b
Merge pull request #3380 from logto-io/gao-add-response-guard
...
refactor(core): add response and status guard for hooks apis
2023-03-14 20:04:05 +08:00
Darcy Ye
f31887344e
chore: remove dirty code ( #3398 )
2023-03-14 20:01:06 +08:00
Gao Sun
b58765c79c
refactor(console): use in-place navigation for in-app links ( #3385 )
2023-03-14 20:00:14 +08:00
Gao Sun
96691234ed
refactor(console): hide error toast in language modal ( #3384 )
2023-03-14 19:59:56 +08:00
wangsijie
2bb570da4b
feat(cloud): init service route ( #3397 )
2023-03-14 17:59:30 +08:00
simeng-li
0978db5790
fix(test): remove jest-matcher-specific-error ( #3402 )
2023-03-14 09:31:48 +00:00
Xiao Yijun
e359479ad5
refactor(console): add inspire me button hover background ( #3395 )
2023-03-14 15:58:54 +08:00
Xiao Yijun
c01ad88dab
refactor(console): add AppThemeProvider
( #3387 )
2023-03-14 15:58:16 +08:00
renovate[bot]
50aaf4db40
chore(deps): update dependency @types/koa__cors to v4 ( #3392 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-14 15:32:09 +08:00
wangsijie
47881b6d6e
feat(schemas): add service logs table ( #3390 )
2023-03-14 15:15:45 +08:00
Gao Sun
6171082825
refactor(core): store tenant promise in pool
...
when multiple concurrency requests for the same tenant arrives
it would create a lot of promises for the same tenant which
is unexpected. directly store the tenant creating promise to
avoid it.
2023-03-14 15:06:02 +08:00
Gao Sun
69d0597315
refactor(core): add response and status guard for hooks apis
2023-03-14 14:54:27 +08:00
Gao Sun
172cf16cc3
refactor(core): fix koa-guard for configs with body
...
by enabling response and status check.
2023-03-14 14:54:26 +08:00
Xiao Yijun
67da65be9b
refactor(console): update onboarding welcome page image and description ( #3394 )
2023-03-14 14:21:24 +08:00
Gao Sun
096c0debb2
chore: update blog url and title ( #3386 )
2023-03-14 14:15:24 +08:00
Gao Sun
0b45c8f487
refactor: fix schema types ( #3379 )
...
by separating CreateSchema and Schema. also no need for explicitly
set generic type for database builders like `buildInsertIntoWithPool()`.
2023-03-14 12:45:13 +08:00
Darcy Ye
68ca4ae7a8
feat(console): add custom css editor debounce ( #3378 )
2023-03-14 12:44:41 +08:00
simeng-li
57eb6ee452
feat(schemas,ui): add custom content slot ( #3369 )
2023-03-14 03:06:01 +00:00
Xiao Yijun
b470e0efb7
feat(console): add demo state to connectors ( #3382 )
2023-03-13 21:05:44 +08:00
Xiao Yijun
8e12abea4f
refactor(console): fix onboarding about page ( #3381 )
2023-03-13 19:20:43 +08:00
Charles Zhao
d2769823da
refactor(console): add dedicated routes to AC guides ( #3358 )
2023-03-13 16:01:12 +08:00
Gao Sun
9db5729cfd
refactor(core): optimize tenant middleware function
2023-03-13 15:52:38 +08:00
Gao Sun
3e9ba19fa2
refactor(core): optimize tenant disposal
2023-03-13 15:44:01 +08:00
Xiao Yijun
b1b5200876
feat(console): inspire me ( #3360 )
2023-03-13 13:58:58 +08:00
Gao Sun
fa85b7d0eb
refactor: remove withtyped in core ( #3375 )
...
Keeping withtyped will introduce an additional database pool per tenant,
which is not good for performance and it should be more like all-or-nothing choice.
So remove it for core, but keep it in cloud.
2023-03-13 04:01:14 +00:00
Gao Sun
dfc1f20d27
refactor(core)!: move phrases api to well-known path ( #3374 )
2023-03-13 03:43:27 +00:00
Darcy Ye
268679b02e
feat(console): enable AC config and real-time live preview on customCss ( #3325 )
2023-03-13 03:41:57 +00:00
Gao Sun
5784cfeb18
feat(schemas,core): add sessionNotFoundRedirectUrl
tenant config ( #3365 )
2023-03-13 03:36:10 +00:00
Gao Sun
8026bdbeb8
ci: fix release workflow ( #3376 )
2023-03-13 03:22:01 +00:00
Charles Zhao
9896390065
fix(core,schemas): remove sessionId usage from verification status table ( #3345 )
2023-03-13 11:20:52 +08:00
Gao Sun
f9c00f6dc5
Merge pull request #3373 from logto-io/gao-end-connection-when-dispose
...
refactor(core): update cache size and end pool when tenant disposes
2023-03-13 11:20:07 +08:00
Gao Sun
5a5f14e00c
Merge pull request #3363 from logto-io/gao-disable-index-cache
...
refactor(core,cloud): disable cache for index files
2023-03-13 11:19:28 +08:00
Gao Sun
e191beb29f
Merge pull request #3361 from logto-io/gao-fix-api-issues
...
refactor(core): fix api issues
2023-03-13 11:19:11 +08:00
Xiao Yijun
e89b82d27a
fix(ui): theme adaption ( #3350 )
2023-03-13 11:08:08 +08:00
Charles Zhao
16b3c580e6
fix(console): add auto focus to inputs in ac profile modals ( #3339 )
2023-03-13 11:07:24 +08:00
Xiao Yijun
2ec21a778b
refactor(console): optimize adaptation rules of sie preview ( #3370 )
2023-03-13 11:04:51 +08:00
Gao Sun
d32904d538
refactor(core): update cache size and end pool when tenant disposes
2023-03-13 00:42:37 +08:00
Gao Sun
e22f7222ea
ci: refactor release workflow ( #3371 )
2023-03-12 21:32:13 +08:00
Gao Sun
eed6e80e45
Merge pull request #3362 from logto-io/gao-use-compressed-file-when-possible
...
refactor(cloud): send compressed spa file when possible
2023-03-12 21:31:57 +08:00
wangsijie
1f618a3a10
feat(cli,cloud,schemas): seed m2m app for each tenant ( #3364 )
2023-03-12 09:34:15 +08:00