kuekhaoyang
d6f2a2e3c7
fix login gate session loop
2026-07-09 17:39:46 +08:00
kuekhaoyang
610f57c5b0
fix auth sync requests after login
2026-07-09 16:33:44 +08:00
kuekhaoyang
bacd3f887e
Fix mobile danmaku canvas scaling
2026-07-09 15:48:38 +08:00
kuekhaoyang
93e6699937
fix: disable Vercel analytics outside Vercel
2026-07-09 15:07:34 +08:00
kuekhaoyang
787680468b
feat: clarify proxy and add LAN access toggle
2026-07-08 23:28:25 +08:00
kuekhaoyang
dedf496761
fix: hide cursor during fullscreen playback
2026-07-08 22:12:34 +08:00
kuekhaoyang
a5f9293658
Fix managed auth force mode
2026-07-08 21:36:06 +08:00
edison0817 and GitHub
0111318f30
Update auth.ts
...
add开启托管账户环境变量
2026-06-03 13:33:43 +08:00
kuekhaoyang
eef52c751c
Make source badges numeric only
2026-04-16 16:41:37 +08:00
kuekhaoyang
49951c67ef
Fix source resolution badge probing
2026-04-16 16:31:17 +08:00
kuekhaoyang
19e9707041
Fix managed auth and source list regressions
2026-04-15 23:04:41 +08:00
kuekhaoyang
833077a1f6
fix(cloudflare): remove node-only site icon route
2026-04-12 12:23:03 +08:00
kuekhaoyang
4fb718f8d8
feat(settings): add version and update status
2026-04-12 11:57:38 +08:00
kuekhaoyang
727fc2b0ed
fix(docker): make the site icon configurable at runtime
...
Add SITE_ICON_FILE and SITE_ICON_URL support for the Docker image, route the app shell and manifest through a runtime icon endpoint, document the new Docker branding flow, and bump the app version to 4.8.3.
2026-04-12 11:26:57 +08:00
kuekhaoyang
e73416d76b
gate VideoTogether behind settings
2026-04-02 22:29:27 +08:00
kuekhaoyang
37b6e160d7
fix remaining issue 72 ui and iptv regressions
2026-04-02 22:14:46 +08:00
kuekhaoyang
5829a79ee3
fix: enforce compliance mode for managed deployments
2026-04-02 21:42:00 +08:00
kuekhaoyang
48ad9bc252
fix: restore HLS ad filtering
...
Closes #133
Closes #134
2026-04-02 20:12:59 +08:00
kuekhaoyang
a6bfcf4b36
feat: add configurable seek step setting
2026-04-02 19:57:08 +08:00
kuekhaoyang
37d2c4abd9
Respect persisted danmaku API setting
2026-04-02 19:36:20 +08:00
kuekhaoyang
91a89e8bf2
Fix issue #72 follow-ups and IPTV source handling
2026-03-26 14:16:58 +08:00
kuekhaoyang
35f7f4d83a
feat: upgrade player fullscreen buffering and panel controls
2026-03-26 13:51:45 +08:00
kuekhaoyang
3564ce1ede
chore: update package versions and add user config sync API
...
- Bump version to 4.8.0 and update dependencies in package.json
- Implement user config sync API for cross-device settings persistence
- Add resolution badge auto-hide hook for improved user experience
- Create useConfigSync hook to manage user settings synchronization with the server
2026-03-18 12:44:05 +08:00
kuekhaoyang
f7a166ea19
feat: implement Probe Resolution API and add useResolutionProbe hook for video resolution detection
2026-03-12 23:34:00 +08:00
kuekhaoyang
a567f62e19
feat: update quality patterns to include HDR and remove redundant HD entry
2026-03-12 23:23:04 +08:00
kuekhaoyang
0e87c94a64
feat: 修复超长 URL (414) 问题,添加分辨率检测,修复高级模式 bug,提升兼容性
...
- 将 groupedSources 存储在 sessionStorage 中而非 URL 参数里,以防止因 URL 过长导致的 CDN 414 错误 (#112 )
- 自动将旧版 groupedSources URL 迁移至短 gs 键
- 从视频元素中检测并显示实际视频分辨率(例如 1920x1080),不再依赖来源提供的标签
- 修复 PlayerNavbar 设置链接在高级模式下总是跳转到 /settings 而非 /premium/settings 的问题 (#106 )
- 修复 WatchHistorySidebar 未向 HistoryList 传递 isPremium,导致历史记录项 URL 丢失 premium=1 参数的问题 (#106 )
- 为 HLS 播放添加多级浏览器回退机制 (HLS.js → 原生 → 代理 → 错误并提供浏览器建议) (#104 )
- 在 IPTV 播放器中添加 HEVC/H.265 级别过滤,防止 CCTV 等频道出现仅有音频播放的问题 (#81 )
- 更新依赖并升级版本至 4.5.0
2026-03-12 22:58:30 +08:00
kuekhaoyang
1e14948225
feat: implement locale switching between Simplified and Traditional Chinese with opencc-js
2026-03-01 13:22:06 +08:00
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
vvwn and GitHub
224ec37e40
Implement useCloudSync hook for cloud data sync
2026-02-24 14:25:13 +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
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
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
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
0753492dfd
feat: Implement new authentication and account management system, refactoring password gates and settings components.
2026-02-17 00:09:56 +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
bc25be5b05
feat: Implement parallel multi-page fetching from each search source and introduce client-side load more pagination for aggregated results.
2026-02-16 11:32:20 +08:00
kuekhaoyang
d54039663a
feat: Implement premium search history, add 'auto' fullscreen option, and update project version.
2026-02-16 11:10:09 +08:00
kuekhaoyang
e04fe79355
feat: Introduce 'auto' fullscreen type with device-specific defaults, update player logic and settings, and add dedicated iOS fullscreen documentation.
2026-02-16 10:58:47 +08:00
kuekhaoyang
bb7bc3e75f
feat: Enhance M3U8 ad detection with proxy URL unwrapping and segment-level analysis, and implement proxy fallback for HLS playlist fetching.
2026-02-16 10:31:09 +08:00