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

4336 commits

Author SHA1 Message Date
Darcy Ye
133c50a3a4
chore(console): add value for tenants api swr to reduce requests 2023-06-20 16:07:19 +08: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
simeng-li
7c82fd8c2f
ci: add cloud related code owner (#4058)
add cloud related code owner
2023-06-19 20:27:08 +08: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
simeng-li
9b64dbea11
chore: add repository event dispatch job on logto master push (#4035)
add repository event dispatch job on logto master push
2023-06-15 15:47:16 +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
ecbecd8e43
chore: add changesets 2023-06-13 16:01:45 +08: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