dify/api/controllers/web
QuantumGhost 03e3acfc71
feat(api): Human Input Node (backend part) (#31646)
The backend part of the human in the loop (HITL) feature and relevant architecture / workflow engine changes.

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: CrabSAMA <40541269+CrabSAMA@users.noreply.github.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
2026-01-30 10:18:49 +08:00
..
__init__.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
app.py refactor: migrate some ns.model to BaseModel (#30388) 2026-01-01 00:38:12 +08:00
audio.py refactor: split changes for api/controllers/web/audio.py (#29856) 2025-12-18 17:30:58 +08:00
completion.py refactor: split changes for api/controllers/web/completion.py (#29855) 2025-12-19 12:16:12 +08:00
conversation.py refactor: split changes for api/controllers/web/conversation.py (#30582) 2026-01-06 10:06:48 +08:00
error.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
feature.py docs(api): clarity SystemFeatureApi for webapp is unauthenticated by design (#31432) 2026-01-23 16:03:12 +08:00
files.py refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00
forgot_password.py chore: case insensitive email (#29978) 2026-01-13 15:42:44 +08:00
human_input_form.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
login.py refactor: split changes for api/controllers/web/login.py (#29854) 2026-01-23 19:06:04 +09:00
message.py refactor: more ns.model to BaseModel (#30445) 2026-01-04 17:12:28 +08:00
passport.py fix: rename cookie for webapp (#27264) 2025-10-23 11:03:48 +08:00
remote_files.py refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00
saved_message.py refactor: split changes for api/controllers/web/saved_message.py (#30583) 2026-01-06 10:06:21 +08:00
site.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
workflow.py refactor: split changes for api/controllers/web/workflow.py (#29852) 2026-01-23 19:06:21 +09:00
workflow_events.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
wraps.py fix(api): add session_id validation for webapp JWT authentication (#28297) 2025-11-21 11:23:52 +08:00