You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\### Feature
* **file:** Add search view ([`c9d3766`](c9d3766))
* **file:** Add management command to fill content_vector ([`79b1978`](79b1978))
* **file:** Add SearchVector field for extracted content ([`b0e5bad`](b0e5bad))
* **file:** Add apache tika for file content extraction ([`0557c59`](0557c59))
* **webdav:** Add allowed list of mime types for webdav ([`343a2ee`](343a2ee))
* **webdav:** Webdav_url to sperate webdav view ([`7162f28`](7162f28))
\### Fix
* **clamav:** Inline django-clamd to resolve version problems ([#564](#564)) ([`fe6e98d`](fe6e98d))
* Update dgap for webdav get permission check ([`4b1bb74`](4b1bb74))
* **webdav:** Remove default doc, xls files ([`94df87f`](94df87f))
\### Breaking
* removed django-clamd clamav will only be called over tcp, unix socket capabilities have been removed ([`fe6e98d`](fe6e98d))
* webdav_url to sperate webdav view ([`7162f28`](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`](a19b8cb))
***file:** Add management command to fill content_vector ([`79b1978`](https://github.com/projectcaluma/alexandria/commit/79b1978ca4b0801cb3eb2edc84340d334d67022f))
5
+
***file:** Add SearchVector field for extracted content ([`b0e5bad`](https://github.com/projectcaluma/alexandria/commit/b0e5baddf41aa03a249bac39c2bc875447cc2c13))
6
+
***file:** Add apache tika for file content extraction ([`0557c59`](https://github.com/projectcaluma/alexandria/commit/0557c5997f6a92055f7b0db56e9a04e93f1f3464))
7
+
***webdav:** Add allowed list of mime types for webdav ([`343a2ee`](https://github.com/projectcaluma/alexandria/commit/343a2eee4b0620c26cec5ced6cd499f5ecb8f4f0))
8
+
***webdav:** Webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5))
9
+
10
+
### Fix
11
+
***clamav:** Inline django-clamd to resolve version problems ([#564](https://github.com/projectcaluma/alexandria/issues/564)) ([`fe6e98d`](https://github.com/projectcaluma/alexandria/commit/fe6e98dcb4f80e76234d4e1d61315e5a8554e92e))
12
+
* Update dgap for webdav get permission check ([`4b1bb74`](https://github.com/projectcaluma/alexandria/commit/4b1bb74ba5be445db2f3cb6f06fd998045fd7ac6))
* removed django-clamd clamav will only be called over tcp, unix socket capabilities have been removed ([`fe6e98d`](https://github.com/projectcaluma/alexandria/commit/fe6e98dcb4f80e76234d4e1d61315e5a8554e92e))
17
+
* webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5))
18
+
19
+
The URL for WebDAV editing is now in a seperate endpoint, to allow for checking the Permissions before serving it.
20
+
Previously the WebDAV URL was served even if the Permissions were denied, as getting the WebDAV URL was a Visibility check.
21
+
22
+
### Documentation
23
+
***readme:** Improve documentation for available features and config ([`a19b8cb`](https://github.com/projectcaluma/alexandria/commit/a19b8cb57c2c7222d2ff8943db6a5fc5b42e2341))
24
+
1
25
# 4.1.0
2
26
### Feature
3
27
* Allow custom implementation of username and group getters ([`72bf2e4`](https://github.com/projectcaluma/alexandria/commit/72bf2e42862bb72fbd34cda059b8df0aa107ef7a))
0 commit comments