Skip to content

Tags: UNC-Libraries/box-c

Tags

v5.45.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BXC-4914 handle NotFound exception when setting member order (#1959)

v5.44.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing include back in (#1941)

v5.43.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BXC-4928 add hook id to filter for solr indexing (#1931)

v5.42.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BXC-4896 google console for DCR (#1902)

* add google site verification tag

* add google site verification tag to index.html, instead of headerHome.vue

v5.42.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump vite from 4.5.5 to 4.5.9 in /static/js/admin/vue-cdr-admin (#1878)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v5.41.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BXC-4802 updating tests and code for zero byte JP2s (#1864)

* BXC-4802 updating tests and code for zero byte JP2s

* BXC-4802 fix test

* BXC-4802 adjusting manifest logic for differences in listViewableFiles for canvases and manifests

* BXC-4802 update exception message

* BXC-4802 trying to fix tests

* BXC-4802 DRY up method

* BXC-4802 fix tests and remove unneeded method

* BXC-4802 fix tests

* BXC-4802 fix last test

* BXC-4802 add test for manifest service

* BXC-4802 add new test for canvas for non viewable files

* BXC-4802 accounting for filsize of 0

* BXC-4802 remove extent check

* BXC-4802 account for no filesize in jp2 datastreams

* BXC-4802 update invalid jp2 logic

* BXC-4802 update corpus and solr test

v5.40.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BXC-4807/4757/4799 - Thumbnail size, linking, and pagination. Admin s…

…pacing (#1856)

* Add asLink attribute for thumbnails to allow thumbnails to not be links, set this attribute for full record thumbnails

* Change thumbnail sizes from 64px and 128px to 160px and 250px. Thumbnail component now defaults to medium size, where both medium and small use the 'small' thumbnail image size. Only the gallery view uses large at the moment, whereas before everything used large

* Convert pagination to bulma. Always shows 7 pages now, if there are at least 7 pages

* Admin ui spacing fixes. Also cleaned up some dead code

* Update pagination colors to meet accessability requirements

* Review updates

v5.39.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BXC-4779 - Fix viewable files filter (#1828)

* Filter was failing for jp2's with extent info since that comes after the owner section

* Make ownership portion of filter optional

v5.39.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the name of the script being executed for audio derivatives (#1826)

v5.38.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bxc 4710 thumbnails cleanup (#1808)

* BXC-4710 delete image router routes

* BXC-4710 trying to update tests

* BXC-4710 fix SetDatastreamFilter

* BXC-4710 deleting THUMBNAIL_SMALL datastream type

* BXC-4710 remove THUMBNAIL_LARGE datastream

* BXC-4710 working on destroy derivatives router test

* BXC-4710 fix destroy derivatives router without thumbnail datastreams

* BXC-4710 cleanup

* BXC-4710 remove nonbinary enhancement processor

* BXC-4710 updating enhancement router

* BXC-4710 fixing destroy derivatives and access copies services

* BXC-4710 update destroy derivatives test

* BXC-4710 adding jp2 datastreams

* BXC-4710 delete more thumbnail references