Commit Graph

62 Commits

Author SHA1 Message Date
4d2eeaa8c6 Revert "feat: enhance HLS stream URL generation with remuxing options for Jellyfin"
This reverts commit fa695da81b.
2026-03-12 02:30:02 +01:00
fa695da81b feat: enhance HLS stream URL generation with remuxing options for Jellyfin 2026-03-12 02:09:59 +01:00
4e1de172f7 feat: add support for user registration toggle and Traefik integration in Docker setup 2026-03-11 22:56:23 +01:00
20aed753d8 feat: enhance schedule generation with series continuity for sequential blocks 2026-03-11 22:42:44 +01:00
0f1b9c11fe feat: implement configuration management and enhance user registration flow 2026-03-11 22:26:16 +01:00
f6ff65094b feat: enhance MediaItem with additional episode details and update ChannelInfo component 2026-03-11 21:45:11 +01:00
8cc3439d2e feat: implement find_all method in ChannelRepository and update related services and routes for public access 2026-03-11 21:29:33 +01:00
b813594059 feat: implement HLS streaming support in VideoPlayer and enhance stream URL handling 2026-03-11 20:51:06 +01:00
4789dca679 feat: enhance stream URL handling and add initial offset support in VideoPlayer 2026-03-11 19:51:51 +01:00
c9aa36bb5f feat: enhance Jellyfin stream URL generation and improve NumberInput component 2026-03-11 19:44:48 +01:00
8d8d320a02 feat: implement authentication context and hooks for user management
- Add AuthContext to manage user authentication state and token storage.
- Create hooks for login, registration, and logout functionalities.
- Implement dashboard layout with authentication check and loading state.
- Enhance dashboard page with channel management features including create, edit, and delete channels.
- Integrate API calls for channel operations and current broadcast retrieval.
- Add stream URL resolution via server-side API route to handle redirects.
- Update TV page to utilize new hooks for channel and broadcast management.
- Refactor components for better organization and user experience.
- Update application metadata for improved branding.
2026-03-11 19:32:49 +01:00
01108aa23e feat: initialize k-tv-frontend with Next.js and Tailwind CSS
- Added package.json with dependencies and scripts for development, build, and linting.
- Created postcss.config.mjs for Tailwind CSS integration.
- Added SVG assets for UI components including file, globe, next, vercel, and window icons.
- Configured TypeScript with tsconfig.json for strict type checking and module resolution.
2026-03-11 19:13:21 +01:00