Commit Graph

85 Commits

Author SHA1 Message Date
ShiYu
06ed86da8e feat(initializer): update default configurations and introduce dynamic JWT key 2025-05-31 23:17:38 +08:00
ShiYu
70efa3a9b2 refactor(VectorDb): simplify QdrantVectorDbService class 2025-05-31 23:07:45 +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
b2bacc54a9 feat(services): implement VectorDbService for user-specific picture collections 2025-05-31 00:35:55 +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
5886eb8690 Merge remote-tracking branch 'origin/master' 2025-05-28 18:48:07 +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
e346b9792e docs(README): update WeChat group QR code image 2025-05-27 23:35:55 +08:00
shiyu
672e0611fa feat(PictureController): refactor Telegram file handling to improve error management and metadata storage 2025-05-26 19:17:07 +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
086d466975 docs(README): update deployment instructions 2025-05-26 11:23:58 +08:00
ShiYu
4b89243ce5 docs(README): update the community 2025-05-25 22:44:12 +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
e82eb326f5 feat(deployment): add volume mapping for image uploads in Docker container 2025-05-25 16:00:07 +08:00
shiyu
6085edec21 fix(AllImages): fix image loading 2025-05-25 15:53:26 +08:00
shiyu
d4b8830f70 Merge remote-tracking branch 'origin/master' 2025-05-25 15:49:34 +08:00
shiyu
3b6ee4feaf feat(ImageGrid): add edit functionality for images and update picture API 2025-05-25 15:49:27 +08:00
shiyu
a187651231 feat(ImageGrid): add edit functionality for images and update picture API 2025-05-25 15:48:19 +08:00
shiyu
6a6b78c94d docs(README): update deployment instructions and database connection details 2025-05-25 13:25:14 +08:00
shiyu
3f0407e9b2 fix(SearchDialog): remove unused Divider import 2025-05-25 13:09:20 +08:00
shiyu
02fecc020c feat(ConfigService): add support for secret configuration keys 2025-05-25 12:34:51 +08:00
shiyu
6d52c4f258 refactor(AiService): switch to IHttpClientFactory for HttpClient management 2025-05-25 12:13:40 +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
27a59e8938 Merge remote-tracking branch 'origin/master' 2025-05-25 00:12:30 +08:00
ShiYu
085b0dacb7 feat(config): add IsSecret property to Config 2025-05-25 00:09:30 +08:00
shiyu
2f2ee3c535 fix(README): update 2025-05-24 18:31:16 +08:00
shiyu
98e40ce31e docs(README): add community engagement section with group information 2025-05-24 17:49:20 +08:00
shiyu
38dd543e28 fix(README): add --pull always option to Docker run command 2025-05-24 17:38:42 +08:00
shiyu
28ecc9615f feat(Docker): add EF Core migrations 2025-05-24 16:51:11 +08:00
shiyu
ab5351d250 feat(deployment): add GitHub Actions workflow for server deployment 2025-05-24 15:14:23 +08:00
ShiYu
12e2023e8c docs(README): enhance deployment instructions with detailed configuration parameters 2025-05-24 11:53:10 +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
bec2c26b38 docs(README): update warnings and add star history chart 2025-05-24 10:46:02 +08:00
ShiYu
85a1298ed0 ci(docker): update workflow to build and push Docker images 2025-05-24 10:39:16 +08:00
ShiYu
056b685eaa fix(background): ensure partial results are saved on failure 2025-05-24 10:29:22 +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
6da267a566 fix(README): update Docker run command to correct environment variable formatting 2025-05-23 22:07:46 +08:00
shiyu
f36e9c4fbb feat(Docker): update workflow condition to trigger on specific commit message 2025-05-23 22:01:56 +08:00
shiyu
c3e012e1ae feat(Docker): add GitHub Actions workflow for building and pushing Docker image 2025-05-23 21:52:41 +08:00
shiyu
3feb71493f feat(DatabaseInitializer): add database migration logic and clean up initialization process 2025-05-23 21:31:04 +08:00
shiyu
7932240bbb feat(AuthService): assign admin role to the first registered user and clean up admin user creation logic 2025-05-23 20:22:13 +08:00
shiyu
c9576d510e Merge remote-tracking branch 'origin/master' 2025-05-23 20:20:01 +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
3fd5df2f19 feat(upload): add image format conversion and quality settings for uploads #6 2025-05-23 20:10:09 +08:00
shiyu
c6cc7cc777 fix(README): update logo path to correct directory 2025-05-23 19:17:12 +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