Releases: projectcaluma/alexandria
Releases · projectcaluma/alexandria
v7.0.0
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
Fix
- dav: Don't create new file if errors were raised (
a48197d
)
v6.4.3
Fix
- dav: Raise error if content length of put request is zero (
488c21f
)
v6.4.2
Fix
- document: Dont assume that a document has files (
91e6a1f
)
v6.4.1
Fix
- document: Revalidate mimetypes after moving document to different category (
46066ac
)
v6.4.0
Feature
- file: Move thumbnail generation to celery (
6d30dcd
)
Fix
- Stricter mime type handling (
4b8ab5b
)
v6.3.0
Feature
- Move the fulltext search code to a proper filterset (088a897)
v6.2.0
Feature
- Add celery to allow for background tasks (d6f995c)
v6.1.1
Fix
- api: Add missing "download_path" param to verify_signed_components (
f0cca6c
)
v6.1.0
Feature
- Add presigning functions to public api (
a6a56a6
)
Fix
- convert: Change file extension in document title on conversion (
c91d7fa
)