- Merged PR #25 - Feature: Add screen admin.
- Merged PR #23 - Feature: Configurable video formats.
- Merged PR #24 - Bugfix: Changed authentication flow for search.
- Allowed search_host_public and search_socket_js to not be set in config.yml.
- Merged PR #22: Changed socket.io.js path to be configurable
- Merged PR #12: Support using a publicly available endpoint for the searchhost
- Merged PR #20: Added option to disable duration selection for slides.
- Merged PR #14: Fix errors on user reset form after symfony upgrade.
- Merged PR #19: Fixed resetting template.
- Merged PR: #13:
- Print the error-message and not a stacktrace on login error.
- Added support for screen-bundle.
- Symfony 3.4 version.
- Merged #8:
- Moved template load from templateService to .twig to speed up initial load and avoid multiple api calls.
- Fixed shared channel overview html.
- Merged #6: Only display the add role modal if the user has admin privileges.
- Made media upload buttons sticky.
- Fixed datetime pickers.
- Removed os2display requirements.
- Added itk-header to allow injections into pages for decoupled bundles.
- Made datepicker configurable.
- Moved BaseApiController to mainModule.
- Removed unused call to get all channels in slide create.
- Moved shared components from ikApp to the module ikShared, so it can be injected in other apps.
- Fixed issue with missing slide/screen templates.
- Fixed submenu code to activate sub menu based on first part of path.
- Fixed active-filter for admin/users and admin/groups.
- Updated npm packages.
- Fixed z-index for "continue" button in slide/channel create.
- Fixed styling for group filter in overviews.
- Hide groups in overviews when user is not in a group.
- Added access to tool config from json files, to allow configurable tools.
- Merged PR: #4
- Added ngSanitize.
- Minor style fixes.
- Fixed issue with change in group for user not being reflected in UI.
- Removed unnecessary call to get all slides in channelController.
- Fixed missing error message when trying to upload unsupported media files.
- Fixed bug with searching when on a page higher than the number of results, where results are displayed as empty. Now pager is reset if text is changed.
- Added performance optimization where results are only loaded from the backend, if the search ids are different than previous results.