Skip to content

Latest commit

 

History

History
95 lines (61 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

95 lines (61 loc) · 3.05 KB

CHANGELOG

2.2.1

  • Merged PR #25 - Feature: Add screen admin.

2.2.0

  • Merged PR #23 - Feature: Configurable video formats.
  • Merged PR #24 - Bugfix: Changed authentication flow for search.

2.1.5

  • Allowed search_host_public and search_socket_js to not be set in config.yml.

2.1.4

  • Merged PR #22: Changed socket.io.js path to be configurable
  • Merged PR #12: Support using a publicly available endpoint for the searchhost

2.1.3

  • Merged PR #20: Added option to disable duration selection for slides.

2.1.2

  • Merged PR #14: Fix errors on user reset form after symfony upgrade.
  • Merged PR #19: Fixed resetting template.

2.1.1

  • Merged PR: #13:
    • Print the error-message and not a stacktrace on login error.

2.1.0

  • Added support for screen-bundle.

2.0.0

  • Symfony 3.4 version.

1.2.0

  • Merged #8:
    • Moved template load from templateService to .twig to speed up initial load and avoid multiple api calls.
    • Fixed shared channel overview html.

1.1.1

  • Merged #6: Only display the add role modal if the user has admin privileges.

1.1.0

  • 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.

1.0.11

  • Merged PR: #4

1.0.10

  • Added ngSanitize.

1.0.9

  • 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.

1.0.8

  • Fixed missing error message when trying to upload unsupported media files.

1.0.7

  • 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.