716ef45a50
merge hitl
2026-05-13 11:34:14 +08:00
070f8bcf14
Merge branch 'main' into tp
2026-05-13 11:15:58 +08:00
8e6fddc714
chore: update legacy permission keys
2026-05-13 11:15:31 +08:00
680ef077ae
chore: admin also has the permission of changing role ( #36069 )
...
Co-authored-by: Yansong Zhang <916125788@qq.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-12 10:15:05 +00:00
f3d023ca41
fix: fix missing role_tag
2026-05-12 17:21:18 +08:00
3a7b2a83ba
fix: fix owner filter condition
2026-05-12 17:11:38 +08:00
af89bb6cdc
feat: add include owner param
2026-05-12 17:01:15 +08:00
26e010741a
chore(api): disable snippet draft var api
2026-05-12 16:53:47 +08:00
3f87dd31ac
chore(api): disable snippet workflow api
2026-05-12 16:47:49 +08:00
7d10390c2a
fix(api): fix NameError: DEFAULT_REF_TEMPLATE_SWAGGER_2_0 is not defined
...
import DEFAULT_REF_TEMPLATE_SWAGGER_2_0 from common
2026-05-12 16:09:14 +08:00
7e9222c10f
merge hitl
2026-05-12 15:54:34 +08:00
17759c0b80
Merge remote-tracking branch 'upstream/main' into feat/hitl-form-enhancement
2026-05-12 15:04:10 +08:00
d0185ebbef
feat: invite member support rbac
2026-05-12 13:36:46 +08:00
4bb987eca3
fix: validate missing text indexing technique ( #35941 )
2026-05-12 05:07:03 +00:00
4fd4615c56
fix: avoid trial workflow schema model collision ( #36061 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-12 03:24:14 +00:00
a7efd92200
feat: list app and dataset permission keys
2026-05-11 16:26:58 +08:00
d625ac0bf1
refactor: port some if else to match ( #31841 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 06:39:59 +00:00
f1c4c1a5ff
refactor: replace dict params with BaseModel in AppService ( #35904 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-11 06:09:50 +00:00
a7f548648b
fix: fix permission key format and fix role return format
2026-05-11 14:08:37 +08:00
f8fb011159
chore: compatiable without rbac
2026-05-11 13:34:38 +08:00
7b5c371b9d
chore: api para type ( #35985 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-10 06:04:42 +00:00
c67ce6f66d
chore: unify api && clean some type ignore ( #35984 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-10 04:16:29 +00:00
7051b574ce
feat: support role copy
2026-05-09 20:57:29 +08:00
197f5cd03f
chore: compatiable result is none
2026-05-09 17:46:44 +08:00
4a56763d2f
refactor(api): migrate console.app.workflow etc. to BaseModel ( #35967 )
2026-05-09 08:34:15 +00:00
917a9e519e
fix: languages missing
2026-05-09 15:20:38 +08:00
a6994cc680
merge hitl
2026-05-09 13:09:54 +08:00
d5ad6aedc0
fix(swagger): add util to convert BaseModel to schema for query params ( #35959 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-09 04:52:45 +00:00
3d445e1d95
Merge branch 'main' into tp
2026-05-09 12:03:24 +08:00
38a419d073
ci: auto gen api doc and download link ( #35919 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: WH-2099 <wh2099@pm.me >
2026-05-09 03:01:47 +00:00
f1833fdb08
Merge remote-tracking branch 'upstream/feat/hitl-form-enhancement' into feat/hitl-form-enhancement
2026-05-09 10:04:43 +08:00
343982bd46
chore(api): improve documentation for HumanInputFormSubmitPayload
2026-05-09 02:10:54 +08:00
19bf36a716
chore: dep inject for session ( #35934 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-08 17:48:33 +00:00
7a3de34095
chore: remove enterprise_only decorator
2026-05-08 17:54:39 +08:00
7133754a31
feat(api): bind UploadFile to workflow initiator in unauthenticated form submission
...
The basic assumption of Workflow execution for now is that only one user
(`Account` or `EndUser`) participate the workflow execution. For
unauthenticated form submission this assumption does not hold. Binding
the uploaded file to worfklow initiator aligns with current implementation.
For auditing the actual uploading recipient, a dedicated table
`HumanInputFormUploadFile` is introduced to record the uploading
behavior.
2026-05-08 14:32:51 +08:00
927a17804b
feat: support configurable explore app categories ( #35723 )
2026-05-08 06:04:07 +00:00
8912420bff
refactor: refactor rbac api
2026-05-08 14:02:13 +08:00
29f34848cd
fix(tools): scope builtin tool default-credential clear to tenant ( #35887 )
2026-05-08 05:08:23 +00:00
ed98925f11
Merge remote-tracking branch 'upstream/feat/hitl-form-enhancement' into feat/hitl-form-enhancement
2026-05-08 11:44:37 +08:00
5cc62fd1c9
fix(web): pass end_user.external_user_id string to transcript_asr ( #35898 )
2026-05-08 02:55:32 +00:00
7901ac9a97
chore: example of isinstance to match case ( #35903 )
2026-05-08 01:07:19 +00:00
9216d74c61
refactor: refactor rbac backend implement ( #35900 )
...
Co-authored-by: twwu <twwu@dify.ai >
2026-05-08 00:04:54 +08:00
4c386e3ea7
fix(api): fix missing import and name error
2026-05-07 16:47:41 +08:00
3f6559dd60
Merge remote-tracking branch 'upstream/feat/hitl-form-enhancement' into feat/hitl-form-enhancement
2026-05-07 16:44:29 +08:00
3a525a609c
feat: rbac service ( #35874 )
...
Co-authored-by: twwu <twwu@dify.ai >
2026-05-07 14:16:02 +08:00
51e181c588
feat(api): introduce file upload apis for human input page
2026-05-07 10:43:00 +08:00
00bf3f83f2
refactor: verticalize tag management and batch bindings ( #35840 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-07 01:36:10 +00:00
995c43f3dd
refactor: migrate workflow queries to contracts ( #35799 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-05 14:53:38 +00:00
a55171a80c
feat: evaluation batch test ( #35800 )
...
Co-authored-by: jyong <718720800@qq.com >
Co-authored-by: Yansong Zhang <916125788@qq.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hj24 <mambahj24@gmail.com >
Co-authored-by: hj24 <huangjian@dify.ai >
Co-authored-by: Joel <iamjoel007@gmail.com >
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com >
Co-authored-by: CodingOnStar <hanxujiang@dify.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-05-05 21:04:58 +08:00
e1e17d8a51
merge evaluation fe
2026-05-05 20:54:02 +08:00