Releases: projectcaluma/alexandria
Releases · projectcaluma/alexandria
v3.0.0-beta.12
Feature
- Add optional dms integration (
38ecbec
)
Fix
- dms: Return json document after conversion (
357bae9
)
- dms: Improve dms integreation (
4bbf1c3
)
v3.0.0-beta.10
Feature
- file: Add method to generate a download url for a file (
d28664e
)
v3.0.0-beta.9
Fix
- document: Fix clone method on document (
fbac20b
)
v3.0.0-beta.8
Feature
- file: Add mime type and size on file model (
026f30d
)
v3.0.0-beta.7
Feature
- storage: Don't use django default storage configuration (
1c124fd
)
Breaking
- Instead of overwriting
DEFAULT_FILE_STORAGE
in the host app, Alexandria now uses a separate setting ALEXANDRIA_FILE_STORAGE
to configure the used file storage backend. (1c124fd
)
v3.0.0-beta.6
Fix
- Remove dry from encryption command (
a3a7238
)
- Minor cleanups, disable encryption in local setup (
033da5e
)
- model: Max length of file field (
7d4b0c9
)
v3.0.0-beta.3
Feature
- storage: use Django's storage backend for object storage
- Add command to encrypt existing files (
ac4a910
)
- files: Add signed download_url to file (
922f55a
)
Fix
- document: Adjust cloning for use with storage backends (
26c4331
)