|
|
152f916768
|
remove unused export
|
2026-05-22 22:58:54 +08:00 |
|
|
|
4c2ba50dfe
|
Merge remote-tracking branch 'upstream/main' into feat/cli
|
2026-05-22 21:38:55 +08:00 |
|
|
|
0f39ac8960
|
fix web lint
|
2026-05-22 18:24:24 +08:00 |
|
|
|
473c945839
|
chore: seprate vector space quota query (#36514)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-22 09:26:17 +00:00 |
|
|
|
a698c60b29
|
fix(web): stabilize document picker search focus (#36525)
|
2026-05-22 09:24:37 +00:00 |
|
|
|
24bab5fb2a
|
refactor(web): improve retrieval and tag control semantics (#36521)
|
2026-05-22 09:01:31 +00:00 |
|
|
|
851bf36f24
|
Merge remote-tracking branch 'upstream/main' into feat/cli
|
2026-05-22 16:07:59 +08:00 |
|
|
|
93b7a81071
|
fix(dify-ui): align form label guidance (#36510)
|
2026-05-22 07:29:57 +00:00 |
|
|
|
964aaad7ed
|
refactor: streamline workflow context menu lifecycle (#36500)
|
2026-05-22 04:31:39 +00:00 |
|
|
|
7f633622aa
|
fix(web): use popup-open selectors for trigger styles (#36471)
|
2026-05-21 06:13:11 +00:00 |
|
|
|
66f5ab4cfc
|
feat: add dify-ui input primitive (#36446)
|
2026-05-21 03:15:38 +00:00 |
|
|
|
9f9cb4d17e
|
feat(ui): migrate radio to Base UI and update web callsites (#36451)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-20 12:05:31 +00:00 |
|
|
|
7d0d9019d8
|
chore: upgrade base ui to 1.5.0 (#36442)
|
2026-05-20 09:58:08 +00:00 |
|
|
|
848c15a265
|
chore: update to only SaaS can view template (#36440)
|
2026-05-20 08:18:26 +00:00 |
|
|
|
1fe8b7fb1d
|
fix(auth): use validity-returned token in ChangePasswordForm reset submit (#36415)
|
2026-05-20 07:59:09 +00:00 |
|
|
|
5a585c8618
|
refactor(web): use dropdown data attributes (#36431)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-20 07:32:11 +00:00 |
|
|
|
5cdf4e405b
|
fix(web): debounce email check when change email (#36421)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: JzoNgKVO <27049666+JzoNgKVO@users.noreply.github.com>
|
2026-05-20 07:09:15 +00:00 |
|
|
|
77f1aeb1ac
|
fix(web): resolve model provider console warnings (#36422)
|
2026-05-20 04:02:01 +00:00 |
|
|
|
2b2a5824c1
|
refactor: migrate to tailwind v4 style (#36417)
|
2026-05-20 03:39:44 +00:00 |
|
|
|
468cc19e68
|
fix(web): prevent local cloud analytics script errors (#36420)
|
2026-05-20 03:23:21 +00:00 |
|
|
|
0b48a7e991
|
fix: workflow node selection state not sync caused problem (#36390)
|
2026-05-19 12:29:16 +00:00 |
|
|
|
cae9923e5a
|
fix: prevent agent tool info popover from jumping on close (#36389)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
|
2026-05-19 09:54:52 +00:00 |
|
|
|
5276eb689b
|
chore: hide model provider setting in default model setting (#36383)
|
2026-05-19 08:19:58 +00:00 |
|
|
|
4b2badb6f2
|
refactor(web): migrate multi-checkbox lists to CheckboxGroup (#36381)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-19 07:55:33 +00:00 |
|
|
|
674cdc3521
|
feat(dev-proxy): isolate local auth cookies by target (#36371)
|
2026-05-19 05:59:55 +00:00 |
|
|
|
2031d31ee8
|
refactor(web): migrate annotation selection to checkbox group (#36370)
|
2026-05-19 05:40:24 +00:00 |
|
|
|
04d62867af
|
feat(dify-ui): add shared form primitives (#36334)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-19 05:38:57 +00:00 |
|
|
|
7f392b6950
|
chore(release): bump version to 1.14.2 (#36313)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-19 13:27:26 +08:00 |
|
|
|
b0a3399774
|
feat: enhance app creation tracking with source and template ID (#36369)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
|
2026-05-19 05:02:17 +00:00 |
|
|
|
0d5173f73f
|
fix(cli): client-side --mode enum validation, EPIPE guard, stderr redirects
- Reject invalid --mode values before HTTP (e.g. "chatbot" → clear error)
- Add options field to FlagDefinition + validateFlagOptions in parseArgv
- EPIPE exit-0 guard in run.ts catch block
- tree:gen/tree:check diagnostic output redirected to stderr
- Tailwind class sort in web/app/device/components/code-input.tsx
|
2026-05-18 21:54:49 -07:00 |
|
|
|
fd1ebdd6cb
|
chore(web): device-flow lint fixes
|
2026-05-18 21:54:49 -07:00 |
|
|
|
9fe7adaf69
|
test(web): terminal state tests — tighter reset assertions + lookup_failed reset coverage
|
2026-05-18 21:54:49 -07:00 |
|
|
|
7a6c84dca3
|
test(web): device-flow terminal state ghost reset buttons
|
2026-05-18 21:54:49 -07:00 |
|
|
|
75a8120152
|
test(web): authorize-sso — add approveExternal args, loadErr, onError, mock reset coverage
|
2026-05-18 21:54:49 -07:00 |
|
|
|
ca103b60cc
|
feat(web): device-flow authorize-sso — Avatar card + Button
|
2026-05-18 21:54:48 -07:00 |
|
|
|
2c90cfa00f
|
test(web): authorize-account — add onDenied, error-path, mock reset coverage
|
2026-05-18 21:54:48 -07:00 |
|
|
|
6851624dbe
|
feat(web): device-flow authorize-account — Avatar card + accountName/avatarUrl props
|
2026-05-18 21:54:48 -07:00 |
|
|
|
44d1b66c93
|
test(web): chooser — add encodeURIComponent + SSO href coverage
|
2026-05-18 21:54:48 -07:00 |
|
|
|
f372eb8e5b
|
test(web): assert setPostLoginRedirect called in chooser account button test
|
2026-05-18 21:54:48 -07:00 |
|
|
|
36101c7126
|
feat(web): device-flow chooser — Button + icons
|
2026-05-18 21:54:48 -07:00 |
|
|
|
fe212003b1
|
fix(web): clear errMsg when resetting to code_entry from terminal states
|
2026-05-18 21:54:47 -07:00 |
|
|
|
948214fe6a
|
feat(web): device-flow page — signin shell, Button, terminal icons + ghost actions
|
2026-05-18 21:54:47 -07:00 |
|
|
|
14328634b5
|
feat(web): device-flow layout shell + header (signin parity)
|
2026-05-18 21:54:47 -07:00 |
|
|
|
de0a44be06
|
Merge branch 'main' into feat/cli
|
2026-05-19 10:37:42 +08:00 |
|
|
|
06f076e0ff
|
fix: no model selected but params keep loading (#36342)
|
2026-05-18 10:19:52 +00:00 |
|
|
|
c0f237bf35
|
feat(web): allow annotation reply score threshold below 0.8 (#36337)
|
2026-05-18 10:05:13 +00:00 |
|
|
|
c057b5c5ff
|
chore: Filter model presets by supported parameters (#36339)
|
2026-05-18 10:03:46 +00:00 |
|
|
|
5468c4ec96
|
fix: can not create empty knowledge (#36336)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2026-05-18 09:41:57 +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 |
|