Commit Graph

435 Commits

Author SHA1 Message Date
Julien Froidefond
816abe2b90 feat: add cache entries API and enhance CacheSettings component with server and service worker cache previews 2025-10-18 13:45:15 +02:00
Julien Froidefond
ba8f23b058 feat: implement automatic retry mechanism for image loading in CoverClient, enhancing error handling and user experience 2025-10-18 13:17:21 +02:00
Julien Froidefond
b7704207ec feat: add caching debug logs and configurable max concurrent requests for Komga API to enhance performance monitoring 2025-10-18 09:08:41 +02:00
Julien Froidefond
ae4b766085 feat: implement caching strategy for API responses and adjust loading timeout in CoverClient for improved performance 2025-10-17 23:20:42 +02:00
Julien Froidefond
a22e77c4eb feat: enhance ClientLibraryPage loading state with improved skeleton structure and remove deprecated loading component 2025-10-17 23:07:01 +02:00
Julien Froidefond
7a70a2fb9f feat: update ClientLayout to hide header and sidebar on public routes and book reader paths for improved navigation 2025-10-17 22:58:37 +02:00
Julien Froidefond
f5e1332e21 feat: add force reload functionality to PhotoswipeReader for refreshing images and improve memory management by revoking blob URLs 2025-10-17 22:53:58 +02:00
Julien Froidefond
cfcf79cb7d refactor: remove unnecessary cache clearing API call in handleCloseReader for cleaner navigation logic 2025-10-17 22:29:13 +02:00
Julien Froidefond
45a5aed886 feat: enhance PhotoswipeReader with loading states for images and add fade-in animation for improved user experience 2025-10-17 22:27:50 +02:00
Julien Froidefond
adddac83b0 feat: update PhotoswipeReader to maintain current page reference and sync read progress on cleanup 2025-10-17 22:22:55 +02:00
Julien Froidefond
4672532a3a feat: integrate PhotoswipeReader component and remove BookReader for enhanced reading experience; add zoom functionality to control buttons 2025-10-17 17:04:37 +02:00
Julien Froidefond
592aadf4ab feat: refactor book page to use ClientBookPage component and enhance data fetching with next book information 2025-10-17 16:18:38 +02:00
Julien Froidefond
191f10b8d7 fix: update Dockerfile to create cache directory and adjust ownership for improved security and functionality 2025-10-17 15:35:30 +02:00
Julien Froidefond
0cec7f205f feat: implement zoom state management in ZoomablePage component to enhance zoom functionality and control panning behavior 2025-10-17 12:47:52 +02:00
Julien Froidefond
096bc78868 feat: add useEffect to PreferencesContext for automatic fetching of user preferences on component mount 2025-10-17 11:56:54 +02:00
Julien Froidefond
482bd9b0d2 feat: refactor UI components to utilize new Container, Section, and StatusBadge components for improved layout and styling consistency across the application 2025-10-17 11:49:28 +02:00
Julien Froidefond
4f28df6818 feat: add cache volume configuration to docker-compose files for improved caching management in development and production environments 2025-10-17 11:22:55 +02:00
Julien Froidefond
a0ce7c9503 fix: update background property to backgroundImage in ClientLayout for correct gradient rendering 2025-10-17 11:18:33 +02:00
Julien Froidefond
470391601d feat: add loading skeleton components for Library and Series pages to enhance user experience during data fetching 2025-10-17 11:16:22 +02:00
Julien Froidefond
e90ceefc60 refactor: remove loading state management and indicators from PaginatedSeriesGrid and PaginatedBookGrid components for cleaner UI 2025-10-17 11:13:22 +02:00
Julien Froidefond
faca1cdce6 feat: enhance UI components with backdrop blur effects and improved background styles for better visual aesthetics 2025-10-17 11:09:07 +02:00
Julien Froidefond
8d6f8f4de7 feat: enhance image loading in CoverClient component with timeout handling and error management, update PreferencesContext to initialize loading state as false, and refine type casting in PreferencesService 2025-10-17 10:47:36 +02:00
Julien Froidefond
2e183bb5d6 feat: add background customization settings with gradient and image options, update preferences context and UI components for user preferences management 2025-10-17 10:47:05 +02:00
Julien Froidefond
c370b8372a feat: implement DELETE API endpoints for cache invalidation in libraries and series, updating ClientLibraryPage and ClientSeriesPage to utilize these endpoints 2025-10-17 10:28:56 +02:00
Julien Froidefond
42738412a8 feat: add dynamic rendering support to AccountPage, AdminPage, DownloadsPage, and SettingsPage components 2025-10-17 10:21:42 +02:00
Julien Froidefond
77742bbec2 feat: add retry functionality to ErrorMessage component and implement retry logic in ClientLibraryPage and ClientSeriesPage for improved error handling 2025-10-17 10:21:35 +02:00
Julien Froidefond
946b495ce2 feat: implement DELETE API endpoint for cache invalidation in HomeService and update ClientHomePage to utilize it 2025-10-17 10:12:50 +02:00
Julien Froidefond
fea04e4d10 refactor: remove server-side data fetching for libraries and favorites in RootLayout, transitioning to client-side loading in Sidebar 2025-10-17 10:06:51 +02:00
Julien Froidefond
e396503ddb refactor: simplify HomePage and LibraryPage components by integrating ClientHomePage and ClientLibraryPage, enhancing data fetching and error handling 2025-10-17 08:46:19 +02:00
Julien Froidefond
bf94c29bc6 fix: handle missing Komga configuration gracefully by returning an empty array instead of an error in API routes 2025-10-17 08:37:08 +02:00
Julien Froidefond
b8af5e2468 feat: add script to reset admin password and update package.json with new command 2025-10-17 08:23:36 +02:00
Julien Froidefond
f636a7b112 feat: add cache size retrieval functionality and display in CacheSettings component 2025-10-17 08:23:27 +02:00
Julien Froidefond
2c850d1c59 chore: update ENV.md for NextAuth URL configuration, remove debug logging from middleware, and adjust session token handling in auth middleware 2025-10-16 23:56:46 +02:00
Julien Froidefond
57a1cb5e46 feat: enhance middleware and authentication handling by adding health check route, improving session cookie security, and logging for debugging 2025-10-16 23:32:33 +02:00
Julien Froidefond
0c66fae916 chore: update Dockerfile to include scripts directory and modify start command for production; add default admin password to ENV.md 2025-10-16 23:08:46 +02:00
Julien Froidefond
a3c6983473 chore: update docker-compose configuration to include health checks for MongoDB and add mongodb-init service for initialization scripts 2025-10-16 22:55:56 +02:00
Julien Froidefond
9899789fce feat: add admin role management with user authentication checks and update sidebar for admin access 2025-10-16 22:39:04 +02:00
Julien Froidefond
83f523c11a feat: implement user account management features including profile display and password change functionality 2025-10-16 22:27:06 +02:00
Julien Froidefond
3cd58f63e6 refactor: migrate from MongoDB to Prisma for data management, removing mongoose models and updating services to use Prisma client 2025-10-16 22:22:20 +02:00
Julien Froidefond
677e2ae884 chore: update docker-compose files to use environment variables for MongoDB configuration and add health checks for MongoDB service 2025-10-16 22:22:16 +02:00
Julien Froidefond
0058f44935 chore: add AUTH_TRUST_HOST environment variable to docker-compose for NextAuth configuration 2025-10-16 16:50:48 +02:00
Julien Froidefond
c493cd8581 chore: update .env.example to include NextAuth configuration variables for authentication 2025-10-16 15:55:30 +02:00
Julien Froidefond
7426bfb33c feat: integrate NextAuth for authentication, refactor login and registration processes, and enhance middleware for session management 2025-10-16 15:50:37 +02:00
Julien Froidefond
9ecdd72804 chore: update docker-compose configuration for improved volume management and add optimizations in next.config.js for Docker development 2025-10-16 14:50:03 +02:00
Julien Froidefond
ef4de29282 feat: enhance user login functionality by adding 'remember me' option for cookie persistence 2025-10-16 14:47:55 +02:00
Julien Froidefond
4209557768 feat: add zoom functionality to BookReader and related components, enabling zoom state management and touch gesture handling 2025-10-16 14:38:31 +02:00
Julien Froidefond
0716f38175 fix: improve touch gesture handling in usePageNavigation hook and add img element eslint directive in ZoomablePage component 2025-10-16 14:26:53 +02:00
Julien Froidefond
c59a472853 refactor: remove zoom and pan functionality from BookReader and ReaderContent components, replacing SinglePage with ZoomablePage for enhanced zoom capabilities 2025-10-16 14:18:13 +02:00
Julien Froidefond
fd22e2ee83 feat: enhance DNS resolution handling in API service and add react-zoom-pan-pinch dependency 2025-10-16 13:39:40 +02:00
Julien Froidefond
4139d8a059 refactor: streamline LibraryPage component by integrating ClientLibraryPage for improved structure and error handling 2025-10-16 13:25:51 +02:00