Commit graph

12 commits

Author SHA1 Message Date
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
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
b479903b6c fix(ci): Add load:true for Docker image and secret key for testing 2026-01-03 07:23:47 +07:00
vndangkhoa
2bd44bb8b0 fix(ci): Update Docker test image name to streamflix 2026-01-03 07:20:03 +07:00
vndangkhoa
48cc3d5352 fix(ci): Update Docker image to vndangkhoa/streamflix
- Changed CI/CD to push to streamflix instead of streamflow
- Updated docker-compose.yml image reference
- Both backend and frontend will be rebuilt with correct secret key
2026-01-03 07:18:06 +07:00
vndangkhoa
df31e15fa8 ci: remove backend-test dependency from Docker Build 2026-01-03 00:47:37 +07:00
vndangkhoa
e54b25a9b4 ci: add dedicated release workflow for easier APK deployments 2026-01-03 00:39:57 +07:00
vndangkhoa
214259c998 ci: upgrade to Java 21 for Android builds 2026-01-03 00:03:51 +07:00
vndangkhoa
6a68f69d1f ci: add capacitor sync to mobile build 2026-01-02 23:56:21 +07:00
vndangkhoa
1eb497a089 ci: automate GitHub Release with TV and Mobile APKs 2026-01-02 23:51:58 +07:00
vndangkhoa
36fb950a1a chore(release): v1.3.0 - fix search UI, branding, and navigation polish 2026-01-02 23:17:33 +07:00