dify/api/controllers/console/app
Likalikali 7056985f72
refactor: inject current user id in stop message endpoints (#36925)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-02 06:48:10 +00:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +00:00
agent_app_access.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
agent_app_feature.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
agent.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
annotation.py chore: add UUID/str type annotations to api endpoints for files in api/controllers/console/app (#36559) 2026-05-24 07:54:37 +00:00
app_import.py refactor: inject current user into user-only controllers (#36754) 2026-05-31 15:03:15 +00:00
app.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
audio.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
completion.py refactor: inject current user id in stop message endpoints (#36925) 2026-06-02 06:48:10 +00:00
conversation_variables.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +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: optimize http status code (#31430) 2026-01-24 10:16:16 +08:00
generator.py chore: reuse injected SQLAlchemy sessions in app read paths (#36798) 2026-05-30 00:23:58 +00:00
mcp_server.py refactor: inject tenant id in tenant-only console handlers (#36751) 2026-05-28 03:50:28 +00:00
message.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
model_config.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
ops_trace.py fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
site.py refactor: inject current user into user-only controllers (#36754) 2026-05-31 15:03:15 +00:00
statistic.py feat(api): Agent App type S1 — AppMode.AGENT + create flow + binding (#36829) 2026-06-02 03:50:10 +00:00
workflow_app_log.py refactor: cleanup duplicate code (#36173) 2026-05-14 10:34:31 +00:00
workflow_comment.py fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
workflow_draft_variable.py refactor: use match case for draft variable serialization (#36716) 2026-05-27 09:59:28 +00:00
workflow_node_output_inspector.py feat(api): Node Output Inspector service + 3 REST endpoints (Stage 4 §8) (#36644) 2026-05-26 07:34:33 +00:00
workflow_run.py fix: type mismatches (route says uuid: but handler says str) (#36612) 2026-05-25 07:33:32 +00:00
workflow_statistic.py refactor: inject current user into user-only controllers (#36754) 2026-05-31 15:03:15 +00:00
workflow_trigger.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +00:00
workflow.py chore(api): annotate simple contract responses (#36331) 2026-05-19 06:13:20 +00:00
wraps.py chore: dep inject for sql session (#36545) 2026-05-25 14:24:58 +00:00