Skip to content

Releases: acdh-oeaw/arche-core

Bugfixes

24 Feb 11:44
Compare
Choose a tag to compare

/search endpoint called with metadata read mode none still returns technical metadata triples - the count of resources matching the search and the match triples.

Resource creation failure reporting tuning

18 Feb 10:41
Compare
Choose a tag to compare
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

10 Dec 18:28
Compare
Choose a tag to compare
5.5.3

Download::collectChildren(): skip resources without binaries to simpl…

backup.sh script tuned

10 Dec 11:47
Compare
Choose a tag to compare
5.5.2

composer.json: include splitbrain/php-archive which is needed by the …

/merge/{src}/{into} endpoint - fix handling references to {src}

27 Nov 15:13
Compare
Choose a tag to compare
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

23 Oct 12:00
Compare
Choose a tag to compare
5.4.1

build/docker/Dockerfile: bump tika to 3.0.0

/user/logout endpoint implemented

16 Oct 14:51
Compare
Choose a tag to compare

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

09 Oct 20:42
Compare
Choose a tag to compare
5.3.6

Resource::deleteResources(): remove reference to nonexisting acl prop…

URI FTS fixes

02 Oct 18:49
Compare
Choose a tag to compare
5.3.5

URI FTS search tuning