Gao Sun
ec6f1d39d8
refactor(core): reorg organization routes
2024-06-05 18:17:39 +08:00
Xiao Yijun
33537ef1af
refactor(console,phrases): update role assignment modal phrases ( #5989 )
2024-06-04 20:42:46 +08:00
simeng-li
7a279be1fc
refactor(core,schemas): add user detail payload to User.Deleted webhook event ( #5986 )
...
* refactor(core,schemas): add user detail payload to User.Deleted DataHook event
add user detail data payload to the User.Deleted DataHook event
* fix(core): fix unit test
fix unit test
2024-06-04 11:09:27 +00:00
Xiao Yijun
7ebabc490a
refactor(console): always display role creation hint in role assignment modal ( #5988 )
2024-06-04 09:19:40 +00:00
Xiao Yijun
223d9e3747
feat(console): add new feature content for m2m integration guide ( #5947 )
2024-06-04 06:39:01 +00:00
Xiao Yijun
eacec10ac4
chore: remove dev flags and add changeset for m2m guide feature ( #5983 )
2024-06-04 14:03:50 +08:00
renovate[bot]
9ae4f7d401
chore(deps): update dependency i18next-browser-languagedetector to v8 ( #5850 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 12:42:03 +08:00
aiden
f4e64922fb
chore(connector): improve DingTalk web connector readme ( #5977 )
...
* 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
* chore(connector): update DingTalk web connector readme
* chore(connector): apply suggestions from code review
Co-authored-by: Darcy Ye <darcyye@silverhand.io>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
---------
Co-authored-by: aidenlu <aiden_lu@wochacha.com>
Co-authored-by: Darcy Ye <darcyye@silverhand.io>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-06-04 10:31:05 +08:00
renovate[bot]
acc22af0b2
chore(deps): update dependency @testing-library/react to v16 ( #5984 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 10:27:48 +08:00
Gao Sun
8669149a08
refactor(core): optimize redis error handling ( #5965 )
2024-06-04 09:46:35 +08:00
Gao Sun
5391dbc417
refactor(console): use permanently delete ( #5979 )
2024-06-03 21:43:36 +08:00
Gao Sun
123ecaec47
refactor(core): try to fix uncaught exception ( #5982 )
2024-06-03 12:26:01 +00:00
Charles Zhao
4d3b32f5f3
fix(console): language switch should work on profile page ( #5980 )
2024-06-03 12:21:02 +00:00
Charles Zhao
ac5d846c44
refactor(console): click console logo should navigate to root page ( #5981 )
2024-06-03 20:15:30 +08:00
simeng-li
a495ab00ba
feat(core): report oidc exceptions to the appInsights ( #5978 )
...
report oidc exceptions to the appInsights
2024-06-03 18:58:56 +08:00
Darcy Ye
0748a22efb
chore(schemas): add reserved plan ID for admin tenant ( #5976 )
2024-06-03 10:03:29 +00:00
Xiao Yijun
6e116b30df
refactor(console,phrases): update rbac-related phrases ( #5975 )
2024-06-03 17:47:51 +08:00
Charles Zhao
14515f2c44
fix(core): profile avatar upload should not return 400 error ( #5974 )
2024-06-03 17:45:42 +08:00
Xiao Yijun
391717637c
fix(console): avoid skipping m2m role assignment after switching browser tabs ( #5973 )
2024-06-03 14:34:07 +08:00
Gao Sun
6fbba3821d
feat(console): implement account deletion ( #5969 )
...
* feat(console): implement account deletion
* refactor: remove unused phrases
* chore: add i18n phrases
* refactor: add comments and error handling
2024-06-03 12:54:42 +08:00
renovate[bot]
914555e683
chore(deps): update dependency @logto/cloud to v0.2.5-a7eedce ( #5847 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 04:16:04 +00:00
Gao Sun
d498086fdd
refactor(console): fix plausible hostname ( #5968 )
2024-06-03 11:59:26 +08:00
Xiao Yijun
014d7f63c3
refactor(console): make long text breakable in roles page ( #5956 )
2024-06-03 10:51:36 +08:00
Xiao Yijun
ec2df4d3cf
fix(console): only show m2m role notification for m2m roles ( #5957 )
2024-06-03 10:51:10 +08:00
Gao Sun
a72b71516b
fix: use correct disabled
logic for free plan ( #5964 )
...
fix: use correct disable logic for free plan
2024-06-01 05:51:58 +00:00
Gao Sun
61da265048
chore: update links ( #5963 )
2024-06-01 05:45:03 +00:00
Gao Sun
d544d343b5
chore: launch us region ( #5962 )
2024-06-01 04:04:09 +00:00
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