Joel
a673cdc60f
chore: split icon to new file and enchance data struct
2026-05-09 17:38:17 +08:00
Joel
e2411ab4ee
feat: continue work
2026-05-09 17:25:59 +08:00
Joel
0c387f8bc4
Merge branch 'main' into feat/ui-onboarding-rewrite
2026-05-09 16:22:15 +08:00
Joel
81382ffac6
chore: no show slide logic
2026-05-09 16:01:47 +08:00
Joel
4ec2291816
feat: finish slide
2026-05-09 16:01:05 +08:00
Asuka Minato
65c36a51ef
ci: update comment ( #35968 )
2026-05-09 07:53:42 +00:00
-LAN-
19476109da
chore(api): upgrade graphon to v0.3.0 ( #35469 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
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 07:30:03 +00:00
Joel
f3eb3ab4dd
fix: mismatched button label in prefilled WebApp launch description ( #35964 )
2026-05-09 07:01:35 +00:00
yyh
2c9e30426d
refactor(web): migrate headless-ui components to dify-ui ( #35962 )
2026-05-09 06:49:26 +00:00
Jingyi-Dify
37ac79cb87
fix: align main nav gating and account popup behavior
2026-05-08 22:56:56 -07:00
yyh
2bb1f0906b
refactor(web): migrate legacy tooltip callers ( #35961 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-09 05:26:21 +00:00
chariri
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
yyh
5ebeb34feb
fix(web): forward csp nonce to theme script ( #35960 )
2026-05-09 04:35:29 +00:00
dependabot[bot]
c5ac191a79
chore(deps): bump gitpython from 3.1.49 to 3.1.50 in /api ( #35958 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-09 04:11:09 +00:00
Asuka Minato
140ad6ba4e
chore: add Type to test ( #35942 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-09 03:16:22 +00:00
Crazywoola
e03eb3a76c
chore: bump LiteLLM for CVE-2026-42208 ( #35953 )
2026-05-09 03:14:14 +00:00
Asuka Minato
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
wangxiaolei
c74cbb68da
fix: change write to db order ( #35948 )
2026-05-09 02:36:54 +00:00
yyh
271019006e
fix: prevent workflow preview resize observer loop ( #35936 )
2026-05-09 01:29:20 +00:00
Jingyi-Dify
baaae00fa8
fix(web): align main nav defaults
...
Default integrations to the model provider section and route the main nav entry there.
Hide cloud-only workspace credits and upgrade actions outside cloud edition.
Add the repo-local karpathy-guidelines skill.
2026-05-08 17:31:21 -07:00
Jingyi-Dify
1e0fe6c939
docs: update iconify review guidance
...
- generalize generated icon diff review guidance for intrinsic width and height changes
2026-05-08 17:31:21 -07:00
Jingyi-Dify
6d2cd637a6
feat: add integrations tools page with prebuilt icons
...
- add the integrations page sidebar with collapsible icon-only navigation and Figma-aligned marketplace card
- move custom integration SVGs into the iconify collection and document the Tailwind i-custom workflow
- preserve source SVG collection dimensions when flattening generated icon data so existing main nav icons keep their 20x20 viewBox
- add an icon dimension guard for layout-sensitive generated icons
- update model provider routing, i18n, and focused frontend tests
2026-05-08 17:31:21 -07:00
Jingyi-Dify
370381dbf4
fix(web): preserve settings fallbacks during main nav update
...
- hide migrated settings tabs from the account settings sidebar
- add disabled integrations destination mapping for future migration
- keep legacy settings modal fallback until integrations sections are ready
- restore main nav active styling and add titles for truncated labels
2026-05-08 17:31:21 -07:00
Jingyi-Dify
32192de679
refactor(web): align main nav review feedback
...
- move main nav active edge styling into Tailwind classes
- split account dropdown menu content into focused components
- align frontend review skill rules with i18n and styling guidance
- add missing common i18n keys across supported locales
2026-05-08 17:31:21 -07:00
Jingyi-Dify
5ff182a4b6
refactor(web): split main nav components
...
- Move MainNav sections into focused components under main-nav/components
- Reuse Explore AppNavItem for MainNav web app rows via a mainNav variant
- Keep WorkspaceCard expanded panel behavior and styling aligned with the pre-refactor UI
2026-05-08 17:31:21 -07:00
Jingyi-Dify
6a3efe2e6e
feat(web): refine main nav onboarding UI
...
- Add a reusable dimm Badge variant for workspace plan labels
- Update MainNav workspace, web apps, account, and help menu styling to match Figma
- Add MainNav-specific account dropdown with appearance, language, timezone, and logout entries
- Keep account trigger compact without plan badge while preserving the badge in the popup header
- Prevent the common layout shell from creating a page-level scrollbar
2026-05-08 17:31:21 -07:00
Jingyi-Dify
0fa072f9fd
feat: refine desktop main nav visuals
2026-05-08 17:31:21 -07:00
Jingyi-Dify
118c38a46d
feat: add desktop main navigation
2026-05-08 17:31:20 -07:00
Asuka Minato
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
macat
48d27e250b
refactor: split docker-compose env config into separate files ( #31586 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2026-05-08 15:36:20 +00:00
-LAN-
d06b5529b3
chore(docker): clean up env examples ( #35938 )
2026-05-08 12:53:13 +00:00
wangxiaolei
8132c444dc
feat: support SQLALCHEMY_POOL_RESET_ON_RETURN config ( #31156 )
2026-05-08 12:25:46 +00:00
github-actions[bot]
cb0356e9d7
chore(i18n): sync translations with en-US ( #35933 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-05-08 11:25:15 +00:00
EvanYao
4d80892d7b
refactor: convert isinstance chains to match/case ( #35902 ) ( #35922 )
...
Signed-off-by: EvanYao826 <2869018789@qq.com>
2026-05-08 09:51:10 +00:00
Joel
af754f497a
chore: add query generator before lauch webapp ( #35416 )
...
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-05-08 09:49:43 +00:00
yyh
8f93bb36ba
feat(dify-ui): add drawer ( #35917 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-08 08:53:32 +00:00
shawnYJ
82f24b336d
fix(workflow): handle file-preview URLs in node output display ( #34150 )
2026-05-08 07:55:46 +00:00
非法操作
927a17804b
feat: support configurable explore app categories ( #35723 )
2026-05-08 06:04:07 +00:00
Xiyuan Chen
29f34848cd
fix(tools): scope builtin tool default-credential clear to tenant ( #35887 )
2026-05-08 05:08:23 +00:00
Baki Burak Öğün
1b0d4637b3
fix(i18n): update Turkish translations for new strings ( #35905 )
...
Co-authored-by: Baki Burak Öğün <b.burak.ogun@goc.local>
Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
2026-05-08 03:24:02 +00:00
EvanYao
936a09c704
fix: replace SimpleNamespace with MagicMock(spec=App) in _app_stub ( #34636 ) ( #35897 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-08 03:18:21 +00:00
kien duong
5cc62fd1c9
fix(web): pass end_user.external_user_id string to transcript_asr ( #35898 )
2026-05-08 02:55:32 +00:00
kien duong
7bc19d8251
fix(web): explicitly resume AudioContext and play audio on first TTS load ( #35901 )
2026-05-08 02:51:14 +00:00
Stephen Zhou
e845475408
chore: update deps ( #35907 )
2026-05-08 02:33:18 +00:00
yyh
9a8aa6a0c3
refactor(web): inline tag query defaults ( #35883 )
...
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
2026-05-08 02:06:10 +00:00
Stephen Zhou
76a7f5f4b9
chore: update deps ( #35812 )
2026-05-08 01:32:14 +00:00
yyh
2ff50514c8
refactor: migrate app selector to combobox ( #35896 )
2026-05-08 01:23:32 +00:00
Asuka Minato
7901ac9a97
chore: example of isinstance to match case ( #35903 )
2026-05-08 01:07:19 +00:00
Asuka Minato
ecd830083a
test: add type to test ( #35871 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-08 01:06:25 +00:00
NVIDIAN
203b3a9499
refactor(api): migrate console apikey responses to BaseModel ( #35218 )
...
Co-authored-by: ai-hpc <ai-hpc@users.noreply.github.com>
2026-05-07 16:12:25 +00:00