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

6230 commits

Author SHA1 Message Date
silverhand-bot
0decba0308
release: version packages (#5868) 2024-05-31 23:48:43 +08:00
Gao Sun
11f05ceb1d
refactor(console): improve onboarding data and subscription fetching (#5960) 2024-05-31 19:21:47 +08:00
Gao Sun
e989f08065
refactor: remove service log fkey (#5959) 2024-05-31 18:09:43 +08:00
Gao Sun
a0b19513bb
feat(console): show version number for oss (#5950) 2024-05-31 18:05:20 +08:00
Gao Sun
522dd02f44
refactor: improve user experience (#5958) 2024-05-31 17:41:36 +08:00
simeng-li
0c70d65c7b
feat(core,toolkit): add new sso_identities claim (#5955)
* feat(core,toolkit): add new sso_identities claim

add new sso_identities claim to the userinfo endpoint

* chore: update changeset

update changeset

* chore: update comments

update comments

* refactor(core): use findUserSsoIdentites query method in user library

use findUserSsoIdentites query method in user library
2024-05-31 06:31:26 +00:00
Xiao Yijun
9861b8ac44
refactor(console): remove redundant notification from m2m guide (#5954) 2024-05-31 13:17:40 +08:00
Xiao Yijun
b8ea4800c5
fix(console): avoid rendering outdated role options (#5953) 2024-05-31 13:09:09 +08:00
Darcy Ye
0b5b15b969
feat(connector): add DingTalk web connector changeset (#5940) 2024-05-31 12:31:24 +08:00
Gao Sun
3927e6644c
refactor: update naming (#5951)
replace all "mainFlow" with "experience"
2024-05-31 03:40:40 +00:00
Gao Sun
d6bb547f7b
Merge pull request #5949 from logto-io/gao-show-dev-features-status
feat(console): support localStorage override and show dev feature status
2024-05-31 11:32:29 +08:00
Gao Sun
048766884d
refactor(console): set portal z-index properly (#5948) 2024-05-31 10:54:08 +08:00
renovate[bot]
6ecd92de0b
chore(deps): update dependency nock to v14.0.0-beta.7 (#5952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 02:43:31 +00:00
Gao Sun
0866b6ea40
feat(console): show dev feature status 2024-05-30 22:04:36 +08:00
Xiao Yijun
d8b92e4a80
refactor(console): sync m2m integration guide (#5941) 2024-05-30 15:12:26 +08:00
Xiao Yijun
9ff538e6f1
refactor(phrases): update management api notification (#5946) 2024-05-30 14:14:46 +08:00
Xiao Yijun
129cb8dfad
refactor(phrases): update m2m role creation hint (#5945) 2024-05-30 13:59:35 +08:00
Gao Sun
b317c7c1af
feat(console): show banner when only dev tenant found (#5944)
* feat(console): show banner when only dev tenant found

* refactor(console): use i18n
2024-05-30 13:59:03 +08:00
Gao Sun
5f5ecab9b9
Merge pull request #5943 from logto-io/gao-fix-onboarding-issues
refactor(console): fix onboarding issues
2024-05-30 13:49:08 +08:00
Gao Sun
b755e95a75
refactor(console): fix onboarding issues 2024-05-30 13:23:54 +08:00
Gao Sun
d5f67ecc77
chore: fix typo (#5942) 2024-05-30 13:11:59 +08:00
Charles Zhao
07ac3e87ce
chore: update translate cli (#5906)
* chore: update translate cli

* chore: add changeset
2024-05-30 11:47:47 +08:00
Charles Zhao
4b75860233
docs(core): remove pagination from get organization invitation api docs (#5934) 2024-05-30 10:30:22 +08:00
Charles Zhao
558986d28d
fix(core,console): update invalid documentation links in console and core (#5937)
fix(core,console): update invalid documentation links in console and core cli
2024-05-30 10:17:42 +08:00
Gao Sun
3250163b69
feat(console): invite collaborators during onboarding (#5938) 2024-05-29 22:54:36 +08:00
Gao Sun
a0bcc8340f
refactor: optmize phrases (#5936) 2024-05-29 19:46:52 +08:00
Gao Sun
c5099a3578
refactor(console): add prefix to pv path (#5933) 2024-05-29 19:46:40 +08:00
Charles Zhao
d7c8130f14
chore(phrases): update cloud collaboration invite modal title (#5939) 2024-05-29 19:08:25 +08:00
aiden
87bffee3f4
feat(connector): add dingtalk connector (#5915)
* feat: add dingtalk connector

* refactor(connector): optimize codes

* refactor(connector): optimize the logic of getting user phone

* docs(connector): add English configuration guide for DingTalk

* docs(connector): add table of contents

* docs(connector): optimize format

---------

Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2024-05-29 15:15:45 +08:00
simeng-li
458746c9ac
fix(core): fix azure oidc sso connector authorization error (#5912)
* fix(core): fix azure oidc sso connector authorization error

fix azure oidc sso connector authorization error

* chore: add changeset

add changeset

* chore: update changeset

update changeset

* fix(core): dynamicly verify multi-tenant azure oidc issuer

dynamicly verify multi-tenant azure oidc issuer
2024-05-29 13:30:56 +08:00
Gao Sun
94b688355c
refactor(console): improve onboarding ux (#5932) 2024-05-29 13:27:25 +08:00
Gao Sun
c7aba27dac
refactor(core): use jwks response from oidc for admin tenant keys (#5935) 2024-05-29 13:27:14 +08:00
wangsijie
a330310955
fix(console): remove outdated nextjs app router guide (#5862) 2024-05-29 12:40:05 +08:00
Darcy Ye
c95755502d
fix(connector): fix GitHub connector GET /emails forbidden error (#5925)
* fix(connector): fix GitHub connector GET /emails forbidden error

* chore: adopt suggestion

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-05-29 04:24:04 +00:00
Gao Sun
3f910af825
Merge pull request #5931 from logto-io/gao-support-multi-region-paid-plans
refactor(console): support multi-region for paid plans
2024-05-28 22:15:32 +08:00
Gao Sun
0cba01104f
Merge pull request #5930 from logto-io/gao-show-region-in-settings
refactor(console): show dynamic region info in tenant settings
2024-05-28 22:13:34 +08:00
Gao Sun
fc3945e6f8
Merge pull request #5929 from logto-io/gao-bump-cloud
chore(deps): upgrade `@logto/cloud`
2024-05-28 22:11:58 +08:00
Gao Sun
d8eb471ef4
Merge pull request #5928 from logto-io/gao-add-us-region
feat(console): support multi-region
2024-05-28 22:03:54 +08:00
Gao Sun
cd7b54459e
refactor(console): prioritize onboarding check for route redirect 2024-05-28 22:01:16 +08:00
Gao Sun
b10e138f87
refactor(console): support multi-region for paid plans 2024-05-28 19:04:18 +08:00
Gao Sun
06ac416750
chore(deps): upgrade @logto/cloud 2024-05-28 19:02:46 +08:00
Gao Sun
bdaf6d47cd
refactor(console): show dynamic region info in tenant settings 2024-05-28 16:45:01 +08:00
Gao Sun
dc8e38f410
refactor: fix type issues 2024-05-28 16:44:00 +08:00
Gao Sun
f7e1176554
chore(deps): upgrade @logto/cloud 2024-05-28 16:13:44 +08:00
Gao Sun
9d1349ee76
feat(console): support multi-region 2024-05-28 16:09:08 +08:00
Xiao Yijun
58fd32e456
refactor(console): setup m2m roles after creating m2m app (#5924) 2024-05-28 05:07:34 +00:00
Charles Zhao
558c1bccfb
chore(console): translate i18n phrases (#5905) 2024-05-28 03:33:53 +00:00
simeng-li
6f5dea2dfa
fix(console): fix m2m guide curl code syntax error (#5923)
fix m2m guide curl code syntax error
2024-05-28 10:00:15 +08:00
Xiao Yijun
b9b96d2aa7
refactor(console): add notification for m2m role (#5919) 2024-05-27 04:14:12 +00:00
Xiao Yijun
20bf55be30
refactor(console): add management api access flag for role options (#5918) 2024-05-27 11:26:25 +08:00