Skip to content

Releases: projectcaluma/alexandria

v2.2.0

23 Aug 14:00
Compare
Choose a tag to compare

Feature

  • category: Add slug filters for category list (23f7d7e)

v2.1.0

23 Aug 12:47
Compare
Choose a tag to compare

Feature

  • category: Add has_parent filter for categories (1ba5aa8)
  • category: Allow nesting of categories (9b38fc7)
  • Generate thumbnails without s3 hooks (a96a917)

Fix

  • Add validation if a thumbnail was generated (665fb50)
  • Remove redundant thumbnail option (9788962)

v2.0.1

02 Aug 12:34
Compare
Choose a tag to compare

Fix

  • settings: Remove import in settings init file (3a86060)

v2.0.0

02 Aug 09:55
Compare
Choose a tag to compare

Fix

  • docker: Remove obsolete system dependencies (2e2f8a2)
  • settings: Prefix alexandria settings (5791f3d)

Breaking

  • Removed image previews for RAW, VTK and scribus files. (2e2f8a2)

  • All alexandria specific settings and environment variables have been renamed to include a prefix in order to avoid conflicts when using alexandria as a django app instead of a container. (5791f3d)
    The following breaking changes in settings and environment variables have been made:

    • ALLOW_ANONYMOUS_WRITE was renamed to ALEXANDRIA_ALLOW_ANONYMOUS_WRITE
    • DEV_AUTH_BACKEND was renamed to ALEXANDRIA_DEV_AUTH_BACKEND
    • ENABLE_THUMBNAIL_GENERATION was renamed to ALEXANDRIA_ENABLE_THUMBNAIL_GENERATION
    • MEDIA_STORAGE_SERVICE was renamed to ALEXANDRIA_MEDIA_STORAGE_SERVICE
    • MINIO_PRESIGNED_TTL_MINUTES was renamed to ALEXANDRIA_MINIO_PRESIGNED_TTL_MINUTES
    • MINIO_STORAGE_ACCESS_KEY was renamed to ALEXANDRIA_MINIO_STORAGE_ACCESS_KEY
    • MINIO_STORAGE_AUTO_CREATE_MEDIA_BUCKET was renamed to ALEXANDRIA_MINIO_STORAGE_AUTO_CREATE_MEDIA_BUCKET
    • MINIO_STORAGE_ENDPOINT was renamed to ALEXANDRIA_MINIO_STORAGE_ENDPOINT
    • MINIO_STORAGE_MEDIA_BUCKET_NAME was renamed to ALEXANDRIA_MINIO_STORAGE_MEDIA_BUCKET_NAME
    • MINIO_STORAGE_SECRET_KEY was renamed to ALEXANDRIA_MINIO_STORAGE_SECRET_KEY
    • MINIO_STORAGE_USE_HTTPS was renamed to ALEXANDRIA_MINIO_STORAGE_USE_HTTPS
    • THUMBNAIL_HEIGHT was renamed to ALEXANDRIA_THUMBNAIL_HEIGHT
    • THUMBNAIL_WIDTH was renamed to ALEXANDRIA_THUMBNAIL_WIDTH
    • PERMISSION_CLASSES has been removed in favor of already existing ALEXANDRIA_PERMISSION_CLASSES
    • VALIDATION_CLASSES has been removed in favor of already existing ALEXANDRIA_VALIDATION_CLASSES
    • VISIBILITY_CLASSES has been removed in favor of already existing ALEXANDRIA_VISIBILITY_CLASSES

v1.2.0

09 Jun 10:02
eb4377d
Compare
Choose a tag to compare

Feature

  • Make properties for created_by configurable (c18dc06)
  • Let the oidc user model be configurable (74c673a)

Fix

  • Extract serializer permissions (775f2b7)
  • Use correct minio error (86ef544)

v1.1.2

16 May 09:26
179996d
Compare
Choose a tag to compare

v1.1.2

Fix

  • Visibility config default (1275d26)
  • Make deprecated VISIBILITY_CLASSES env var optional (20f4553)

v1.1.0

11 May 11:46
dbc7ce8
Compare
Choose a tag to compare

Feature

Fix

v1.0.0

04 May 09:37
8961c56
Compare
Choose a tag to compare

Feature

  • Add pypi deployment worklow (8c341cc)
  • Split settings for packaging (7827984)

Fix

  • Use caluma-alexandria as package name (9baec0d)
  • Relax version ranges (25fbb68)
  • Fix jsonfilter (551d1e2)
  • Rename fields to metainfo and variant (4bfb7ed)
  • Upgrade dependencies (2eacf22)
  • Fix default auth backend settings (18ef3d9)

Breaking

  • renames meta to metainfo, type to variant (4bfb7ed)
  • drops django 2.2 (2eacf22)

v0.3.0

31 Mar 08:50
9eafbd8
Compare
Choose a tag to compare

Feature

  • Make authentication backend configurable (23ebe28)
  • Add documents filtering with tag synonyms (3b68a74)
  • Add upload_status field to file models to track upload status (ea6cf87)

Fix

  • Dockerfile: Use poetry to run uwsgi (72fe409)
  • Make psycopg2 a regular dependency (301baf5)
  • deps: Move psycopg2-binary to dependencies (6d6e4e7)

v0.2.2

02 May 11:35
63bbcb5
Compare
Choose a tag to compare

Fix

  • thumbnail: Use temporary directory instead of THUMBNAIL_CACHE_DIR (bb6aee4)
  • core: Delete unused tags (69dab65)