Releases: acdh-oeaw/arche-core
Releases · acdh-oeaw/arche-core
Bugfixes
Resource creation failure reporting tuning
Resource: tune resource creation error handling Handle resoure creation failure in the same way both in the postCollection() and postCollectionMetadata() methods. If the resource removal fails on a foreign key check, log just a short error message and in the response include the information about the original error which cancelled the resource creation. If the resource removal fails for other reason, log the full error message but in the response include the information about the original error which cancelled the resource creation.
/download endpoint auth checks tuned
5.5.3 Download::collectChildren(): skip resources without binaries to simpl…
backup.sh script tuned
5.5.2 composer.json: include splitbrain/php-archive which is needed by the …
/merge/{src}/{into} endpoint - fix handling references to {src}
5.5.1 Resource::merge(): include resources referencing the merged one in a …
/download batch binary data download endpoint added
zozlak/auth bumped to ^3
5.4.1 build/docker/Dockerfile: bump tika to 3.0.0
/user/logout endpoint implemented
The /user/logout
REST API endpoint allows user to invalidate the HTTP Basic authentication in a browser.
Due to the very nature of the HTTP Basic auth this is still unintuitive because the user has to cancel the login dialog shown by the browser.
The endpoint supports the redirect
parameter just as the /user
endpoint.
Fix metadata removal of tombstone resources
5.3.6 Resource::deleteResources(): remove reference to nonexisting acl prop…
URI FTS fixes
5.3.5 URI FTS search tuning