Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Releases: fluxapps/OpenCast

v4.0.1-rc1

18 Mar 00:37
Compare
Choose a tag to compare

please note

This is a release candidate and contains some bugs by handling with workflow parameters. Please consider the open issues under:
https://git.fluxlabs.ch

features

  • Feature: Completely configurable metadata fields for events and series, used in forms and tables. See Configuration Tab "Metadata".
  • Feature: Accept Terms of Use once per User, when creating an Event. See Configuration at "General" -> "Series".
  • Feature: Setting for using custom paella player configs (upload or from URL) at object level. See object settings.
  • Feature: node chat now has a parameter 'host', which is used for addressing the server. Up until now (and still, if no host is given), 'ip' was used for this. Now IP should only be for listening. This should simplify the setup with docker.
  • Improvement: Quality & Date reports now set the senders email as ReplyTo address.
  • Dependencies: Bumped npm packages, removed a few (hopefully) unused
  • Refactoring: Refactored a big part of the model: moved to /src, introduced namespaces, dependency injection, repository patterns, etc.
  • Doc: Added READMEs to some components

v3.7.0

08 Oct 09:11
Compare
Choose a tag to compare

What's Changed

  • Feature: Caching via ILIAS Database (configurable in Plugin configuration: Settings -> Advanced)
  • Fix: live streams didn't work when streaming server redirected
  • Change: added warning to owner role prefix (thanks to reiferschris)
  • Change: bumped path-parse version to 1.0.7
  • Fix: Fixed HLS stream when "Annotation T Sec" is enabled (thanks to mliradelc)

Full Changelog: v3.6.0...v3.7.0

v2.4.0

07 Feb 09:08
Compare
Choose a tag to compare
- Dropped PHP 5.6 Support

- Feature: Live Streams
- Feature: Chat for Live Streams
- Improvement: Uploaded videos will now be saved as 'presentation' instead of 'presenter' (to trigger segmentation)
- Bugfix: Workflow Parameters not available for new series
- Bugfix: Fixed Typos
- Bugfix: fetching scheduling of events without scheduling led to crash
- Bugfix: wrong organizers when creating multiple series via internal API
- Bugfix: changed to list view and removed buttons when reloading event list
- Bugfix (skin): dropdown menus in tile view had broken hover effects
- Change: add organizer & contributer only when creating a new series
- Code: Started refactoring the model, made changes for PageComponent plugin

v2.2.0

10 May 14:43
Compare
Choose a tag to compare
  • Feature: Configuration of Workflow-Parameters
  • Bugfixing

v2.1.1

19 Mar 08:56
Compare
Choose a tag to compare

Fixed major bug introduced with v2.1.0.

v2.1.0

15 Mar 08:12
Compare
Choose a tag to compare

Changes:

  • Plugin Configuration -> Reports
  • Paella Player v6.1 with Streaming Support
  • Publication "Segments" for Paella Player
  • GUI Streamlining
  • Video Owner can change Metadata
  • Bugfixing