Skip to content

Releases: projectcaluma/alexandria

v5.0.0

05 Jun 13:38
Compare
Choose a tag to compare

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)

v4.1.0

01 May 10:56
cbe8293
Compare
Choose a tag to compare

Feature

  • Allow custom implementation of username and group getters (72bf2e4)

v4.0.2

24 Apr 09:03
113326b
Compare
Choose a tag to compare

Fix

  • mime: Allow file extension checking if all fails (ddaa134)
  • Use atomic for document and file creation (1a630ad)

v4.0.1

15 Apr 11:54
9650c35
Compare
Choose a tag to compare

Fix

  • thumbnails: Enlarge the thumbnails (a80f7b5)

v4.0.0

10 Apr 09:26
4aaec25
Compare
Choose a tag to compare

Feature

  • document: Create document and file in one request! (444912d)

Breaking

  • The document post endpoint now requires the file data to be provided as well. The reason for this change is allowing the frontend to create documents and files in one request, preventing documents with no associated files. Which fixes the problem if the file got rejected for any reason, the application would create an empty document. (444912d)

v3.1.0

20 Mar 17:06
67c494c
Compare
Choose a tag to compare

Feature

  • category: Define allowed mime types (d4fd84e)

Fix

  • mimetypes: Cleanup, simplify error handling (3bde9c4)
  • translation: Use string replacement instead of f string (74dd485)
  • migrations: Add missing migration for modified by description (7f53058)
  • upload: Use content-type and filename to infer mime types (d475321)

v3.0.0

18 Mar 08:47
98befdd
Compare
Choose a tag to compare

Fix

  • dav: Set created_by_* attributes on new files (f480cb6)

v3.0.0-beta.18

15 Mar 08:03
b735129
Compare
Choose a tag to compare
v3.0.0-beta.18 Pre-release
Pre-release

Feature

v3.0.0-beta.17

07 Mar 13:12
ca7062b
Compare
Choose a tag to compare
v3.0.0-beta.17 Pre-release
Pre-release

Fix

  • webdav: Split alexandria provider out of dav.py (a0c7d64)

v3.0.0-beta.16

05 Mar 10:53
2e8a9cf
Compare
Choose a tag to compare
v3.0.0-beta.16 Pre-release
Pre-release

Fix

  • webdav: Make scheme a setting (a634c86)