dify/api/controllers/web
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
..
__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 feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08: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 feat(api): introduce select, file and file list form input types to Human Input node (#36322) 2026-06-04 01:54:28 +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 refactor: convert appMode controllers if/elif to match/case (#30001) (#34789) 2026-04-09 02:27:19 +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