Commit Graph

21 Commits

Author SHA1 Message Date
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
d4bf9493c1 feat(image): add permission setting to EditImageDialog 2025-06-12 00:10:07 +08:00
shiyu
b5931de344 refactor(picture): streamline picture response mapping and improve thumbnail generation logic 2025-06-10 10:46:27 +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
0a6fe70537 feat(storage): implement storage management API and enhance storage mode handling 2025-06-09 12:12:37 +08:00
ShiYu
39c40d2746 feat(background): add visual recognition task and refactor picture processing 2025-06-08 15:40:52 +08:00
shiyu
2d5e2bf3fb feat(task-processor): implement PictureTaskProcessor for background image processing tasks 2025-06-07 21:27:00 +08:00
shiyu
a95651b04a feat(logManagement): implement log management service 2025-06-06 11:40:27 +08:00
shiyu
a73752bcc8 feat(pictureManagement): improve thumbnail generation and handling for uploaded images 2025-06-02 19:51:43 +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
32af3720e3 feat(vector-db): integrate vector database for image search
- Replace pgvector with Microsoft Vector DB for image vector storage and search
- Update Picture model to use float[] instead of Vector type
- Modify PictureService to use VectorDbService for vector search
- Remove vector-related code from MyDbContext
- Add PictureVector model for Vector DB integration
2025-05-31 00:33:37 +08:00
shiyu
f52507b129 feat(StorageService, PictureController): refactor storage service methods to use unified ExecuteAsync pattern for file operations 2025-05-28 18:47:57 +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
3b6ee4feaf feat(ImageGrid): add edit functionality for images and update picture API 2025-05-25 15:49:27 +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
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
fba716ba28 refactor(services): split services into separate folders and update namespaces 2025-05-22 21:18:02 +08:00