kuekhaoyang
c95d7d5d95
feat: add premium password protection and enhance search functionality
...
- Implemented a separate password for premium content access via `PREMIUM_PASSWORD` environment variable.
- Added a `PremiumPasswordGate` component to manage access to premium content.
- Enhanced search functionality to support Traditional Chinese to Simplified Chinese conversion for broader search compatibility.
- Introduced automatic video quality labels in search results for better user experience.
- Added support for IPTV sources configuration through environment variables.
- Enabled merging of sources in search results based on environment variable settings.
- Updated volume control logic to handle mute state more effectively in video playback.
- Improved README documentation to reflect new features and configurations.
2026-03-01 12:06:53 +08:00
Kuek Hao Yang and GitHub
64b35b2fbd
Merge pull request #90 from vvwn/main
...
利用 vercel 的Upstash Redis增加收藏和播放同步功能。
2026-02-25 17:31:18 +08:00
vvwn
1dfd3b2056
修复 package-lock 依赖
2026-02-24 10:00:33 +00:00
vvwn and GitHub
15d938ffa4
Update package-lock.json with new structure
2026-02-24 16:55:23 +08:00
vvwn and GitHub
bee91705bd
Enhance MovieCard with hover effects and link handling
2026-02-24 16:42:29 +08:00
vvwn and GitHub
e6b84568fb
Update package-lock.json with new dependencies
2026-02-24 16:28:53 +08:00
vvwn and GitHub
c9e68caab1
Refactor subscription logic for Zustand v4/v5
2026-02-24 15:34:28 +08:00
vvwn and GitHub
33499131bc
Fix formatting in package.json
2026-02-24 15:30:00 +08:00
vvwn and GitHub
15b753cf9d
Add initial package.json with dependencies and scripts
2026-02-24 15:20:43 +08:00
vvwn and GitHub
c848d6d013
Delete package.json
2026-02-24 15:20:07 +08:00
vvwn and GitHub
1d777968f3
Add user sync API with Redis integration
...
Implement GET and POST endpoints for user sync data with Redis.
2026-02-24 14:50:42 +08:00
vvwn and GitHub
4f894c6011
Delete app/api/user/sync/route.ts
2026-02-24 14:49:10 +08:00
vvwn and GitHub
b3d9a31e25
Integrate AutoSync component into layout
...
Added AutoSync component within ThemeProvider for background synchronization.
2026-02-24 14:38:32 +08:00
vvwn and GitHub
076c4ac0f6
Add AutoSync component for cloud synchronization
...
Implement AutoSync component for cloud data synchronization.
2026-02-24 14:26:35 +08:00
vvwn and GitHub
224ec37e40
Implement useCloudSync hook for cloud data sync
2026-02-24 14:25:13 +08:00
vvwn and GitHub
57c00c9611
Add user sync route with GET and POST methods
...
Implement GET and POST handlers for user sync data using Upstash Redis.
2026-02-24 14:18:44 +08:00
vvwn and GitHub
e8681c4ac9
Delete app/api/user
2026-02-24 14:11:15 +08:00
vvwn and GitHub
628c85299d
Create user
2026-02-24 14:09:46 +08:00
vvwn and GitHub
eddcee2abf
Delete app/api/user directory
2026-02-24 14:09:02 +08:00
vvwn and GitHub
6e2561c3b9
Add user sync API with Redis integration
...
Implement GET and POST endpoints for user sync data with Redis.
2026-02-24 14:07:45 +08:00
kuekhaoyang
29b649b731
feat: Enhance IPTV stream proxy with robust M3U8 detection and add Cloudflare Pages configuration, alongside minor UI layout adjustments.
2026-02-20 17:52:41 +08:00
kuekhaoyang
98599bb972
feat: implement multi-level IPTV sidebar with source and group expansion, multi-route collapse, and optimized search performance.
2026-02-20 11:41:53 +08:00
kuekhaoyang
d92fc9d986
fix: Improve UI responsiveness by adding flex-wrap to various components and update package version.
2026-02-19 22:11:26 +08:00
kuekhaoyang
d59b5af38c
refactor: improve UI responsiveness in settings components and refactor scrollbar hiding class.
2026-02-19 21:57:22 +08:00
kuekhaoyang
82993e368b
feat: Improve UI responsiveness for player controls, settings, and import tabs, and update lucide-react to 0.575.0.
2026-02-19 21:11:19 +08:00
kuekhaoyang
4f91549ca9
feat: Update IPTV API routes to use Edge runtime.
2026-02-19 14:31:59 +08:00
kuekhaoyang
c0fcfcc4ac
feat: implement IPTV channel search debouncing and pagination, add video source auto-fallback, and improve type normalization.
2026-02-19 14:27:17 +08:00
kuekhaoyang
9ea9f85507
feat: Implement user-defined video sources and danmaku API management with new settings pages and a dedicated store.
2026-02-19 11:56:14 +08:00
kuekhaoyang
e1ea1a0d9a
feat: Implement IPTV access control, enhance IPTV player with keyboard shortcuts, auto-refresh source latencies, normalize video type names, and persist source badge expansion state.
2026-02-18 11:53:42 +08:00
kuekhaoyang
54263f926b
feat: Implement granular role-based access control, enhance IPTV stream proxy with header forwarding, and improve IPTV store with per-source channel caching.
2026-02-18 10:24:03 +08:00
kuekhaoyang
aa8f8e9ff9
feat: enhance IPTV player with comprehensive controls, improved stream loading robustness, and UI refinements including volume, progress, and fullscreen.
2026-02-17 22:24:49 +08:00
kuekhaoyang
4256ef4179
feat: Add pagination to the IPTV channel grid and enable editing for IPTV sources.
2026-02-17 20:42:26 +08:00
kuekhaoyang
798fac455a
feat: Implement background search for alternative video sources and enhance source switching capabilities.
2026-02-17 19:33:02 +08:00
kuekhaoyang
6a2e28c615
feat: Implement IPTV stream proxy to resolve CORS issues and refine desktop player menu positioning for fullscreen.
2026-02-17 17:57:56 +08:00
kuekhaoyang
5d139114b5
feat: Implement IPTV functionality with channel management and player, and add admin account configuration generation.
2026-02-17 16:37:53 +08:00
kuekhaoyang
91280f250f
feat: Enhance spatial navigation for TV remotes by making more components focusable, improving input field handling, and refining video card image fallback UI.
2026-02-17 12:56:22 +08:00
kuekhaoyang
acf8cff63a
feat: Persist player volume and mute settings and integrate source selection directly into the episode list.
2026-02-17 12:42:41 +08:00
kuekhaoyang
2e7aebc513
feat: Implement query regeneration for personalized recommendations to fetch more content and refine tab pre-selection logic.
2026-02-17 12:12:21 +08:00
kuekhaoyang
338981dadb
feat: Add initial support for Android TV and Apple TV platforms, introduce a dedicated premium mode settings store, and implement personalized video recommendations.
2026-02-17 12:00:07 +08:00
kuekhaoyang
0750ebc12b
feat: Add comprehensive danmaku settings UI and store integration, and refactor danmaku props from player control components.
2026-02-17 10:38:23 +08:00
kuekhaoyang
df37806de7
feat: Implement danmaku (bullet comments) functionality with API integration, settings, and player display.
2026-02-17 10:21:07 +08:00
kuekhaoyang
b11463a347
refactor: Simplify cast availability logic to immediately show the cast button upon SDK load and update package version.
2026-02-17 09:29:28 +08:00
kuekhaoyang
d1c601e362
chore: bump project version to 4.2.1 and update documentation and lock file.
2026-02-17 00:19:47 +08:00
kuekhaoyang
0753492dfd
feat: Implement new authentication and account management system, refactoring password gates and settings components.
2026-02-17 00:09:56 +08:00
kuekhaoyang
ba615e8965
feat: Introduce user-editable source ID field with automatic generation and editing state handling.
2026-02-16 23:35:44 +08:00
kuekhaoyang
a9888353a3
feat: Implement mobile double-tap gestures for video player controls and apply CSS optimizations.
2026-02-16 23:27:45 +08:00
kuekhaoyang
98e314e31a
feat: Implement settings password protection with a dedicated gate, management UI, and API integration.
2026-02-16 22:54:16 +08:00
kuekhaoyang
a8c4586859
fix: Accumulate video counts per source across search result pages in search action.
2026-02-16 22:19:53 +08:00
kuekhaoyang
e95fae4284
feat: Implement language filtering and display language information across video components.
2026-02-16 22:08:25 +08:00
kuekhaoyang
c8402aedef
feat: Implement HLS blob URL playback fallback for WebView-based browsers and increment package version.
2026-02-16 21:39:24 +08:00