CatDV Server 10 Release Notes
Thank you for downloading CatDV Server 10. This is designed for use with a CatDV Enterprise or Pegasus Server
license, as well as
CatDV Pro 13.0 or later client licenses. See below for details of licensing requirements.
Copyright Notices
CatDV Server is copyright Quantum Corporation.
This product includes software developed by the Apache Software Foundation
(http://www.apache.org/).
IMPORTANT: You may install and use this software only in accordance with the
terms of the enclosed software license agreement.
Documentation
As well as these release notes there are four PDF user manuals enclosed:
- Server Manual.pdf - covers general operation of the CatDV Server and Control Panel
- Web Client.pdf - describes the CatDV Web Client, CatDV Advanced Web Client and CatDV
Administration interfaces.
- CatDV REST API.pdf - describes the CatDV REST API that allows third party components to accesses
CatDV Server Services.
- Using CatDV with CatDV Server.pdf - describes features on CatDV Pro and Pegasus client application when used
in conjunction with CatDV Server.
Main Changes
CatDV Server 10 adds support for a number of new clip types:
- Clip Folders - allow clips to be organised into logical folders within a catalog.
- Version Sets - clips that represent differen versions of the same asset can be grouped together.
The media player displays a set of tabs to allow switching between the different versions.
- Playlists - are essentially simplified sequences - where a set of clips can be assembled and will
then be played
end to end in the media player
- Multicam - clips from different cameras of the same scene can be grouped together.
- Light-weight Image Sequences - allow very large image sequences (such as DMG) to be processed as a
single video clip,
rather than treating each frame as a separete clip (as would be the case for a normal image sequence).
Upgrade to MySQL 5.7
Server 9.3 and newer requires MySQL 5.7 and the process to upgrade to this if you are currently on MySQL 5.6 or
earlier isn't straightforward (especially if you are on Mac OS). In brief, the steps you need to follow are:
- Shut down the CatDV Server and back up your database(s) as they are not compatible with 5.7 and will need to
be restored.
- Shut down the old MySQL server and archive then remove the old mysql files in /usr/local/mysql
- If you are on an older version of Mac OS (eg. Sierra 10.12) then go MySQL Archived Releases and download the
latest version of 5.7 that is compatible with your operating system (eg. 5.7.23)
- When you run the MySQL 5.7 installer it will create and display a temporary root password. Make a note of
this!
- Start up the MySQL server then log in with the temporary password and set a new password using:
mysql -u root -pTEMPORARY_PASSWORD
mysql> set password = password('NEW_PASSWORD') ;
mysql> quit
- Restore your database(s) from your backup files
- Install CatDV Server 9.0 and launch the server control panel, which will prompt to update your database
schema. Enter the new root password that you set when prompted.
If you are under maintenance we recommend you contact support@squarebox.com to schedule a guided upgrade.
Upgrading from Server 6
CatDV Server 7 introduced a new model for storing metadata, that replaced numbered user fields, stored in
group-specific Field Sets, with a centrally
held set of Field Definitions that apply across all Production Groups. To retain compatibility with older
versions of CatDV each Field Definition also
has a user field number (User 1, User 2 etc.), which is used when communicating with older versions of CatDV
Desktop and CatDV Worker. These numbered user
fields appear to legacy clients as a special 'All Fields' field set - that cannot be renamed or deleted.
Because of this major change to the way CatDV stores data - upgrading from CatDV Server 6 requires that the old
database be migrated into the new format - a
task that is performed by the CatDV Server Control Panel.
NOTE: You must ensure that all production groups use a named field set before upgrading to
Server 7.1 or later.
The Server 7 installation will refuse to continue if these conditions are not met and a rollback to Server 6
will be required.
You can check this in the Production Groups list in the User Admin tab of the Server Admin Panel in CatDV 11.1.5
and later.
Check that each Production Group in the list (other than System) has a value in the Field Set column.
Licensing Requirements
To use CatDV Server or CatDV Web / REST interfaces you need a Workgroup, Enterprise or Pegasus Server license
and be under a current software
maintenance agreement. To use standard web / REST interfaces you will also need a CatDV Web Client license.
To use custom CatDV web interfaces you need a CatDV Pegasus Server license. REST API access to CatDV
configuration needs a
REST Administration API license.
To deploy server plugins and remove the "uncertified plugin" warning message you may need a separate developer
licenses, contact us for details.
Windows Installation
Requirements
- Windows 8 or Windows Server 2008 R2 or newer.
- Minimum of 16GB RAM (32GB or more recommended)
Double click the CatDVServer9.0xx.exe installer and follow the on-screen instructions. The Server Control Panel
will launch on completion of installation and you can enter your license code, select the database engine, and
configure the web interface. You can also access the Control Panel at any time via the Start menu.
Mac OS X Installation
Requirements
- Intel Macintosh, running Mac OS X 10.10 or later (including 10.15 Catalina)
- Minimum of 16GB RAM (32GB or more recommended)
Open the CatDVServer9.0xx.dmg file then drag the "CatDV Server" folder onto the link to the "Applications"
folder.
Then navigate to the CatDV Server folder in the Application folder and run the CatDV Server.app which will
display the Setup Wizard, where
you can enter your license code, select the database engine, and configure the web interface.
Linux Installation
The CatDV Server should run under most versions of Linux and Unix, though because of the large number of
variants support is not officially guaranteed
and you may need to edit some scripts or configuration files by hand. After unpacking the CatDVServerXXX.zip
file you will see a READ ME FIRST.txt file
and a basic install.sh installation script. Follow the instructions provided. By default the CatDV Server is
installed in /usr/local/catdvServer.
Choice of database engine
By default, for new installations CatDV Server uses the built-in Java H2 database. This is not recommended other
than for basic proof of concept testing however. Using the Setup Wizard in the Control Panel you can select any
of the following database engines to better fit in with your existing infrastructure (for example, if you have a
corporate Oracle or SQL Server license). When you select your desired database engine the setup wizard will
offer to create a blank CatDV database if one does not already exist. If necessary, you can use the Migrate
Database command in the Tools menu to import data from another existing database into the current database.
- CatDV Built-in Database (H2)
- MySQL 5.7
- Microsoft SQL Server
Version History
- 10.6.7 (7th November 2024)
-
- Updated styles for Advanced Web client.
- Support for Azure Blob Storage Remote Volumes.
- Sort groups in 'Select current group' login menu.
- Change default query result sorting to be case insensitive.
- Improved web upload performance.
- Support for direct web uploads to Amazon S3 bucket.
- Server-side support for future Adobe UXP extensions.
- Allow users to be sorted by name, real name, email and primary role.
- Auto populate the custom field identifer/prefix when creating a new customer object class.
- Fix issue with remote volume online checks where original is on-prem but proxy is in bucket.
- Fix issue with full text search containing phrases in double quotes.
- Fix issue where users could be created with trailing spaces on their usernames, which would make it
almost impossible to log in.
- Fix authentication error when using S3 Remote Volumes with non-Amazon S3 providers.
- Fix issue where user unable to select type dropdown after move from panel to view.
- Fix issue where user unable to open view definition after move view definition from view to panel.
- Fix progress bar in advanced uploader showing some progress even when progress is zero.
- Fix 404 error when clicking the edit fields button on a newly created customer object class.
- 10.6.6 (30th September 2024)
-
- Fix not being able to set an advanced settings value that contains an '=' sign.
- Removed horizontal lines in the treeview for a cleaner look.
- Fix issue with text visibility when mouse-over in multi-select auto-suggest dropdown.
- Update highlight styling for Web 2 and advanced treeview.
- Modernize the Web UI with updated font styles for improved aesthetics
- Fix fields admin page so you can click on the field name to edit the field and fix the button
tooltips.
- Add capability to create markers for metaclip members in the Live Logger.
- Add support for SAML assertions that contain a list of roles.
- Fix issue where clips spanning across midnight were not returned in remote queries when querying by
duration.
- Fix issue with the 'QT/Tracks' attribute returning blank values.
- Add capability to copy or move Views between Panels and vice versa.
- Fix web client doesn't recognize image sequences as metaclip.
- Fix issue occurring during the resizing of the Modal Dialog.
- Corrected the labels for Advanced Search and Simple Search.
- 10.6.5 (30th July 2024)
-
- Add option to split a clip into multiple sub-clips based on the clip's markers.
- Allow user to select a destination catalog for created subclip(s).
- Make newly created subclips inherit markers and user field values from parent clip.
- Add support for markers and annotations on still images.
- Add support for dragging one or more media files directly onto catalog clips view to upload them to
the server.
- Add facility to set a poster frame from the web interface.
- Add 'Sort By' menu for grid views to Advanced web client.
- Add ability to sort ascending and descending via the 'Sort by' menu in Web 3 / Advanced Web.
- Add option to display thumbnail as 16:9.
- Improve layout of archive queue form to display more jobs.
- Implement default FCP7 Field mapping when importing clips with Premiere Panel.
- Add support for additional field types to Server Plugin Argument Forms.
- Add the currently select marker to the command context for Server Plugin commands.
- Add 'Purge Old Jobs' command on Jobs admin page.
- Add advanced option to exclude domain name in username string when binding with LDAP.
- Make value selector in advanced search builder use 'contains' behaviour for picklist filtering
- Fix still images not correctly resizing as window resizes.
- Fix rare error when dynamically populating catalog tree.
- Fix issue where Worker Monitor screen could generate undue load on the server.
- Fix issue with S3 Remote Volumes to support non-Amazon S3 implementations
- Fix issue reporting database size when using the built-in database.
- Fix issue where group could appear multiple times in group picklist.
- Fix issue sorting by bin then name.
- Fix error in Field Groups admin page when Field Group has a missing name.
- Fix alignment issue in catalog tree.
- Fix issue where catalog, clip list etc. views in web 3 weren't refreshing when selecting a different
on nav item.
- Fix Live Logger menu item not available for Play Lists and Version Sets
- Update embedded Tomcat to 9.0.91.
- 10.6.4 (17th June 2024)
-
- Update embedded version of Tomcat to 9.0.
- Add support for targetting archive jobs at specific data mover.
- Add support in web client for adding markers/annotations to still images.
- Update SAML support to accept group list as CSV in assertion.
- Improve layout of catalog list, marker panel, archive job queue panel and history field.
- Update Ui for search bar in view shared cliplist
- Fix REST API 'altPaths' feature not repsecting mediaType parameter.
- Fix IllegalStateException error in complex notification environments.
- Fix issue in pre-configurator when running with built-in database.
- Fix not being able to drag markers from new marker panel to chat.
- Fix issue where manually edited worker registrations would be overwritten by worker.
- 10.6.3 (2nd May 2024)
-
- Update Java JVM to 11.0.23+9.
- Reduce excessive database logging.
- Various style/layout improvements.
- Fix compatibility issue with CatDV Premiere Panel.
- Fix compatibility issue with certain server plugins (including CatDV Archiving plugins).
- Fix various issues with pre-configurator.
- Fix issue retrieving certain settings via /settings endpoint.
- 10.6.2 (22nd Apr 2024)
-
- Numerous enhancements to Server Command Script API.
- Add information about number of users and limits to dashboard.
- Allow user to multi-select which log files to save.
- Remove orphaned metaclip links as part of housekeeping.
- Dispose of unallocated session created when clients call /api/info to ping the server.
- Display S3 storage information for in dashboard (CatDV.IO)
- Avoid unecessary request for filmstrip for still images.
- Improved REST API support for sycnhronising clips between servers.
- Add REST API support for matching array notification properties against an array value in the
notification filters.
- Update H2 database version to address critical security issues.
- Fix issue where marker annotations were not saved when using save-as-you-go mode.
- Fix Sessions monitor page not displaying the connected client's address in the table.
- Fix Web 3 not correctly applying 'can use server commands' and 'can share links' workspace options.
- Fix issue with scrubber cursor leaving trails when thumbnails set to not-crop and video is portrait.
- Fix display-only field "Folder Name" being offered in query builder.
- Fix issue with Audit Log archiver running out of memory for very busy audit logs.
- Fix issue with push notifications stopping under intermittent network environments.
- Fix 'Review and Approve' panel not appearing when 'Review and Approve' is enabled until user logs
out and back in.
- Fix issue enforcing maximum number of users in cloud edition.
- Fix issue with currently logged in user not being able to access newly created production groups.
- Fix issue with explicilty setting the value of an update-flag field, where the existing value
matches the new value.
- Fix incorrect 'media not available' message when downloading original media from a bucket.
- Fix issue with filmstrips generated from thumbnails for different aspect ratios.
- Fix ACLs not supporting users with multple roles.
- Fix still images importing into Premiere with 12hr duration.
- Fix issue importing multi-track audio clips into Premiere.
- Fix error running against newer versions of MariaDB on Linux.
- Fix invalid session error displayed in web client when server restarts.
- 10.6.1 (1st Mar 2024)
-
- Update embedded web server to Apache Tomcat 8.5
- Set Tomcat web logs retention period to 28 days.
- Update create user dialog to allow custom user fields to be set at creation,
- Improved support for remote review and approve workflows.
- Improve reliability of notification relay service.
- Add support for querying clips by orientation.
- Add support for 'match all' media store path by entering '*' as the path.
- Avoid reloading entire catalog tree in Web 3 when a single catalog is updated.
- Fix built-in 'Good' field not displaying correctly in web client.
- Fix shared links to sequence not playing.
- Fix catalog visibiliy and sorting issues in new demand-loaded catalog tree.
- Fix error rendering catalog tree when a catalog called just "/" was present.
- Fix issue with background offline volume checking.
- Fix error applying SAML group mappings if there are zero groups in the SAML assertion.
- Fix error parsing malformed query expression.
- Fix error dragging clips into folders.
- Fix issue with save-as-you-go mode causing an error on subsequent manual saves.
- Fix incorrect status being displayed in reviewer panel
- Fix full catalog path being displayed as the catalog name in the catalog tree when name edited via
context menu.
- Fix a number of issues with the review and approve panel.
- Fix error on save in "Edit Smart Folder" in Web 3.
- Fix view control dropdown caret color in web2 and advanced
- Fix error editing edit users if password complexity checkes enabled.
- Fix range field alignment for Advanced Search
- Fix various style issues with multi-autoselect fields.
- 10.6.0 (13th Dec 2023)
-
- New, more theme-able look and feel for Advanced and Classic Web clients.
- Updated UI design for Live Logger and Review panel.
- Updated UI for Final Cut Pro panel.
- Updated look and feel of Control Panel to be consistent with latest desktop client.
- New Copy Data and Paste Data feature in custom object data editing page.
- Load catalog tree on demand to better handle large numbers of catalogs.
- Reduce unnecessary redrawing of catalog and clip views when updates are detected.
- Remove redundant SQL clause from "Includes All" search queries.
- Add Externalize Thumbnails task.
- Add initial support for alternative media paths stored in metadata fields.
- Improve visibility of online indicators when overlaid on thumbnails in a grid view.
- Include fields in filters ven if only one value in result set.
- Generate basic filmstrip from thumbnails where no filmstrip exists.
- Fix issue with mandatory fields in upload form.
- Fix issue where adding new files to upload would clear upload form.
- Fix issue with wildcard full-text searches.
- Fix issue handling very large query result sets involving large numbers of metaclips.
- Fix issue saving configuration in control panel with blank upload path.
- Fix spurious error thrown during server shutdown.
- Fix file permission issue when saving catdv.properties file on Windows.
- Fix issue with Media Store's handling of paths with unusual characters.
- Fix issue with catalog info query not returning correct number of catalog clips when filter applied.
- Fix error when viewing a Shared Clip List when using ACLs
- Fix a number of issues importing audio files and audio sequences into Final Cut Pro from FCP X
Panel.
- Fix error in Review/Approve and Markers panels.
- Fix ctrl-A not working in the search box in the advanced web interface.
- Fix layout issue with 'linked clips' fields
- Fix broken online indicator and media path fields on read-only panels
- Fix issue where the incorrect marker category was applied to new markers.
- Fix error in sequence editor in advanced web client.
- Fix navigation search panel being visible when not configured.
- Fix issue with filters not updating when affected clips updated.
- Fix issue with in-place updates to clips list not correctly updating fields if new value blank.
- Fix issue with custom object queries when using SQL Server.
- Other minor fixes and improvements
- 10.5.4 (30th Aug 2023)
-
- Updated UI for home page, error reporting and admin notifications.
- Make "Web 3" the default web client - with "Web 2" renamed to 'Classic Web Client'.
- Automatically remove trailing path separators when editing media store paths.
- Add ability to edit in/out timecodes on existing markers.
- UI improvements for editing shared links, including view/hide password feature.
- Ability to download a ZIP file of selected server logs.
- Add feature to import/export reports.
- Add support for multiple data sets and other advanced chart settings in report charts.
- Add filename with and without extension as one of the source options for naming rules
- Increase Archiware Service Job Queue panel size.
- Don't show the 'Submit for Review' button to external users viewing a shared clip.
- Add a 'Require a current catalog for upload' option to web workspace setting.
- Include upload catalog and group name in upload file metadata.
- Fix invivisble progress bar text and other minor style issues in file upload.
- Fix broken link to fields editor in Custom Object admin page.
- Fix issue where 'white' marker category text was invisible in light web 3 theme.
- Fix issue where incorrect marker category value assigned to newly created markers.
- Fix issue in advanced upload page where dragging in new files would reset the current metadata form.
- Fix not being able to set home page to portal from web settings UI.
- Fix error accessing shared links while using ACLs.
- Fix issue where group admins could not deactivate / re-active users in their group.
- Fix icon not showing in web2
- Fix issue with notification socket timeouts.
- Fix various issue connecting to MySQL 8 on Rocky Linux 9.
- Fix handling of missing theme images.
- Fix inconsistant handling of theme editing in different server editions.
- Fix "403 permission denied" errors when viewing individual clips in a password-protected shared clip
list.
- 10.5.3 (19th July 2023)
-
- Fix critical security issue in 10.5.3. All users of 10.5.2 should update to this version
immediately.
- Numerous UI design enhancements, including a newly designed login page.
- Implement online indicators for files stored on remote volumes (such as S3 or BackBlaze).
- Improved support for Remote Volumes in the Media Store Management pages.
- Capture user's name/email address when entering shared link password so review comments can be
correctly ascribed.
- Implement 'NOT' operator for catalog searches in Web 3.
- Add API support for 'Num Clips' calculated catalog field.
- Improve performance of archive job queue queries.
- Add option to select the maximum age of Audit Log entries to archive.
- Make 'Archive Audit Log Entries' command interruptable and restartable.
- Add requiresAdmin and requiresSystemAdmin flags to JavaScript server plugin commands.
- Add support for 'identifier' and 'no-punctuation' fields to web client.
- Add search box to view shared clip list page to filter down list of clips in clip list.
- Improve handling of updates to the current view where clips are moved into or out of the current
catalog.
- Fix issue downloading original media from remote volume.
- Fix issue downloading files with non-latin characters in name.
- Fix issue generating shared links for sequences.
- Fix issue for group admins editing/deleting users in their admin groups.
- Fix issue where a logged in user would be logged out if they viewed a shared link.
- Fix not being able to include 'identifier' type fields in search forms.
- Fix incorrect progress reporting in data migration task for large databases.
- Fix issue calling context.callRESTAPI() from server plugin scripts.
- Fix schema update issues when running against Microsoft SQL Server.
- Fix compatibility issue between exported FCP 7 XML and EDIUS.
- Fix error adding a subclip to the current sequence.
- 10.5.2 (19th June 2023)
-
- Peview of new save-as-you-go feature (currently in beta).
- New option to require a passwords in order to view a shared link.
- Review & Approve function now supported when viewing shared links - allowing external users to
partisipate in review process.
- Add REST API support for text labels in marker annotations.
- Add ability to remove an file from the list of files to upload in the file uploade form.
- Add 'require two factor authentication' server setting
- Add new SAML login options to specify whether or not user's role gets updated at each login
(allowing local admin to control user's role)
- Add advanced setting (saml.groupsCSV') to support cases where the groups list in the SAML assertion
is a CSV rather than an array.
- Allow groups admins to administer users in their group.
- Allow logo to be overriden for admin pages.
- Add advanced settings to control maximum size and number of log files.
- Fix issue pasting text into multi-select picklist control.
- Fix inconsistent save value for fields that appear on multiple panels.
- Fix inconsistent login styles for adminstrators.
- Fix various interface issues in the 'view my shared links' page in web2 and advanced web interfaces.
- Fix Radio Buttons Fields not respecting readonly/not editable.
- Fix issue in auto-suggest picklists where changes were not being correctly registered if value
selected using the arrow keys.
- Fix error when loading view with no fields
- Fix incorrect user name on clip history items when editing shared links with shared link identity.
- Fix issue with loading named panels in custom pages.
- Fix various issues in AAF Export for Avid.
- Fix issue with old web 3 custom themes not displaying correctly.
- Fix issue with exporting new metaclip types as FCP XML.
- Fix issue reporting server status via /info endpoint during start-up/shut-down.
- Fix downloading individual clips within a shared clip list.
- 10.5.1 (9th May 2023)
-
- Fix various issues with new Web 3 styles.
- Various security enhancements.
- Other minor fixes.
- 10.5.0 (25th Apr 2023)
-
- Completely new admin UI based on "Quantum Unified UI".
- Updated Web 3 UI supporting more extensive theming support.
- New "Export to Avid AAF" option in web download.
- Add LiveLogger to Web 3
- Make auto-save the default setting in the web interface.
- Add 'Save as Smart Folder" to advanced search dialog.
- Add 'Share Clip List' to context menu in Web 3 clip lists view.
- Display calculated data rate if no stored data rate available.
- Implement FF2 and FF3 built-in fields in web panels.
- Implement filtering by marker category in new markers panel.
- Improve handling of offline proxies and filmstrips stored on object storage.
- Protect system created Media Stores from accidental editing / deletion.
- Add 'web.maxRowsToFetch' advanced setting to override default value.
- Sort filters alphabetically.
- Fix issue where filters didn't appear for fields with a single value in the result-set.
- Fix issue displaying missing thumbnail image.
- Fix issue with session timeout in 'View Shared Clip List' page.
- Fix handling of still images in FCP XML exporter.
- Fix multi-part uploading of very large files to S3.
- Fix issue where view columns could be displayed in the wrong order.
- Fix issue handling badly formatted date values when building filters.
- Fix REST jobs endpoint's handling of include=results.
- Fix incorrect processing of catalog visibility perimssions.
- Fix use of stale status in background volume online checking.
- Fix name/notes not being available when building simple search forms.
- Fix error on web error handling page.
- Fix edit ACL UI in admin page.
- Fix incorrect Web 2 'other page' logo in light theme.
- Fix 'goto timecode' with drop-frame footage.
- Fix issue with active filters panel not updating in standard web client.
- Fix issue where 'Add Marker' could fail immediately after performing a simple search.
- Fix issue where 'show recent clips' setting not being correctly applied.
- Fix markers and selection on version sets not being correctly displayed or saved.
- Fix advanced sequence editor displaying a 'discard unsaved changes' warning when no changes have
been made.
- Various fixes and enhancements to support latest Final Cut X Pro Workflow Extension.
- Various security enhancements.
- Other minor fixes.
- 10.1.4 (12th Jan 2023)
-
- Add support for path mapping to Final Cut Pro X plugin.
- Add "go to timecode" feature to web player.
- Add support for customising the individual marker panels in the Live Logger.
- Add support for block list on search suggestions.
- Fix issue with Media Store admin page displaying cached online status.
- Fix an issue with serving proxies from S3 where filename contains certain special characters.
- Fix issue with intermittent login failusers when using reverse proxies.
- Add support for new "linked clips" field type.
- Add support for customising "linked clips" panel by defining a nested views definition.
- Fix issue searching for text in any marker field.
- Fix issue adding 'status' field to search forms.
- Fix various issues with server plugin framework.
- Fix intermittent error with ACL evaluation.
- Fix issue deleting markers on play lists
- Fix wrapping of fields in live logger in web 2
- Fix 404 error when clicking "link to clip" in clip basket page on advanced web and web 3
- Fix issue where markers on play lists could be duplicated on save.
- Allow read-only field values to be user selectable.
- Fix issue where clicking on the label of a checkbox or radio button not saving the change of state.
- Fix issue with pre-populating marker name in Live Logger.
- Fix issue with multi-field groups in complex search forms.
- Fix wrapping issue in History field that could cause embedded table to expand off the page so other
column not visible.
- Various security and other minor fixes.
- 10.1.3 (18th Nov 2022)
-
- Fix an issue with the Archiware plugin.
- Critical fixes to address server stability issues under high loads while using server plugins.
- New and improved markers panel optimised for large number of markers.
- Free text markers filter to quickly identify specific markers.
- Add support for JKL scrubbing key-bindings to Live Logger, and fix some styleing issues.
- Cache Media Store online statuses to improve system performance where media resides on offline
Windows shared storage.
- Advanced web client updates current URL when viewing clips, so that clips can easily be shared with
other users by sharing the current URL.
- Display both web 2 and 3 themes in workspace list
- Improve error handling in calculated field where expression is invalid.
- Improve search text highlighting - particularly in markers.
- Limit rate at which full text search box requests suggestions - to avoid placing excessive on
server.
- Highlight text in markers matching either the marker filter or (if there isn't one) the global
search text.
- Improve layout or radio buttons and multi-checkbox fields.
- Update panel editor to support customising new Markers panel.
- Include additional HTTP security headers.
- Add support for publishing the main CatDV Web App at different url paths and with custom themes.
- Include remote volume paths in query results if include proxyPaths is set.
- When using HTTPS restrict TLS protocols to TLSv1.2 only.
- Add API support for displaying a 'message of the day' banner.
- Include additional information to regarding logins and logouts in audit log.
- Improve performance of rebuilding full text index and add ability to trigger from web interface.
- Various minor fixes and improvements to the workers page in the web admin interface.
- Add switch to turn off memory tables (not supported by some cloud database providers)
- Fix formatting of Media Size column.
- Fix errors when updating from previous versions.
- Fix a number of issues related to adding clips to the current sequence in Web 3.
- Fix 'Incorrect number of parameters' error when using server plugin commands.
- Fix inefficient duplicate request for list of catalogs in Web 3.
- Fix issue where stale query results could be returned to client.
- Fix wrapping of long words in preview fields.
- Fix missing newlines when displaying results of calculated fields.
- Fix "pre-select the clip you were last looking at" in the advanced web interface.
- Fix broken Aspera Targets page.
- Fix issue with read-only checkboxes not being displayed as greyed out in custom themes.
- Fix issue where media player panel could steal focus from current text input once video had loaded.
- Fix a number of issues with complex search forms (using field and search groups).
- Fix a number of issues with the Live Logger.
- Fix flickering when navigating from one clip to the next in the advanced web client
- Fix issue with Desktop ChatPanel where it was loading the previously saved message box rather than
the requested one.
- Fix issue where a missing user field could result in many duplicate fields being created.
- Fix compatibility issue with latest BlackPearl Archiving plugin.
- Fix performance issue with full-text searches on MySQL.
- Fix issue with custom themes in advanced web client.
- Various other minor fixes.
- 10.1.2 (16th Sept 2022)
-
- Security updates:
- Fix security issue with SAML login from Premiere Panel and desktop client.
- Fix a number of potential cross sight scripting issues.
- Add 'Not Set' option to filters.
- Add very simple charts to report engine.
- Add ability to rebuild full text index to web admin UI.
- Add option to GET /info endpoint to return details as JSON rather than plain text and include
additional info.
- Server log files roll over when an individual file exceeds 64Mb.
- Improve handling of very long filter values in web 3.
- Improve user experience if SAML login fails after initial authentication.
- Add close button to filters panel in web 3
- Set focus on player controls when viewing new clip so player shortcuts work without the need to
click on player controls.
- Fix various issues related to light-weight image sequence support for archiving plugins.
- Fix a number of issues relating to creating and playing shared links.
- Fix issue in FCP 7 XML exporter when exporting multi-channel WAV clips.
- Fix "compartor breaks basic contract" error when viewing catalog list.
- Fix IndexOutOfRange error in GET /fields when requesting multiple field definitions
- Fix SQL error when deleting clips when using Microsoft SQL Server.
- Fix error when worker hostname is blank.
- Fix security issue relating to admin user changing their own password.
- Fix issue with control panel server pings causing excessive database load when using Microsoft SQL
Server.
- Fix issue with server adding incorrectly formatted valus to extensible/save values linked
hierarchical picklists.
- Fix issue with two factor authenication.
- Fix "Populate from Server" function in edit picklist form to correctly handle linked fields.
- Fix error when using browse by metadata.
- Fix issue calculating user initials if there are leading, trailing or double spaces in name
- Various server plugin framework fixes/enhancements.
- Various minor REST API enhancements.
- 10.1.1 (20th July 2022)
-
- Security updates:
- Update embedded web server to Tomcat 8.
- Update MariaDB/MySQL driver to latest version.
- Add support for enforcing a minimum password length.
- Improve proxy file lookup for non-video assets on remote volumes by only including extensions that
are defined in the associated media path type,
- Extend pre-configuration system to support updating existing configuration based on the
'configuration version'.
- Add support for "Update Flag" fields on Source Media
- Add "Download All" button to Shared Clip List" page.
- Add facility to user admin page to show/hide deactivated users.
- Make Review & Approve default to 'enabled' in workspace.
- Add support for 'Cloud Edition'.
- REST API PUT /serversettings endpoint now allows updating individual settings.
- Change location of log files on Windows to C:\Program Data\Square Box\CatDV Server\Logs
- Control Panel now saves only essential 'bootstrap settings' in catdv.properties file. All other
settings stored in database and edited via web UI.
- Display the correct web interface URL on the Control Panel main screen when using HTTPS
- Remove support for Apache Derby.
- Various enhancements to information included in log file to facilate diagnostics.
- Fix markers not being available when viewing shared clip list.
- Fix incorrect 'instance' count shown in dashboard.
- Fix 'Clip Ref' field not being available when creating search forms.
- Fix error sorting catalogs with same name but different case.
- Fix cookie handling to comply with stricter Tomcat 8 rules.
- Fix issue where SAML login where user's role would revert to the default role at each login.
- Fix issue serving proxy files from a BackBlaze bucket.
- Fix incorrect field type for Media Size ('MS') field in advanced query builder.
- Fix error in conflict detection in PUT /sourceMedia.
- Fix issue serving hi-res media files with specific, defined media path subtypes.
- Fix server serving hi-definition poster images where only thumbnail required.
- Fix various issues surrounding enabling/disabling Review and Approve workflow.
- Fix 'null' being displayed for markers with missing description.
- Fix various minor display/formatting issues on auditlog admin page.
- Fix issue with older server plugins not displaying OK/Cancel buttons on argument form.
- Fix error when loading initial views if saved view type / view name aren't valid.
- Fix issue with catalog list updating too frequently while worker ingesting clips.
- Fix regression causing main clips view reverting back to default view.
- Fix copying out of multi-checkbox-picklist on Mac
- Fix main clips view title not including search term when running simple query.
- 10.1.0 (25th May 2022)
-
- Add support for folders, playlists and version sets to the Advanced Web Client.
- Add read-only support for folders to Web 2.
- Add a simple CatDV Worker Monitor to allow non-admin user to see (but not control) the current
worker queue.
- Add secure remote volume management to REST API.
- Add support for SAML logins using an external browser to support the Adobe Panel.
- Allow 'mandatory' option to be set on individual panel fields (in addition to globally on field
definitions).
- Add support for including current review and approve settings in workspace settings (for Adobe
Panel).
- Make command line control panel respect catdv.redirect=none flag and LOGTOFILE environment variable.
- Add support for updating existing users and roles in pre-config.xml.
- Add support for themes and theme images (read from a file) in pre-config.xml.
- Add support for viewing shared container clips (playlists, multi-cam and version-sets).
- Allow ACL clip rules to explicitly match against blank/not-set field values.
- Add "CommandLineUserStore" Extension that calls a command line executable when users are added,
updated or deleted.
- Generate notifications when users are created, updated and deleted.
- Add support for catalog sort prefixes to allow sorting things like "The Simpsons" under 'S' rather
than 'The'.
- Move clip function in Web 2 now controlled by 'Can move clips' workspace option.
- Display current Tomcat version in server info.
- Optionally display duration for range markers in markers panel
- Reduce excessive logging if worker manager is monitoring a worker that is down.
- Create new 'Cloud Edition' of CatDV Server.
- In Advanced Query Builder - where possible restore selected operator and entered search values when
user selects a different field or operator.
- In the Advanced web interface - make the contents of each tab scroll rather than the whole panel -
so tabs are always visible.
- Add specific page titles for all admin pages so label in browser tabs are meaningful.
- Stop the context menu from being clipped if it is popped up too close tot he left hand side of the
window.
- Fix issue serving proxies for audio and still files from remote volumes.
- Fix issue in search panel when specifying an overriden search operator on a multi-value field.
- Fix going back to the selected clip in the clips view when returning from clip details page in Web
2.
- Fix inconsistent marker timecode display between desktop and web.
- Fix intermittent file copy issue on Linux.
- Fix issue with cancelling the "Set-up 2FA" dialog.
- Fix issue with connecting desktop clients and worker instances via HTTP when using standalone Tomcat
instance.
- Fix issue with multi-value picklists in desktop client being stored correctly when publishing
catalog for the first time.
- Fix issue in full-text searching when search terms contains certain punctuation characters.
- Fix inconstency in updating version set clips via the REST API compared to saving them via the
desktop client.
- Fix critical security issue with SAML login process.
- Fix error in during LDAP login if LDAP server not correctly configured.
- Fix error during RMI login if password is not set.
- Fix database login issue when using MySQL 8.0.28 or newer.
- Fix Control Panel using wrong log path on Linux.
- Fix SQL error when accesseing browse my media path when using ACLs.
- Fix copying values from multi-checkbox field using ctrl-C.
- Fix display of long production group names in Web 3 catalog view.
- Fix issue with calculated picklist flashing the current selected item every time any other field
updates.
- Fix style issue on drop-down lists in web 3.
- Fix issues with field value validation when editing multiple clips.
- Fix issue with 'Share Clip List Internal' functionality where view link page woudl sometimes show
the previously loaded clip list.
- Fix various issues with the server plugin framework related to using very different client and
server versions.
- Fix issue with "don't ask again for N weeks" functionality in the Adobe Panel.
- Fix issue serving markers as subtitles if clip starts at non-zero timecode.
- Fix issue in server command argument forms where refresh events continue to occur after form has
closed causing server-side errors.
- Fix error when using "browse by media path" in Web 3.
- Fix CORS issue when using level meters when playing media data from an S3 bucket (requires correct
CORS policy on bucket).
- Fix custom login messages not displaying.
- Fix issue retrieving StorNext User Store credentials written by previous version.
- 10.0.3 (16th March 2022)
-
- Users can log in with either their real name or username.
- Rename 'Administrator' user to 'admin' with real name of 'Administrator'.
- Switch to driver native database connection pooling for MySQL/MariaDB.
- Various fixes and enhancements to container pre-configurator
- Add support for 'multi-select' flag on drop down 'list' items in Server Command Argument Forms
- Online indicator now reports files on remote volumes as 'status unknown' rather than 'offline'.
- Optionally retry online indicator checks to improve handling of intermittent storage connections.
- Improve accessibility by using different shapes (a tick or cross) for online indicators, rather than
just different colours.
- Add support for editing markers on playlists.
- Add currently selected clip list's ID as "upload-clipListID" to upload sidecar XML.
- Convert panels that contain a single 'markers' field to built-in 'marker' panel.
- Enhancements to the Server Plugin Framework to better support form validation.
- Fix error when displaying "MTD" attribute in web panel.
- Fix various inconsistencies in the Plugin Framework related to handling legacy userField/metadata
representations.
- Fix unwrap metaclip with single member deleting member.
- Fix incorrectly sized "missing poster image" thumbnail.
- Fix SQL syntax error when running complex users and using Micosoft SQL Server.
- Fix updating job.memberIndex via REST API
- Fix issue where choosing 'other' from a multi-select picklist did not mark clip as modified (so save
button not enabled).
- Fix handling of null values with saving settings to server from control panel.
- 10.0.2 (19th January 2022)
-
- Add support for "Media Duration" (MDT) field to web client.
- Show a grey (uknown status) online indicator for metaclips in web client.
- Pre-populate "default permission" when creating new production group.
- Improve user experience for LDAP logins where user is not in a group that allows them to log in.
- Fix error in Regular Expression searches on MySQL 8.
- Fix error in 'browse by media folder'.
- Fix issue with browser caching stale online indicators.
- Fix issue viewing shared clip list links.
- Fix issue with proxy path lookups for metaclips.
- Fix issue with 'autofill domain' feature in LDAP support.
- Fix issue adding multiple new (extended) values to an extensible multi-select picklist.
- Fix issue saving extensible picklist values where picklist's "linked field" reference set to blank.-
- Fix error in HtmlTemplateProcessor when parsing <%if.. statements.
- Fix issue logging in from older clients.
- Fix permissions issue writing to logs directory.
- Various enhancements to SAML plugin to support OneLogin.
- Various other minor fixes.
- 10.0.1 (4th October 2021)
-
- Auto-collapse Web 3 navigation panel during window resize.
- Fix issue with custom themes not rendering.
- 10.0.0 (30th September 2021)
-
- Add support for new "container" clips:
- Play Lists - play clips end to end, with markers taken from the individual clips.
- Version Sets - each new clip added to set becomes the latest version, which is the version
that is played by default.
- Folders - organise related clips into folders by simply dragging clips in and out of
folders.
- New "Review and Approve" workflow support:
- Supports multiple reviewers with either "unanimous approval" or "single approval with veto"
worflows.
- Realtime comment/reply mechanism to allow close collaboration between reviewer and creator.
- Time-based comments including enhanced multi-colour annotations.
- Support for two factor authentication using standard mobile authenticator apps such as Google
Authenticator.
- Users can now have multiple roles - allowing simpler mapping from LDAP/SAML permission models.
- New audio-level metres in the web player.
- New audio preview feature allowing quick preview of audio assets from main results screen.
- New server-managed metadata extraction rules with simple rules editor.
- New Browse-by-metadata feature.
- Further improvements to web player frame accuracy in Chrome and Firefox.
- Support for mouse-over thumbnail scrubbing to Web 2 and Advanced Web interfaces.
- Support for selecting from multiple audio and subtitle tracks when playing sequences and play lists.
- Clip context menus in Advanced Web interface.
- Support for multi-coloured select buttons.
- Improved administation interface navigation.
- Retain the currently selected audio/subtitle track when moving between clips.
- Numerous changes to enable easier deployment on Docker including new pre-configuration XML file
support.
- Switch to OpenJDK 14 and support notarisation on Mac.
- Numerous other fixes and minor enhancements.
- 9.4.0 (1st September 2021)
-
- Add support for wildcards in simple search fields.
- Add support for multiple manually specified Root DNs for LDAP
- Numerous improvements to diagnostic logging.
- Add support for custom 'online indicator' columns using a calculated fields.
- Improve error checking and recovery during file upload sessions.
- Adjust upload chunk size based on the current upload speed.
- Use a shared Tomcat session manager so authenication works across multiple hosted web apps.
- Add web.logoutUrl setting to allow BASIC Auth logout.
- Add support for audio preview player that pops up when user clicks the audio type icon.
- Add support for automatically fetching media metadata fields only if used in current in clip view.
- Restrict worker configurations to admin users.
- Refine simple search domain throttling for improved search fidelity.
- Add support for worker self-registration.
- Make history item show full date/time.
- When scrubbing/jumping to a new point on timeline don't affect the current playing state
- Improve layout of long picklists inside small containers (e.g. dialog boxes)
- Further improvements to player frame accuracy.
- Display calculated field expression errors in field for easier diagnostics.
- Don't display initial 0% 'progress' in upload form in web 3 until first packet sent.
- Fix several issues with persisting new values for extensible linked picklists causing an error when
saving.
- Fix not being able to update picklist selected value in server plugin framework form.
- Fix REST API error when include all alternative paths option specified.
- Fix control panel server ping causing large numbers of unallocated sessions on the server.
- Fix permission issue publishing catalogs when sing ACLs.
- Fix a number of issues with session managament in the server plugin framework.
- Fix group picklist in Catalog Details, Clip List details etc. so they only show groups the current
user has access to.
- Fix handling on Source Media ("SM") attribute in web client.
- Fix incorrect escaping of server settings in Custom Pages which could generate browser errors.
- Fix error in housekeeping during marker field cleanup phase.
- Fix error when writing upload sidecar file where no current user
- Fix incorrect session timeout when using BASIC AUTH
- Fix issue setting a blank LDAP required group.
- Fix issue where deleting a catalog didn't clear the current upload target catalog.
- Fix issue with drag image 'sticking' in Firefox.
- Fix error when using marker category in simple search forms.
- Fix buttons not always enabled issue in Media Store admin page.
- Fix error displaying HTML fields where HTML contains an <a> tag with no href.
- 9.3.3 (19th April 2021)
-
- Improve handling of timeouts and retries during uploads and minor UI enhancments.
- Add support for HTTP BASIC Auth to facilitate use of certain automated testing frameworks.
- Fix backwards compatibility issue in custom pages using legacy navbar tag.
- Fix issue where updating source media metadata could overwrite existing values.
- Fix issue where desktop streaming proxy media store paths could override web proxy paths.
- Fix error fetching media store path if mediaType and extensions are not set.
- Fix issue in the permissions sent to the desktop client when using ACL.
- Fix default shared clip list URL alwasy using port 8080 even if server is listening on a different
port.
- 9.3.2 (26th March 2021)
-
- Add support for searching by marker name, description and category
- Remove legacy catdv.includeMediaFields advanced setting and instead set include options based on
current view definition.
- Add catdv.stopWords advanced property to allow full-text indexing stop word list to be overridden.
- Improve handling of unresolvable Active Directory forest links in LDAP login.
- Fix compatiility issue with older clients
- Fix permission checking for editing smart folders
- Fix bugs in Server 6 to 7 upgrade process.
- Fix display of boolean columns
- Fix issue with case-sensitive searching in MS SQL Server
- Fix issue that prevented media metadata fields being added to views.
- Fix issue with Plugin Framework's session handling.
- Fix missing options in admin home page menu for group admins.
- Fix a number of issues in the LiveLogger
- Fix issue where clearing a picklist field did not enable the save button.
- 9.3.1 (22nd Fenruary 2021)
-
- Fix critical issue that could block clients/worker connections.
- 9.3.0 (5th February 2021)
-
- Add support for new proxy naming convention which retains both the original file extension and the
proxy extension (e.g. video.mxf.mp4)
- Allow system administrator to update catalog ownership via API.
- Add workspace option to disable Pegasus search suggestions
- Add clip history entry when uploading media through REST api.
- Add support for searching for 'phrases' (enclosed in quotes) in free text searches.
- Add support for managing views/panel to RMI API.
- Add support for CatDV.get() and CatDV.put() in web JavaScript API.
- Add custom login page background/logo to Web 3 theme editor.
- A number of minor fixes/enhancements to multi-select picklists.
- Enhancements to search forms and query builder for multi-select fields, which now use a multi-select
picklist to allow user to select one of the picklist values and also perform 'includesAll' etc.
search operations.
- New Image Viewer that expands the image to fill the whole window and allows zooming and panning.
- Improve handling of case where server starts up before database is available in both server and
command line control panel.
- Use "Smart Sorting" for catalogs, smart folders and clip lists so names with embedded numbers are
sorted correctly.
- API enhancements to allow archive plugin to generate clip update notification for imprived feedback.
- Add key shortcuts (ctrl-UP/ctrl-DOWN (cmd-UP/cmd-DOWN on Mac)) to navigate to next/previous clip in
result set.
- Improve positioning of tooltips to avoid clipping against screen edges.
- Make behaviour of RegEx fields consistent with desktop client.
- Turn off download button in embedded shared link player (Chrome only)
- Various improvements to "auto login with SAML" option.
- Extend search term highlighting to support new phrase searching.
- Sort media store path by type in admin UI
- Fix issue clearing a server setting field once set.
- Fix issue setting the 'private' flag on Clip Lists
- Fix issue determining the available server plugin commands when current user or group changed.
- Fix error reporting in REST API during server start-up / shut down.
- Fix bug in date filters where individual date filters could end up in the wrong branch of the filter
tree.
- Fix issue with incorrect thumbnail orientation in web interface.
- Fix issue where embdded shared link would not play if download proxy not enabled in shared link.
- Fix issues with complex queries against 'Time' fields.
- Fix various issues with path mapping in server-side FCP XML generation.
- Fix temporary file created when serving partial media files not being deleted if FFMPEG generates an
error.
- Fix bug checking whether can create H2 database on MacOS
- Fix bug in querying catalog fields for blank.
- Fix interemittent locking errors in the notification service when under heavy loads.
- Fix resource leak with externally stored thumbnails where thumbnails removed during housekeeping.
- Fix swapped server settings in web UI (ACLs and advaced logging)
- Fix issue where splitter positions not corectly restored to saved positions in advanced web UI.
- Fix issue where switching from clip to clip could leave stale subtitle text from previous clip still
displayed.
- Fix broken home link on my shared lnks page.
- Fix issue in picklist where picklist values include certain characters.
- Fix focus issue when clicking on timeline in player controls.
- Fix layout issue in Server Command Argument Forms where picklists weren't expanding to fill layout
column.
- Fix issue with hide-if-blank fields never being displayed on preview panels.
- Fix issue with error handling in JSP error page.
- Fix issue saving date fields that appear on multiple panels.
- Fix issue with server commands not displaying result message under certain conditions.
- Varous security related fixes.
- 9.2.0 (25th September 2020)
-
- Add support for serving SRT subtitle files.
- Add support for storing static data as 'custom objects' in the CatDV database.
- Add support for editing custom static data in the web admin UI.
- Add 'select' parameter to /objects endpoint to retrieve simple list of values.
- Add support for multi-select calculated picklists populated from server-side static data objects.
- Add initial support for simple Web 3 themes with images stored in the database.
- Add option to upload directly to the target file rather than using a temporary file.
- Add SAML settings to web server settings section.
- Add support for serving image resources (for theme images) and other supporting changes.
- Add initial support for JavaScript server commands.
- Add 'extra commands' workspace settings to replace previous 'topNavLinks' setting.
- Add ability to map arbitrary SAML assertion fields to custom user fields. Also add
saml.emailAttribute
- Add support for non-clip-fields to /fields/ (i.e. catalog fields, marker fields etc.)
- Add support for implementing additional custom 'online indicators' as calculated fields.
- Add support for an API token to authenicate calls to API from a script in the desktop client.
- Add option to serve online indicator image as a PNG as desktop can't display SVG.
- Add API support for future light-weight image sequences.
- Add workspace option to turn off dragging clips between catalogs.
- Add support for the 'orientation' value stored against thumbnails.
- Add support for clearing all values for a given custom static objects type in a single API call.
- Enable editing custom object field defintions directly from custom objects page.
- Add ability to retry failed uploads.
- Add support for multi-coloured select buttons.
- Add support for calulated picklists to search forms
- When in "wide" mode in Web 3 make details panels scroll - rather than whole page.
- Enable advanced upload in Web3.
- Only allow valid video clips to be added to sequences in web sequence editor.
- Allow deselection of radio buttons by clicking the selected one.
- Improve handling markers with long descriptions in marker panel.
- Use double-size thumbnails - for high DPI dispays.
- Add ability to update a task's priority in the Worker monitoring UI.
- For multi-select picklists filter values using 'contains' rather than 'starts with' logic.
- Numerous fixes and enhancements to job's API to support multiple data movers.
- Fix issue accessing certain fields via the JavaScript API on web.
- Fix issue evaluating visibility rules for themes applied before login (on login page).
- Fix a number of issues syncing Marker Categories with desktop.
- Fix issue where settings could revert to default values when loading web settings UI for the first
time.
- Fix several issues with custom Sub Clip forms.
- Fix non-latin characters in subtitle markers.
- Fix permission error when downloading media via shared link.
- Fix server generating http links when server using https.
- Fix a number of issues with multi-select-picklist controls.
- Fix missing default login screen background for custom web themes.
- Fix 'Can Edit Sequences' workspace option being used to control 'Live Logger' button.
- Fix issue sorting accented characters correctly in picklists.
- Fix various issues in the Media Store Path Type dialog.
- Fix issue with logo scaling in custom web 3 themes.
- Fix issue with 'Advanced' checkbox in fields admin page persisting incorrect state.
- Fix issue with custom theme headers not appearing correctly on certain pages.
- Fix issue where poster images in grid view appear incorrectly sized.
- Fix issue with search text highlighting and server command parameters in Web 3.
- Fix issue with linked fields where dependant value starts with one of the linked parent values.
- Fix issue with Server Command Argument Forms not correctly processing top-level form params/flags.
- Numerous other fixes and security enhancements.
- 9.1.0 (27th July 2020)
-
- Add support for editing server settings (now stored in the database) via the Web Admin UI.
- Add support for using HTTPS in embedded web server - reading SSL certificate from a keystore.
- Add support for completely custom clip list and marker forms.
- Add support for different thumbnails orientations in web client.
- Add support for fetching proxie, filmstrips and poster proxies from a bucket.
- Add API-level support for secure keystore to hold credentials.
- Make Web 3's "cropped thumbnails" a workspace option.
- Allow Clip ID on simple search forms.
- Add preliminary support for Login Page and Upload Page Scripts.
- Add support for Adobe Panel to get workspace settings.
- Add "Default Start Page" (web.cient) to server settings UI.
- Add "default value" feature to environment variable substitution using ${ENV_VARIABLE||
} syntax
- Add 'saml.defaultPage' property to allow redirection to web 3 or advanced web if fwd parameter not
supplied.
- Add support for catdv.secretsFile so containers can pull secrets from Docker Swarm secrets.
- Add textindex.allowMultipleSeparatorsInWords opton o customise behaviour of tokenizer.
- Add support for REGEXP queries when using MS SQL Server's extended LIKE support.
- Make username password optional params to setup_schema.
- Add support for online indicators in details panel.
- Add ability to update a task's priority in the Worker monitoring UI.
- Add option to populate newly created panel/view set with default panels/views.
- Improve error message when trying to download a sequence (which is not currently supported).
- Various API enhancements to support multiple archive data movers.
- Only allow valid video clips to be added to sequences in web sequence editor.
- Add workspace option to turn off dragging clips between catalogs and also refresh clips view when
drag operation complete.
- In Web 3 - when in "wide" mode make details panels scroll (rather than whole page).
- Various layout improvements in markers panel to handle large numbers of markers with long
descrptions (e.g. AI transcriptions).
- Improve scaling of thumbnails on high DPI displays.
- Add visual drop feedback if target accepts drop.
- Make clicking on a checkbox's label toggle the checkbox.
- Add support for catdv.loginAsCatDVUserPrompt in SAML login page.
- Remember collapsed/expanded state of Media Stores view.
- Fix non-latin characters in subtitle markers.
- Fix issue with server commands being incorrectly enabled/disabled in Web 3.
- Fix issues with custom Sub Clip forms.
- Fix permission error when downloading media via shared link.
- Fix handling of https when generating shared links.
- Fix SQL error during clean up after backups on newer versions of MySQL.
- Fix a number of SQL errors when running on case-sensitive MSSQL.
- Fix issue saving role mappings when LDAP server not being used.
- Fix character encoding issue when using MS SQL Server.
- Fix issue with schema updates on MS SQL Server.
- Fix issue with Mac installer causing jspawnhelper not to be executable.
- Fix error in LDAP config editor.
- Fix issue in catalogs view where collapsing and expanding could cause duplicate rows
- Fix 'class not found' issue in server plugin framework when running in standalone Tomcat instance.
- Fix issue downloading proxy media from buckets.
- Fix light theme in web 3.
- Fix losing current selection in clips view when returning from editing a clip in Web 3.
- Fix SAML login in Web 3.
- Fix issue where selection checkboxes duplicated when editing multiple clips.
- Fix advanced searching for checkbox not set.
- Fix error adding media path to empty media store
- Fix bug in upload form where Add Files.. button was left disabled after first use.
- Fix performance issue with many large picklists on details panel.
- Fix issue with ArgumentForms not correctly processing top-level form params/flags.
- Fix issue where Web 3 thumbnails appearing truncated when on page refresh.
- Fix issue with custom theme headers not appearing on view shared link page.
- Fix issue with 'Advanced' mode checkbox state in fields admin page.
- Fix issue with linked fields where dependant value starts with one of the linked parent values.
- Fix mandatory field label colour in "small" view in web 3.
- Fix bug playing back medies in shared link page if download original media specified.
- Fix catdv://clip/123 links in the advanced client.
- Fix various style issue with responsive toolbar in Web 2.
- Fix clip drag anmations in Web 3.
- Various fixes for light-theme styles in Web 3.
- Various fixes for CatDV Essential.
- 9.0.1 (18th May 2020)
-
- Improve handling of large numbers of catalogs in web 3.
- catalog list loads with all groups/folders collapsed to reduce need to scroll.
- collapsed/expanded state of all list retained in current session.
- A number of Enhancements to Web 3 navigation.
- deep linking to catalogs, clip lists, smart folders and individual clips.
- browser back button can be used instead of back button.
- current state of panels and lists retained across reloads.
- Implement downloading media directly from a bucket (S3 and B2).
- Localised web interface now available in Enterprise Edition.
- Update implementation of 'includes all' queries to only match whole words and to improve query
efficiency.
- Add support for workspaces in Adobe Panel.
- Improve error handling when parsing REST queries.
- Improve handling of built-in picklist fields (such as catalog owner) in search forms.
- Update to latest Microsoft SQL Server JDBC driver to enable support for encrypted connections.
- Extend notifications to include more server operations.
- Add desktop client as available target in media store admin page.
- Improve handling of large picklists in server command argument forms.
- Add Server Commands Tools menu to web 2 details page.
- Improvements to editing remote volumes.
- Fix error loading Final Cut X and Tricaster plugins.
- Fix issue where clips view dropped out of select mode when scrolling down.
- Fix missing current catalog specifier when uploading in Web 3.
- Fix Pegasus Server search suggestion in Web 3.
- Fix Workspace aliases not being applied everywhere in web interface.
- Fix handling of subtitle markers for clips with non-zero start time.
- Fix a number of issues relating to CatDV Essential.
- Fix error when accessing a shared clip list while using ACLs.
- Fix a number of issues in search forms and query builder.
- Fix error when accessing a MediaStore that has no paths.
- Fix issue with online status indicators for clips with no media path.
- Fix issue creating/editing catalogs in advanced web client.
- Fix sorting in default views
- Fix clip links in JSON and HTML fields in Web 3.
- Fix current group menu not scrolling when system has very large number of groups.
- Fix error searching for underlying type (and provide picklist of available types).
- Fix issue with setting initial state of input controls on server plugin forms.
- Fix a number of minor regressions when serving custom page definitions.
- Fix issue displaying PDF's (and other document types) with JPG proxies.
- Fix issue viewing contents of recycle bin in web client.
- Fix issue serving proxies from a cloud bucket.
- Fix Metadata panel not appearing if no fields are defined.
- Fix AJP Connector only listening on loopback interface.
- Fix error when editing Remote Volumes.
- Fix issue restoring value of rating fields in search forms.
- Fix a number of minor inconsistencies in REST API query field specifiers.
- Fix a number of isue when running with Microsoft SQL Server in Azure.
- Fix issue where tabbing away from picklist didn't close the drop down.
- Fix error in login control if change password option hidden.
- Other security-related fixes.
- 9.0.0 (16th April 2020)
-
- Introduces Web 3:
- Modern interface based on Material Design.
- Responsive: dynamically adapts to desktop, tablets and mobile screen sizes.
- Hover-over scrubbing of clips in the clip grid view.
- Hover-over marker info on player timeline.
- User-settable avatar image.
- Player Enhancements:
- Select from multiple, named audio tracks.
- Select from multiple subtitle tracks, either served from WebVTT files, or generated on the
fly from event markers.
- Add freehand annotations to markers.
- Improved timecode accuracy for drop-frame footage.
- Cloud Support
- Manage Remote Cloud Volumes from web admin UI.
- Play proxies directly from Amazon S3 or BlackBlaze buckets.
- Direct download of hires media from Amazon S3 or BlackBlaze buckets in web client.
- RMI Over HTTP to support worker and desktop connectivity in the cloud.
- Docker container support.
- Catalog, Clip List and Marker editing forms support custom panel definitions.
- New 'Coloured Label' field provide simple color-coding of metadata fields.
- New 'Clip Updated Flag' field provides efficient support for workflows that operate on new/modified
clips.
- Make 'rating' a field type - rather than just a built in field - so can have multiple different
ratings.
- New install process supports Mac OS Catalina.
- Monitor and control multiple Pegasus Workers from web admin UI.
- Server to Server media and metadata transfer support.
- Localised web interface. Supports:
- French.
- German.
- Spanish.
- Portuguese.
- Japanese.
- Media Store enhancements to support audio/subtitle tracks:
- File suffixes in addition to extensions (e.g. "_en.vtt" for English Subtitles).
- Number ranges (e.g. "track[1-8].wav" to match numbered track files.
- Substitute track number into track name using $#.
- Support for non-modal server plugin dialogs.
- Support for AJP-13 secrets.
- Support for Apache Derby.
- Numerous other fixes and updates.
- 8.0.8 (4th March 2021)
-
- Add support for phrase searching in free text searches.
- Enhancements to extracting user metadata from SAML assertion.
- Fix issue with hide-if-blank fields never being displayed on preview panels.
- Fix search term highlighting so it undersands phrases
- Fix issue saving date fields that appear on multiple panels
- Fix issue with LDAP login where AD group refers to non-existant domain.
- Fix issue with temporary files not being deleted if FFMPEG trasncode fails.
- Fix error while loading certain server plugins.
- Fix issue with AJP not listening on all addresses.
- Fix error when serving a shared clip list while using ACLs.
- Other security-related fixes.
- 8.0.7 (18th April 2020)
-
- Fix issue saving rating fields when they appear on multiple panels.
- Fix for incorrect timecode display with drop-frame footage.
- Fix for multi-file download in Safari.
- Fix issue serving non-platform-native proxy paths.
- Fix issue with field groups with multi-line descriptions.
- Fix uploading to a non-system volume on Mac.
- Fix various issues related to configuring and evaluating ACLs.
- Fix various issues related to CatDV Essential.
- Fix various issues in the catalog, clip list and marker editing forms.
- Update to latest version of Tomcat 7 and add support for AJP-13 secrets.
- Other security-related fixes.
- 8.0.6 (30th January 2020)
-
- Add initial support for Mac OS Catalina.
- Numerous security fixes - including more secure session handling and controls on enumerating user
data.
- Add "Export View Data to Clipboard" commnd to Advanced Web Client and add "Enable Export View Data"
feature to web workspace.
- Add new "Search Media Clips Only" option that searches normal clips and metaclip members - but not
metaclips. (This options returns the 'expected' results when querying archive status.)
- Fix Date/Time searches, which could, in certain situations, return incorrect results.
- Fix issue in JavaScript API - catdv_onLoad() called before panels finish loading.
- Fix inconsistent behaviour of Edit/Save/Cancel buttons in Advanced Client when using "Edit Mode".
- Fix issue with permission checking in shared link management function.
- Fix extensible picklist support in aliased fields.
- Fix issue saving column widths.
- Fix issue searching Sfor 'Underlying Type" via REST API.
- Fix issue evaluating client is "Any Web" in visibility rules.
- Fix issue that could generate SQL errors on Microsoft SQL Server.
- Fix issue sorting by duration/duration2.
- Fix a number of issues relating to ACLs in Pegasus Server.
- Fix issues migrating complex view definitions from Server 6.
- Fix performance issue fetching filters from server.
- Fix performance issue where Advanced Search form could generate unnecesary API calls.
- Fix performance issue when polling database for table stats on MySQL.
- Other minor fixes.
- 8.0.5 (26th November 2019)
-
- Performance enhancements to core query builder.
- Move some logging functions to a background thread to improve API response times.
- Improve performance of key schema update functions.
- Add Workspace option to download basket as a single ZIP file.
- Add 'Archiware' media store path target to support new Square Box Archiware plugin.
- For Aspera proxy downloads always download original media for non-media assets.
- Fix issue editing custom user fields in users admin page.
- Fix permission issue deleting catalog when using ACLs.
- Fix issue importing a very large number of metaclips in one batch.
- Fix issue searching for metaclip members.
- Fix issue searching by underlying type.
- Fix issues with creating/viewing shared links in advanced client.
- Fix issues with catalog searches in MS SQL Server.
- Change name (and type) of Mac launcher to 'catdvServer'
- Security fixes
- Numerous other minor fixes
- 8.0.4 (14th October 2019)
-
- Add ability to add range markers in Live Logger.
- Add support for formatted JSON fields in views.
- Add ability to duplicate a Smart Folder by entering a new name in edit screen.
- Redsigned SAML login screen to reduce confusion for SAML users.
- Add SAML auto-login feature so SAML users taken directly to SAML iDP.
- Add support for multi-clip editing in UI Scripts.
- Add support for UI Script in Live Logger.
- Add a default sort order (by name) for groups returned by REST API.
- Add workspace option to set size of LiveLogger's step forward/step back shortcut.
- Improve handling of offline clips in download function.
- Various changes/fixes to support CatDV Essential
- Improve handling of inconsistent view definitions.
- Fix issue evaluating 'not' visibility rules for client type (i.e. WEB or WEB.STD etc.)
- Fix a number of issues in Server Plugin Argument Forms (related to handling multi-select in
datatables/hierarchies).
- Fix issue where metaclip members were being displayed in main catalog clip views.
- Fix issue in validation where mandatory field checks prevent it doing other checks (e.g. regex
fields).
- Fix issue exporting proxy media in Final Cut XML for metaclips (used by Premiere Panel).
- Fix issue with downloading complex media proxies in custom pages.
- Fix issue where dragging item out of list of clips (e.g. into a clip list) refreshes the list (so
you lose your place).
- Fix inconsistent behaviour of ctrl-click/cmd-click in multi-select lists.
- Fix issue with broken icons on view Shared Clip Page.
- Fix intermittent error with 'Share Clip List Internal'.
- Fix issue saving settings to server when logged in as admin user.
- Fix MySQL start/stop button in macOS control panel
- 8.0.3 (4th September 2019)
-
- Numerous security fixes.
- Send a notification when media stores are edited.
- Write log files as server-xxx rather than other-xxx.
- Add support for 'ratings' as a user field type in desktop client
- Detect and attempt to reconnect when database connection closed by server.
- Exclude System Group from target groups picklist in new catalog, smart folder and clip list dialogs.
- Add support for non-editable 'worker' user for CatDV Essential.
- Add facility to specify a second LDAP server via advanced properties.
- Various RMI API enhancements to support CatDV Essential.
- Make list of groups from SAML Assertion available in 'saml.groups' field.
- Protect against null values in picklists (typically being set from UI script).
- Change handling of 'built in' panels - so they can be included along with other panels defined on
the server.
- Fix issue logging in using old API if the password is blank
- Fix for notifications in multi-homed environment
- Fix issue handling deadlock during updates to the text index.
- Fix NPEs in logging
- Fix catalog searches where catalog has no clips
- Fix issue where selecting theme disabled in workspace editor on Enterprise edition.
- Fix bug where LegacySettingsManager created new ViewSets with the incorrect type/object class.
- Fix issue where database conn
- Fix error during saving when value updated a null.
- Fix incorrect field reference when setting saml.groups.
- Fix NPE when RMI client passes in null catalog query.
- Fix NPE while indexing marker metadata published from RMI clients.
- Fix issue where panel set sections collapsed by default in Essential (and no way to expand)
- Fix issue where view set sections collapsed by default in Essential (and no way to expand)
- Fix broken visibility rule editing in Field Groups
- Fix custom fields not appearing in edit user dialog.
- Fix checkboxes in views showing checked for any non-blanck value.
- Fix bug where parameters not correctly encoded in thumbnail URL.
- Fix catalog clips not being displayed in set order
- Fix saving prefs from desktop tiggering permission issue with marker categories as non-sys-admin
- Fix issue with Production Group on search forms
- Fix start-up error when using SQL Server
- Fix slow loading of large shared clip lists
- 8.0.2 (24th June 2019)
-
- Add "auto-save" workspace option to web clients.
- Navigation tree updates immediately when catalogs, clip lists or smart folders and updated on the
server.
- Add facility to share a link to clip list with another CatDV user.
- Require old password when changing own password.
- Don't show duplicated navigation tree node where catalog's path makes it the 'parent' or another
catalog.
- Organise server commands in Tools menu by plugin with separators between each plugin's commands
- Append newly created subclip to clips view and make it the current selection in advanced web client.
- Add admin page to administer marker categories
- Add option to create new catalogs and move clips between catalogs to standard web client.
- Add onBeforeSave hook to global UI script to allow external validation
- Add support for editing Import Source Fields in details panels.
- Handle different download permissions for different clips in multi-clip download dialog.
- Support for forthcoming CatDV Essential features.
- Extend information auditlog stores for Clip Lists and Smart Folders (Pegasus only)
- Add support for SAML login from the Adobe Panel.
- Relax limits on filter items and values.
- Enable databse backup/restore on Linux.
- Update built-in datase to use latest H2 driver.
- Archive Tape to Archive Location to fit in with newer archive solutions such as S3
- Add support for HTTP Basic Authentication to make it easy to use things like Postman to exercise the
API.
- Use normal CatDV Logging when running in a standalone Tomcat instance.
- Add support for 'Any' type to Marker Categories.
- Set database status to "warning" if MySQL config parameters not set or below minimum values.
- Fix "Add to Clip List Dialog" ignoring "can create shared clip lists" flag.
- Fix display issues in Audit Log monitor page.
- Fix issue with Create Clip List Dialog - allowed user to save Clip List with not name or group.
- Fix some formatting issues when displaying HTML/JSON fields on their own on a panel.
- Fix issue with 'edit mode' where save didn't put clip model back in non-editable mode - so subseqent
call to setEditMode(true) was ignored.
- Fix broken marker panel when using built-in default panels
- Fix issue hiding the custom fields tab on user dialog.
- Fix issue creating sequences incorrectly handling "whole clip" and "use selection" options.
- Fix multiple issues with Field Group visibility
- Fix NPE in download permission checking.
- Fix SAML Login Button Text setting not being propagated to UI.
- Fix confirm download script hook function in basket page.
- Fix issue where server returns regular proxy path, not Premiere proxy path.
- Fixes for RMI notification issues.
- Fix various issues with built-in database.
- Fix intermittent database connection errors under heavy load.
- Fix not being able to add built-in date fields to search forms.
- Fix bug in updating unread count for person to person chat messages.
- Fix issue with database migration tool and newer MS SQL Server versions.
- 8.0.1 (1st May 2019)
-
- Update embedded Tomcat version to 7.0.94.
- Distributed Notifications - enable notifications in split server/web-server deployments.
- Fix compatibility issues with MariaDB.
- Add 'archive audit log' feature to save old auditlog entries to a set of text files.
- Add 'negated' option to ACL rules to allow rules to apply where condition does not match.
- Automatically load next page when user scrolls to bottom of page.
- Add specific Media Store Path Type for FCPX Extension to allow mixed Mac/PC deployments.
- Add support for extracting real name from SAML assertions and support mapping role names.
- Implement "Folder Name" built-in field in web.
- Improve handling of built-in fields with list values in query builder.
- Implement searching, sorting and filtering by aliased fields.
- Add support for editing import source metadata fields from the desktop client.
- Fix schema update issues.
- Fix incorrect visibility rules when group admin created new Field Group.
- Fix issue where incoming client connection during long-running housekeeping process could cause
server to fail to start up.
- Fix issue downloading original media via shared link.
- Fix issue with Aspera Download when user had specified option 'Always ask for Download Folder'.
- Fix issues with FCPX Extension running against Workgroup Server.
- Fix display of notes field in read-only views (respect newlines and whitespace).
- Fix incorrect use of cached results in main clips results panel.
- Fix video player extending off screen when playing portrait videos.
- Fix various issues with drag-and-drop column resizing.
- Numerous other minor fixes.
-
8.0.0 (5th April 2019)
-
- System wide notification support.
- Supports MySQL 8
- Significant security enhancements including API hardening and new, more secure, password storage.
- Enhanced user on-boading via LDAP and SAML (imports real name, email address etc.)
-
7.4.3 (1st April 2019)
-
- Add ability to cancel in-progress Aspera transfers.
- Make timecode query 'equals' comparisons work to nearest frame
- Added notifications for services/jobs operations.
- Improve handling of missing poster image.
- When using 'edit mode' make cancel return current clip to preview mode.
- Provide picklist of groups/users in query builders.
- Show 'theme' as column in list of web workspaces and add button to copy a workspace.
- Fix excess loggin of clip playback for larger files.
- Fix issue sorting audit log via REST API.
- Fix security issue in implemetation of hidden clips.
- Fix issue where 'show hidden clips' workspace setting interfered with 'show recent clips' setting.
- Fix nested tabs and multi-select in tables in Server Plugin forms.
- Fix various Aspera download issues.
- Fix querying aliased fields.
- Fix issues evaluating ACL rules relating to multi-value fields and wildcards.
- Fix issues related to schema updates - particularly H2.
- Fix security issue relating to accessing settings via the REST API.
- Fix issue with SAML login where assertions contain list values
- Fix issue with cached full-text issue being invalidated by housekeeping
- Fix bug in SelectButtons where calling reload makes them read-only.
- Fix issue in panel/view field picker not showing media fields.
- Numerous other minor fixes.
-
7.4.2 (4th March 2019)
-
- Allow user to enter newlines into chat message entry box and make it auto-grow.
- Extend REST API to support copying complete clips - including thumbnails etc.
- Send notifications for login, logout and editing panels, view, settings and field definitions
(including picklist values).
- Log details of catalog updates to AuditLog (when extended logging enabled).
- Correct for timezone offsets in built-in date fields.
- Limit the maximum number of AuditLog entries returned in a single result set (avoid OutOfMemory
issues on very large logs).
- Add support for displaying notifications in the web client.
- Add rudamentary 'built-in fields' admin page (enables editing of Status picklist in web).
- Re-instate last selected item on initial load.
- Prompt to save current clip when opening live logger (and open in same browser tab).
- Use new update-in-place functionality to update clip list when clip is saved in advanced web client.
- Make media player more prominant on shared link view page.
- Don't show 'change password' link for non-local users (i.e. LDAP or SAML).
- Fix linked fields in multi-clip editing mode.
- Add simple notification monitoring to web admin Monitoring section.
- Fix performance issue performing case-sensitive searches against MySQL.
- Fix downloading of clips from shared clip list.
- Fix performance issues where long running worker queries could interfere with interactive sessions.
- Fix issue with connect timeouts in MariaDB.
- Fix regression in downloading partial subclip media.
- Fix error searching for catalog.comment.
- Fix flicker in LiveLogger.
- Fix display of markers in readonly panel.
- Fix view control dropdown menu going off screen.
- Fix searching for aliased fields.
- Fix regression in REST API extracting error message from server error response.
- Fix dragging clips/markers into chat conversation and also navigating to a marker in a chat
conversation.
- Fix 'null' being appended to marker text if there is no description.
- Fix 'Authentication Required" error on shared link page if no panels defined.
- Fix broken collapsing panels at certain screen sizes.
- Fix view controls not persisting which view is selected for each view type.
- Fixes to LiveLogger.
- Fixes to Sequence Editor.
- Fix an issue with indexing clips
-
7.4.1 (10th January 2019)
-
- Add Admin UI support for defining custom objects (Pegaus Server only)
- Add Admin UI support for non-clip panels/views/forms (Pegaus Server only)
- Improved chat support (search, on-demand paging, linked chat channels)
- Table column widths can now be adjustment by dragging
- In advanced client clear current clip display when new result set loaded
- Improve visual feedback during page loading
- Numerous fixes and enhancements to multi-clip editing in web client
- Make contents of large dialogs scroll to avoid issue where buttons could be pushed off bottom of
page
- Improve UI in multi-select picklist value picker
- Make Tree Navigator's search form's 'any field' set the 'current search term' (so results are
highlighted)
- Use in-memory sorting to improve performance (avoid re-querying database)
- Add 'store leaf value' option to hierarchy fields
- Add workspace option to display post-file-upload message
- Aliased field definitions to allow multiple field definitions to write to a single back-end field
- Include more information about upload user available to Worker when processing uploaded files
- Improve Shared Link UI and make more configurable via workspace options
- Add echo-suppression support to client-side notification API
- Add "information" chat messages (at API level) that can have attached data
- Change display names of some built in fields to align with desktop client
- Simplify sending chat message from scripts (via REST API)
- Numerous enhancements to custom page support
- Add support for sending and recieving notifications to server plugin API support
- Add support for persisting plugin settings to server plugin API
- Make distributed caching functionality available to server plugins
- Add support for alternative free-text query alogrithms
- Change name of CatDV Server EXE to 'CatDVServer.exe'
- Fix issue downloading metaclip media from shared link page
- Fix wrapping style issue with tabs in advanced client
- Fix issue when logging in as non-admin user after admin user's session expires
- Fix issue indexing long words
- Fix issue in advanced uploader where adding new clips could affect metadata values on already
selected clips
- Fix startup issue when streaming proxy path set to non-existant folder
- Fix issue with cached workspace settings
- Fix various style issues in Live Logger (including fixing cropping of marker panel)
- Fix 'Load More' link not being visible on wide lists
- Fix search forms not submitting on Enter
- Fix support for hiearchy fields in custom search forms
- Fix issue where read-only date-time fields could be edited
- Fix drop down list select value issue
- Fix various issues with responsive form styles
- Fix issue persisting splitter positions
- Fix issue where selection not highlighting in TreeView
- Fix issue where large drop-down lists don't fit in dialog (and auto-scroll container to show
complete list)
- Numerous other minor fixes
-
7.4.0 (19th November 2018) 13080
-
- Final Cut Pro X integraton support
- New JSON field type with support for html display templates
- New built-in panels for metaclip contents and linked chat
- Custom search forms in navigation tree in advanced web client
- Add search and on-demand loading to chat
- Prev/Next buttons in web client clip details page
- Enhancements to custom page definition language (Pegasus Server only)
- Initial support for non-clip panels/views/forms (Pegaus Server only)
- Support for REST API V8 which uses a more consistent over-the-wire metadata representation
- Add complex query support and paging to REST API catalogs endpoint
-
7.3.5 (11th December 2018)
-
- Add 'play selection' option to web player
- Fix performance issue that cause long-running worker queries to block other server requests
- Fix issue in linked picklists where picklist values have whitespace surrounding separator
- Fix focus issue in auto-suggest combo box control
- Fix issue in advanced upload form where adding new items could affect metadata on items already in
list
- Fix issue uploading to a specific folder using Aspera
- Fix error when viewing Audit Log in web admin UI
-
7.3.4 (12th November 2018)
-
- Fix critical security vulnerabilities in REST API
- Include additional logging/notifications for uploads / downloads
- Fix: form-level validation flag inconstiently applied
- Fix: issues with linked and calculated fields on custom forms
- Fix: missing thumbnails in list view
- Fix: Apsera upload pathing issues
- Fix: auditlog schema issue when running in clustered environment
- Fix: downloading proxy metclip media
- Numerous other minor fixes
-
7.3.3 (5th September 2018)
-
- Performance and other enhancements to full-text indexing/searching
- Download complex metaclips as ZIP file
- SAML enhancements - Default log-in role, "Single Sign Out", custom prompt message
- Add support for searching by custom marker fields
- Add Web Workspace options for Simple Search and Show/Hide Current group menu
- HTML Formatted calculated fields including embedded clip links
- Sort Clip Lists and Smart Folders alphabetically by default
- Generate additional notifications and logging information (and fix issues related to large updates)
- Various Media Silo integration enhancements/fixes
- Fix: critical blocking issue when mutiple queries running simultaneously
- Fix: path issues in exported FCP 7 XML
- Fix: cleaning up server session is client connection lost
- Fix: issues related to sharing clip lists
- Fix: visibility rules not respecting current group
- Fix: issue resolving proxy paths for files with long extensions
- Fix: linked field issues in sub-clip/upload forms
- Fix: multi-select-picklist not respecting read-only/hide if blank options
- Fix: error when creating new subclips
- Fix: error querying date fields
- Numerous other minor fixes
-
7.3.3b1 (28 August 2018)
-
Interim build, awaiting full release notes, including fixes for the web interface, performing queries, and
notifications.
-
7.3.2 (21 June 2018)
-
- Fix issue with schema update process.
- Fix web date/time format preferences not persisting in Control Panel.
- Fix error in SAML authentication.
- Add 'custom' settings types to REST API.
-
7.3.1 (18 June 2018)
-
Server
- Aspera Upload - put uploaded files in date-stamped subfolders
- Implement year/month/date drill-down in filters for user-defined date fields
- Fix issue exporting still images as FCP XML
- Sign installer and Control Panel executable on Windows
- Encrypt database credentials when persisting to preferences file
- Obscure database, Aspera and Media Silo passwords during input and display
- Add option for full-text search to match whole word only
- Send notifications when clips created, modified or deleted
- Fix issue updating source media when using ACLs
- Fix Workgroup Server startup and connection issues
- Additional validation when saving picklists
- Implement sorting on more columns
- Improvements to merge-field function
- Numerous other smaller fixes
Web Client
- Implement per-group login messages
- Implement JPEG poster images (in proxy search path)
- Make navigator panel in advanced client collapsible/floatable
- Show server plugins in dashboard
- Allow Workgroup Server to access basic monitoring features
- Improved support for date and number fields in search forms
- Add custom error pages to hide internal stack-trace information
- Set multiple field options in single action in panel builder
- Enhancements to Hiearchical List fields to make keyboard-driven input easier
- Add 'R' key shortcut to create 'Range' marker and add player control tooltips.
- Fix Aspera support in Advanced Web Client
- Fix linked fields on marker, clip list and user forms
- Fix various styling issues in advanced client
- Fix various sort-related issues
-
7.3.0 (23 April 2018)
-
Server
- Add support for exporting Final Cut X XML.
- Add support for shared links to sequences.
- Additional logging and error handling around field definition operations.
- Generate full-text search suggestions from indexed text table.
- Expose chat functionality to custom pages.
- Make date and date+time fields separate field types.
- Allow default sort order to be specified on views.
- Add Import Source Date (modification time of import source file) as an attribute that can be queried
- Add support for downloading multiple proxy types.
- Introduce Aspera Targets as separate concept, referenced using aspera:// urls in media store paths.
- Fix 'Populate from Server' for non-clip picklist fields.
- Reduce excessive logging due to COntrol Panel pings.
- Add option to query AuditLog by object type / id through REST API.
- Add 'send notification' function to REST API.
- Remove reliance on lagacy Crimson XML parser.
- Fix issue handling Adobe Anywhere paths in FCP7 exporter.
- Fix rare locking issue in save clip.
- Fix searching for Import Source fields.
- Fix issue with malformed Audit Log data.
Web Client
- Various improvements to field validation feedback.
- Scale 'resizable' Server Command Argument Forms to size of window.
- Move playhead to marker location when search text refers to a marker.
- Improve display of markers with large amounts of text (transcripts).
- Add option to filter markers based on category.
- Implement linked fields in search forms.
- Implement hiearchical lists in search forms.
- Various fixes to Aspera upload/download including new 'Always use Aspera' option.
- Implement large posters in 'wide-spacing' views.
- Fix dragging folders into upload form (in supported browsers)
- Add ability to specify custom stylesheet in themes.
- Add new Web (Shared Links) target to allow shared link UI to be customized.
- Add 'rows' option to multi-line text fields.
- Up/Down arrows now naviate to clip at same position on next/prev row in grid views/
- Various fixes to custom theme stylesheets.
- Retain scroll position when editing large marker lists.
- Various improvements to multi-picklist control to improve keyboard-based use.
- Remember size and location of upload form.
- Fix bug in upload that caused each file in batch to go into a separate folder on server.
- Fix "slow scroll to row" bug when selecting a large number of clips.
- Fix issue with multi-select fields when editing multiple clips.
- Fix inconsistent handling of customised login screen for different clients.
- Numerous other minor fixes.
-
7.3b2 (6 March 2018)
-
- Fix an issue with the database creation script
- Fix import source fields not appearing in the web client
- New multi-select picklist control in web client
- New RMI API to support merging duplicate fields
-
7.3b1 (1st March 2018)
-
First public beta. Recent changes include:
- Custom Pages with Page Definition Language.
- Support for SAML authentication (with plugin).
- Clip List sharing and support for external shareing providers (e.g. Media Silo).
- Apsera support.
- Improved uploader supporting folder uploads and per-clip metadata.
- Multi-file download.
- Group-level admin and workspaces.
- Improved handling of date and number fields and field aliases..
-
7.2.5 (24th January 2018)
-
- Add advanced option to override search operator in search forms.
- Add 'expires never' option to Shared Links and other fixes to shared links.
- Fix incorrect formatting in HTML fields.
- Fix support for js: prefix in calculated fields.
- Numerous fixes relating to handling marker metadata.
- Fix exporting RED metaclips to FCP XML / Premiere.
- Numerous other minor fixes.
-
7.2.4 (16th November 2017)
-
- Fix deleting all markers on a clip bug.
- Fix duplicate values being saved to extensible picklists.
- Fix formatting of certain fields in HTML summary view
- Fix issue editing dates in Chrome.
- Fix issue with calculated fields that return non-string values.
-
7.2.3 (10th November 2017)
-
- Display date and time in user-defined date fields.
- Add option to auto-fill LDAP domain at login.
- Add catalog notes to catalog edit dialog.
- Make new Smart Folders private by default.
- Only initiate a simple search when user presses return.
- Fix simple search in advanced web client on Pegasus.
- Fix query builder to handle multi-value search terms.
- Fix FCP XML export to handle spanned RED clips and proxies.
- Fix issues calling server commands via REST API.
- Fix progress message display during list loading.
- Numerous other minor bug fixes.
-
7.2.2 (20th October 2017)
-
- Add 'Searchable' flag to Field Definitions to control which fields get indexed by the full-text
indexer.
- Improve indexing of non-text strings in full-text indexer.
- Display date user fields with time.
- Fix filters not appearing after simple search.
- Fix return not triggering simple search in Pegasus Server.
- Recognise Pegasus Worker licences
- Fix handling of 'not' query terms when searching multi-select picklists.
- Fix issues with duplicate values in multi-select picklists.
- Fix issue in Server 6 schema migration.
- Fix error running queries when running under standalone Tomcat.
- Fix issue creating catalogs via REST API.
-
7.2.1 (13th September 2017)
-
- Fix crash on startup on some Windows systems.
- Enable overriding logo in advanced web client.
- Fix formatting issue in navigation tree.
-
7.2.0 (21st August 2017)
-
- Option to override location of logs.
- Fix issue searching for bank dates.
- Fix searching with 'contains all' on multi-value fields.
- Fix multi-value field housekeeping.
- Pegasus Server licence now enables MSSQL and Oracle support.
- Update bundled version of Java (on Mac)
-
7.2rc2 (4th August 2017)
-
- Fix issue editing ACLs.
- Add ability to enable/disable CORS functionality.
- Include custom user account fields in upload sidecars.
Advanced Web Interface
- Implement dragging clips into clip lists.
- Add shared link function.
- Fix issue saving sequences.
- Fix issue adding subclip and metaclips to sequence.
- Fix grid column sorting styles.
- Fix issue moving subclips between catalogs.
Standard Web Interface
- Automatically number new sublcips.
- Enable editing of markers via Event Markers field.
- Update UI Scipt interface to latest spec.
- Allow combo box items to be updated in argument forms.
- Add cache control to avoid caching issues on server udpates.
- Fix advanced query builder's handling of chackbox fields.
- Various other minor fixes.
-
7.2rc1 (12th July 2017)
-
- Various fixes for ACL-based permissions.
- Improve text indexing process and enabled re-indexing while system is live.
- Fixes to in-process REST API invocation.
- Fix handlng of blobs and non-printing character in data migration tool.
- Improved user feedback if web licence missing/expired
- Fix issue with REST media store endpoint
- Improve Pegasus Server configuration in Control Panel.
Web Interface
- Various fixes/enhancements to UI Script support
- Improved handling of custom marker fields
- Fix incorrect sequence start time for NDF footage.
- Improve accuracy of reported timecode in player and fix playre focus issue.
- Enable chat websockets over SSL
- Implement linked fields in upload and other forms.
- Enable editing catalog details (including custom catalog fields) in standard web client.
- Add support for catalog group and name fields in search forms and other minor fixes.
- Various fixes and improvements to admin screens.
- Add workspace option to filter out hidden clips
- Optimise initial page loading
- Various stylesheet fixes.
-
7.2b4 (30th May 2017)
-
- Expose custom catalog fields in details panels.
- Various fixes for ACL-based permissions.
- Add workspace options for live logger and metadata searching.
- Improve text indexing word detection.
Web Interface
- Multi-clip editing in advanced client.
- Implement shift-arrow selection in clip lists.
- Allow grouping fields in simple search forms to allow searches for e.g. Home Team OR Away Team etc.
- Add option to display related search fields in single row in search form
- Optimise nav-tree for large numbers of catalogs.
- Various style-sheet fixes
-
7.2b3 (9th May 2017)
-
- Fix tape, aspect ratio, event marker and clip list queries.
- Implement missing comparison operators.
- Implement sorting by rating.
- Clicking on Logo in web interface goes back to empty results set.
- Add sub-clip forms to request metadata at subclip creation point.
- Add option to allow new subclips to open in new tab
Web Interface
- Implement Import Source and Format Extension fields.
- Implement new Select Buttons field type.
- Implement Ctrl-A select All in list controls.
- Allow rating and date fields to simple search forms.
- Use "Yes/No/Don't Care" radio buttons for checkbox search.
- Fix ComboBox click select bug.
- Fix focus bug in multi-clip editing.
- Fix issue selecting items in subsequent pages.
- Add clip lists actions in advanced interface.
- Add support for search forms in advanced interface.
- Fix various style issues.
- Save state of all tree and list controls.
Admin Interface
- Add online/offline status to Media Store paths
- Add filtering in Jobs screen
- Implement Move/Copy panels/views between panel/view sets
-
7.2b2 (20 April 2017)
-
Added support for CatDV Desktop HTML Plugins.
Web Interface improvements:
- Replace paging in lists with 'Load More' feature
- Fixed issue with shared links trying to play original media and add shared link config to control
panel
- Remember sort order in clip list
- Improved handling of large picklists
- Support for EXT and EXTYP fields
- Support for Pegasus chat channels
-
7.2b1 (31 March 2017)
-
Public beta of Server 7.2 with many significant improvements, especially in the web interface.
New 'Advanced Web Interface', based on the same HTML5 technology as the Web 2 interface, replaces the old
classic web interface.
Combines the single-page design of the classic web interface with newer features inherited from Web 2
interface - including:
- More complete support for customised views and panels as well as clip lists and search filters.
- New "Source/Record" sequence editor that sits within the main page giving access to clip list for content
selction.
- Support for keyboard navigation of clips incuding support for JLK Jog/Shuttle to allow fast previewing of
search result.
- Create, edit and delete catalogs and drag clips from one catalog to another.
New 'Live Logger' allows real-time logging of clips - including customisable shortcuts triggerable by both
button and keyboard.
New chat client allowing messages to be sent either to shared channels or to specific users.
Notification Service allowing push notications of new chat message.
Includes the ability to attach one or more clips to a chat message enabling simple ad-hoc workflows.
Support for marker categories including displaying markers in the player timeline using colors defined by
category.
Subclips created in web client inherit parent clip's user fields.
Downloading subclip media extracts relevant portion of original media file (only supported for MP4/H.264
files)
Ability to create private or shared clip lists.
Support for calculated fields.
Linked simple picklists.
Custom metadata on catalogs and markers.
Shared links can control recipients download options.
Custom JavaScript extensions - compatible with desktop client - allows bespoke UI behaiours to be
implemented.
New session monitoring page in admin section.
More efficient storage and indexing of multi-select fields.
Workspace option to hide login page logo and hide 'change password' menu item.
Include media downloads in audit logs.
File upload correctly handles duplicate filenames.
Embedded web server now support AJP-13 protocol (for use with Apache front end web server).
Numerous other fixes and minor improvements.
-
7.1.4 (27 January 2017)
-
Add support for downloading extracted subclip media.
Add support for LDAPS.
Fix incorrect range marker category.
Fix database connection resource leak.
Fix server error when processing empty media store paths
Fix issue displaying and sorting by import date.
Fix bug in sorting by certain colums.
Fix various CatDV 12 compatibility issues.
-
7.1.3 (16 December 2016)
-
Fix issue where worker might report "Name should include colon followed by list of values" when encountering
radio button fields.
Fix error when saving field definitions from CatDV 12 when using built-in database.
Fix server error in user-field date NEWER query.
Fix issue migrating server 6 settings containing non-ASCII characters.
Fix server error in classic web client
Accept space after comma in list of ids in isOneOf queries.
Fix 'not supported in workgroup server' error when fetching server commands - just return empty list.
Fix bug where misc field group was being created in create field definition even if another field group was
specified.
Fix bug in MediaStorePath with paths that end in a separator failing to match.
Stop excessive reloading when deleting multiple field in web admin.
-
7.1.2 (1 November 2016)
-
Fix an issue with the web simple search page. Fix to migration script affecting All Fields field set.
-
7.1.1 (21 October 2016)
-
Add 'change password' feature for local logged in users.
Display Job Results in Job details view.
Fix editing view set description moves view set to end of list.
Shared links can share either proxy or original footage.
User can download asset from view shared link page.
Allow custom simple search forms using server plugin-API.
Add option to create new clip list when adding clip to a clip list.
Add 'Populate from Server' to Picklist editor.
Fix broken clip type icon in detail panels.
Add free-text filter to filter panel.
Fix display of single field on its own on details tab.
Fix marker controls not visible for sequences.
Warn user before leaving a clip details page with unsaved changes.
Implement mandatory fields in search forms and details panels.
Make linked hiearchy controls display just last part of value (like desktop client).
Fix display of formatted numerical fields (e.g. data rate) in views.
Improve layout and functionality in All Fields screen and field editor.
Improve performance of simple search forms.
Fix display issues with very long text in nav tree.
Fix deleting multiple view sets.
Fix inacccessible control in Media Path browsing panel
Fix editing of combined Rating/Type/GPS field
Implement Field Definition 'data' field (used to store checkbox/radio button names and calculated field
expressions).
Fix issue creating catalogs in REST API.
Fix issue mapping paths for Premiere Panel in mixed platform environment.
Fix issue in path mapping when Media Store contains partially matching paths.
Make metadata fields read-only by default.
Wrap long marker names into description.
Fix issue re-running rebuild-index and fix performance issue clearing old indexes.
Fix performance issue with empty recyle bin on InnoDB.
Fix issue creating subclips from web interface.
Fix issue creating range markers in web interace.
Add support for new field types.
Plugin API enhancements - implement path mapping, extend event support to other controls, add disclosers to
data table.
-
7.1.1b (14 Aug 2016)
-
Implement V3 of the server plugin API.
-
7.1.0 (11 July 2016)
-
Fix issue where very long running queries from desktop client could fail.
Minor fixes/enhancements to process of creating placeholder clips via REST API.
Minor UI improvements in web admin screens.
Fix an issue where installer might not launch control panel on OS X 10.9.5.
-
7.1rc1 (27 June 2016)
-
Server 7.1 release candidate.
Fix custom view column widths not being saved on server and extend sorting to more columns.
Fix filtering by multi-value fields.
Fix play button not visible on white poster image.
Fix full-screen button not available for non-editable clips.
Add support for multi-value fields in ACL rules.
Fix issue in Server Plug-in API when running user field queries.
Add facility to run server commands from view details page in Web 2.
Various Web Client fixes including log in issue when running against Pegasus Server.
Fix issue where user field values were imported as metadata fields when uploading media file.
Fix for REST API multi-value field update and other issues.
Facility to run LDAP queries in LDAP browser.
-
7.1b5 (23 May 2016)
-
Fixed a number of issues related to importing clips into Premiere via the Premiere Panel (complex media, and
media with paths containing Unicode characters). Introduce simple dashboard view to display server and
database statuses on server monitoring page. Fixes to Mac installer.
-
7.1b4 (18 May 2016)
-
Support for new new CatDV 12 field types.
Fix config created in the web interface not being shared with desktop client.
Fix a number of issues during data migration from previous server version.
Fix filtering by catalog in web interface.
Fix REST API XML metadata serialization.
Improvements to theme editing and other minor fixes in web interface.
-
7.1b3 (12 May 2016)
-
New mechanism for defining custom themes through the web administration interface, eliminating the need to
re-apply custom themes are each update.
Removes dependency to system installed Java VM.
-
7.1b2 (5 Apr 2016)
-
Performance enhancements when loading/saving settings. Role-based visibility rules now correctly applied to
desktop client.
Add 'advanced' mode to field admin to allow merging/demergine field definitions. Other minor web UI
fixes/enhancements.
-
7.1b1 (29 Mar 2016)
-
New, simpler system for managing the mapping between numbered user fields and global field definitions.
All field definitions now have a single user field number, visible in the Web UI, used for all mapping to
and from numbered user fields.
A new 'All Fields' field set, which contains a unified set of all the user fields, allows the fields to be
viewed and edited in the desktop clients.
-
7.0.7 (14 Mar 2016)
-
Fix a number of issues related to editing panels and views that have server-side visibility rules using the
desktop client, which could cause either duplicate views/panels to be created or the visibility rules to be
overwritten.
Fix sorting in clip list. Fix problem with false-positive in deadlock detection which could cause server
hangs.
Fix picklists on built-in fields.
Fix isse sending original media to Premiere using the Premiere Panel.
Web 2.1 - Add separate download button on clip details page.
Allow basket download to download proxy if original not available and include manifest in ZIP.
Make displaying the most recently updated clips on start up an option - can display a configurable message
instead.
Make no results and loading messages larger and configurable.
Fix bug where certain timecodes were displayed with fractional frames.
Fix truncation of long text values in lists when column width manually overridden.
Fix issue with multi-checkbox and multi-hiearchy controls when handling values not in picklist.
Fix re-ordering in view/panels page.
Add 'remember me' option to log in screen.
Other minor fixes and UI improvements.
-
7.0.6 (1 Feb 2016)
-
Fix issues with MySQL 5.7 (error when restoring database, fix the default my.cnf that is installed). Fix
error when publishing changes using the built-in H2 database. Fix an issue migrating from server 6 if there
are no fields defined. Improve performance with a missing index. Improved support for Workgroup Server. Fix
related to media paths in Premiere panel. Fix sorting of metadata fields in Technical tab of web interface.
Other minor Web 2.1 and REST API fixes.
-
7.0.5 (15 Jan 2016)
-
Fix an intermittent "string index out of range" error when publishing changes. Fix missing default details
panel in Web 2.1. Fix an issue export FCP XML from the web. Other minor fixes.
-
7.0.4 (27 Dec 2015)
-
Fix very slow queries when a large numbers of thumbnails exist in combination wit many subclips.
Web 2.1 enhancements - select all clips, improved UI for managing panels, views and forms.
Eliminate a number of potential XSS vulnerabilities. Add ability to define custom fields on Users.
Pegasus Server adds capabilities including fast full text indexing and access control lists.
-
7.0.4b (2 Dec 2015)
-
Improved performance of REST Clip queries and greater control over what related objects are returned.
Fix for migrating Server 6 systems with international characters in metadata schema.
Pull CREATE TEMP table statements out of transactions to enable MySQL RID replication.
Internal changes to prepare for next generation clients.
-
7.0.3 (18 Nov 2015)
-
Improved streaming performance. Support for MySQL 5.7. Fix for custom fields in upload form. HTML Summary
Panels in Web 2.1.
Delete multiple clips in Web 2.1. Other minor fixes.
-
7.0.3b (20 Oct 2015)
-
Fix an issue with license server when using Pegasus clients.
-
7.0.2 (19 Oct 2015)
-
Fix an issue with schema update script. Add Adobe Anywhere 3 support. Improvements to simple search. Other
minor web 2.1 fixes.
-
7.0.1 (2 Oct 2015)
-
First official release. Update schema to 4.09. Support use of web client with workgroup server license.
Other minor Web 2.1 fixes (editing locked fields, star ratings, handling missing thumbnails, etc.)
-
7.0.1b12 (21 Sep 2015)
-
Server 7 release candidate. Add support for multiple concurrent worker command line sessions. Minor Web 2.1
fixes.
-
7.0.1b11 (1 Sep 2015)
-
Update schema to 4.08. Fix certain "is blank" queries. Various REST API and Web 2.1 fixes.
-
7.0.1b10 (18 Aug 2015)
-
Server 7 changes:
Support for full-text indexing (Pegasus Server only).
Extend filters to all relevant built-in and user field.
Downloading multiple files as a ZIP.
Add concept of 'origin' for Field Groups (e.g. extracted from file metadata, user defined, defined by a
plug-in).
Handle too many connections by returning error code rather than throwing HTTP error (makes client handling
easier).
Preliminary support for Job Queue and access to Job queue through REST API.
Preliminary support for per-clip AuditLog entries and access to AuditLog via REST API.
Support legacy 'name=value' metadata queries properly.
Other minor bug fixes.
Web 2.1 changes:
Implements previously unsupported field types in Web 2 (Rating/Type/Geotag, broken out format fields like
Audio Channels and Frame Rate, Event Markers in addition to time-line view).
Single field on a tab takes over whole tab.
Play all clips in a basket one after another.
Improve UI for editing permissions.
Format numerical fields properly (Kb/Mb/bps etc.).
Hide blank metadata fields in default view.
Upload Files now separate window.
More friendly error handling for bad log in and licenses exceeded.
Bug fixes including picklist not populating on arrow click, incorrect custom checkbox label, Hide If Blank
not working, auto-generated default Log Notes panel not populating.
-
7.0.1b9 (13 Jul 2015)
-
Web 2.1 changes: Updated query support to allow (A or B) and (C or D) type queries and use that to fix
filter implementation. Expose linked field definitions in REST API to support linked fields. Implement
hierarchy and linked hierarchy fields. Allow column width to be specified in custom views.
Other changes: Fixed issues with case insensitive uniqueness constraint causing constraint violations on
metadata fields, date queries where non-valid dates exist in database, and SQL Server full-text indexing
(and added support for MySQL full text indexing but currently not turned on). Update schema to 4.06.
-
7.0.1b8 (22 Jun 2015)
-
Web 2.1 including web workspaces, web based administration of fields, panels, users and groups, support for
Upload Forms and Search Forms, clip lists and basket actions, link sharing, and much more. Bug fixes,
including issue with duplicated views, database fixes, etc. Update schema to 4.05.
-
7.0.1b7 (20 Apr 2015)
-
Fix issues related to upgrading the schema when using the built-in H2 database. Change Web 2 to correctly
handle editing a clip where the value of a field isn't currently in the pick list.
-
7.0.1b6 (3 Apr 2015)
-
Web 2 changes (views are properly configurable and grid view supports text to the right, clicking on a clip
automatically opens it, use Select button to select multiple clip; ability to create clip lists or baskets
and perform actions on them; ability to define web workspaces and configure 'Any simple field' instead of
'Any logging field' for quicker general searches). Automatically rotate the server log every day and fix the
location of log files. Changes to server config are applied immediately without needing to restart the
server. Update schema to 4.03. Fix an issue returning import source fields. Fix an issue where media
metadata fields weren't always saved. Fix an issue sending metaclips from the Premiere Panel. Improve
performance and fix out of memory error that could occur with certain queries.
-
7.0.1b5 (13 Mar 2015)
-
Incorporate Web 2 and Premiere panel fixes from 6.10.1. Fix issue with migration task. Fix issue when doing
fresh install. Update schema to 4.02 and speed up house keeping.
-
7.0.1b4 (27 Feb 2015)
-
Update schema to 4.01 (change keys on clipField, sourceMediaField etc.). Fix issue with migration task and
picklist values. Support backing up and restoring MySQL database if database name is something other than
'catdv'.
-
7.0.1b3 (25 Feb 2015)
-
Web 2 and REST API fixes including change clip so it uses separate catalog object and fix FCP XML export to
work with new markers. Fix saving media metadata. Control panel class path fixes and to allow backing up
database if MySQL is on a different machine. Other fixes.
-
7.0.1b2 (13 Feb 2015)
-
Second beta release, with fixes and improvements and updated server documentation.
-
7.0.1b1 (1 Feb 2015)
-
Initial private beta release of Server 7.
-
6.10.2 (19 June 2015)
-
Web 2 fixes (support files larger than 2GB, pick lists should handle existing values which aren't in drop
down list). Database fixes (better reporting of conflicting edits, protect against MSSQL deadlocks, better
handling of badly formatted dates). Fix related to P2 metaclips in Premiere panel. Allow LDAP user query to
be customised.
-
6.10.1 (13 March 2015)
-
Fix settings issue with Web 2 which caused Smart Folders not to appear in navigation tree and user fields
not to appear in the search builder field drop down. Allow Premiere panel to connect to workgroup server.
Fix issue with aspect ratio of certain clips sent to Premiere.
-
6.10.0 (13 February 2015)
-
First public release of CatDV Web 2. Many web changes, including deployment to external Tomcat installation
if required, improved support for older browsers (IE8), multiple clip selection, media/proxy path download
links, and compatibility with Workgroup server. Other fixes related to user defined date fields, export of
FCP XML files, LDAP Open Directory support, and performing the same query twice in succession sometimes
returning old cached results.
-
6.9.6 (21 Nov 2014)
-
Fix an issue with missing driver in Windows control panel. Fix inadvertent dependency on Java 1.7, plus
minor REST and web fixes.
-
6.9.5 (29 Oct 2014)
-
REST API fixes (to support Premiere plugin panel enhancements), make log file less verbose, update web
interface for Java 1.8 compatibility
-
6.9.4 (10 Oct 2014)
-
Retry failed db operations. Web changes. Fix related to data migration task. Update version of mariadb
driver. Fix empty recycle bin command in control panel.
-
6.9.3 (5 Sept 2014)
-
Upgrade embedded H2 database to 1.3.174. Performance improvements when adding new clips to a catalog and
opening a clip list. Various REST query fixes. Data migration tool displays progress bar. Add support for
bulk update of fields via web client. Allow cross-domain REST API calls. Improved permissions checking in
web client. Better error reporting if server fails to start. Other minor fixes.
-
6.9.2 (2 June 2014)
-
REST API changes to allow updates of multiple clips. Fix error that is sometimes displayed when first
installing CatDV database. Create a log file for the control panel. Web client defaults to HTML5 video if
QuickTime plugin is unavailable.
-
6.9.1 (14 May 2014)
-
Fix "unknown attributeId" error when viewing certain smart folders. Fix certain web searches including
Unicode characters. LDAP fix related to recursive group memberships. Allow http url for webclient.logo.
Allow time expiring links.
-
6.9.0 (3 Apr 2014)
-
First public release. Fix issue with Unicode characters in file paths and in log file.
Contacting Us
For registration queries please email catdv-quotes@quantum.com or
visit our web site https://www.quantum.com/en/products/asset-management.
For technical queries, please submit a ticket through our support site.
When submitting problem reports please help us to help you by providing enough details to clearly describe the
issue,
including a copy of the CatDV Error Log file (available from the Help menu) and a screenshot or copy of the
catalog
or XML file you were working with, as appropriate.
Copyright © 2022. Quantum Corporation. All Rights Reserved.