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

3671 commits

Author SHA1 Message Date
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
Charles Zhao
922e3a3a38
fix(console): text input value should display properly (#3366) 2023-03-11 13:33:09 +00:00
Gao Sun
533504ab4d
refactor(core): add etag to all GET APIs 2023-03-11 18:08:19 +08:00
Gao Sun
844d6d2e8c
refactor(core,cloud): disable cache for index files 2023-03-11 17:11:05 +08:00
Gao Sun
fa8a357d0e
Merge pull request #3359 from logto-io/gao-optimize-response
refactor(core,ui,console): compress response when possible
2023-03-11 16:25:48 +08:00
Gao Sun
41925cef6f
Merge branch 'master' into gao-optimize-response 2023-03-11 16:15:06 +08:00
Gao Sun
6acd42305f
refactor(ui): preload data (#3342) 2023-03-11 15:56:09 +08:00
Gao Sun
6b12d345a7
refactor(cloud): send compressed spa file when possible 2023-03-11 15:24:26 +08:00
Gao Sun
51ee250536
refactor(core): fix api issues 2023-03-11 13:44:43 +08:00
Gao Sun
aba5c42d6a
refactor(core,ui,console): compress response when possible 2023-03-11 00:30:47 +08:00
Gao Sun
649a78a09e
Merge pull request #3357 from logto-io/rany-sie-modify-default-language
refactor(phrases): update multiple phrases
2023-03-10 23:38:04 +08:00
Guamian Li
5cb483423f
refactor(phrases): update ko phrases (#3354)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-03-10 23:36:57 +08:00
Gao Sun
fc1a3bc0b3
refactor(phrases): fix lint errors 2023-03-10 22:32:15 +08:00
Rany
ff2fe21e4e
refactor(phrases): update multiple phrases
Update pt-br.ts

Update pt-pt.ts

Update ru.ts

Update tr-tr.ts

Update zh-cn.ts

Update pt-br.ts

Update pt-pt.ts

Update pt-br.ts

Update ru.ts

Update tr-tr.ts

Update zh-cn.ts
2023-03-10 22:32:15 +08:00
Gao Sun
5149551f16
ci: fix release cloud workflow (#3356) 2023-03-10 09:47:14 +00:00
simeng-li
f654c4170b
refactor(ui): reorg the ui page layout structure (#3355) 2023-03-10 08:35:47 +00:00
Xiao Yijun
0971f99e98
feat(console): image uploader (#3323) 2023-03-10 16:35:25 +08:00
Guamian Li
07fab67c24
refactor(ui): update en phrases (#3352) 2023-03-10 08:21:33 +00:00
Guamian Li
ebd153eafd
refactor(ui): update fr phrases (#3353)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-03-10 08:17:59 +00:00
Guamian Li
392432aade
refactor(phrases): update de phrases (#3349)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-03-10 08:15:16 +00:00
Gao Sun
6c4a9c336f
ci: release cloud prod (#3351) 2023-03-10 16:13:09 +08:00
simeng-li
394637f200
refactor(core): refactor backend password regex rule (#3346) 2023-03-10 13:41:54 +08:00
Xiao Yijun
fb6a65bd46
refactor(console): extract the onboarding app from the admin console (#3340) 2023-03-10 09:57:30 +08:00
simeng-li
19f5efc107
refactor(ui): remove the terms verification in sign-in page (#3327) 2023-03-09 14:48:42 +08:00
Gao Sun
3c8100d72a
chore: update admin tenant endpoint (#3343) 2023-03-09 06:31:02 +00:00
Charles Zhao
ae65feb642
fix(console): remove "change" button from link social in profile (#3341) 2023-03-09 12:59:15 +08:00
Gao Sun
310c543f93
Merge pull request #3333 from logto-io/gao-log-5603-hide-role-for-user-tenant
refactor: hide internal roles for user tenants
2023-03-09 12:41:34 +08:00
Gao Sun
b4c4c1a6e5
Merge pull request #3328 from logto-io/gao-use-restrictive-policies
refactor(schemas): use restrictive policies
2023-03-09 12:40:12 +08:00
Charles Zhao
46f286f52f
style(console): change "not set" font to body-2 (#3338) 2023-03-09 03:31:42 +00:00
Xiao Yijun
105390f004
refactor: remove branding style config (#3326) 2023-03-09 11:23:06 +08:00
Charles Zhao
95b6fb2613
fix(console): verify email via verification code should work properly (#3330) 2023-03-09 03:01:18 +00:00
Charles Zhao
61a255c4ed
fix(console): properly handle errors on profile change basic info dialog (#3332) 2023-03-09 02:58:36 +00:00
Charles Zhao
d2327d6298
fix(console): better error handling when linking social in profile page (#3335) 2023-03-09 10:54:58 +08:00
Charles Zhao
c69df70358
fix(console): fallback broken connector logo to default image (#3334) 2023-03-09 10:54:32 +08:00
Charles Zhao
79ccd27673
fix(console): text input in AC should support both 36px and 44px heights (#3337) 2023-03-09 10:43:29 +08:00