Xiao Yijun
b347546f46
chore(phrases): add logto built-in connector phrases ( #4084 )
2023-07-03 12:26:22 +08:00
Xiao Yijun
3a8f016d6a
fix(console): avoid connector custom config fields conflict with reserved fields ( #4088 )
2023-07-03 11:55:50 +08:00
renovate[bot]
166ccf93ae
fix(deps): update @withtyped packages ( #4105 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-07-02 20:17:26 +08:00
renovate[bot]
d1a69d8e0f
chore(deps): remove dependency @tsconfig/docusaurus ( #4092 )
...
chore(deps): remove dependency @tsconfig/docusaurus
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-07-01 21:45:25 +08:00
Darcy Ye
7afa5a4760
fix(core): block logto email connector (create and enter detail page) ( #4101 )
2023-07-01 18:21:44 +08:00
Darcy Ye
e0ee44d5d0
feat(core): add connector usage to GET APIs response ( #4097 )
...
* feat: add GET /connectors/:id/usage to get passwordless connector usage
* refactor(core): get usage when possible when transpiling connector
2023-06-30 16:22:34 +08:00
Darcy Ye
876b0687f6
feat(connector): update logto email connector ( #4083 )
2023-06-30 15:56:28 +08:00
Darcy Ye
e179ae2127
chore(toolkit,core): remove demo tag from logto email connector (1/2) ( #4099 )
2023-06-30 15:22:35 +08:00
simeng-li
b8001fd6c8
fix(core): add invalid body request error on oidc endpoints ( #4095 )
...
* fix(core): add invalid body request error on oidc endpoints
should throw invalid body request error for all oidc endpoints' input syntax error
* chore(core): add some comments
add some comments
2023-06-29 06:06:14 +00:00
Darcy Ye
0a9c6d35cb
fix(schemas): update email service config systems table key ( #4094 )
2023-06-29 14:02:00 +08:00
simeng-li
476de8d2ff
chore(core,ui): set jest config coverage report to all files ( #4090 )
...
set jest config coverage report to all files
2023-06-29 13:59:23 +08:00
silverhand-bot
53131ad5a7
release: version packages ( #4033 )
2023-06-28 18:57:43 +08:00
Gao Sun
5be498c7ff
Merge pull request #4087 from logto-io/yemq-fix-multi-tenancy-flow
...
fix(console): fix multi tenancy flow and sync ui-test
2023-06-28 18:20:18 +08:00
Darcy Ye
3d3c82b1c5
fix(schemas): fix sendgrid email service config ( #4093 )
2023-06-28 18:02:10 +08:00
Gao Sun
c1fa47f280
refactor(console): redirect to current tenant when needed
2023-06-28 15:51:45 +08:00
Darcy Ye
740e482aed
fix(console): text color of docs and help button ( #4091 )
2023-06-28 15:16:08 +08:00
Darcy Ye
4dc0930e09
feat(schemas): add email service guard and system key ( #4079 )
2023-06-28 10:59:03 +08:00
Darcy Ye
51fb943986
fix(console): fix multi tenancy flow and sync ui-test
2023-06-27 15:38:57 +08:00
Gao Sun
ad6dde7f18
refactor(console): reorg error rendering ( #4082 )
...
* refactor(console): reorg error rendering
* refactor(console): reorg error rendering
2023-06-27 11:31:03 +08:00
Darcy Ye
850cd3e342
chore(toolkit): add email service branding config guard ( #4085 )
2023-06-27 03:21:28 +00:00
simeng-li
752d39b2ab
fix(ui): fix ui preview critical bug ( #4086 )
...
* fix(ui): fix ui preview critical bug
fix ui switch platform and theme style messed up bug
* fix: let helmet manage all body classnames
let helmet manage all the body classnames
2023-06-27 10:00:00 +08:00
Xiao Yijun
12b9e7dfe0
refactor(console): add skeleton for custom domain page ( #4080 )
2023-06-26 19:07:33 +08:00
Gao Sun
71650832d0
Merge pull request #4074 from logto-io/gao-optimize-tenant-hooks
...
refactor(console): optimize tenant context and hooks
2023-06-26 18:32:15 +08:00
Gao Sun
a942f155f3
refactor(console): apply code review suggestions
2023-06-26 16:44:31 +08:00
Gao Sun
8aab136b41
fix(console): correct onboarding experience
2023-06-25 14:57:16 +08:00
Xiao Yijun
8969d38c54
style(console): set passwordless connector creation modal to large by default ( #4072 )
2023-06-25 10:48:18 +08:00
Gao Sun
aaa9b47781
refactor(console): fix user data reloading issue
2023-06-24 21:05:12 +08:00
Gao Sun
9f9446ecda
refactor(console): reuse useCurrentUser
for useMeCustomData
2023-06-24 18:32:56 +08:00
Gao Sun
3cbfd7e712
refactor(console): set current tenant validated to false when resetting
2023-06-24 17:55:17 +08:00
Gao Sun
d7f96a6559
refactor(console): reorg hooks and data checking logics
2023-06-24 17:23:41 +08:00
renovate[bot]
5ed7750de7
fix(deps): update dependency lru-cache to v10 ( #4045 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-23 11:59:39 +00:00
Gao Sun
a3e3363b10
refactor: fix test and components
2023-06-23 01:07:33 +08:00
Gao Sun
c4e13ff525
refactor(console): optimize tenant context and hooks
...
remove the use of useSWR and make the tenant context as the single
source of truth for tenant data. also reorg deduplicate hook logics.
2023-06-22 15:13:49 +08:00
Gao Sun
cfe4fce51c
fix: support circular reference when normalizing errors ( #4069 )
2023-06-21 16:05:33 +08:00
Darcy Ye
b557f9cc56
chore(console,phrases,toolkit): polish ui styles and phrases ( #4068 )
...
* chore(console,phrases,toolkit): polish ui styles and phrases
* chore(phrases): use settings key for create tenant modal for ssot
* chore(phrases): add i18n for docs and help button text
* chore(phrases): merge tenants and tenant_settings phrases file
* chore(phrases): use tenant phrases for delete modal content
2023-06-21 07:25:23 +00:00
Xiao Yijun
4122056145
refactor(console): reorg connector-related files ( #4071 )
2023-06-21 14:58:53 +08:00
Charles Zhao
e9c2c9a6de
feat(toolkit): add new font tokens in core-kit ( #4065 )
...
* feat(toolkit): add new font tokens in core-kit
* chore: code clean-up
2023-06-21 14:48:34 +08:00
Darcy Ye
3a0944444a
fix(console): should not block admin tenant owner from creating more tenants ( #4066 )
2023-06-21 12:49:28 +08:00
Xiao Yijun
370b97ff36
refactor(console): reorder passwordless connectors in the list ( #4063 )
2023-06-21 11:15:56 +08:00
Gao Sun
dea0b7aa57
chore(deps): upgrade Logto React SDK ( #4070 )
2023-06-21 09:35:45 +09:00
Gao Sun
608289ec88
chore: update conversion id ( #4036 )
2023-06-21 01:00:30 +08:00
Darcy Ye
a7e58837b2
fix(console): landing page placeholder css ( #4064 )
2023-06-20 22:53:12 +08:00
Darcy Ye
7902c1b0e3
chore(console): remove toast for creating tenant ( #4067 )
2023-06-20 10:40:48 +00:00
Darcy Ye
da6f9eef5c
refactor(console): remove use tenant hook and use cloud SWR instead ( #4060 )
2023-06-20 15:41:13 +08:00
Xiao Yijun
42d844f258
fix(console): correct domain settings page meta ( #4062 )
2023-06-20 07:34:19 +00:00
Xiao Yijun
41bf863e5e
feat(console): add custom domain related links ( #4061 )
2023-06-20 07:31:57 +00:00
Xiao Yijun
234a2a4abb
chore(console): update illustrations ( #4053 )
2023-06-20 02:25:04 +00:00
Darcy Ye
f34ff9119a
feat(console): add scrollbar for tenant selector ( #4054 )
2023-06-19 10:02:33 +00:00
Darcy Ye
d1cf786bf8
chore(console): update tenant landing page LM image ( #4057 )
2023-06-19 09:56:16 +00:00
Xiao Yijun
f03e497327
refactor(console): rename props name for table component ( #4055 )
2023-06-19 16:40:38 +08:00
Darcy Ye
b877309f99
fix(console): tenant with access token should be redirected ( #4056 )
2023-06-19 16:29:15 +08:00
Darcy Ye
013022d24f
fix(console): direct to new created tenant and clear create modal on open ( #4051 )
2023-06-19 07:06:06 +00:00
wangsijie
ad44f0875a
fix(core): update domain cache ( #4017 )
2023-06-19 15:45:42 +09:00
Darcy Ye
8f78515976
fix(cloud,test): should block when users trying to create too many tenants ( #4048 )
2023-06-19 14:45:33 +08:00
Danil Tankov
2d7c0aa3c3
fix(core): s3 region fallback ( #4049 )
...
Signed-off-by: Danil Tankov <danil.tankoff@yandex.ru>
2023-06-19 14:15:07 +08:00
wangsijie
160f861800
fix(core): fix session not found redirect hostname ( #4018 )
2023-06-19 11:31:10 +09:00
Gao Sun
019cb6cadd
chore(schemas,phrases): make zod peer dependency ( #4050 )
2023-06-19 11:21:13 +09:00
Darcy Ye
8770facec1
feat(console): add tenant loading page ( #4031 )
2023-06-18 16:50:00 +08:00
Xiao Yijun
1236799862
chore(console): classify console components ( #4047 )
2023-06-16 22:26:13 +08:00
Xiao Yijun
734dec0f1b
chore(console): reorg console svg assets ( #4046 )
2023-06-16 16:05:39 +08:00
simeng-li
c743cef429
fix(ui): fix preview classname overwrite bug ( #4038 )
...
fix(ui): fix preview mode user can interact bug
fix preview mode user can interact bug
2023-06-15 18:56:32 +08:00
Xiao Yijun
bf0f3e133e
style(console): update min-width of the sie page ( #4042 )
2023-06-15 15:55:54 +08:00
Xiao Yijun
0ab8b57e9e
refactor(console): update management api settings description ( #4041 )
2023-06-15 15:50:21 +08:00
Xiao Yijun
205bb5f44d
chore(console): update light loading illustration ( #4040 )
2023-06-15 15:28:16 +08:00
Xiao Yijun
6d1013e573
feat(console): add alternative endpoint for application get started guide ( #4039 )
2023-06-15 07:25:09 +00:00
Xiao Yijun
6cac3ee3f9
feat(console): add custom domain notes for endpoints and social callback uri ( #4034 )
2023-06-15 15:08:19 +08:00
Darcy Ye
9fa2bc9235
fix(test): fix cloud UI test create new account idling URL mismatch error ( #4037 )
2023-06-15 14:46:05 +08:00
Xiao Yijun
5c3c8434f3
fix(console): ensure optional fields exist in the sie form data ( #4030 )
2023-06-14 10:53:27 +08:00
wangsijie
ab8c26226e
fix(schemas): modify domain table unique index ( #3954 )
2023-06-14 11:12:08 +09:00
simeng-li
4a983f97e9
refactor(ui): align enum key pascal case ( #4022 )
...
align enum key pascal case
2023-06-13 18:46:12 +08:00
simeng-li
1b4fbc2df5
fix: remove unsafe-inline and unsafe-eval ( #4020 )
...
remove unsafe-inline and unsafe-eval allowance
2023-06-13 18:46:02 +08:00
Gao Sun
298d29c39f
Merge pull request #4026 from logto-io/gao-upgrade-withtyped
...
refactor(console): use withtyped client for SWR
2023-06-13 18:16:34 +08:00
Gao Sun
b0a126bbd7
Merge pull request #4028 from logto-io/gao-app-improvements
...
feat: various application improvements
2023-06-13 18:02:38 +08:00
Gao Sun
ae4ca7b7c5
refactor(console): resolve rebase errors
2023-06-13 17:47:26 +08:00
Gao Sun
8de7e5538d
test: test
2023-06-13 17:33:32 +08:00
Gao Sun
ff06ead917
refactor(cloud): add prepack script
2023-06-13 17:33:32 +08:00
Gao Sun
0d510cf7a4
refactor(console): use withtyped client for SWR
...
also enables auto type inference for SWR hooks and mutation APIs
2023-06-13 17:33:32 +08:00
Darcy Ye
8e92cb1fe3
feat(console): create tenant modal ( #4019 )
2023-06-13 16:57:40 +08:00
Darcy Ye
0e2664aea5
feat(console): add tenant list dropdown ( #3988 )
2023-06-13 08:06:26 +00:00
Gao Sun
99c98b6654
refactor: minor improvements
2023-06-13 16:01:40 +08:00
Gao Sun
c68de569d5
chore(phrases): translate new phrases
2023-06-13 15:54:40 +08:00
Darcy Ye
c774107980
fix(console): set RHF default value ( #4027 )
2023-06-13 04:21:34 +00:00
Xiao Yijun
2c21832793
chore(console): remove redundant useSWR params from custom domain request ( #4025 )
2023-06-13 11:35:16 +08:00
Xiao Yijun
89f8476751
refactor(console): update change custom domain notice ( #4024 )
2023-06-13 11:34:39 +08:00
Xiao Yijun
6726bcaa0f
fix(console): reset form state when the submit handler throws ( #4029 )
2023-06-13 11:28:41 +08:00
renovate[bot]
9a9d1d2ed4
fix(deps): update dependency helmet to v7 ( #3814 )
...
* fix(deps): update dependency helmet to v7
* fix: fix lock file
fix lock file
* fix: fix helmetjs upgrade exceptions
fix helmetjs upgrade exceptions
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2023-06-13 10:05:47 +08:00
Gao Sun
f33d3bf92e
refactor(phrases): refine tips
2023-06-13 01:18:54 +08:00
Gao Sun
e3e3f2c729
feat: various application improvements
...
- show OpenID Provider configuration endpoint in Console
- configure "Rotate Refresh Token" in Console
- configure "Refresh Token TTL" in Console
- refactor code for OIDC default values
2023-06-13 00:59:23 +08:00
Darcy Ye
4ed72121b8
feat(console): enable icon in modal header ( #4023 )
2023-06-12 11:11:14 +00:00
Xiao Yijun
1c38ad374d
refactor(phrases): update custom domain related phrases ( #4021 )
2023-06-12 18:39:13 +08:00
Darcy Ye
e96e92b2df
feat(schemas,cloud): align tenant types ( #4004 )
2023-06-12 18:36:15 +08:00
Darcy Ye
d2f7c94167
feat(console): add tenant deletion card and delete modal ( #4016 )
2023-06-12 03:48:07 +00:00
lleyton
048c5cdb09
feat: enable OIDC introspection endpoint ( #3996 )
...
feat: enable introspection endpoint
2023-06-11 15:28:44 +00:00
Xiao Yijun
4d10d3d582
chore(console): add appInsights for custom domain page ( #4014 )
2023-06-11 12:50:15 +08:00
Darcy Ye
690cd37e71
feat(console): add tenant settings page ( #3938 )
2023-06-10 14:39:03 +00:00
renovate[bot]
a187503213
fix(deps): update dependency @withtyped packages to ^0.11.0 ( #4007 )
...
* fix(deps): update dependency @withtyped packages to ^0.11.0
* refactor: fix build
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-10 16:21:12 +08:00
renovate[bot]
9e036bc0e8
chore(deps): update parcel monorepo to v2.9.2 ( #4011 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-10 16:00:50 +08:00
Gao Sun
8c5b492381
refactor(console): apply no-unused-modules ( #4010 )
2023-06-09 21:56:20 +08:00
Gao Sun
2338cb692e
refactor(core): apply no-unused-modules ( #4009 )
2023-06-09 21:55:15 +08:00
Xiao Yijun
a4cae18151
feat(console): enable custom domain feature ( #4013 )
2023-06-09 13:20:49 +08:00
Xiao Yijun
cd679359e1
refactor(console): remove redundant ssl dns config for custom domain ( #4012 )
2023-06-09 02:50:58 +00:00
wangsijie
81f053dfd8
feat(core,schemas): get fallback origin from cf api ( #4005 )
2023-06-09 02:35:28 +00:00
Xiao Yijun
0511055d23
feat(console): add update endpoint notice for custom domain ( #3992 )
2023-06-09 10:19:42 +08:00
Xiao Yijun
eb4a5da9d2
feat(console): add activation error for custom domain ( #3994 )
2023-06-09 10:19:01 +08:00
renovate[bot]
66ba526040
fix(deps): update @withtyped monorepo to ^0.10.0 ( #4008 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-08 14:56:31 +00:00
Gao Sun
7546e04eef
refactor(ui): add utm params to powered by link ( #3990 )
2023-06-08 22:33:10 +08:00
Xiao Yijun
4cdcb9185c
refactor(phrases): update change endpoint notice for custom domain ( #4006 )
2023-06-08 16:47:00 +08:00
Xiao Yijun
ab40f242c5
chore(console): reorg tenant settings directory structures ( #4001 )
2023-06-08 15:14:43 +08:00
Xiao Yijun
071bbfae24
refactor(console): improve the original Alert
component ( #4003 )
2023-06-08 07:13:16 +00:00
Darcy Ye
69bd7ac88b
fix(cloud): delete tenant api ( #4000 )
2023-06-08 14:53:26 +08:00
Darcy Ye
c73a07e7f2
feat(phrases): add phrases for tenant selector and create modal ( #4002 )
2023-06-08 14:23:02 +08:00
Xiao Yijun
2bc880e204
refactor(console): remove redundant domain status guard ( #3999 )
2023-06-08 03:39:46 +00:00
wangsijie
62d3acfc7b
fix(schemas): set domain status enum guard ( #3958 )
2023-06-08 12:07:15 +09:00
Xiao Yijun
d13cb277eb
refactor(phrases): update custom domain notice phrases ( #3993 )
2023-06-08 11:03:43 +08:00
wangsijie
71f1fe4436
fix(core,schemas): use http method for cloudflare ssl ( #3986 )
2023-06-08 02:59:34 +00:00
Xiao Yijun
2cde8254b6
fix(console): use process.env.NODE_ENV
to get node env for console ( #3991 )
2023-06-08 02:57:02 +00:00
wangsijie
b4857dbf7b
fix(cli): polish translate prompts ( #3955 )
2023-06-08 11:23:31 +09:00
Xiao Yijun
ec6e266705
feat(console): implement active custom domain process ( #3965 )
2023-06-07 17:31:21 +08:00
renovate[bot]
417534e9e4
chore(deps): update dependency got to v13 ( #3915 )
...
chore(deps): update dependency got to v13.0.0
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-07 08:10:27 +00:00
Xiao Yijun
902a5cf088
refactor(phrases): update custom domain phrases ( #3980 )
2023-06-07 14:11:07 +08:00
Xiao Yijun
b5b8486105
fix(console): close confirm modal on the location path changed ( #3981 )
2023-06-07 11:29:37 +08:00
silverhand-bot
3acb0d2db1
release: version packages ( #3857 )
2023-06-06 23:21:29 +08:00
Gao Sun
2e2ba5daf3
fix: clone error for AppInsights ( #3985 )
2023-06-06 22:56:57 +08:00
simeng-li
be43ecd49b
fix(console): fix github avatar broken issue ( #3982 )
...
* fix(console): fix github avatar broken issue
remove the crossOrigin settings on the avatar image element
* fix(core): update the OSS crossOriginEmbedderPolicy
update the OSS crossOriginEmbedderPolicy
2023-06-06 10:33:10 +00:00
Xiao Yijun
acdaf75fb8
feat(console): add custom domain header ( #3963 )
2023-06-06 09:50:46 +00:00
Xiao Yijun
6fcc2a875c
feat(console): add custom domain form ( #3962 )
2023-06-06 09:24:48 +00:00
Darcy Ye
0c1744e77d
fix(console): doc button and get help link ( #3976 )
2023-06-06 17:03:57 +08:00
Xiao Yijun
1ad17bcb38
feat(console): add default domain content for domains page ( #3961 )
2023-06-06 17:01:59 +08:00
Xiao Yijun
df8dc69f69
feat(console): add tenant settings page ( #3975 )
2023-06-06 16:39:15 +08:00
Xiao Yijun
92f6f9f371
fix(console): fix fallback image in image uploader ( #3984 )
2023-06-06 16:22:54 +08:00
Xiao Yijun
c5770107a0
refactor(core): remove message id from hook request headers ( #3979 )
2023-06-06 13:20:05 +08:00
Gao Sun
c54b8bb629
refactor(core): refine webhook log payload ( #3973 )
...
rename log payload field `json` -> `hookRequest.body`
2023-06-05 15:46:36 +00:00
Xiao Yijun
032b7f9d07
refactor(phrases): update the tenant settings tab key ( #3974 )
2023-06-05 20:01:32 +08:00
Darcy Ye
e6ea8fde54
chore(console): reorganize console page ( #3930 )
2023-06-05 18:27:36 +08:00
Gao Sun
4e3b2ce351
refactor: add learn more link for Default API switch ( #3972 )
2023-06-05 17:46:49 +08:00
simeng-li
5599667576
fix(console): hide some log headers for webhook event ( #3971 )
...
* fix(console): hide some log headers for webhook event
hide some log headers for webhook event
* fix(console): address typo
address typo
2023-06-05 17:27:45 +08:00
Xiao Yijun
12ae2622b1
refactor(core): return 422 if failed to send a webhook test payload ( #3970 )
2023-06-05 16:02:43 +08:00
Xiao Yijun
7dc7b0c934
chore(phrases): add tenant settings tab phrase for domains ( #3969 )
2023-06-05 13:54:22 +08:00
Gao Sun
0fcd7969a9
Merge pull request #3922 from logto-io/gao-support-default-resource
...
feat: support default API Resource
2023-06-05 13:35:46 +08:00
Darcy Ye
6ee0682f8a
refactor(console): card selector ( #3968 )
2023-06-05 13:29:47 +08:00
Gao Sun
17d72c8564
refactor(core): refine query
2023-06-05 12:51:35 +08:00
Gao Sun
c3ff23902d
refactor: stringify error before report to AppInsights ( #3964 )
2023-06-05 12:38:52 +08:00
Darcy Ye
598392a5ec
feat(phrases): tenant settings page phrases ( #3967 )
2023-06-05 03:53:09 +00:00
Gao Sun
08c5771a85
chore(phrases): keep API Indicator phrases original
2023-06-04 23:29:37 +08:00
Gao Sun
268dc50e76
chore: add changeset and update phrases
2023-06-04 23:13:42 +08:00
Gao Sun
6dad8e9e3d
refactor(console): show default api tag
2023-06-04 21:51:15 +08:00
Gao Sun
e8ed876878
test: add default resource integration test
2023-06-04 20:46:43 +08:00
Gao Sun
c933bf58f7
feat: support default API Resource
2023-06-04 20:46:36 +08:00
Xiao Yijun
0dbacb89aa
chore(phrases): update domain phrases for console ( #3960 )
2023-06-03 13:11:05 +08:00
Tc001
fb2bb527aa
fix(console): use correct vanillajs isAuthenticated method in guide ( #3947 )
...
fix(console): correct code sample in vanilla-js guide
2023-06-02 09:16:46 +00:00
wangsijie
0e8817f279
fix(core): delete cloudflare custom domain ( #3953 )
...
* fix(core): delete cloudflare custom domain
* fix(core,phrases): handle cloudflare api errors
2023-06-02 08:50:36 +00:00
Xiao Yijun
6f6941b9ba
refactor(console): replace tsx svg components with svg files ( #3952 )
2023-06-02 15:40:35 +08:00
wangsijie
8178d61eca
refactor(core): persist dns records to database ( #3950 )
2023-06-02 14:22:58 +08:00
Darcy Ye
64af2dc88e
fix(connector): signature method for both Aliyun DM and SMS ( #3920 )
2023-06-02 06:15:52 +00:00
wangsijie
f35d1cbb86
fix(core): fix url resolver for cloudflare ( #3948 )
2023-06-02 11:42:48 +08:00
Charles Zhao
44e18c081a
fix(console): generated passwords should pass the regex checks ( #3925 )
2023-06-01 22:33:45 +08:00
Charles Zhao
f89af550de
test: improve ui test stability and remove unnecessary code ( #3945 )
2023-06-01 09:35:29 +00:00
Charles Zhao
19ef8c1e35
chore: bump logto js sdks ( #3943 )
2023-06-01 17:01:00 +08:00
Darcy Ye
a8ad9b9371
chore(schemas): remove useless comment ( #3944 )
2023-06-01 17:00:38 +08:00
simeng-li
3d98852334
chore(core): bump oidc version ( #3941 )
...
* chore(core): bump oidc version
bump oidc version
* fix(core): fix userId not found bug
fix userId in session not found bug
2023-06-01 16:20:08 +08:00
wangsijie
b53258ba56
fix(core): get cf id before insert ( #3934 )
2023-06-01 16:04:15 +08:00
wangsijie
a1ea4c388f
feat(core): apply custom domain to koa ( #3928 )
2023-06-01 15:58:28 +08:00
wangsijie
fa0dbafe81
feat(core): integrate with cloudflare ( #3919 )
...
* feat(phrases): add phrases
* feat(core): add domains library
* feat(core): integrate cloudflare
* chore: changeset
* fix: read envset inside
* fix: fix cloudflare request
* fix: fix integration test envset problem
* fix: cr fixes
2023-06-01 15:32:49 +08:00
Charles Zhao
1d7330835c
fix(core): verify an empty string password should return 400 instead of 500 ( #3939 )
...
* fix(core): verify an empty string password should return 400 instead of 500
* test(core,test): add unit and integration tests for verify password api
2023-06-01 07:10:21 +00:00
renovate[bot]
b1e048772c
chore(deps): update dependency puppeteer to v20 ( #3803 )
...
* chore(deps): update dependency puppeteer to v20
* chore(deps): update dependency jest-puppeteer to v9
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-01 12:37:59 +08:00
Xiao Yijun
813e216398
fix(core): trigger reset password hook ( #3916 )
2023-06-01 12:18:49 +08:00
Darcy Ye
06709179ee
chore(console): remove get started progress dropdown ( #3931 )
2023-06-01 10:47:04 +08:00
Xiao Yijun
319290cec4
chore(phrases): update webhook phrases ( #3937 )
2023-06-01 09:23:10 +08:00
Xiao Yijun
189f2d3af7
chore(test): use fake time in webhook unit tests ( #3933 )
2023-05-31 20:03:08 +08:00
Xiao Yijun
358561293f
chore(phrases): add custom domain phrases for console ( #3929 )
2023-05-30 17:32:30 +08:00
simeng-li
93e995aa83
feat(cli): export add connectors utils ( #3926 )
...
export add connectors utils
2023-05-30 14:16:10 +08:00
renovate[bot]
11cb34f7ae
chore(deps): update parcel monorepo to v2.9.1 ( #3912 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-05-30 06:03:18 +00:00
Gao Sun
f1d73af537
Merge pull request #3905 from logto-io/gao-add-google-tag
...
refactor: add google tag conversion report
2023-05-30 13:27:21 +08:00
Gao Sun
1c80a95aee
refactor(console): pring debug info only when event is triggered
2023-05-30 13:12:54 +08:00
Xiao Yijun
f38d734e40
test: add ui tests for webhook management ( #3923 )
2023-05-30 11:18:39 +08:00
Darcy Ye
1b57f26533
feat(cloud,test): add DELETE /tenants/:id API ( #3900 )
2023-05-30 02:50:06 +00:00
Darcy Ye
47abbd8cb6
feat(cloud,schemas): add PATCH /tenants/:id API ( #3881 )
2023-05-30 00:54:52 +08:00
Charles Zhao
bb77850e62
chore(phrases): remove unnecessary exclamation points from phrases ( #3918 )
...
* chore(phrases): remove unnecessary exclamation points from phrases
* chore: remove unnecessary white spaces
2023-05-29 06:31:07 +00:00
Darcy Ye
62b1ee6b72
feat(cloud,schemas,cli): update cloud service tenant APIs ( #3875 )
2023-05-29 04:57:10 +00:00
Xiao Yijun
708303349e
feat(console): support pagination for webhooks page ( #3914 )
2023-05-29 03:57:57 +00:00
Xiao Yijun
51f61b455a
feat(core): support pagination for GET /hooks
api ( #3904 )
2023-05-29 11:43:08 +08:00
Xiao Yijun
79daf253a8
feat(core): add message id for the webhook payload ( #3913 )
2023-05-29 03:37:00 +00:00
wangsijie
0edd549365
feat(core): add domain routes ( #3892 )
2023-05-29 11:27:23 +08:00
Xiao Yijun
43dd5e6d11
fix(console): fix toggle tip z-index on modal layer ( #3917 )
2023-05-29 10:50:16 +08:00
Xiao Yijun
a9c34cd0b6
fix(console): enforce SSOT for webhook signing key ( #3909 )
2023-05-28 09:22:15 +08:00
Xiao Yijun
2b409fcefe
fix(console): should not check duplicated keys when key is empty ( #3911 )
2023-05-26 22:20:13 +08:00
Xiao Yijun
387e04ec4a
fix(console): allow wrap for toast content ( #3910 )
2023-05-26 22:19:47 +08:00
Xiao Yijun
292e6ebc6f
refactor(console): update the eye icon of CopyToClipboard ( #3908 )
2023-05-26 22:19:12 +08:00
Darcy Ye
f1d8466919
chore(cli,cloud,schemas): change default tenant name ( #3890 )
2023-05-26 17:38:52 +08:00
Darcy Ye
8cbf87bb73
feat(schemas,cli,core,cloud): add manage tenant self scope ( #3865 )
2023-05-26 17:38:09 +08:00
wangsijie
7fb5374963
feat(schemas): add domains table ( #3884 )
2023-05-26 11:45:26 +08:00
wangsijie
2cab3787c1
feat(schemas): add cloudflare hostnames configs ( #3902 )
2023-05-26 11:44:10 +08:00
Xiao Yijun
ff4fb5e56f
refactor(console): replace confirm modal with useConfirmModal hook ( #3906 )
2023-05-26 10:45:15 +08:00
Xiao Yijun
9550552438
chore(test): clean up created hooks on test done ( #3907 )
2023-05-26 10:44:56 +08:00
Xiao Yijun
d369e0c863
refactor(console): remove webhook creation limit ( #3903 )
2023-05-26 10:44:41 +08:00
Gao Sun
5125da67f2
refactor: fix gtag reporting
2023-05-25 22:21:08 +08:00
Gao Sun
ef6b1f4e66
refactor: update CSP
2023-05-25 19:04:32 +08:00
Gao Sun
46746f8285
refactor(console): restrict gtag report to production
2023-05-25 17:25:40 +08:00
Gao Sun
b94136d571
refactor: add google tag conversion report
2023-05-25 17:04:00 +08:00
Xiao Yijun
b160452c71
feat(console): enable webhook management feature ( #3901 )
2023-05-25 13:53:45 +08:00