dify/api/controllers/web
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
..
__init__.py feat(api): introduce select, file and file list form input types to Human Input node (#36322) 2026-06-04 01:54:28 +00:00
app.py chore: add EndUser and App type annotations to api endpoints (#36677) 2026-05-26 09:43:00 +00:00
audio.py fix(web): pass end_user.external_user_id string to transcript_asr (#35898) 2026-05-08 02:55:32 +00:00
completion.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
conversation.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
error.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
feature.py chore(api): annotate simple contract responses (#36331) 2026-05-19 06:13:20 +00:00
files.py chore: add EndUser and App type annotations to api endpoints (#36677) 2026-05-26 09:43:00 +00:00
forgot_password.py chore(api): annotate simple contract responses (#36331) 2026-05-19 06:13:20 +00:00
human_input_file_upload.py feat(api): introduce select, file and file list form input types to Human Input node (#36322) 2026-06-04 01:54:28 +00:00
human_input_form.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
login.py chore(api): annotate simple contract responses (#36331) 2026-05-19 06:13:20 +00:00
message.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
passport.py refactor: replace bare dict with typed annotations in controllers (#35095) 2026-04-13 19:19:52 +00:00
remote_files.py fix(api): centralize remote file retrieval (#36399) 2026-06-01 09:25:08 +00:00
saved_message.py chore: add EndUser and App type annotations to api endpoints (#36677) 2026-05-26 09:43:00 +00:00
site.py chore: add EndUser and App type annotations to api endpoints (#36677) 2026-05-26 09:43:00 +00:00
workflow_events.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
workflow.py chore(api): annotate simple contract responses (#36331) 2026-05-19 06:13:20 +00:00
wraps.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00