dify/api/controllers/console
Yongtao Huang 146d870098
Fix: avoid Flask route conflict by merging `DocumentDetailApi` and `DocumentDeleteApi` (#23333)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-04 14:37:36 +08:00
..
app replace db with sa to get typing support (#23240) 2025-08-02 23:54:23 +08:00
auth minor fix: using the same AccountInFreezeError (#23061) 2025-07-28 18:24:27 +08:00
billing chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
datasets Fix: avoid Flask route conflict by merging `DocumentDetailApi` and `DocumentDeleteApi` (#23333) 2025-08-04 14:37:36 +08:00
explore Refactor: remove redundant full module paths in exception handlers (#23076) 2025-07-29 09:40:51 +08:00
tag chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
workspace minor fix: using the same AccountInFreezeError (#23061) 2025-07-28 18:24:27 +08:00
__init__.py feat: Add Download Button to UI for Knowledge Resource Source Files (#23320) 2025-08-03 16:26:11 +08:00
admin.py orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
apikey.py orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
error.py Chore: fix typo, no code change (#23331) 2025-08-03 22:30:28 +08:00
extension.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
feature.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
files.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
init_validate.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
ping.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
remote_files.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
setup.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
version.py make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
wraps.py Feat/change user email (#22213) 2025-07-17 10:55:59 +08:00