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

44 commits

Author SHA1 Message Date
Gao Sun
c2e4226292
refactor: update initial data (#3534) 2023-03-20 16:08:44 +08:00
Gao Sun
a336de7938
fix(cloud): correct initial redirect uris (#3529) 2023-03-20 14:32:04 +08:00
Gao Sun
1f374b87df
fix(cloud): remove redundant field (#3519) 2023-03-20 10:15:47 +08:00
Gao Sun
43ed97a014
refactor: fix application insights role names (#3498) 2023-03-19 13:38:34 +08:00
Gao Sun
d27499c553
refactor(cloud,core): report exception to Applicaiton Insights
when status code >= 500 or other unhandled expcetions occurred.
2023-03-19 10:40:17 +08:00
Gao Sun
169c4450eb
refactor: use essentials tryThat and trySafe 2023-03-18 13:02:51 +08:00
renovate[bot]
fa3c13a68d
chore(deps): update dependency @silverhand/essentials to v2.5.0 2023-03-17 18:41:13 +00:00
Gao Sun
5caa95a6eb
refactor(cloud): reuse GlobalValues class from shared (#3446) 2023-03-17 07:41:12 +00:00
wangsijie
81f76d122d
feat(cloud): send sms (#3452) 2023-03-17 12:49:58 +08:00
wangsijie
5b8d8c8c14
feat(cloud,schemas): add demo social connectors for tenant (#3444) 2023-03-17 10:21:48 +08:00
renovate[bot]
565a0aead2
chore(deps): update dependency @silverhand/essentials to v2.4.1 (#3421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 21:36:02 +08:00
wangsijie
76b49de1f0
feat(core,console): display demo connectors (#3425) 2023-03-15 17:09:26 +08:00
wangsijie
0f2d5d56a1
feat(cloud): add demo connector configs on tenant create (#3422) 2023-03-15 16:26:36 +08:00
wangsijie
dc175580b9
feat(cloud): limit control for send email (#3418) 2023-03-15 15:55:21 +08:00
wangsijie
d8d1cfeeb5
feat(cloud): send email (#3405) 2023-03-15 06:54:31 +00:00
wangsijie
2bb570da4b
feat(cloud): init service route (#3397) 2023-03-14 17:59:30 +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
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
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
Gao Sun
844d6d2e8c
refactor(core,cloud): disable cache for index files 2023-03-11 17:11:05 +08:00
Gao Sun
6b12d345a7
refactor(cloud): send compressed spa file when possible 2023-03-11 15:24:26 +08:00
Gao Sun
6182747363
test(cloud): add /tenants tests 2023-03-08 10:49:51 +08:00
Gao Sun
af4276e08e
test(cloud): init api tests 2023-03-08 10:49:51 +08:00
renovate[bot]
4eb2d14762
chore(deps): update dependency @silverhand/essentials to v2.4.0 (#3284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 04:25:50 +00:00
Gao Sun
08e7b6c6c2
refactor: allow admin to create tenants 2023-03-04 14:52:02 +08:00
Gao Sun
a76ce24bee
refactor: seed data for multi-tenancy 2 2023-03-03 14:11:19 +08:00
Gao Sun
9775db7af8
refactor: seed data for multi-tenancy 2023-03-02 22:25:13 +08:00
Gao Sun
44909140bf
feat: create tenant for new users (#3255) 2023-03-01 20:55:26 +08:00
Gao Sun
d789a08e41
feat(console): support multi-tenancy (1/2) (#3205) 2023-02-28 16:04:12 +08:00
tison
5b7f44d19b
chore: update license info for the software (#3239)
Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-02-28 15:41:23 +08:00
silverhand-bot
cda2c821cd
release: version core packages (#3225)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-02-25 23:15:42 +08:00
Gao Sun
518579efce
chore: update configs (#3190) 2023-02-24 17:30:08 +08:00
Gao Sun
02db28fc35
refactor(cloud): set etag for SPA 2023-02-23 12:38:18 +08:00
Gao Sun
1c2766be89
refactor: fix cloud env (#3179) 2023-02-22 12:38:30 +08:00
Gao Sun
f6eb8cf681
feat(cloud): add status apis (#3159) 2023-02-21 10:46:35 +08:00
renovate[bot]
0e11a2e7f2
chore(deps): update dependency @silverhand/ts-config to v2.0.3 (#3152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-20 16:22:27 +08:00
Gao Sun
86ecd79b36
refactor(cloud): wrap create tenant in transaction (#3151) 2023-02-20 06:49:08 +00:00
Gao Sun
76a04d97b3
feat(cloud): POST /tenants 2023-02-20 00:27:12 +08:00
Gao Sun
12377665b4
refactor(cloud): implement request auth 2023-02-19 11:31:16 +08:00
Gao Sun
9a3b3f4bae
refactor(cloud): guard api response 2023-02-18 18:54:07 +08:00
Gao Sun
1808a25570
feat(cloud): GET /api/tenants 2023-02-18 18:37:49 +08:00
Gao Sun
8fa9e7a4a1
refactor: fix dev experience 2023-02-18 14:33:47 +08:00
Gao Sun
ed4894a19f
feat: init cloud 2023-02-18 13:34:52 +08:00