shiyu
f4c18f991f
chore: update version to v1.7.4
2026-01-19 16:50:36 +08:00
shiyu
58c2cdd440
feat: enforce simultaneous username and password requirement for alist and openlist adapters
2026-01-19 15:58:12 +08:00
shiyu
c441d8776f
feat: enhance backup functionality with section selection and import mode options
2026-01-18 21:01:59 +08:00
shiyu
45e0194465
chore: update version to v1.7.3
2026-01-18 18:18:51 +08:00
shiyu
540065f195
feat: implement write_upload_file method for various adapters to handle file uploads
2026-01-18 18:14:04 +08:00
shiyu
4f86e2da4d
feat: enhance file upload handling and response normalization in virtual file system
2026-01-18 15:14:25 +08:00
shiyu
31d347d24f
feat: add support for filename in public file access and update temp link generation
2026-01-16 20:55:03 +08:00
shiyu
7a9a20509c
feat: update system prompt to adjust response language based on user input
2026-01-16 16:29:16 +08:00
shiyu
373b6410c2
feat: add time tool with offset support and update localization for weekday
2026-01-16 15:46:42 +08:00
shiyu
bb9589fa62
chore: update version to v1.7.2 in service configuration
2026-01-16 11:20:19 +08:00
shiyu
ab89451b2d
feat: implement cron-based automation task scheduling and update task configuration
2026-01-15 15:04:10 +08:00
shiyu
1679b03d3a
chore: update version to v1.7.1 in service configuration
2026-01-12 10:24:18 +08:00
shiyu
87770176b6
feat: expand AI provider support and update descriptions
...
- Updated AIProviderBase and AIProviderUpdate to support new API formats: 'anthropic' and 'ollama'.
- Added SVG icons for Anthropic, Azure, Ollama, and Z.ai providers.
- Updated AI provider payload interface to include new formats.
- Enhanced English and Chinese localization for new providers and updated descriptions for OpenAI and Anthropic.
- Added new provider templates for Azure OpenAI, Anthropic, Z.ai, and Ollama in the settings tab.
- Updated the API format selection in the settings tab to include new options.
2026-01-11 22:29:22 +08:00
shiyu
e7cf8dbdb8
chore: update version to v1.7.0 in service configuration
2026-01-11 14:09:29 +08:00
shiyu
e7eafdee97
feat: add session locking mechanism in Telegram adapter and improve SPA fallback handling
2026-01-11 14:08:52 +08:00
shiyu
051b49d3f6
feat: improve error handling in propfind function and enhance directory listing logic
2026-01-11 13:32:48 +08:00
shiyu
b059b0eb44
feat: enhance Telegram adapter to support parsing legacy session_string and fetching thumbnails
2026-01-11 11:20:10 +08:00
shiyu
59ad2cb622
feat: update AIProvider structure to include has_api_key and adjust API key handling in settings
2026-01-10 13:22:07 +08:00
shiyu
6b2ada0b42
refactor: imports and reorganize domain structure
...
- Updated import statements across multiple modules to use relative imports for better encapsulation.
- Consolidated and organized the `__init__.py` files in various domain packages to expose necessary classes and functions.
- Improved code readability and maintainability by grouping related imports and removing unused ones.
- Ensured consistent import patterns across the domain, enhancing the overall structure of the codebase.
2026-01-09 17:28:10 +08:00
时雨
a727e77341
feat: Implement AI Agent with enhanced tool processing capabilities ( #89 )
...
* feat: Implement AI Agent with tool processing capabilities
- Added tools for listing and running processors in the agent.
- Created data models for agent chat requests and tool calls.
- Developed API integration for agent chat and streaming responses.
- Built the AI Agent widget with a user interface for interaction.
- Styled the agent components for better user experience.
* feat: 增强 AI 助手工具功能,添加文件操作和搜索功能,更新界面显示
* feat: 更新 AI 助手组件
* feat: 更新 AiAgentWidget 组件样式,调整背景和边距以提升界面一致性
2026-01-09 16:19:20 +08:00
shiyu
4638356a45
chore: update version to v1.6.1
2026-01-08 12:20:26 +08:00
shiyu
b7685db0e8
feat: add versioning support for plugin assets and improve loading status handling
2026-01-08 10:13:09 +08:00
shiyu
4dd0a4b1d6
chore: update version to v1.6.0
2026-01-06 18:02:01 +08:00
时雨
24255744df
feat: enhance plugin functionality
2026-01-06 16:54:49 +08:00
shiyu
31d97b2968
chore: update version to v1.5.5
2026-01-03 21:19:47 +08:00
shiyu
2fa93a1eeb
feat: add vector and file collection constants, update vector index handling
2026-01-03 15:12:20 +08:00
shiyu
ed9090c3d0
chore: update version to v1.5.4
2026-01-02 11:42:26 +08:00
shiyu
d430254868
feat: add Foxel adapter support and localization entries
2026-01-01 23:57:27 +08:00
shiyu
ef5ef2730c
feat(audit): enhance client IP extraction logic in request handling
2026-01-01 15:45:38 +08:00
shiyu
5393a973eb
chore: update version to v1.5.3
2025-12-30 17:36:15 +08:00
shiyu
078709b871
feat(audit): update log clearing confirmation message and remove redundant checks
2025-12-30 14:41:21 +08:00
shiyu
d788bde44f
chore: update version to v1.5.2
2025-12-30 12:54:58 +08:00
shiyu
28ede26801
feat(s3): implement multipart upload functionality and related endpoints
2025-12-30 12:16:18 +08:00
shiyu
036eeb92c2
fix: enhance S3 signature authorization handling and improve error responses
2025-12-30 10:00:25 +08:00
shiyu
5701a13f4f
chore: update version to v1.5.1
2025-12-29 16:53:53 +08:00
shiyu
184997deed
feat(audit): add audit logs for S3/WebDAV mapping APIs
2025-12-29 16:41:02 +08:00
shiyu
91ff1860b7
fix: update setConfig function to allow optional value and fix API endpoint
2025-12-29 10:29:44 +08:00
shiyu
ff1c06ad18
chore(deps): update Python version requirement and dependencies
2025-12-25 15:48:28 +08:00
shiyu
adb80d0a6c
feat(Dropbox): add Dropbox adapter with file management capabilities and localization support
2025-12-22 21:49:46 +08:00
shiyu
bcd4ae7aef
feat(S3): update region handling to allow blank input and improve user guidance
2025-12-22 16:03:23 +08:00
shiyu
1ef80a087c
feat(adapters): add AList and OpenList adapter types with configuration schemas
2025-12-22 15:10:39 +08:00
shiyu
5127d9f0fc
feat(audit): add client IP extraction to audit logging
2025-12-17 11:10:37 +08:00
shiyu
724f551b00
feat(video-library): implement video library processing and API integration
2025-12-16 18:02:46 +08:00
shiyu
aaae37e7cb
feat: add video transcoding URL retrieval and enhance thumbnail generation logic
2025-12-15 22:01:07 +08:00
shiyu
78de3b46be
feat: enhance video thumbnail generation
2025-12-15 18:03:13 +08:00
shiyu
0fcb3b8ce0
feat: add support for opening plugins
2025-12-15 14:49:01 +08:00
shiyu
d7260e8863
fix: update type hint for VectorDBService instance variable
2025-12-10 11:20:25 +08:00
shiyu
62d0316d48
chore: remove unnessary imports
2025-12-10 11:02:35 +08:00
shiyu
fc85f21aaa
chore: update version to v1.4.0
2025-12-09 15:22:02 +08:00
shiyu
055c240079
refactor: split virtual fs mapping and search modules
2025-12-09 11:09:24 +08:00