Commit Graph

  • 853efaa2fe feat(auth): add configuration options for user registration and anonymous image hosting shiyu 2025-06-10 16:42:39 +08:00
  • b5931de344 refactor(picture): streamline picture response mapping and improve thumbnail generation logic shiyu 2025-06-10 10:46:27 +08:00
  • 48730bebea docs(guide): add getting started guide and enhance documentation ShiYu 2025-06-10 00:54:15 +08:00
  • dbe306d2df feat(auth): implement cookie-based token management and update user ID retrieval ShiYu 2025-06-09 23:57:16 +08:00
  • f7048c3025 Merge remote-tracking branch 'origin/master' shiyu 2025-06-09 21:19:19 +08:00
  • 77372a6394 feat(docs): update deployment configuration for documentation upload shiyu 2025-06-09 21:14:55 +08:00
  • 4fcafc6c9c feat(docs): update deployment configuration for documentation upload shiyu 2025-06-09 21:14:55 +08:00
  • 448edf8153 feat(docs): update docs shiyu 2025-06-09 20:17:52 +08:00
  • 27daec0aa1 feat(ui): clean up imports in Index.tsx and remove unused state shiyu 2025-06-09 15:15:04 +08:00
  • e55f311c04 feat(album): add cover picture functionality to albums and enhance album management API shiyu 2025-06-09 15:12:50 +08:00
  • 9d9393f9ce feat(ui): enhance admin panel navigation with new icons and updated labels shiyu 2025-06-09 13:28:08 +08:00
  • e6fac3d31d feat(docs): update deployment workflow to prepare target directory and upload documentation shiyu 2025-06-09 13:12:52 +08:00
  • a869ff1954 feat(docs): add VitePress documentation setup and deployment workflow shiyu 2025-06-09 13:07:42 +08:00
  • 0a6fe70537 feat(storage): implement storage management API and enhance storage mode handling shiyu 2025-06-09 12:12:15 +08:00
  • 4ef4b2056b refactor(background): enhance BackgroundTask and VisualRecognitionTaskProcessor structure and logging shiyu 2025-06-08 16:48:47 +08:00
  • d46b87449c Merge remote-tracking branch 'origin/master' ShiYu 2025-06-08 15:41:22 +08:00
  • 39c40d2746 feat(background): add visual recognition task and refactor picture processing ShiYu 2025-06-08 15:40:08 +08:00
  • cf0aa87d79 feat(background): add visual recognition task and refactor picture processing ShiYu 2025-06-08 15:40:08 +08:00
  • 7ad8b6c826 refactor(Web): optimize task management and layout styles ShiYu 2025-06-08 00:33:50 +08:00
  • 2d5e2bf3fb feat(task-processor): implement PictureTaskProcessor for background image processing tasks shiyu 2025-06-07 21:26:24 +08:00
  • 46b9b3a5e4 fix(appsettings): adjust logging level for HttpClient to Warning shiyu 2025-06-07 16:58:43 +08:00
  • 4e66cbf563 refactor(api): streamline imports and enhance type definitions across multiple files shiyu 2025-06-07 15:58:25 +08:00
  • 8127d1f570 fix(README): update download link for compose.yaml to use master branch shiyu 2025-06-07 14:28:38 +08:00
  • 84207824f9 feat(docker): add Docker Compose configuration for Foxel and update README for deployment instructions shiyu 2025-06-07 14:24:11 +08:00
  • 31a4f2e469 refactor(imageGrid): add context menu and image card components for enhanced image interaction shiyu 2025-06-07 12:43:56 +08:00
  • bbf4e30847 fix(AI,Web): Optimize the experience ShiYu 2025-06-07 10:00:08 +08:00
  • 38efca8bc0 fix(web): update admin base href to /admin/dashboard ShiYu 2025-06-07 09:38:04 +08:00
  • 288e10a2d0 feat(adminLayout): refactor route matching logic and improve breadcrumb handling shiyu 2025-06-06 21:27:20 +08:00
  • 40106095aa feat(imageGrid): enhance layout and responsiveness of image grid and cards shiyu 2025-06-06 14:33:06 +08:00
  • a95651b04a feat(logManagement): implement log management service shiyu 2025-06-06 11:39:39 +08:00
  • a73752bcc8 feat(pictureManagement): improve thumbnail generation and handling for uploaded images shiyu 2025-06-02 19:51:43 +08:00
  • 09279b0ce4 feat(telegram): enhance file handling by supporting stickers and photos shiyu 2025-06-02 19:02:48 +08:00
  • a5f05623e6 fix(dashboard): update user fetching shiyu 2025-06-02 12:56:59 +08:00
  • 67168a99b6 feat(pictureManagement): add advanced filtering and search functionality for pictures shiyu 2025-06-02 12:52:46 +08:00
  • 686cc5fd11 feat(userManagement): add user detail view and filtering capabilities shiyu 2025-06-02 12:43:05 +08:00
  • 6243b9b62a feat(fetchClient): handle 403 status with error message and redirect shiyu 2025-06-02 12:16:47 +08:00
  • d015701078 feat(docker): add QEMU and Buildx setup for multi-platform builds shiyu 2025-06-02 10:53:10 +08:00
  • 3160d0c094 feat(docker): support multiple platforms in build configuration shiyu 2025-06-02 10:50:05 +08:00
  • 804866f8b4 feat(docker): add support for linux/arm64 platform in build configuration shiyu 2025-06-02 10:47:46 +08:00
  • d76bf5b751 feat: implement account binding functionality for GitHub and LinuxDo shiyu 2025-06-01 15:05:26 +08:00
  • c458f3c6f7 feat(Header, Sidebar): enhance mobile responsiveness by conditionally rendering components shiyu 2025-06-01 11:44:42 +08:00
  • b4736f30a8 docs(README): update database requirements section ShiYu 2025-05-31 23:52:46 +08:00
  • 4b5d6c7510 feat(api): handle 401 status and improve authentication flow ShiYu 2025-05-31 23:25:08 +08:00
  • 06ed86da8e feat(initializer): update default configurations and introduce dynamic JWT key ShiYu 2025-05-31 23:17:38 +08:00
  • 70efa3a9b2 refactor(VectorDb): simplify QdrantVectorDbService class ShiYu 2025-05-31 23:07:45 +08:00
  • 6433781f07 refactor(Web): update type casting and remove unused imports ShiYu 2025-05-31 23:07:12 +08:00
  • 44d2616fd4 feat: Support multiple vector database selection, add InMemory and Qdrant adapters, introduce admin dashboard shiyu 2025-05-31 21:00:48 +08:00
  • b2bacc54a9 feat(services): implement VectorDbService for user-specific picture collections ShiYu 2025-05-31 00:35:55 +08:00
  • 32af3720e3 feat(vector-db): integrate vector database for image search ShiYu 2025-05-31 00:33:37 +08:00
  • 5886eb8690 Merge remote-tracking branch 'origin/master' shiyu 2025-05-28 18:48:07 +08:00
  • f52507b129 feat(StorageService, PictureController): refactor storage service methods to use unified ExecuteAsync pattern for file operations shiyu 2025-05-28 18:47:57 +08:00
  • e346b9792e docs(README): update WeChat group QR code image ShiYu 2025-05-27 23:35:55 +08:00
  • 672e0611fa feat(PictureController): refactor Telegram file handling to improve error management and metadata storage shiyu 2025-05-26 19:17:07 +08:00
  • 168bf0ae76 feat(TelegramStorage): add proxy configuration support for Telegram API requests #10 shiyu 2025-05-26 19:11:51 +08:00
  • da8c19c2e8 feat(AiService, Config, DatabaseInitializer, SystemConfig): enhance AI prompt configurations and improve UI for prompt management shiyu 2025-05-26 14:43:56 +08:00
  • 086d466975 docs(README): update deployment instructions ShiYu 2025-05-26 11:23:58 +08:00
  • 4b89243ce5 docs(README): update the community ShiYu 2025-05-25 22:44:12 +08:00
  • 4a8b447e0d feat(AlbumService, ImageGrid, ImageViewer): enhance album deletion, optimize image loading, and improve favorite handling shiyu 2025-05-25 17:24:36 +08:00
  • e82eb326f5 feat(deployment): add volume mapping for image uploads in Docker container shiyu 2025-05-25 16:00:07 +08:00
  • 6085edec21 fix(AllImages): fix image loading shiyu 2025-05-25 15:53:26 +08:00
  • d4b8830f70 Merge remote-tracking branch 'origin/master' shiyu 2025-05-25 15:49:34 +08:00
  • 3b6ee4feaf feat(ImageGrid): add edit functionality for images and update picture API shiyu 2025-05-25 15:48:19 +08:00
  • a187651231 feat(ImageGrid): add edit functionality for images and update picture API shiyu 2025-05-25 15:48:19 +08:00
  • 6a6b78c94d docs(README): update deployment instructions and database connection details shiyu 2025-05-25 13:25:14 +08:00
  • 3f0407e9b2 fix(SearchDialog): remove unused Divider import shiyu 2025-05-25 13:09:20 +08:00
  • 02fecc020c feat(ConfigService): add support for secret configuration keys shiyu 2025-05-25 12:34:51 +08:00
  • 6d52c4f258 refactor(AiService): switch to IHttpClientFactory for HttpClient management shiyu 2025-05-25 12:13:40 +08:00
  • a5c7959c4a feat(ConfigGroup, SystemConfig): add support for secret fields in configuration forms shiyu 2025-05-25 12:08:15 +08:00
  • 6866580dce fix(PictureService, SearchDialog): enhance vector search with error handling and tab management #9 shiyu 2025-05-25 11:58:04 +08:00
  • 27a59e8938 Merge remote-tracking branch 'origin/master' ShiYu 2025-05-25 00:12:30 +08:00
  • 085b0dacb7 feat(config): add IsSecret property to Config ShiYu 2025-05-25 00:09:30 +08:00
  • 2f2ee3c535 fix(README): update shiyu 2025-05-24 18:31:16 +08:00
  • 98e40ce31e docs(README): add community engagement section with group information shiyu 2025-05-24 17:49:20 +08:00
  • 38dd543e28 fix(README): add --pull always option to Docker run command shiyu 2025-05-24 17:38:42 +08:00
  • 28ecc9615f feat(Docker): add EF Core migrations shiyu 2025-05-24 16:51:11 +08:00
  • ab5351d250 feat(deployment): add GitHub Actions workflow for server deployment shiyu 2025-05-24 15:14:23 +08:00
  • 12e2023e8c docs(README): enhance deployment instructions with detailed configuration parameters ShiYu 2025-05-24 11:53:10 +08:00
  • c2a9d07772 feat(upload): remove image format conversion options #6 ShiYu 2025-05-24 11:41:06 +08:00
  • bec2c26b38 docs(README): update warnings and add star history chart ShiYu 2025-05-24 10:46:02 +08:00
  • 85a1298ed0 ci(docker): update workflow to build and push Docker images ShiYu 2025-05-24 10:39:16 +08:00
  • 056b685eaa fix(background): ensure partial results are saved on failure ShiYu 2025-05-24 10:29:22 +08:00
  • b76d462b12 feat(Config): add backup and restore configuration functionality ShiYu 2025-05-24 00:49:48 +08:00
  • 5c5b63e82f feat(StorageConfig): enhance storage settings UI with separate configurations for logged-in and anonymous users ShiYu 2025-05-24 00:35:13 +08:00
  • 6da267a566 fix(README): update Docker run command to correct environment variable formatting shiyu 2025-05-23 22:07:46 +08:00
  • f36e9c4fbb feat(Docker): update workflow condition to trigger on specific commit message shiyu 2025-05-23 22:01:56 +08:00
  • c3e012e1ae feat(Docker): add GitHub Actions workflow for building and pushing Docker image shiyu 2025-05-23 21:52:41 +08:00
  • 3feb71493f feat(DatabaseInitializer): add database migration logic and clean up initialization process shiyu 2025-05-23 21:31:04 +08:00
  • 7932240bbb feat(AuthService): assign admin role to the first registered user and clean up admin user creation logic shiyu 2025-05-23 20:22:13 +08:00
  • c9576d510e Merge remote-tracking branch 'origin/master' shiyu 2025-05-23 20:20:01 +08:00
  • b26b076736 feat(upload): add image format conversion and quality settings for uploads #6 shiyu 2025-05-23 20:10:09 +08:00
  • 3fd5df2f19 feat(upload): add image format conversion and quality settings for uploads #6 shiyu 2025-05-23 20:10:09 +08:00
  • c6cc7cc777 fix(README): update logo path to correct directory shiyu 2025-05-23 19:17:12 +08:00
  • 0691f1c87d refactor: restructure directories to improve module organization Foxel.Models.Request.Picture - Foxel.Models.Request.Tag - Foxel.Models.Request.Auth - Foxel.Models.Request.Picture ShiYu 2025-05-23 15:07:37 +08:00
  • a03e245d67 refactor(storage): update storage providers to use IConfigService for configuration management ShiYu 2025-05-22 23:13:03 +08:00
  • 93fb2db208 docs(README): add WebDAV support ShiYu 2025-05-22 21:52:14 +08:00
  • c00812e653 feat(storage): add WebDAV storage support #4 ShiYu 2025-05-22 21:48:07 +08:00
  • fba716ba28 refactor(services): split services into separate folders and update namespaces ShiYu 2025-05-22 21:18:02 +08:00
  • 9243a26189 feat(storage): refactor storage service and provider interface, support dynamic registration of storage providers ShiYu 2025-05-22 16:31:32 +08:00
  • cafe48402e docs(README): update sections and improve layout ShiYu 2025-05-22 00:01:40 +08:00
  • 0f010d0386 Merge remote-tracking branch 'origin/master' ShiYu 2025-05-21 23:50:08 +08:00