Skip to content

Releases: acdh-oeaw/arche-core

/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

Fix identifiers indexing

30 Sep 11:21
Compare
Choose a tag to compare

tr_full_text_search_maintain3 database-embedded function adjusted so it index identifier URI path parts as individual tokens. This makes full text search work for just a numeric resource id or other URIs unique part (e.g. the last part of the geonames or GND URIs).

PHP 8.4 deprecation fixes

26 Sep 10:39
Compare
Choose a tag to compare
5.3.3

PHP 8.4 deprecation fixes