yyh
|
eba589db89
|
refactor(api): remove legacy billing enabled state (#41917)
|
2026-09-07 08:29:57 +00:00 |
|
yuki.uix
|
5e51fe2640
|
refactor(controllers): adopt with_session in web saved_message (#41859)
|
2026-09-07 05:43:29 +00:00 |
|
非法操作
|
4c124174c9
|
refactor(api): extract human input file upload persistence (#41716)
|
2026-09-07 03:21:33 +00:00 |
|
Eddy ZHANG
|
d69b19b567
|
refactor(web): dep-inject the passport query with @model_validate (#41845)
|
2026-09-05 10:31:05 +00:00 |
|
Wu Tianwei
|
550196e3b8
|
feat: app deployment v2 (#41444)
Co-authored-by: zhangx1n <zhangxin@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-09-04 02:01:35 +00:00 |
|
Byron.wang
|
b015aa416f
|
refactor(api): extract account login service and consolidate adapters (#41184)
|
2026-09-03 06:20:21 +00:00 |
|
非法操作
|
ba1d5ba172
|
refactor(api): centralize remote file handling (#41627)
|
2026-09-03 06:00:13 +00:00 |
|
非法操作
|
5f4b1f867d
|
refactor(web): inject file upload service (#41586)
|
2026-09-03 04:42:30 +00:00 |
|
Eddy ZHANG
|
95a6a14ed5
|
refactor(console,web): dep-inject query params with @model_validate (#41646)
|
2026-09-03 01:50:22 +00:00 |
|
Byron.wang
|
c4ea406586
|
refactor(api): decouple system features and web adapters (#40772)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-09-01 11:50:52 +00:00 |
|
zyssyz123
|
762019a160
|
fix(workflow): block manual runs for trigger workflows (#41519)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-31 09:30:52 +00:00 |
|
Eddy ZHANG
|
8894b09c3b
|
refactor(web): dep-inject payloads with @model_validate (#41501)
|
2026-08-31 00:50:12 +00:00 |
|
XIIRUAN
|
ccd0f4b15d
|
refactor(web): use shared session factory for JWT decoding (#41007)
|
2026-08-24 03:16:44 +00:00 |
|
非法操作
|
48f338e649
|
refactor(api): extract web app runtime bootstrap (#40949)
|
2026-08-20 05:05:31 +00:00 |
|
非法操作
|
ee997d00fa
|
refactor(api): reuse web app access queries for permissions (#40984)
|
2026-08-20 02:27:49 +00:00 |
|
非法操作
|
532489babd
|
refactor(api): extract web app access queries (#40482)
|
2026-08-19 10:34:36 +00:00 |
|
Amogh Bhat Nagri
|
30c304c6a7
|
fix(api): repair two malformed logger format strings (#40901)
|
2026-08-18 02:10:59 +00:00 |
|
Weike Zhang
|
45be4620fe
|
refactor(controllers/web): dep-inject login and forgot-password payloads (#36659) (#40856)
|
2026-08-17 05:58:40 +00:00 |
|
chenshiyang
|
d31a7d47bf
|
refactor(controllers/web): dep-inject payloads with @model_validate (#40796)
Co-authored-by: chenshiyang.10 <chenshiyang.10@jd.com>
|
2026-08-15 06:55:06 +00:00 |
|
非法操作
|
e0fd3b264a
|
refactor(api): reuse app definition queries for app parameters (#40465)
|
2026-08-14 09:38:34 +00:00 |
|
非法操作
|
17c8ff6a33
|
refactor(api): reuse app definition queries in web and service APIs (#40463)
|
2026-08-14 09:38:33 +00:00 |
|
Byron.wang
|
c1e94f8ee7
|
refactor(api): consolidate deployment edition handling (#40142)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-11 07:39:01 +00:00 |
|
Likalikali
|
a279be91a8
|
chore: dep inject for model in datasets document and web human input … (#40151)
|
2026-08-07 11:15:43 +00:00 |
|
Byron.wang
|
b76a14d71d
|
refactor(api): decouple console queries through application services (#40031)
|
2026-08-07 00:42:55 +00:00 |
|
-LAN-
|
351577bdb0
|
feat(workflow): support human input in loop and iteration (#39243)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-08-03 02:24:18 +00:00 |
|
林玮 (Jade Lin)
|
7e6ba05464
|
feat(api): expose app mode in webapp site response (#39607)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-27 02:57:18 +00:00 |
|
yyh
|
aff5c47541
|
refactor: remove backend-only system feature fields (#39543)
|
2026-07-25 02:01:12 +00:00 |
|
yyh
|
66a545fc6d
|
refactor: centralize deployment edition in system features (#39454)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: GareArc <garethcxy@dify.ai>
|
2026-07-24 07:15:02 +00:00 |
|
非法操作
|
452dff5c37
|
fix(api): prevent identity logging deadlock (#39449)
|
2026-07-23 09:08:04 +00:00 |
|
林玮 (Jade Lin)
|
45711eb6dd
|
chore(api): cloud use presigned download url on api site (#39436)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-23 03:34:49 +00:00 |
|
shakti
|
6a338654fb
|
fix: return 400 instead of 500 when file field is missing in audio-to-text endpoints (#39303) (#39322)
|
2026-07-21 02:19:24 +00:00 |
|
Byron.wang
|
ab3e4daa95
|
refactor: explicit DB session propagation across backend paths (#38559)
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-07-15 06:48:28 +00:00 |
|
yyh
|
ab521c4cfd
|
refactor(chat): modernize speech-to-text pipeline (#38653)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
|
2026-07-13 04:21:29 +00:00 |
|
chariri
|
458aa4892d
|
refactor(api): migrate web chat endpoints to BaseModel (#37962)
|
2026-07-09 04:23:13 +00:00 |
|
Asuka Minato
|
68d8328b9c
|
chore: clean Db session from service (#38227)
Co-authored-by: chariri <w@chariri.moe>
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-07-08 03:07:27 +00:00 |
|
yyh
|
d0ea5a5e0d
|
chore(agent-v2): sync changes (#38442)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: zyssyz123 <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
|
2026-07-06 13:51:33 +00:00 |
|
chariri
|
5aae5c15b3
|
refactor(api): migrate web auth endpoints to BaseModel (#37961)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-07-06 07:53:21 +00:00 |
|
QuantumGhost
|
f4ec608ef4
|
chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-03 03:45:21 +00:00 |
|
Byron.wang
|
2f0c6c10bd
|
refactor: thread explicit sessions through app retrieval paths (#38309)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-07-02 17:00:47 +00:00 |
|
WH-2099
|
62cb5b5865
|
fix(api): scope nested resource lookups by owner refs (#38177)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-30 08:19:58 +00:00 |
|
Cyber
|
051f4b32e3
|
feat(web): add customizable input placeholder for Agent/Chatflow/Chatbot web app (#37790)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-26 09:57:31 +00:00 |
|
functionkiller
|
31a50a3b20
|
fix: eagerly validate conversation before generator to prevent hanging (#37224)
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
|
2026-06-25 02:57:33 +00:00 |
|
jashwanth_reddy_gummula
|
2cde7e4a94
|
fix: resolve DetachedInstanceError via session management refactoring (#37847)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-24 05:33:12 +00:00 |
|
Myshkin451
|
31c08faded
|
refactor: inject session into audio TTS (#37849)
|
2026-06-24 04:49:48 +00:00 |
|
Rohit Gahlawat
|
dcff1870d5
|
refactor: accept db.session explicitly in SavedMessageService (#37682)
|
2026-06-20 12:35:06 +00:00 |
|
-LAN-
|
8052c93133
|
refactor(api): type end user records with enum (#36945)
Co-authored-by: WH-2099 <wh2099@pm.me>
|
2026-06-19 01:02:01 +00:00 |
|
Stephen Zhou
|
5d77c0af08
|
refactor: fix OpenAPI contract generation schemas (#37387)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-12 14:25:53 +00:00 |
|
Stephen Zhou
|
e0c6ca9930
|
fix: GET query parameter OpenAPI contracts (#37378)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-06-12 09:01:22 +00:00 |
|
Novice
|
4fb3210f9a
|
fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-06-10 07:28:12 +00:00 |
|
QuantumGhost
|
3c98f96ae8
|
feat(api): introduce select, file and file list form input types to Human Input node (#36322)
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: GPT 5.4 <codex@openai.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-06-04 01:54:28 +00:00 |
|