Commit Graph

17 Commits

Author SHA1 Message Date
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
686cc5fd11 feat(userManagement): add user detail view and filtering capabilities 2025-06-02 12:46:11 +08:00
shiyu
d76bf5b751 feat: implement account binding functionality for GitHub and LinuxDo 2025-06-01 15:39:14 +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
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
085b0dacb7 feat(config): add IsSecret property to Config 2025-05-25 00:09:30 +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
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
ShiYu
9243a26189 feat(storage): refactor storage service and provider interface, support dynamic registration of storage providers 2025-05-22 16:31:32 +08:00
ShiYu
df2358d688 feat(storage): add support for Tencent Cloud COS 2025-05-21 23:50:02 +08:00
ShiYu
97e3586cf8 feat(auth): add user information update feature and refactor the authentication service. 2025-05-20 22:38:39 +08:00
ShiYu
85dc34f6ea feat(storage): add S3-compatible storage support 2025-05-20 09:49:11 +08:00
ShiYu
61f254450c feat: add storage type support and update the configuration interface. 2025-05-19 17:22:39 +08:00
shiyu
cde2c7b997 Initial commit 2025-05-18 20:48:20 +08:00