Skip to content

Releases: elan-ev/opencast-studio

2021-06-11

11 Jun 17:35
6274ad1
Compare
Choose a tag to compare

Fixed

  • Fix handling of "unexpected end of stream" when recording is paused 2396238
  • Fix too long filenames causing problems #754

Added

  • 360P video quality option added #779

Changed

  • Updated dependencies

2020-09-14 (released with OC 9.0)

14 Sep 09:15
8ae7db0
Compare
Choose a tag to compare

Fixed

  • Security: Studio does not allow arbitrary return.target URLs anymore. Instead, there is a whitelist that can only be specified in settings.toml. Only the domain studio is deployed on and the domains in that whitelist are allowed as return.target. #721
  • Settings given via the config= parameter do not allow parsing during validation anymore. That means that loginProvided = "true" will not work anymore. It's highly unlikely someone actually used it that way. #721

Changed

  • Slightly improve English translation strings #723

2020-09-07

07 Sep 09:57
141fee6
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Add one fractional digit to the seconds in the "current time" display 1cfbf15
  • Increase height of scrubber on touch-only devices 4f386d4
  • Show "display capture not supported" instead of hiding buttons on destop c01f3c3

Fixed

  • Fix empty string as opencast.serverUrl #691
  • Fix label for "remove cut" buttons #692
  • Fix overflowing logo f423a6f
  • Fix empty microphone label 6e7dcc1
  • Add minimum height to video container to fix review on landscape phone 801e545

2020-08-06

06 Aug 07:54
8bb2a2f
Compare
Choose a tag to compare

Fixed

  • Fix an error when there is no upload configuration #687

2020-08-05

05 Aug 09:02
841a0c3
Compare
Choose a tag to compare

This release is the first one targeting Opencast 9!

BREAKING CHANGES

  • Transition to TOML as configuration format #657
  • Change ACL default template and template view #673

Check CONFIGURATION.md and the respective PRs for more information.

Added

  • Make DC-Catalog and metadata upload form fields configurable #672
  • Add possibility to show and configure a "go back" button in final step #674

Changed

  • Update dependencies

Fixed

  • Clear retry timeout in last step when Opencast cannot be reached #676

2020-06-25 (released with OC 8.6)

25 Jun 10:59
1c34bfc
Compare
Choose a tag to compare

Added

  • Partially add Slovenian language #656

Changed

  • Update dependencies
  • Improve some spanish texts #632

Fixed

  • typo correction #647
  • Fix % in dublin core catalog #643 (before, a % in the title or presenter would lead to an upload error)
  • Special-case the initial progress report #642 (fixes a minor bug with the progress estimation)

2020-05-20 (released with OC 8.4)

20 May 13:47
2c31859
Compare
Choose a tag to compare

Added

  • Complete Dutch translation #620
  • Complete French translation #624
  • Complete Spanish translation #622

Changed

  • Labels of cut-buttons were slightly improved #628
  • Update dependencies

Fixed

  • Fix minor imprecision in seeking calculation #628

2020-05-14

14 May 14:12
633ce74
Compare
Choose a tag to compare

Added

  • Add minimal video cutting tools to cut the start and end of the recording #618
  • Add audio device selector #617

Changed

  • Obtain LTI course ID from LTI session and not from user roles #611
  • Bring audio selection closer to video selection (UI wise) #617
  • Improve warnings in upload box #613
  • Regularly request info/me (currently every 5 minutes) to avoid session timeouts #610
  • Wait at most 300ms for initial request to info/me #610
  • In integrated version, also query /lti in addition to info/me #608
  • Update dependencies

Fixed

  • Fix some bugs in opencast connection handling #615
  • Fix bug where users are unable to upload when disconnected in review step #613

2020-05-06

06 May 14:18
e3507de
Compare
Choose a tag to compare

Added

  • Add configurations to let the user choose the webcam device, the aspect ratio and the resolution #579

Changed

  • Update dependencies
  • Update About Page (to include more attribution) #597

Fixed

  • Tweak conditions for "New recording" button and close-prevention #603

2020-04-27

27 Apr 15:09
4a2abb1
Compare
Choose a tag to compare

Added

  • Update French translation (is now complete) #595
  • Update Dutch translation (is now complete) #585
  • Add title attributes to all buttons and clickable UI elements #582

Changed

  • Update dependencies
  • Improve download filename by including title and presenter #594

Fixed

  • Fix rare bug in progress estimation #584
  • Gracefully handle loss of video and audio stream #583
  • Fix issue in service worker handling that causes Firefox error #580