38 Commits
Author SHA1 Message Date
euzuandGitHub 6a567d264e Feature/connection handling (#869)
* **New Features**
  * Added an opt-in runtime liveness watchdog with diagnostics, health status, and optional automatic restart.
  * Added configurable stream cleanup capacity and eviction re-entry protection.
  * Expanded configuration and UI access for users with playlist or user permissions, with safer data sanitization.
  * Added testkit scenarios and reporting for playback, admission, provider limits, sharing, and VOD behavior.
  * Added support for experimental-branch Docker builds.

* **Bug Fixes**
  * Improved provider prioritization, shared playback capacity, cleanup, reconnect handling, and concurrent client behavior.
  * Fixed playlist parsing for declared media types.
  * Release links now use the configured destination.
2026-09-19 10:17:23 +02:00
euzu b6c42fefc7 github ci update 2026-07-08 13:07:57 +02:00
euzu 42590e27ec github ci update 2026-07-08 12:31:09 +02:00
knylbyteandGitHub 81ca391ac4 feat: add per-user output clusters (#722)
add per-user output clusters
2026-04-21 19:45:53 +02:00
euzu 26232aa5be tag after dev build 2026-04-16 14:48:54 +02:00
euzuandGitHub ba16a66c2b Feature/stream history (#718)
* stream history refactoring
* tag develop after build
2026-04-16 14:40:38 +02:00
euzuandGitHub 9ce3e7a313 Feature/download (#700)
- Download manager
- Stream history fixes
- Stream history docs updated
2026-04-03 16:23:15 +02:00
euzu 6dbd0d2658 Merge remote-tracking branch 'github/master' into develop 2026-04-02 20:10:34 +02:00
euzuandGitHub 6c32deb4c3 Stream History (#667)
Stream history qos
2026-04-02 20:03:49 +02:00
euzuandGitHub 7c85d5f7f2 Release/v3.3.0 (#699)
Release/v3.3.0
2026-04-02 14:31:53 +02:00
euzu 5ddf3e86de master release ci pipe 2026-04-02 12:05:29 +02:00
euzu edd50a0eb5 master push triggers release 2026-04-02 11:13:26 +02:00
euzuandGitHub d31c05463e refactored documentation (#645)
* refactored documentation
2026-03-15 10:15:08 +01:00
euzu fcfc86a28a version inc fixed 2026-03-13 15:30:05 +01:00
euzuandGitHub 9b742997b0 initial setup (#601)
Initial Setup Wizard
2026-02-23 11:46:21 +01:00
euzuandGitHub 38813bb672 Feature/makefile ci and log with local time (#582)
- Add Makefile to simplify installing required tools
- Add CONTRIBUTING.md welcome new contributors
- Add fmt, lint, test tasks to makefile and update CONTRIBUTING.md
- Add CI workflow
-  Log with local date
2026-02-14 12:12:59 +01:00
euzuandGitHub 6a3e446883 Update docker-build.yml
Reverted build changes for image pushing
2026-01-27 09:42:18 +01:00
euzuandGitHub 9196892d6c Update docker-build.yml
Added GITHUB_IO_TOKEN for pushing images
2026-01-27 09:13:05 +01:00
knylbyteandGitHub 59297a8185 feat: set patch version and create major or minor releases full automatically (#542)
set version automatically during builds
2026-01-27 00:16:40 +01:00
euzuandGitHub b65dd284b4 Update trunk installation command with RUSTFLAGS 2025-11-13 14:43:53 +01:00
euzuandGitHub 4f13a5ec7f Update docker-build.yml 2025-10-02 12:11:26 +02:00
euzuandGitHub 110391b836 Update docker-build.yml
try to fix dev build
2025-10-02 11:47:34 +02:00
euzuandGitHub dceda1f4ee Update docker-build.yml
fixing version for cross images
2025-10-01 18:51:23 +02:00
GoldyandGitHub 1ca352bc83 Update docker-build.yml 2025-08-19 00:47:01 +02:00
GoldyandGitHub 8a19192881 Update docker-build.yml 2025-08-19 00:33:38 +02:00
GoldyandGitHub 4945c8f268 only install ffmpeg if no cache 2025-08-19 00:28:00 +02:00
GoldyandGitHub 74a8fb9a1f test cache 2025-08-19 00:21:07 +02:00
GoldyandGitHub a827f7ef7b fix workflow 2025-08-18 23:58:22 +02:00
Goldy 529c8889f6 Install ffmpeg in GitHub Actions workflow and update build script to handle resource creation failures gracefully 2025-08-17 18:30:14 +02:00
Goldy 9670e31aca Enhance Docker build workflow and script for improved caching and resource management
- Updated caching strategy in the GitHub Actions workflow to include additional paths and keys for cargo tools, dependencies, and frontend resources.
- Modified the build script to check if resources are already built before executing the build process, improving efficiency.
- Implemented cache handling for frontend builds and cross-compilation tools to optimize build times.
- Adjusted Dockerfile to improve layer caching by copying dependency files first and creating dummy source files for pre-building dependencies.
2025-08-17 18:04:37 +02:00
Goldy 2b514ff1eb Enhance Docker build workflow to create and utilize a multi-platform builder with Buildx 2025-08-17 16:53:49 +02:00
Goldy 7b3a620bd1 Update Docker build workflow to set up QEMU and specify platforms for Buildx 2025-08-17 16:30:58 +02:00
Goldy c9781f077b Update Docker build workflow to include WebAssembly target in Rust installation 2025-08-17 15:50:49 +02:00
Goldy b89957fd41 Enhance Docker build workflow with caching for cargo tools and registry 2025-08-17 15:46:13 +02:00
Goldy ee52d65667 Make build script executable in Docker workflow 2025-08-17 15:41:50 +02:00
Goldy 350aa6319e Refactor Docker build workflow to consolidate jobs and improve caching
- Merged master and develop build jobs into a single `docker-build` job.
- Updated steps for installing Rust and caching cargo registry.
- Introduced a new script `build_docker.sh` for building and pushing Docker images.
- Removed obsolete scripts `build_github_docker_aarch64.sh` and `build_github_docker_beta.sh`.
2025-08-17 15:34:08 +02:00
Goldy 959dc79a97 Update trunk version in Docker build workflow to v0.21.14 2025-08-17 15:06:36 +02:00
Goldy 7b0601127c Add GitHub Actions workflow for Docker build and push 2025-08-17 14:58:00 +02:00