- Merged PR #18 - Added screen admin role. Fixed issue with serialization listener.
- Merged PR #17 - Expanded cleanup media folder command.
- Merged PR #16 - Added cleanup command to remove files in upload folder that are not connected to Media entities.
- Merged #15 - Feature: Configurable video formats.
- Merged #14 fixing issue with relative url in user creation mail.
- Merged #13 fixing check to avoid null issue.
- Merged #12 fixing issues with feed reader.
- Added support for screen-bundle.
- Symfony 3.4 upgrade.
- Changed MiddlewareCommunications to be event based, and moved improvements from CampaignBundle into CoreBundle.
- Added id to list over entities to delete with cleanup command.
- Added os2display:core:cleanup command to remove unused content from an installation.
- Removed broken slide references.
- Added is_null check for slides in channel.getPublishedSlides().
- Fixed missing sharing index serialization.
- Changed try/catch of FeedService to catch all exceptions.
- Fixed issue where shared channel was not serialized correctly, resulting in a blocked screen-timeline overview.
- Fixed behat features
- Added viewable_groups to apiData.
- Removed configuration call from base extension
- Added cron controll route. Reformatted code
- Fixed issue with slide template ikSlide.path variable.
- Fixed zencoder job naming.
- Merged PR: #5 allowing users to edit their own profile.
- Fixed zencoder job naming.
- Fixed issue with sharing_service event naming.
- Changed ScreenTemplateEntity->tools to json_array. Requires update of schema to use.
- Fixed screen save to database.
- Fixed issue with deleting group that contained content.
- Move from 4.x structure to 5.x with core in core-bundle.