Releases: elan-ev/opencast-studio
2020-04-20
Added
- Add a progress bar and time estimation when uploading #539
- Spanish translations #541
- Remember last used presenter name in local storage and pre-fill it #543
- Add file size of recording in "Download" button #550
Changed
- Update dependencies
- Disable header links while recording #530
- Improve layout of spinner that is shown while waiting for recordings #538
- Do not show on-close warning if the recording has been up- or downloaded #540
- Tweak About Page Maximum Width #565
Fixed
2020-03-26 (OC 8.3)
Fixed
text/xml
is now also accepted as validContent-Type
for the ACL XML request (previously onlyapplication/xml
was accepted) (#514)
Changed
- An invalid
Content-Type
for the ACL XML request does not lead to the ACL template being ignored. Now it's used anyway, but a warning is still printed. (#514) - Source map files are now included in the released tarballs. (#515)
(This version is shipped with Opencast 8.3)
2020-03-25
Added
- Add detection of cameras. If none are detected, the buttons for "Camera" and "Screen & Camera" are grayed out and not clickable. (#507)
- Add configuration options for the ACL sent by Studio on upload (the defaults haven't changed). (#510)
- Add configurations to limit the maximum video size and frame rate (the default haven't changed). (#508)
- Add configurations for video bitrate and preferred MIME types (#493)
- Add option to pass full configuration as hex encoded GET parameter. (#506)
- Show "Your recording will now be processed by Opencast." after upload. (#509)
- Full German translation (#491)
- Add build-time configuration of the
settings.json
path (#488)
Changed
- Remove "beta" status of Studio (#505)
- Update dependencies
- Settings are now validated against a fixed schema (#493)
Fixed
- Fix bug in parsing GET parameters that would lead to only the last parameter being used (#476)
- Errors during upload are now shown to the user (previously, it would just show "Opencast connection not configured"). (#509)
- Fixed very short recordings on weak devices leading to an error (#504)
- Fix MIME type to file extension detection (#490)
- Fix Safari detection (#490)
- GET parameters are now retained all the time (#482)
2020-03-13 (OC 8.2)
We provide two pre-built versions: -root
is built with PUBLIC_URL=/
, intended to be deployed on a dedicated server; -integrated
is built with PUBLIC_URL=/
and is supposed to run on another (usually Opencast) server and to be served under the path /studio
.
(This version is shipped with Opencast 8.2)
2020-03-12
We provide two pre-built versions: -root
is built with PUBLIC_URL=/
, intended to be deployed on a dedicated server; -integrated
is built with PUBLIC_URL=/
and is supposed to run on another (usually Opencast) server and to be served under the path /studio
.
2020-03-06
We provide two pre-built versions: -root
is built with PUBLIC_URL=/
, intended to be deployed on a dedicated server; -integrated
is built with PUBLIC_URL=/
and is supposed to run on another (usually Opencast) server and to be served under the path /studio
.