|
|
261cbfff12
|
refactor: tighten api extension modal contract
|
2026-05-18 17:26:19 +08:00 |
|
|
|
0d0f5d68df
|
docs: add dialog form story
|
2026-05-18 17:23:41 +08:00 |
|
|
|
02245a17c3
|
refactor: model api extension modal as form
|
2026-05-18 17:21:32 +08:00 |
|
|
|
933e327519
|
docs: add multi-field form story
|
2026-05-18 17:15:02 +08:00 |
|
|
|
362624adcd
|
fix: align field styling with design system
|
2026-05-18 17:08:05 +08:00 |
|
|
|
c1779112c6
|
refactor: expose base ui form directly
|
2026-05-18 16:53:40 +08:00 |
|
|
|
f404b3eac1
|
refactor: label checkbox list with fieldset
|
2026-05-18 16:46:57 +08:00 |
|
|
|
78394689c2
|
refactor: compose checkbox group stories with dify-ui field
|
2026-05-18 16:42:37 +08:00 |
|
|
|
9abaa60cfc
|
feat: add dify-ui form primitives
|
2026-05-18 16:42:11 +08:00 |
|
|
|
afa212ff80
|
docs: regroup form control stories
|
2026-05-18 16:39:52 +08:00 |
|
|
|
59e96fbb2a
|
fix(dev): handle empty pyrefly target paths (#36325)
|
2026-05-18 08:04:03 +00:00 |
|
|
|
06ea0f7ac2
|
fix: improve API extension dialog controls (#36323)
|
2026-05-18 08:03:08 +00:00 |
|
|
|
730a0bef9e
|
refactor: add console client migration demo (#36300)
|
2026-05-18 07:41:23 +00:00 |
|
|
|
2eb37caf2e
|
refactor(api): migrate console.app.workflow to BaseModel (#36216)
Co-authored-by: WH-2099 <wh2099@pm.me>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-18 07:31:37 +00:00 |
|
|
|
7e8147295b
|
refactor: convert isinstance chains to match/case (part 5) (#36298)
Co-authored-by: Stephen Zhou <hi@hyoban.cc>
|
2026-05-18 07:16:31 +00:00 |
|
|
|
c07686928a
|
fix(api): close base64 file lookup sessions (#36308)
Co-authored-by: Stephen Zhou <hi@hyoban.cc>
|
2026-05-18 07:13:12 +00:00 |
|
|
|
d1238180ed
|
fix: use Generator type annotation with @contextmanager decorators (#36297)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-05-18 07:12:49 +00:00 |
|
|
|
969760364d
|
ci: ensure pnpm is available in setup-web action (#36315)
|
2026-05-18 06:55:38 +00:00 |
|
|
|
ceabfeb3a7
|
chore(docker): upgrade plugin daemon to 0.6.1 (#36312)
|
2026-05-18 06:51:30 +00:00 |
|
|
|
c407f40e0d
|
refactor(web): simplify github install focus (#36314)
|
2026-05-18 06:45:12 +00:00 |
|
|
|
28818f2e2a
|
fix(web): constrain dialog overflow layouts (#36302)
|
2026-05-18 06:11:58 +00:00 |
|
|
|
e2c52c9b0f
|
refactor: migrate checkbox to dify-ui (#36295)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-18 05:27:42 +00:00 |
|
|
|
1925d58369
|
chore: generate contract in ci (#36286)
|
2026-05-18 03:13:40 +00:00 |
|
|
|
b79fc5d6b4
|
fix: add missing phase field to _TokenData TypedDict (#36261)
|
2026-05-18 02:08:56 +00:00 |
|
|
|
6649e4025e
|
feat(dify-ui): add Checkbox/CheckboxGroup primitives (#36271)
|
2026-05-18 02:01:56 +00:00 |
|
|
|
b96f372f45
|
chore(api): upgrade graphon to 0.4.0 (#36124)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2026-05-18 00:34:17 +00:00 |
|
|
|
127fbf2c9a
|
refactor: use match cases for workflow stream responses (#36267)
|
2026-05-17 21:38:20 +00:00 |
|
|
|
3c70d28064
|
fix(auth): preserve phase field in _TokenData so reset-password / change-email phase-bound checks don't 400 (#36116) (#36117)
Signed-off-by: vuko <alexander.vukovic@seqis.com>
|
2026-05-17 19:55:00 +00:00 |
|
|
|
cd4d6f8a22
|
fix(web): migrate metadata picker to combobox (#36255)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-17 03:35:20 +00:00 |
|
|
|
9d0906c684
|
chore: improve swagger markdown optional fields typing (#36247)
|
2026-05-16 16:40:20 +00:00 |
|
|
|
41b6f894c0
|
fix: fetch memory of LLM node may cause out of flask context (#36253)
|
2026-05-16 16:38:48 +00:00 |
|
|
|
e7e6fe8813
|
refactor: convert isinstance chains to match/case (part 3) (#36242)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-16 08:16:14 +00:00 |
|
|
|
c0bdd6792f
|
refactor: convert isinstance chains to match/case in easy_ui_based_generate_task_pipeline.py (#36222)
|
2026-05-15 13:51:49 +00:00 |
|
|
|
27b084c4d4
|
fix: reduce db roundtrips of message update (#36213)
|
2026-05-15 08:39:48 +00:00 |
|
|
|
3f7a68fc77
|
fix(api): avoid dify-agent path lookup during Docker build (#36187)
|
2026-05-15 08:25:58 +00:00 |
|
|
|
a252fbddfa
|
feat: initialize user timezone and language from browser (#36170)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-15 08:12:52 +00:00 |
|
|
|
ff02636a4b
|
fix(web): app icon in webapp (#36206)
|
2026-05-15 07:44:09 +00:00 |
|
|
|
63946d829e
|
fix(web): web app description missing (#36209)
|
2026-05-15 07:43:44 +00:00 |
|
|
|
cdcfd2ef2c
|
fix: regenerate document summary after update via API (#35950) (#36035)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-15 07:26:29 +00:00 |
|
|
|
b04a3851cc
|
refactor: enhance layout and scrolling behavior in various modals for improved user experience (#36210)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-15 07:17:23 +00:00 |
|
|
|
b41338cd08
|
chore(layout): reintroduce AmplitudeProvider in common layouts for analytics tracking (#36208)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
|
2026-05-15 06:33:31 +00:00 |
|
|
|
28153df4d3
|
chore: enchance copywriting in none education plan warning modal (#36201)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2026-05-15 05:08:06 +00:00 |
|
|
|
3bc3386535
|
refactor(install): improve layout and scrolling behavior for plugin installation step (#36199)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
|
2026-05-15 03:12:14 +00:00 |
|
|
|
7654f14241
|
fix: replace deprecated testcontainers log waits (#36125)
|
2026-05-15 01:30:59 +00:00 |
|
|
|
194b54bae4
|
fix: allow tag rename without type payload (#36182)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-15 01:29:17 +00:00 |
|
|
|
0e16d36edb
|
fix(commands): purge tenant tool credentials on reset-encrypt-key-pair (#35396) (#35843)
Co-authored-by: xr843 <xianren843@protonmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-05-14 16:25:54 +00:00 |
|
|
|
432a6412a3
|
fix(security): tenant-scope FilePreviewApi text-extract endpoint (GHSA-2qwc-c2cc-2xwv) (#35797)
Signed-off-by: xr843 <137012659+xr843@users.noreply.github.com>
Co-authored-by: Ido Shani <ido@zafran.io>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-05-14 16:13:04 +00:00 |
|
|
|
55d05fe52d
|
fix(security): enforce tenant scoping on app trace-config endpoints (GHSA-48xc-wmw8-3jr3) (#35793)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Ido Shani <ido@zafran.io>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-05-14 15:59:31 +00:00 |
|
|
|
0d500e6965
|
fix(api): allow LLM nodes to access retrieved knowledge files (#36175)
|
2026-05-14 13:09:25 +00:00 |
|
|
|
5798610f27
|
refactor(api): migrate console.app.workflow_comment to BaseModel (#36180)
|
2026-05-14 12:13:47 +00:00 |
|