-
Notifications
You must be signed in to change notification settings - Fork 27
Change log
Tobias Reischmann edited this page May 28, 2019
·
13 revisions
Thanks to Synergy Learning and the ETH Zürich, it is now possible to store the event ids of Opencast videos within a course backup. During restore, Opencast is triggered to create a series for the new course and copy the respective opencast events to the new course. With this feature, reusing events throughout several semesters gets much easier.
- The event overview shows to new status:
- Needs cutting: Each event which is in opencast status PROCESSED, has previews and is only published to 'internal'.
- Capturing: Each event which is currently in opencast status RECORDING.
- Learner and Instructor roles are now created on first installation.
- Setting for creating a opencast group creation is now set to false by default.
- duplicateworkflow: Workflow which will duplicate the events of a backup during restore. If not set, the backup and restore functionality is deactivated.
- Fixed naming of section in admin settings containing the settings for group and series creation.
- Prettified code structure of admin settings page.
- Removed privacy polyfill
- Added additional privacy interfaces
- Introduced CI using travis
- Fixed and automated phpunit testcases
- Fixed order of upgrade steps
- Videos can be completely deleted.
- Temporary files of uploaded videos can be deleted directly after the upload to the opencast system finished.
- Visibility of videos can be set for moodle groups.
- Added location and end date to video overview.
- New opencast API version v1.1.0 is used. (Old one can still be used. However then the API user needs to have admin privileges.)
- Initial Release