dify/api/controllers/web
2026-08-24 03:16:44 +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 refactor(api): reuse web app access queries for permissions (#40984) 2026-08-20 02:27:49 +00:00
audio.py 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
completion.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
conversation.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
error.py refactor(api): extract web app access queries (#40482) 2026-08-19 10:34:36 +00:00
feature.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
files.py refactor(api): migrate web chat endpoints to BaseModel (#37962) 2026-07-09 04:23:13 +00:00
forgot_password.py refactor(controllers/web): dep-inject login and forgot-password payloads (#36659) (#40856) 2026-08-17 05:58:40 +00:00
human_input_file_upload.py refactor(api): migrate web chat endpoints to BaseModel (#37962) 2026-07-09 04:23:13 +00:00
human_input_form.py fix(api): repair two malformed logger format strings (#40901) 2026-08-18 02:10:59 +00:00
login.py refactor(controllers/web): dep-inject login and forgot-password payloads (#36659) (#40856) 2026-08-17 05:58:40 +00:00
message.py refactor(controllers/web): dep-inject payloads with @model_validate (#40796) 2026-08-15 06:55:06 +00:00
passport.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
remote_files.py refactor(api): migrate web chat endpoints to BaseModel (#37962) 2026-07-09 04:23:13 +00:00
saved_message.py refactor(controllers/web): dep-inject payloads with @model_validate (#40796) 2026-08-15 06:55:06 +00:00
site.py refactor(api): extract web app runtime bootstrap (#40949) 2026-08-20 05:05:31 +00:00
workflow_events.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
workflow.py refactor(api): migrate web chat endpoints to BaseModel (#37962) 2026-07-09 04:23:13 +00:00
wraps.py refactor(web): use shared session factory for JWT decoding (#41007) 2026-08-24 03:16:44 +00:00