Skip to content

Releases: UNC-Libraries/box-c

Deploy-2022-01-19 v5.10.0

19 Jan 14:01
7df9383
Compare
Choose a tag to compare
  • Adjustments to Work viewer selection: UV if any images, then pdf viewer if pdf is only file or primaryObj, then audio player
  • Adjustments to Work download button, so it will point to only file in work if no primary obj.
  • Requests to some invalid pids should no longer fail with 500 status
  • Adjustments to error recovery for solr indexing

Deploy-2022-01-12 v5.9.0

12 Jan 13:53
49edbb4
Compare
Choose a tag to compare
  • Fix for collection filter on advance search page
  • Optimistic locking for bulk metadata updates
  • Allowing wc3dtf on keydates

Deploy-2022-01-05 v5.8.0

11 Jan 14:12
5f77f7a
Compare
Choose a tag to compare
Merge pull request #1311 from UNC-Libraries/bxc-3377-taller

BXC-3377 - I wish boxy was a little bit taller

Deploy-2021-12-15 v5.7.2

03 Jan 14:26
40ccf53
Compare
Choose a tag to compare
  • Fixes for FITS CLI file path issues

Deploy-2021-12-07 v5.7.0

07 Dec 13:51
4624de3
Compare
Choose a tag to compare
  • Filtering of MODS based on xpaths for public display
  • Prevent FITS extraction failure for .mov files with () characters in their filepaths due to double escaping issue
  • Updates to IDE style config, readmes, flapping test

Deploy-2021-11-04 v5.6.0

03 Nov 14:28
c0c272e
Compare
Choose a tag to compare
  • Additional metadata types in bulk XML export
  • Fixes to email templates
  • activemq update

Deploy-2021-10-27 v5.5.1

26 Oct 21:05
1da67b4
Compare
Choose a tag to compare
  • Bug fix for bulk metadata import caused by dependency updates, it should be working again now.
  • Minor performance improvements to some deposit operations
  • Default value for issuance MODS field when editing or creating new works.

Deploy-2021-10-06 v5.5.0

05 Oct 19:37
e97b5ea
Compare
Choose a tag to compare
  • "Add files from server" action for works
  • XML Export now exports in pages, and can exclude objects that don't contain MODS
  • Revisions to deposit form and MODS templates
  • Support for access surrogates (no impact until we migrate something)
  • Security updates
  • Bug fix to prevent duplicate deposit jobs from running (should no have any visible impact)

Deploy-2021-09-08 v5.4.3

07 Sep 14:32
5e566b0
Compare
Choose a tag to compare
  • Fix for Work object File list datatable thumbnails blocking UV from loading
  • Directing FITS requests to CLI for all .mov files
  • Reorganization of webapp modules and fcrepo-clients
  • Renamed project to box-c

Deploy-2021-08-30 v5.4.2

27 Aug 13:57
a9e320a
Compare
Choose a tag to compare
  • Configuration fix for virus scanning of files >512mb which contain diacritics in their file paths
  • During deposit, FITS will be run as a commandline utility for files based on file size (related to video deposit which could not be run through FITS at the same time as other files)
  • Adds support for ingest of the CDM migration SIP format
  • Reorganization of search/indexing code and object modification code
  • Security update to dependency related to zip files, and updated version of fedora used for tests.