shiyu
9612a69f9d
feat: 添加裁剪人脸图片功能,更新人脸管理服务以支持裁剪路径
2025-06-17 16:18:04 +08:00
ShiYu
8a7429f1df
style: 调整面板和图片展示样式,优化布局和视觉效果
2025-06-17 01:00:20 +08:00
ShiYu
aa63139ac1
feat: 添加人脸探索功能,支持用户查看和管理人脸聚类
2025-06-17 00:19:28 +08:00
shiyu
429ce92cdb
feat: Implement face clustering management service and API
2025-06-16 20:07:39 +08:00
shiyu
00dbaff8b2
feat(face-recognition): add face detection support and UI overlay
2025-06-16 12:47:48 +08:00
ShiYu
204bc96c56
feat(background): add face recognition functionality- Implement face recognition task type and processing
2025-06-14 00:38:25 +08:00
ShiYu
a56ec32a15
refactor(auth): update AuthContext import path
2025-06-14 00:01:08 +08:00
shiyu
28ca2387f7
feat(upload): add storage mode selection and retrieval for image uploads
2025-06-13 12:32:43 +08:00
ShiYu
d4bf9493c1
feat(image): add permission setting to EditImageDialog
2025-06-12 00:10:07 +08:00
shiyu
853efaa2fe
feat(auth): add configuration options for user registration and anonymous image hosting
2025-06-10 16:42:39 +08:00
ShiYu
dbe306d2df
feat(auth): implement cookie-based token management and update user ID retrieval
2025-06-09 23:57:16 +08:00
shiyu
27daec0aa1
feat(ui): clean up imports in Index.tsx and remove unused state
2025-06-09 15:15:04 +08:00
shiyu
e55f311c04
feat(album): add cover picture functionality to albums and enhance album management API
2025-06-09 15:13:14 +08:00
shiyu
9d9393f9ce
feat(ui): enhance admin panel navigation with new icons and updated labels
2025-06-09 13:28:08 +08:00
shiyu
0a6fe70537
feat(storage): implement storage management API and enhance storage mode handling
2025-06-09 12:12:37 +08:00
shiyu
4ef4b2056b
refactor(background): enhance BackgroundTask and VisualRecognitionTaskProcessor structure and logging
2025-06-08 16:48:47 +08:00
ShiYu
39c40d2746
feat(background): add visual recognition task and refactor picture processing
2025-06-08 15:40:52 +08:00
ShiYu
7ad8b6c826
refactor(Web): optimize task management and layout styles
2025-06-08 00:33:50 +08:00
shiyu
2d5e2bf3fb
feat(task-processor): implement PictureTaskProcessor for background image processing tasks
2025-06-07 21:27:00 +08:00
shiyu
4e66cbf563
refactor(api): streamline imports and enhance type definitions across multiple files
2025-06-07 15:58:25 +08:00
shiyu
31a4f2e469
refactor(imageGrid): add context menu and image card components for enhanced image interaction
2025-06-07 12:43:56 +08:00
ShiYu
bbf4e30847
fix(AI,Web): Optimize the experience
2025-06-07 10:00:08 +08:00
ShiYu
38efca8bc0
fix(web): update admin base href to /admin/dashboard
2025-06-07 09:38:04 +08:00
shiyu
288e10a2d0
feat(adminLayout): refactor route matching logic and improve breadcrumb handling
2025-06-06 21:27:20 +08:00
shiyu
40106095aa
feat(imageGrid): enhance layout and responsiveness of image grid and cards
2025-06-06 14:33:06 +08:00
shiyu
a95651b04a
feat(logManagement): implement log management service
2025-06-06 11:40:27 +08:00
shiyu
a5f05623e6
fix(dashboard): update user fetching
2025-06-02 12:56:59 +08:00
shiyu
67168a99b6
feat(pictureManagement): add advanced filtering and search functionality for pictures
2025-06-02 12:52:46 +08:00
shiyu
686cc5fd11
feat(userManagement): add user detail view and filtering capabilities
2025-06-02 12:46:11 +08:00
shiyu
6243b9b62a
feat(fetchClient): handle 403 status with error message and redirect
2025-06-02 12:16:47 +08:00
shiyu
d76bf5b751
feat: implement account binding functionality for GitHub and LinuxDo
2025-06-01 15:39:14 +08:00
shiyu
c458f3c6f7
feat(Header, Sidebar): enhance mobile responsiveness by conditionally rendering components
2025-06-01 11:44:42 +08:00
ShiYu
4b5d6c7510
feat(api): handle 401 status and improve authentication flow
2025-05-31 23:25:08 +08:00
ShiYu
6433781f07
refactor(Web): update type casting and remove unused imports
2025-05-31 23:07:12 +08:00
shiyu
44d2616fd4
feat: Support multiple vector database selection, add InMemory and Qdrant adapters, introduce admin dashboard
2025-05-31 21:01:37 +08:00
shiyu
168bf0ae76
feat(TelegramStorage): add proxy configuration support for Telegram API requests #10
2025-05-26 19:11:51 +08:00
shiyu
da8c19c2e8
feat(AiService, Config, DatabaseInitializer, SystemConfig): enhance AI prompt configurations and improve UI for prompt management
2025-05-26 14:43:56 +08:00
shiyu
4a8b447e0d
feat(AlbumService, ImageGrid, ImageViewer): enhance album deletion, optimize image loading, and improve favorite handling
2025-05-25 17:24:36 +08:00
shiyu
6085edec21
fix(AllImages): fix image loading
2025-05-25 15:53:26 +08:00
shiyu
3b6ee4feaf
feat(ImageGrid): add edit functionality for images and update picture API
2025-05-25 15:49:27 +08:00
shiyu
3f0407e9b2
fix(SearchDialog): remove unused Divider import
2025-05-25 13:09:20 +08:00
shiyu
a5c7959c4a
feat(ConfigGroup, SystemConfig): add support for secret fields in configuration forms
2025-05-25 12:08:15 +08:00
shiyu
6866580dce
fix(PictureService, SearchDialog): enhance vector search with error handling and tab management #9
2025-05-25 11:58:04 +08:00
ShiYu
c2a9d07772
feat(upload): remove image format conversion options #6
...
- Remove image format conversion and quality settings from the upload dialog
- Update backend to use default format and quality settings
- Add system configuration options for default image format and quality
2025-05-24 11:41:06 +08:00
ShiYu
b76d462b12
feat(Config): add backup and restore configuration functionality
2025-05-24 00:49:48 +08:00
ShiYu
5c5b63e82f
feat(StorageConfig): enhance storage settings UI with separate configurations for logged-in and anonymous users
2025-05-24 00:35:13 +08:00
shiyu
b26b076736
feat(upload): add image format conversion and quality settings for uploads #6
2025-05-23 20:19:55 +08:00
ShiYu
0691f1c87d
refactor: restructure directories to improve module organization Foxel.Models.Request.Picture - Foxel.Models.Request.Tag - Foxel.Models.Request.Auth - Foxel.Models.Request.Picture
2025-05-23 15:07:37 +08:00