SnapReels - Short Drama Streaming SaaS Platform

SnapReels - Short Drama Streaming SaaS Platform 1.0.3

No permission to download
changelog

Version 1.0.3 16-06-2026

- Added AES-256-CBC token encryption for all local and cloud video streams (AWS S3, DigitalOcean, Google Cloud, Backblaze B2).
- Secured video routes to display encrypted tokens instead of raw file paths or storage hosts.
- Implemented Next.js middleware and API route guards to block direct access to video files (403 Forbidden).
- Added automatic file deletions from local/cloud storage when a Drama Series or Episode is deleted.
- Added automatic cleanup of old cover images and videos during edit updates.
- Refactored Likes, Favorites, and Share web buttons to align with the Android app UI.
- Integrated native Web Share API dialog for easy video sharing.
- Added dynamic regional extraction from B2/DO endpoints and Google Cloud defaults to prevent S3 client signature errors.
- Added client-side validation toast notices in the admin Series form for missing required fields.
- Enabled wildcard image domains in next.config.ts for all custom storage hostnames.
Top