dify/api/controllers/web
林玮 (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
..
__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: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +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(chat): modernize speech-to-text pipeline (#38653) 2026-07-13 04:21:29 +00:00
feature.py refactor: remove backend-only system feature fields (#39543) 2026-07-25 02:01:12 +00:00
files.py refactor(api): migrate web chat endpoints to BaseModel (#37962) 2026-07-09 04:23:13 +00:00
forgot_password.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +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 feat(api): expose app mode in webapp site response (#39607) 2026-07-27 02:57:18 +00:00
login.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
message.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +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: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
site.py feat(api): expose app mode in webapp site response (#39607) 2026-07-27 02:57:18 +00:00
workflow_events.py refactor: fix OpenAPI contract generation schemas (#37387) 2026-06-12 14:25:53 +00:00
workflow.py refactor(api): migrate web chat endpoints to BaseModel (#37962) 2026-07-09 04:23:13 +00:00
wraps.py fix(api): prevent identity logging deadlock (#39449) 2026-07-23 09:08:04 +00:00