Commit Graph

42 Commits

Author SHA1 Message Date
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
09279b0ce4 feat(telegram): enhance file handling by supporting stickers and photos 2025-06-02 19:02:48 +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
d76bf5b751 feat: implement account binding functionality for GitHub and LinuxDo 2025-06-01 15:39:14 +08:00
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
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
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
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
3b6ee4feaf feat(ImageGrid): add edit functionality for images and update picture API 2025-05-25 15:49:27 +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
6866580dce fix(PictureService, SearchDialog): enhance vector search with error handling and tab management #9 2025-05-25 11:58:04 +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
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
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
b26b076736 feat(upload): add image format conversion and quality settings for uploads #6 2025-05-23 20:19:55 +08:00
ShiYu
a03e245d67 refactor(storage): update storage providers to use IConfigService for configuration management 2025-05-22 23:13:03 +08:00
ShiYu
c00812e653 feat(storage): add WebDAV storage support #4 2025-05-22 21:48:07 +08:00
ShiYu
fba716ba28 refactor(services): split services into separate folders and update namespaces 2025-05-22 21:18:02 +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
32e011ba11 refactor(BackgroundTaskQueue): streamline file handling and storage logic 2025-05-21 15:09:07 +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
2c73fc29df fix(user): include role when getting user by email 2025-05-20 19:06:34 +08:00
ShiYu
85dc34f6ea feat(storage): add S3-compatible storage support 2025-05-20 09:49:11 +08:00
ShiYu
09a05706c7 fix: standardize upload request path and handle null storage path in URL generation 2025-05-20 00:04:14 +08:00
ShiYu
1ebe7b9e6c feat: update Dockerfile to install EF Core tools and perform database migrations 2025-05-19 23:15:15 +08:00
shiyu
f8bc7baede feat: implement database initialization and admin user setup 2025-05-19 21:02:43 +08:00
ShiYu
61f254450c feat: add storage type support and update the configuration interface. 2025-05-19 17:22:39 +08:00
shiyu
ab83c519c4 refactor: improve GitHub OAuth handling and update authentication flow 2025-05-19 12:16:53 +08:00
shiyu
cde2c7b997 Initial commit 2025-05-18 20:48:20 +08:00