Releases: elan-ev/opencast-studio
Releases · elan-ev/opencast-studio
2021-06-11
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
2020-09-14 (released with OC 9.0)
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
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
Fixed
- Fix an error when there is no
upload
configuration #687
2020-08-05
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
Fixed
- Clear retry timeout in last step when Opencast cannot be reached #676
2020-06-25 (released with OC 8.6)
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)
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
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
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
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