Charles Zhao
feae37b9b1
fix(console): fix the link social feature on logto cloud ( #5838 )
2024-05-10 10:53:22 +08:00
Xiao Yijun
50f336c7d3
fix(console): focus on org socpes tab on app scopes modal reopened ( #5839 )
2024-05-10 10:08:56 +08:00
Charles Zhao
ff65cfb75b
fix(console): make profile a tenant independent page ( #5687 )
...
* fix(console): make profile a tenant independent page
* refactor(console): profile routes
* chore(core): refactor later
2024-05-09 19:16:26 +08:00
Xiao Yijun
3227f61fad
feat(console): support assign organization resource scopes for 3rd-party app ( #5812 )
2024-05-09 18:52:38 +08:00
Gao Sun
f8221a38db
refactor(console): update conversion report timing ( #5833 )
2024-05-09 11:57:56 +08:00
Charles Zhao
39e239753e
feat(console): add webflow integration guide ( #5832 )
2024-05-09 11:49:06 +08:00
Gao Sun
21bb35b127
feat: init management api hook middleware function ( #5783 )
...
* feat: init management api hook middleware function
* refactor: fix type issues
* feat(core): implement auto triggered management api hooks
implement auto triggered managment api hooks
* refactor(console,core,schemas): rename the managementHook to dataHook
rename the managementHooke to dataHook and redefine the types
* feat(core): add dev feature guard
add dev feature guard
* chore: update changeset
update changeset
* refactor(core,console,schemas,shared): update the webhook logics
update the webhook logics. Address some PR review comments
* fix(test): fix integration tests
fix integration tests
* fix(test): remove legacy code
remove legacy code
* refactor(core,schemas): refactor the hook library code
refactor the webhooks library code. address some comments
* fix(core): address rebase issue
update console log using getConsoleLogFromContext
* fix(core): fix ut
fix ut
* fix(core): refactor data webhook code
refactor data webhook codes
* refactor(core): clean up some management api webhook code
clean up some management api webhook code
---------
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-05-09 11:19:01 +08:00
Charles Zhao
f57e21fc20
refactor(console): make invitee email breakable in invitation list ( #5825 )
2024-05-07 12:03:05 +08:00
Xiao Yijun
c1c8410093
fix(console): hide org resource scopes tab from 3rd-party app modal ( #5824 )
2024-05-06 04:03:38 +00:00
wangsijie
5adf3dfad7
feat(core,schemas): add CRUD for consent organization resource scopes ( #5804 )
...
feat(core,schemas): add crud for user consent organization resource scopes
2024-04-30 15:09:13 +08:00
Gao Sun
2e96eea60c
refactor: update plausible domain ( #5799 )
...
refactor: update plausible domain
2024-04-30 06:51:14 +00:00
simeng-li
c92acffb75
refactor(console): remove useless log title definitions ( #5798 )
...
remove useless log title definitions
2024-04-28 10:24:31 +08:00
Gao Sun
e8c41b1644
feat: support organization custom data ( #5785 )
...
* feat: support organization custom data
* chore: update changeset
2024-04-25 14:16:59 +00:00
Darcy Ye
61a2422601
chore(console,core): remove custom JWT dev feature guard ( #5775 )
2024-04-23 18:53:45 +08:00
simeng-li
9cf03c8edb
feat(console): add spring boot integration guide ( #5740 )
...
* feat(console): add spring boot integration guide
add spring boot integration guide
* chore: add changeset
add changeset
* chore: fix changeset typo
* fix(console): update the spring boot guide description
update the spring boot guide description
* chore(console): remove extra empty space
remove extra empty space
2024-04-23 02:37:54 +00:00
Charles Zhao
711c51c0fd
refactor(console): update organization guide and tenant member routers ( #5766 )
2024-04-22 11:10:33 +08:00
simeng-li
fcfa2c7d26
refactor(console): implement new jwt customizer delete modal ( #5765 )
...
* refactor(console): clean up the global useConfirmModal provider
clean up the global useConfirmModal provider
* refactor(console): implement new jwt customizer delete modal
implement new jwt customizer delete modal
2024-04-22 10:16:40 +08:00
simeng-li
585ce7413d
fix(console): fix the jwt creation page idle bug after submit form ( #5761 )
...
* fix(console): fix the jwt creation page idle bug after submit form
fix the jwt creation page idle bug after submit the form
* chore(console): add some comments
add some comments
2024-04-22 10:15:58 +08:00
Charles Zhao
0b49f9cf83
fix(console): copy to clipboard component should display at full width properly ( #5764 )
2024-04-19 10:03:17 +00:00
Charles Zhao
3ddf63b6a5
fix(console): rotate signing-key dropdown should be visible ( #5759 )
2024-04-19 17:32:08 +08:00
simeng-li
15e543abc0
fix(console): replace ts with js for JWT customizer ( #5760 )
...
replace ts with js for JWT customizer
2024-04-19 17:24:01 +08:00
Charles Zhao
9707d66930
fix(console): pagination bar should be fully visible ( #5758 )
2024-04-19 15:54:49 +08:00
simeng-li
45fd3b22ff
fix(console): revert the isDevFeaturesEnabled changes in console ( #5755 )
...
revert the isDevFeatureEnabled hot fix
2024-04-19 03:47:07 +00:00
Darcy Ye
959f2d2795
chore(console): update custom JWT scripts sample ( #5747 )
2024-04-19 00:34:50 +08:00
renovate[bot]
8508469abf
chore(deps): update silverhand configs monorepo packages to v6 (major) ( #5750 )
...
* chore: upgrade configs
* refactor: fix lint errors
* refactor: fix lint errors
* refactor: fix stylelint issues
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-04-18 12:26:37 +00:00
simeng-li
bd228bce71
fix(console): force dev feature enabled false ( #5752 )
...
* fix(console): force dev feature enabled false
force dev feature enabled false
* fix(console): avoid lint error
avoid lint error
* fix(console): enable dev feature for integration tests
enable dev feature for integration tests
2024-04-18 17:59:15 +08:00
Xiao Yijun
c6adedefb5
fix(console): always display create org button ( #5746 )
2024-04-18 16:15:05 +08:00
Gao Sun
fec3c0d7ee
Merge pull request #5733 from logto-io/gao-remove-app-insights
...
refactor(console): remove AppInsights
2024-04-18 14:34:15 +08:00
Gao Sun
26c215fbdc
Merge pull request #5732 from logto-io/gao-add-plausible
...
feat(console): add plausible
2024-04-18 00:18:38 +08:00
Gao Sun
8a54136b3a
refactor(console): remove AppInsights
2024-04-17 21:38:30 +08:00
Charles Zhao
52df3ebbbb
fix(core,console): invitee emails should be case insensitive ( #5730 )
...
* fix(core,console): invitee email checks should be case insensitive
* test: add integration test
* chore: add changeset
2024-04-17 17:55:54 +08:00
Charles Zhao
2de2939e30
fix(console): cloud collaboration minor bug fixes ( #5734 )
...
* fix(console): oss version should not check user tenant scopes
* fix(console): collaborators should leave immediately if they are removed from tenant
2024-04-17 17:55:40 +08:00
Xiao Yijun
ddd99865a5
refactor(console,phrases): update phrases for organization role ( #5736 )
2024-04-17 16:02:17 +08:00
Gao Sun
a2bbc250ca
feat(console): add plausible
2024-04-17 14:21:08 +08:00
Charles Zhao
59acedeecd
feat(console): update user access immediately on tenant role updates ( #5720 )
...
* feat(console): update user access immediately on tenant role updates
* chore: improve comments
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-04-16 16:31:34 +00:00
Charles Zhao
46b3c77c8f
chore(console): update incorrect swr cache key usages ( #5724 )
2024-04-16 21:32:43 +08:00
simeng-li
43430afddb
feat(core): add customJwt paywall guard to core API ( #5708 )
...
add customJwt paywall guard to core API
2024-04-16 12:02:08 +08:00
simeng-li
94b62fb0b4
style(console): minor custom jwt page style iteration ( #5711 )
...
minor custom jwt page styles iteration
2024-04-16 10:08:32 +08:00
Xiao Yijun
e86ffa3a80
fix(console): mutate org roles once a org role is deleted ( #5716 )
2024-04-15 21:12:21 +08:00
Xiao Yijun
70d8b1de2f
refactor(console): update console routes ( #5715 )
2024-04-15 19:31:11 +08:00
Xiao Yijun
3cea0735c4
style(console): update organization template layout ( #5713 )
2024-04-15 18:26:33 +08:00
Xiao Yijun
23714d349c
refactor(console): update check guide button style on org template page ( #5712 )
2024-04-15 17:56:20 +08:00
Xiao Yijun
622e003a49
refactor(console): update tab order on role details page ( #5695 )
2024-04-15 13:27:03 +08:00
Gao Sun
077cd85a06
refactor(console): reorg organization details routes ( #5702 )
2024-04-15 03:12:35 +00:00
Gao Sun
336aa6f49a
Merge pull request #5700 from logto-io/gao-add-eslint-rule
...
chore(console): restrict route component in pages
2024-04-15 11:11:51 +08:00
simeng-li
0d9462729f
fix(console): fix the quota guard layout ( #5689 )
...
* fix(console): fix the quota guard layout
fix the quota guard layout
* chore(console): add some comments
add some comments
2024-04-15 10:45:00 +08:00
Xiao Yijun
1012d9dbbd
style(console): update signing key sidebar icon ( #5692 )
2024-04-15 10:04:56 +08:00
Xiao Yijun
5dcd153a40
refactor(console): update org template sidebar icon ( #5691 )
2024-04-15 10:04:39 +08:00
Xiao Yijun
ca647a1b44
style(console): align resource icon with resource name ( #5694 )
2024-04-15 10:04:23 +08:00
Xiao Yijun
d1c5526a0f
feat(console): add api permission content for organization guide ( #5697 )
2024-04-15 10:03:55 +08:00