dify/web/app/components/base/file-uploader
Novice cccff6768a
Merge commit '9c339239' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/README.md
#	api/controllers/console/app/workflow_draft_variable.py
#	api/core/agent/cot_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/prompt/advanced_prompt_transform.py
#	api/core/workflow/nodes/base/node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/llm/node.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/nodes/question_classifier/question_classifier_node.py
#	api/core/workflow/runtime/graph_runtime_state.py
#	api/extensions/storage/base_storage.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/account/oauth/authorize/page.tsx
#	web/app/components/app/configuration/config-var/config-modal/field.tsx
#	web/app/components/base/alert.tsx
#	web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx
#	web/app/components/base/chat/chat/answer/more.tsx
#	web/app/components/base/chat/chat/answer/operation.tsx
#	web/app/components/base/chat/chat/answer/workflow-process.tsx
#	web/app/components/base/chat/chat/citation/index.tsx
#	web/app/components/base/chat/chat/citation/popup.tsx
#	web/app/components/base/chat/chat/citation/progress-tooltip.tsx
#	web/app/components/base/chat/chat/citation/tooltip.tsx
#	web/app/components/base/chat/chat/question.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/view-form-dropdown.tsx
#	web/app/components/base/markdown-blocks/form.tsx
#	web/app/components/base/prompt-editor/plugins/hitl-input-block/component-ui.tsx
#	web/app/components/base/tag-management/panel.tsx
#	web/app/components/base/tag-management/trigger.tsx
#	web/app/components/header/account-setting/index.tsx
#	web/app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx
#	web/app/signin/utils/post-login-redirect.ts
#	web/eslint-suppressions.json
#	web/package.json
#	web/pnpm-lock.yaml
2026-03-23 09:00:45 +08:00
..
__tests__ test: add unit tests for base components (#32818) 2026-03-02 11:40:43 +08:00
file-from-link-or-local Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
file-uploader-in-attachment Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
file-uploader-in-chat-input Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
audio-preview.tsx test: add tests for file-upload components (#32373) 2026-02-24 16:16:06 +08:00
constants.ts feat(workflow): add configurable workflow file upload limit (#10176) 2024-11-04 15:55:34 +08:00
dynamic-pdf-preview.tsx Fix/pdf preview in build (#11621) 2024-12-13 11:01:53 +08:00
file-image-render.stories.tsx chore: update to story book nextjs-vite (#31536) 2026-01-26 17:07:20 +08:00
file-image-render.tsx refactor: unified cn utils (#29916) 2025-12-19 12:08:34 +08:00
file-input.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
file-list-in-log.tsx Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
file-list.stories.tsx chore: update to story book nextjs-vite (#31536) 2026-01-26 17:07:20 +08:00
file-type-icon.stories.tsx chore: update to story book nextjs-vite (#31536) 2026-01-26 17:07:20 +08:00
file-type-icon.tsx feat(icons): add custom FileImageFill icon for image file type 2026-01-23 17:09:40 +08:00
hooks.ts feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
index.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
pdf-highlighter-adapter.tsx test: add tests for file-upload components (#32373) 2026-02-24 16:16:06 +08:00
pdf-preview.tsx test: add tests for file-upload components (#32373) 2026-02-24 16:16:06 +08:00
store.tsx fix: can not upload file in single run (#32276) 2026-02-12 17:23:01 +08:00
types.ts feat: add db types in file tree icon 2026-01-22 16:13:09 +08:00
utils.ts refactor(web): consolidate download helpers (#31664) 2026-01-29 16:02:49 +08:00
video-preview.tsx test: add tests for file-upload components (#32373) 2026-02-24 16:16:06 +08:00