Joel
|
ab56b4a818
|
merge main
|
2025-10-23 11:12:13 +08:00 |
|
GuanMu
|
bebb4ffbaa
|
Fix type error (#27217)
|
2025-10-22 11:43:37 +08:00 |
|
GuanMu
|
c327cfa86e
|
fix(storybook): add required handler props and fix TypeScript errors in component stories (#27187)
|
2025-10-21 17:44:26 +08:00 |
|
Eric Guo
|
e45d5700ec
|
Fix vs code and using min version after bump @remixicon/react and @monaco-editor/loader (#27008)
|
2025-10-21 11:41:44 +08:00 |
|
非法操作
|
fd845c8b6c
|
chore: add more stories (#27142)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-10-20 18:30:52 +08:00 |
|
crazywoola
|
f0e739be43
|
fix: immer version and ref in code base (#27130)
|
2025-10-20 14:49:26 +09:00 |
|
非法操作
|
dc1a380888
|
chore: improve storybook (#27111)
|
2025-10-20 10:17:17 +08:00 |
|
-LAN-
|
9a5f214623
|
refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365)
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Signed-off-by: lyzno1 <yuanyouhuilyz@gmail.com>
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Yunlu Wen <wylswz@163.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: Davide Delbianco <davide.delbianco@outlook.com>
Co-authored-by: minglu7 <1347866672@qq.com>
Co-authored-by: Ponder <ruan.lj@foxmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: heyszt <270985384@qq.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Guangdong Liu <liugddx@gmail.com>
Co-authored-by: Eric Guo <eric.guocz@gmail.com>
Co-authored-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Co-authored-by: XlKsyt <caixuesen@outlook.com>
Co-authored-by: Dhruv Gorasiya <80987415+DhruvGorasiya@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: hj24 <mambahj24@gmail.com>
Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tonlo <123lzs123@gmail.com>
Co-authored-by: Yusuke Yamada <yamachu.dev@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: Ademílson Tonato <ademilsonft@outlook.com>
Co-authored-by: znn <jubinkumarsoni@gmail.com>
Co-authored-by: yangzheli <43645580+yangzheli@users.noreply.github.com>
|
2025-10-19 21:29:04 +08:00 |
|
GuanMu
|
c0b50ef61d
|
chore: remove unused icon components and related features from the co… (#26933)
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
Check i18n Files and Create PR / check-and-update (push) Waiting to run
|
2025-10-15 16:48:02 +08:00 |
|
Joel
|
738d3001be
|
chore: chat input and feature readonly
|
2025-10-15 15:21:22 +08:00 |
|
Davide Delbianco
|
8e01bb40fe
|
fix: Do not show the toggle button for chat input when all input hidden (#26826)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-10-14 10:15:06 +08:00 |
|
Davide Delbianco
|
7b8540281a
|
fix: Chat Opener visibility flickering (#26836)
|
2025-10-14 09:21:00 +08:00 |
|
Davide Delbianco
|
3cfcd32876
|
chore: Fix 25795 (#26823)
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-13 17:44:51 +08:00 |
|
Davide Delbianco
|
06dcb55a9d
|
chore: Don't show chat input area scrollbar overflow (#26828)
|
2025-10-13 17:43:46 +08:00 |
|
Davide Delbianco
|
6e9858960d
|
chore: Fix chat-input-area resize (#26824)
|
2025-10-13 17:36:15 +08:00 |
|
Davide Delbianco
|
c6a90d4bb3
|
fix: Don't hide chat streaming loader on '\n' content (#26829)
|
2025-10-13 17:31:52 +08:00 |
|
Davide Delbianco
|
c71fd7113c
|
chore: Correct padding in embedded chatbot (#26832)
|
2025-10-13 17:29:47 +08:00 |
|
Joel
|
a3f7d8f996
|
chore: merge main
|
2025-10-13 16:38:29 +08:00 |
|
NFish
|
5fc104a992
|
Fix/web app permission check (#26821)
|
2025-10-13 16:17:42 +08:00 |
|
Joel
|
1ab7e1cba8
|
fix: try chatflow run url problem
|
2025-10-11 10:11:14 +08:00 |
|
Joel
|
b0aef35c63
|
feat: try chat flow app
|
2025-10-10 18:24:56 +08:00 |
|
Asuka Minato
|
a8746bff30
|
fix oxlint warnings (#26634)
|
2025-10-09 09:23:34 +08:00 |
|
非法操作
|
9cca605bac
|
chore: improve bool input of start node (#26647)
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
|
2025-10-08 19:09:03 +08:00 |
|
crazywoola
|
fd86cadf67
|
fix: debounce ref (#26433)
|
2025-09-29 16:13:38 +08:00 |
|
lyzno1
|
00f3a53f1c
|
fix(turbopack): fix animation issues with unnamed animations in CSS modules (#26408)
|
2025-09-29 13:47:48 +08:00 |
|
Copilot
|
beb1448441
|
[Chore/Refactor] Add missing 'type' attribute on 'button' components (#26249)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
|
2025-09-28 13:43:43 +08:00 |
|
lyzno1
|
e93bfe3d41
|
fix: resolve chat sidebar UI bugs for hover panel and dropdown menu (#25813)
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
Check i18n Files and Create PR / check-and-update (push) Has been cancelled
|
2025-09-19 18:28:49 +08:00 |
|
Joel
|
73845cbec5
|
feat: text generation
|
2025-09-19 16:32:11 +08:00 |
|
Joel
|
c2f94e9e8a
|
feat: api call the try app and support disable feedback
|
2025-09-19 11:32:30 +08:00 |
|
Joel
|
4decbbbf18
|
chore: remove useless api
|
2025-09-17 14:34:59 +08:00 |
|
Joel
|
b15867f92e
|
chore: feedback api
|
2025-09-17 14:12:34 +08:00 |
|
Joel
|
1b1471b6d8
|
fix: stop response api
|
2025-09-17 14:07:15 +08:00 |
|
Joel
|
5280bffde2
|
feat: change api to new
|
2025-09-17 11:17:12 +08:00 |
|
Asuka Minato
|
77ba3e8f26
|
add autofix pnpm (#25557)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-12 09:37:54 +08:00 |
|
Matri Qi
|
563a5af9e7
|
Fix/disable no constant binary expression (#25311)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 20:44:20 +08:00 |
|
Debin.Meng
|
a932413314
|
fix: Incorrect URL Parameter Parsing Causes user_id Retrieval Error (#25261)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 18:00:33 +08:00 |
|
zyileven
|
bffbe54120
|
fix: Solve the problem of opening remarks appearing in the chat cont… (#25067)
|
2025-09-03 14:48:30 +08:00 |
|
znn
|
dd6547de06
|
downvote with reason (#24922)
|
2025-09-02 09:57:04 +08:00 |
|
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
|
crazywoola
|
79e6138ce2
|
chore: simplify the workflow details logic (#24714)
|
2025-08-28 18:17:48 +08:00 |
|
17hz
|
5a64f69456
|
fix: Default value for input variable is null when starting new conversations on the web app (#24709)
|
2025-08-28 17:48:04 +08:00 |
|
Joel
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-26 18:16:05 +08:00 |
|
17hz
|
ffe1685b54
|
feat: Add default value support for all workflow start node variable types (#24129)
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-22 18:44:48 +08:00 |
|
Charles Lee
|
0c595c4745
|
style: replace h-[1px] with h-px to unify the writing format of Tailwind CSS (#24146)
|
2025-08-21 21:38:40 +08:00 |
|
Wu Tianwei
|
218e247fd2
|
refactor: improve loading animation and debug panel styles (#24075)
|
2025-08-18 11:12:47 +08:00 |
|
HyaCinth
|
2931c891a7
|
chore: Optimize component styles and interactions (#23250) (#23543)
|
2025-08-07 14:19:38 +08:00 |
|
Wu Tianwei
|
b946378b38
|
fix: installed apps preview language error (#23397)
|
2025-08-05 11:01:31 +08:00 |
|
znn
|
7831d44099
|
fixing chat window api recall fix on changing browser tab or window (#23301)
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
|
2025-08-03 10:14:17 +08:00 |
|
Anton Kovalev
|
15757110cf
|
feat: default value option for select input fields (#21192)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GuanMu <ballmanjq@gmail.com>
|
2025-07-28 15:37:23 +08:00 |
|
Wu Tianwei
|
ad472d59e0
|
fix: Refactor i18n config and fix plugin search box styling issue (#22945)
|
2025-07-25 15:01:28 +08:00 |
|