guangfei.zhao
fc0b7b2cc9
feat(login): add password visibility toggle and confirm password field
2025-11-18 11:15:09 +08:00
guangfei.zhao
fd640631fc
fix(pdfjs): ensure correct MIME type for PDF.js worker files
2025-11-17 13:35:37 +08:00
guangfei.zhao
11d2bf228a
refactor(knowledge): rename GeneralForm to CreateGeneralForm and simplify form fields
2025-11-17 11:30:34 +08:00
guangfei.zhao
3ab77361a1
feat(pdf-viewer): add postinstall script for pdfjs worker and simplify pdf rendering
2025-11-17 11:20:20 +08:00
guangfei.zhao
3118fa4f1b
fix(login): correct password validation message path
...
refactor(iframe-bridge): update route prefix from '/ragflow' to '/route-ragflow'
2025-11-17 10:42:42 +08:00
guangfei.zhao
32c77d9f8e
build(iframe-bridge): update module imports and tsconfig for NodeNext
2025-11-15 01:23:40 +08:00
guangfei.zhao
b75a4e4564
build: install and link subpackage dependencies after copying workspace
2025-11-15 00:46:07 +08:00
guangfei.zhao
94ff0c13f7
refactor(Dockerfile): reorder pnpm install step for better build efficiency
2025-11-15 00:45:08 +08:00
guangfei.zhao
ae9ca74dbc
feat(chunk): add pdf preview and locate functionality to chunk results
2025-11-15 00:29:43 +08:00
guangfei.zhao
5bacd45419
fix(auth): prevent unauthorized requests and improve logout handling
2025-11-14 20:51:24 +08:00
guangfei.zhao
034c190373
feat(iframe-bridge): implement iframe communication bridge and language sync
2025-11-14 20:07:08 +08:00
guangfei.zhao
4356813820
refactor(language): move language constants to common module and improve language handling
2025-11-14 17:42:10 +08:00
guangfei.zhao
ef8076d87f
feat(models): add models page and refactor profile form
2025-11-14 16:48:42 +08:00
guangfei.zhao
97402674cd
ci(deploy): add pipefail condition and git clone comment
2025-11-14 13:49:09 +08:00
guangfei.zhao
9ff85984e4
build: add docker-compose and deploy script for frontend service
2025-11-14 13:38:37 +08:00
guangfei.zhao
a606b5766a
feat: add base url utility and update api endpoints
2025-11-11 11:27:56 +08:00
guangfei.zhao
21d46e7440
refactor(Dockerfile): reorganize build steps and remove redundant copy
2025-11-10 16:27:27 +08:00
guangfei.zhao
e392062a4b
build: remove pnpm install from Dockerfile
...
The pnpm install step is removed to optimize the Docker build process. The dependencies will be installed in a later stage when needed.
2025-11-10 16:19:24 +08:00
guangfei.zhao
4fb906a84d
build(docker): add pnpm workspace support and multi-stage dependency installation
2025-11-10 16:18:37 +08:00
guangfei.zhao
0457f2edd1
refactor(Dockerfile): split frontend build commands for clarity
2025-11-10 16:14:04 +08:00
guangfei.zhao
a3ff72e575
feat(iframe): add iframe bridge for ragflow integration
...
- Implement Penpal-based iframe communication bridge between host and child apps
- Add route handling for ragflow integration with '/route-ragflow' prefix
- Update navigation hooks to support embedded mode via iframe bridge
- Configure build and dependencies for new iframe-bridge package
- Adjust nginx config for proper SPA routing in subpath deployments
2025-11-10 16:11:21 +08:00
guangfei.zhao
81fa34669a
feat: update env configs and add team canvas endpoint
2025-11-10 11:09:22 +08:00
guangfei.zhao
b2053760be
feat: add ragflow web project & add pnpm workspace file
2025-11-09 11:18:58 +08:00
guangfei.zhao
ed6e0ab282
feat(agent-mui): add agent canvas, nodes, and related components
...
docs(agent-hooks-guide): add comprehensive guide for agent hooks usage and implementation
2025-11-07 17:49:44 +08:00
guangfei.zhao
b610ee0a8f
feat(knowledge): add parse type enum and refactor configuration components
...
refactor(configuration): replace buildMode with parseType in all config components
2025-11-07 13:30:59 +08:00
guangfei.zhao
b2d4d32375
fix(agent): rename IFlow to IAgent for clarity
2025-11-07 10:20:44 +08:00
guangfei.zhao
ddce6638ad
feat(knowledge): add build mode support for configuration components
...
add build mode parameter to all configuration components to toggle between built-in and pipeline modes
export new common items and update chunk method form to handle build mode selection
2025-11-07 10:10:40 +08:00
guangfei.zhao
d24b371929
feat(knowledge): add pipeline support and build mode selection
...
refactor(configuration): reorganize naive config form with pipeline selector
feat(form): add RadioFormField component for build mode selection
docs: add ahooks usage guide for common patterns
style: update app title and favicon
chore: clean up unused agent interfaces
2025-11-06 23:06:23 +08:00
guangfei.zhao
e325beea4b
feat(agent): implement agent detail page with canvas view and version history
2025-11-06 16:53:47 +08:00
guangfei.zhao
889d385709
feat(agent): implement agent management UI and operations
2025-11-05 17:20:58 +08:00
guangfei.zhao
b34988e830
feat(agent): add agent management feature with list view and routing
2025-11-04 18:32:51 +08:00
guangfei.zhao
37dcab1597
feat(knowledge): add overview page for knowledge base logs
...
- Implement new overview page to display file and dataset processing logs
2025-11-04 15:32:55 +08:00
guangfei.zhao
74c4f798a5
feat(knowledge): add RAPTOR and Knowledge Graph config sections to parsers
...
refactor(knowledge): reorganize parser configuration components into accordions
2025-11-03 17:47:33 +08:00
guangfei.zhao
19b70a4abd
feat(chunk): add chunk editing and image preview functionality
2025-10-30 17:56:03 +08:00
guangfei.zhao
b35fe51d60
feat(i18n): add file upload translations and update raptor prompt
2025-10-29 16:54:04 +08:00
guangfei.zhao
9199ed7c29
feat(i18n): add internationalization support across multiple components
2025-10-29 16:40:20 +08:00
guangfei.zhao
184c232cc8
feat(knowledge): add team filtering and improve request handling
2025-10-29 13:24:19 +08:00
guangfei.zhao
ef0a99ea30
refactor(build): improve caching strategy with content hashing
...
feat(header): add translation support for menu items
fix(models): enhance model factory handling with proper dialogs
2025-10-29 10:29:08 +08:00
guangfei.zhao
303715f82c
feat: add flask dev mode and optimize SVG handling
...
- Optimize SVG loading using import.meta.glob and manual chunking
2025-10-28 15:28:56 +08:00
guangfei.zhao
ba569dafad
build(vite): configure server host and allowed hosts
2025-10-27 15:09:18 +08:00
guangfei.zhao
87f530ca55
refactor(model-dialogs): remove unused azure openai and bedrock dialog hooks
2025-10-27 14:59:49 +08:00
guangfei.zhao
24ceec5cc3
feat(docker): add flask build mode support and port configuration
2025-10-27 14:56:13 +08:00
guangfei.zhao
46cc8a254a
feat(i18n): add internationalization support across multiple components
2025-10-27 14:41:58 +08:00
guangfei.zhao
49742f6219
fix(knowledge): format progress percentage to 2 decimal places
2025-10-24 17:56:19 +08:00
guangfei.zhao
fd256025b3
feat(llm-config): add generic configuration dialog for LLM providers
2025-10-24 17:49:25 +08:00
guangfei.zhao
edba1f049e
feat(models): implement model configuration dialogs for Azure, Bedrock and Ollama
2025-10-24 15:40:34 +08:00
guangfei.zhao
a9b47f776b
refactor(setting): split model dialogs into separate components
2025-10-24 11:41:44 +08:00
guangfei.zhao
cdc0a466b4
refactor(mcp): improve server list pagination and form validation
2025-10-23 17:14:59 +08:00
guangfei.zhao
b513565f30
feat(mcp): implement mcp server management with CRUD operations
2025-10-23 16:28:23 +08:00
guangfei.zhao
a1ac879c6c
feat(settings): add team management functionality with user invite and team operations
2025-10-22 17:26:08 +08:00