vndangkhoa
064377d7dd
build: Update Dockerfile for v6 and fix TypeScript errors
...
StreamFlow CI/CD / Backend Tests (push) Failing after 3s
StreamFlow CI/CD / Backend Lint (push) Failing after 2s
StreamFlow CI/CD / Frontend Tests (push) Failing after 2s
StreamFlow CI/CD / Docker Build (push) Has been skipped
StreamFlow CI/CD / Android TV Build (push) Failing after 1s
StreamFlow CI/CD / Docker Publish (push) Failing after 5s
- Update Dockerfile to use linux/amd64 platform consistently
- Fix unused parameter warnings in Hero.tsx, MovieCard.tsx
- Fix useCallback import issues in useWatchProgress.ts
- Update docker-compose.yml to use v6 tag
- Update README.md with Synology NAS deployment instructions
- Add episode progress tracking documentation
2026-05-07 07:38:39 +07:00
vndangkhoa
69308bf696
v3.9.2: Fix Android TV OOM crash + backend Content-Type headers
...
- Backend: Add Content-Type: application/json to all JSON API endpoints
- Android TV: Reduce HomeViewModel memory usage (load 4 categories only, limit 15 items each)
- Android TV: Prevent OOM kill on TV devices with limited RAM
- Updated APK, docker-compose, health endpoint to v3.9.2
2026-03-01 11:34:51 +07:00
vndangkhoa
7d696a93af
Release v3.7: Codebase cleanup and security improvements
Release APKs / Build TV APK (push) Has been cancelled
Release APKs / Build Mobile APK (push) Has been cancelled
Release APKs / Create Release (push) Has been cancelled
2026-02-18 19:12:47 +07:00
vndangkhoa
056824cfa8
Refactor: Clean up codebase and improve project structure
...
- Remove debug files, binaries, and temp outputs from repo
- Update .gitignore to exclude cache, logs, and build artifacts
- Fix CI/CD workflow for Go backend (was referencing Python)
- Add graceful shutdown and config module to backend
- Add SSRF protection with URL validation
- Refactor handlers to reduce code duplication
- Add React ErrorBoundary component
- Add lazy loading for frontend routes
- Setup Vitest for frontend testing
- Update Dockerfile to use Go 1.23
2026-02-18 19:00:22 +07:00
vndangkhoa
9701497475
V3.5: Fix extract 500 error - skip empty URLs and install yt-dlp in Docker
2026-02-16 19:35:00 +07:00
vndangkhoa
57d470ed1d
fix: simplify DATABASE_URL path to resolve no such file error on NAS
2026-02-01 19:43:15 +07:00
vndangkhoa
7b4d1fa014
fix: switch to CGO sqlite driver to resolve Synology OOM error
2026-02-01 19:31:37 +07:00
vndangkhoa
f2e7467abf
feat: dockerize app, add brand assets, implement wake lock
2026-02-01 19:13:15 +07:00
vndangkhoa
cbfdd34253
Refactor: Full migration to Go backend and React TV-style frontend
2026-02-01 18:40:56 +07:00
vndangkhoa
f99cb61ff5
Increase HMAC time tolerance to 30 minutes for NAS time sync
2026-01-03 08:09:23 +07:00
vndangkhoa
36fb950a1a
chore(release): v1.3.0 - fix search UI, branding, and navigation polish
2026-01-02 23:17:33 +07:00
Khoa.vo
6dab7530ae
v1.0.8: Simplified Dockerfile - use pre-built backend/static, includes Get App button
2025-12-24 14:20:39 +07:00
Khoa.vo
39f6f72ce8
v1.0.6: Cleaned old APKs, updated Dockerfile reference
2025-12-24 12:37:56 +07:00
Khoa.vo
00ccf95cae
v1.0.6: Image optimization, navigation fixes, PWA improvements
...
- Optimized mobile image loading (180px vs 200px desktop)
- Fixed Install App navigation not working on desktop
- Fixed replaceChild null error in hero rendering
- Added PWA icon (512x512)
- Fixed back button navigation issues
- Added mobile bottom padding for nav bar
- Moved Get App FAB higher to avoid nav overlap
- Removed unnecessary pushState from video navigation
- Made Search/MyList tabs not scroll to top on mobile
- Removed duplicate Android TV section from download page
2025-12-24 12:21:34 +07:00
Khoa.vo
6ca4a168be
chore: initial commit with premium Liquid Glass UI and performance optimizations
2025-12-23 18:30:09 +07:00