v5.0.0
Feature
- file: Add search view (
c9d3766
) - file: Add management command to fill content_vector (
79b1978
) - file: Add SearchVector field for extracted content (
b0e5bad
) - file: Add apache tika for file content extraction (
0557c59
) - webdav: Add allowed list of mime types for webdav (
343a2ee
) - webdav: Webdav_url to sperate webdav view (
7162f28
)
Fix
- clamav: Inline django-clamd to resolve version problems (#564) (
fe6e98d
) - Update dgap for webdav get permission check (
4b1bb74
) - webdav: Remove default doc, xls files (
94df87f
)
Breaking
- removed django-clamd clamav will only be called over tcp, unix socket capabilities have been removed (
fe6e98d
) - webdav_url to sperate webdav view (
7162f28
)
The URL for WebDAV editing is now in a seperate endpoint, to allow for checking the Permissions before serving it. Previously the WebDAV URL was served even if the Permissions were denied, as getting the WebDAV URL was a Visibility check.
Documentation
- readme: Improve documentation for available features and config (
a19b8cb
)