-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "caluma-alexandria" | ||
version = "6.4.1" | ||
version = "7.0.0" | ||
description = "Document management service" | ||
repository = "https://github.com/projectcaluma/alexandria" | ||
authors = ["Caluma <[email protected]>"] | ||
|