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

4475 commits

Author SHA1 Message Date
Darcy Ye
350d070ef7
feat(console): should limit only the number of free tenant (#4205)
* fix(console): update free tenant limit

* fix(console): use TenantResponse type

* chore(console): update dependency on @logto/cloud

* chore: remove import as
2023-07-24 06:40:47 +00:00
Darcy Ye
3ef8c06d4a
feat(connector,core): remove email service feature switch (#4165) 2023-07-24 14:29:38 +08:00
wangsijie
3d828f2e6d
fix(core): fix quota guard middleware env flag (#4204) 2023-07-24 14:02:50 +08:00
Xiao Yijun
aded22954e
feat(console): handle subscription related request errors (#4209) 2023-07-24 03:59:13 +00:00
Xiao Yijun
b97b89a34b
fix(console): add origin for getUrl (#4210) 2023-07-24 11:39:55 +08:00
Gao Sun
f8e11b1b34
fix(console): adapt callback and current tenant id logic (#4206)
* fix(console): adapt callback and current tenant id logic

* fix(console): fix cache and onboarding route

* fix(console): fix cache and onboarding route
2023-07-24 11:11:06 +08:00
Xiao Yijun
437be82a27
feat(console): add payment overdue reminder (#4203) 2023-07-23 13:19:51 +08:00
renovate[bot]
7b97571f1c
chore(deps): update dependency nodemon to v3 (#4140)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-07-22 09:46:09 +00:00
Gao Sun
6d1ea26cdc
refactor(core): improve error handling (#4198)
* refactor(core): improve error handling

* test(core): add integration tests
2023-07-22 17:32:25 +08:00
Xiao Yijun
bc2feb6c74
feat(console): add contact us help tip for downgrade modal (#4202) 2023-07-21 17:10:06 +08:00
Xiao Yijun
62c2c2ca8f
feat(console): add mau exceeeded modal (#4195) 2023-07-21 16:09:28 +08:00
Xiao Yijun
41bc73c65d
feat(console): add subscription info for tenant selector (#4200) 2023-07-21 07:29:30 +00:00
Xiao Yijun
a54fd502bd
refactor(console): refactor subscription-related hooks (#4197) 2023-07-21 07:04:44 +00:00
Xiao Yijun
0d2f8edcb9
feat(console): add billing history page (#4160) 2023-07-21 06:31:25 +00:00
Gao Sun
4c9aef827b
refactor(console): use global router (#4191)
* refactor(console): use global router

* refactor(console): clean swr cache when switching tenant

* refactor(console): bug fix

* chore(test): increase integration test timeout

* refactor: update packages/console/src/App.tsx

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-07-21 06:12:01 +00:00
Darcy Ye
474cc4c2c6
chore(connector): update the parse of email usage api response (#4201) 2023-07-21 13:52:32 +08:00
simeng-li
088efeef1a
chore(schemas): bump withTyped version (#4199)
bump withTyped version
2023-07-21 03:26:35 +00:00
Gao Sun
0a5aa54bc2
refactor(console): save console redirect after sign-in (#4180)
* refactor(console): save console redirect after sign-in

* test: add integration test for saved redirect
2023-07-20 22:44:14 +08:00
Gao Sun
a1214d2eb6
chore(phrases): update content to sentence case (#4188) 2023-07-20 10:04:16 +00:00
wangsijie
34e907d1ec
feat(core): apply all quota guard (#4187) 2023-07-20 09:27:25 +00:00
wangsijie
d5885160cc
refactor(core): create quota library (#4185) 2023-07-20 16:29:39 +08:00
Chukwuemelie Obumse
7cda535629
test: added tests for the koaConsoleRedirectProxy function (#4182)
* test: added tests for the koaConsoleRedirectProxy function

* test: added tests for the koaConsoleRedirectProxy function with clearer descriptions
2023-07-20 15:50:24 +08:00
Xiao Yijun
591f78f743
feat(console): apply quota limit for roles (#4189) 2023-07-20 14:06:09 +08:00
Xiao Yijun
b4d0995901
feat(console): apply subscription cost for current plan info (#4194) 2023-07-20 13:53:44 +08:00
Xiao Yijun
769caeacb1
feat(console): apply quota limit for application creation (#4193) 2023-07-20 11:29:55 +08:00
Xiao Yijun
a7d8aec2e7
feat(console): apply quota limit for resource and scope creation (#4192) 2023-07-20 11:29:26 +08:00
Xiao Yijun
ac2f492dbe
feat(console): apply quota limit for connector creation (#4190) 2023-07-20 11:29:01 +08:00
Darcy Ye
7e47881e21
chore(console,phrases): add logto email service doc links (#4177)
* refactor(console): add logto email service doc links

* refactor(phrases): update logto email service phrases

* chore: adopt review suggestion
2023-07-20 03:08:15 +00:00
Xiao Yijun
db87743ca1
feat(console): apply quota limit for webhooks (#4186) 2023-07-19 18:18:47 +08:00
Xiao Yijun
8dbc3f6b3c
feat(core): support fetching all applications without pagination (#4184) 2023-07-19 17:58:22 +08:00
Xiao Yijun
6e094d959f
feat(console): checkout integration (#4178) 2023-07-19 09:14:10 +00:00
Xiao Yijun
1b0f9be88b
refactor(console): refactor connector creation modal (#4183) 2023-07-19 15:59:12 +08:00
Xiao Yijun
3c51ecc29d
feat(console): apply quota limit for custom domain (#4181) 2023-07-19 13:56:00 +08:00
Xiao Yijun
cbefbd3f57
feat(console): add free plan notification on the get-started page (#4179) 2023-07-19 05:21:18 +00:00
wangsijie
34105e1579
feat(core,phrases): add quota guard middleware (#4153)
feat(core,phrases): add usage guard middleware
2023-07-18 17:05:00 +08:00
Xiao Yijun
e2fc6cb545
feat(console): select plan before tenant creation (#4175) 2023-07-18 08:51:57 +00:00
Xiao Yijun
f241dd3818
chore(phrases): update subscription phrases (#4176) 2023-07-18 15:54:47 +08:00
Darcy Ye
776ea72a0b
fix(console): should block test of invalid connector config (#4172)
* fix(console): should block test of invalid connector config
* refactor: use useContextForm to avoid passing prop to nested components
2023-07-18 03:22:52 +00:00
Xiao Yijun
3a0760c514
chore(phrases): add upsell-related phrases (#4174) 2023-07-18 10:42:23 +08:00
Chukwuemelie Obumse
2924bbf8d2
chore: upgrade commitlint packages (#4173) 2023-07-17 12:56:25 +00:00
Xiao Yijun
513d56afec
feat(console): add downgrade plan confirm modal (#4161) 2023-07-17 19:16:10 +08:00
Gao Sun
c00cfedcbb
refactor(schemas): add create affiliate scope (#4171) 2023-07-17 15:40:15 +08:00
Xiao Yijun
68a725926e
feat(console): add current plan form for subscription page (#4158) 2023-07-17 14:32:11 +08:00
Darcy Ye
f4a66f74ce
refactor(console): config the allowed mime type for ImageUploader component (#4169) 2023-07-17 13:38:01 +08:00
Xiao Yijun
1b4b73c4fd
feat(console): add switch plan action bar (#4146) 2023-07-17 02:36:09 +00:00
Darcy Ye
e441c089d7
fix(core,connector): fix patch connector api cannot reset config/metadata bug (#4166) 2023-07-14 17:38:56 +08:00
Gao Sun
305f1409fd
refactor(schemas): add manage affiliate scope (#4168) 2023-07-14 15:21:08 +08:00
Darcy Ye
3e08f3c94d
refactor(core,connector): store and get fromEmail from logto email connector (#4164) 2023-07-14 03:36:24 +00:00
Darcy Ye
c5b0f9bdc5
feat(console): change free tenant number limit to 10 (#4130) 2023-07-13 17:09:05 +08:00
Xiao Yijun
a030b0817f
chore(console): bump withtyped and @logto/cloud version (#4167) 2023-07-13 14:59:07 +08:00