Releases: acdh-oeaw/arche-core
Releases · acdh-oeaw/arche-core
/download endpoint auth checks tuned
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
Fix identifiers indexing
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
5.3.3 PHP 8.4 deprecation fixes