bd9fa4e4c1
fix: normalize summary_index_setting None to fix preview error ( #36626 )
2026-05-27 10:15:22 +08:00
086f148359
chore: inject current user in console handlers ( #36628 )
2026-05-27 10:15:21 +08:00
2cf03f3576
chore: example of current user id dep injection ( #36588 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 10:15:21 +08:00
6f5c531c1c
fix: normalize app icon picker dialog state ( #36621 )
2026-05-27 10:15:21 +08:00
af935ff397
feat: output declaration and inspector ( #36618 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 10:15:21 +08:00
6d6ea88d21
chore: use dify_config.BILLING_ENABLED ( #36619 )
2026-05-27 10:15:21 +08:00
7db3a521e1
fix: member invite limits with dedup, locking, and accurate new-member counting ( #36512 )
2026-05-27 10:15:21 +08:00
ad872ceeb6
fix: fix app miss
2026-05-27 10:14:16 +08:00
1de63ca18b
feat: update role and permission terminology in UI and localization files
2026-05-26 18:32:58 +08:00
5cd967e7c0
Merge branch 'feat/rbac' of https://github.com/langgenius/dify into feat/rbac
2026-05-26 18:22:15 +08:00
47658b3dae
feat: implement credential-based access control in Card component and related items
2026-05-26 18:22:12 +08:00
5dbad23c28
fix: fix miss account name
2026-05-26 18:10:22 +08:00
d2da5d85ce
feat: add access configuration keys for apps, datasets, and pages in localization files
2026-05-26 18:03:29 +08:00
1418116fb9
feat: add workspace ID handling in API requests and context provider
2026-05-26 15:29:27 +08:00
cba4df082f
feat: implement RBAC support in permission handling and update related tests
2026-05-26 14:07:21 +08:00
6813875f31
fix: fix dataset miss permission keys
2026-05-26 13:47:30 +08:00
b7d5200576
feat: enhance PermissionSelector with access configuration handling and update translations
2026-05-26 13:39:49 +08:00
87ac3647b0
feat: update permission handling in useReferenceSetting and related tests
2026-05-26 12:23:57 +08:00
e13e905da3
feat: enhance DatasetDetailLayout to conditionally render extra info based on edit permissions
2026-05-26 11:48:54 +08:00
b2edab0d20
test: Add unit tests for access configuration and permissions management
2026-05-26 11:23:13 +08:00
fcd5e88e8a
feat: update layout and structure of permission-related components
2026-05-25 18:49:03 +08:00
e88aae05c9
Merge branch 'feat/rbac' of https://github.com/langgenius/dify into feat/rbac
2026-05-25 18:19:28 +08:00
80fa09a153
fix: Add view action condition in RowMenu component
2026-05-25 18:19:26 +08:00
d7b265eb87
feat: copy app return permission keys
2026-05-25 18:11:37 +08:00
8e2ac9d5e6
Merge branch 'main' into feat/rbac
2026-05-25 17:12:07 +08:00
23539c5bcc
feat(dify-ui): add status and progress primitives ( #36615 )
2026-05-25 08:31:52 +00:00
9ddd98a265
fix(api): preserve dataset nested null shapes ( #36611 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: wangxiaolei <fatelei@gmail.com >
2026-05-25 08:06:33 +00:00
ecfee2f072
fix: center align slider thumb ( #36614 )
2026-05-25 07:55:30 +00:00
78c25159c6
Merge branch 'main' into feat/rbac
2026-05-25 15:50:35 +08:00
62bc410bb7
feat: remove temporary true value in apps page permission check
2026-05-25 15:47:18 +08:00
345ba80942
fix: type mismatches (route says uuid: but handler says str) ( #36612 )
2026-05-25 07:33:32 +00:00
555074d774
feat: refactor redirection logic to utilize app ACL capabilities and streamline permission checks
2026-05-25 15:27:41 +08:00
e617435d03
fix: replace .distinct() with .group_by(Conversation.id) for PostgreSQL JSON compatibility ( #36610 )
...
Co-authored-by: cocoon <kuishou68@users.noreply.github.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 07:15:24 +00:00
b83d8c74c7
feat: implement permission-based management for custom web app branding
2026-05-25 15:07:49 +08:00
0d238a3e20
refactor: Remove Serpapi plugin integration and related tests
2026-05-25 14:54:41 +08:00
f5c49231f1
feat: import app return permission keys
2026-05-25 14:34:20 +08:00
5f7eb7bde9
feat: add workflow_version to workflow_agent_node_bindings ( #36603 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 06:26:19 +00:00
9875c5c0f4
feat: refactor SystemModel to use permission-based access control instead of workspace manager state
2026-05-25 14:24:37 +08:00
c9620aa12d
feat: refactor dataset settings to remove legacy workspace role checks and implement ACL permissions handling
2026-05-25 13:53:58 +08:00
f90805ec08
feat: update permission handling in dataset components to utilize ACL permissions
2026-05-25 13:43:13 +08:00
eb41c9b769
chore: upgrade dependencies ( #36606 )
2026-05-25 05:42:35 +00:00
dad977db55
feat: refactor dataset permissions handling and remove legacy workspace role checks
2026-05-25 13:01:03 +08:00
8876efb419
refactor(dify-ui): rename toggle group to segmented control ( #36605 )
2026-05-25 04:57:39 +00:00
adb14d23de
feat(dify-agent): add history layer and structural output layer ( #36600 )
2026-05-25 04:28:17 +00:00
18cc5b90d4
feat: enhance secret key management and permissions handling across components
2026-05-25 12:04:25 +08:00
41936ff3ee
feat: implement app ACL permissions in TriggerCard to control switch interactions
2026-05-25 11:45:31 +08:00
6f1623e02a
chore(i18n): sync translations with en-US ( #36599 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com >
2026-05-25 03:06:45 +00:00
67d99723ea
fix: External retrieval model response rejects empty score threshold bug ( #36577 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 03:01:06 +00:00
639e12a306
fix: request /api/datasets raise exception ( #36591 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-25 02:27:54 +00:00
ed17b6161f
refactor(dify-ui): refine switch contract ( #36539 )
2026-05-25 02:22:43 +00:00