Skip to content

Releases: projectcaluma/alexandria

v7.1.1

21 Feb 09:11
Compare
Choose a tag to compare

Fix

  • i18n: Move translations to core app (72ee5b3)

v7.1.0

20 Feb 16:23
Compare
Choose a tag to compare

Feature

  • copy: Add api endpoint to copy a document (1e2977a)
  • category: Add the sort property on the category model (938da2b)

Fix

  • i18n: Add italian translations (b4fd9c1)
  • i18n: Add missing translations for EN and DE (525bde5)

v7.0.1

17 Feb 09:36
Compare
Choose a tag to compare

Fix

  • dav: Incorporate file UUID into WebDAV path to avoid wrong locks (5c2e50a)

v7.0.0

28 Jan 15:23
Compare
Choose a tag to compare

Feature

  • Remove category filter (b9126f0)
  • Add document title and description to search (71fd43f)
  • Search utility (e96aff8)
  • Add "only_newest" filter for files (2b42cb9)
  • Implement improved fulltext search (99a0078)
  • Move thumbnail generation to celery (6d30dcd)

Fix

  • Clone files with s3 copy (f191fae)
  • Update DGAP (c2c357b)
  • Revalidate mimetypes after moving document to different category (46066ac)
  • Remove version from errors (e39470f)
  • Stricter mime type handling (4b8ab5b)

Breaking

  • remove category filter (b9126f0)
  • This changes the structure and type of the search endpoint's data. (99a0078)

v6.4.4

22 Jan 14:04
Compare
Choose a tag to compare

Fix

  • dav: Don't create new file if errors were raised (a48197d)

v6.4.3

21 Jan 13:02
Compare
Choose a tag to compare

Fix

  • dav: Raise error if content length of put request is zero (488c21f)

v6.4.2

26 Nov 12:52
646b5f4
Compare
Choose a tag to compare

Fix

  • document: Dont assume that a document has files (91e6a1f)

v6.4.1

18 Nov 13:00
c3ba3d5
Compare
Choose a tag to compare

Fix

  • document: Revalidate mimetypes after moving document to different category (46066ac)

v6.4.0

25 Sep 14:09
70b8c1f
Compare
Choose a tag to compare

Feature

  • file: Move thumbnail generation to celery (6d30dcd)

Fix

  • Stricter mime type handling (4b8ab5b)

v6.3.0

12 Sep 12:08
Compare
Choose a tag to compare

Feature

  • Move the fulltext search code to a proper filterset (088a897)