- document index
- api access for thumbnails/downloads
- more api filters

updated
- pipfile

removed
- filename handling
- legacy thumb/download access
- obsolete admin gui settings (per page items, FY, inline view)
This commit is contained in:
Jonas Winkler
2020-10-25 23:03:02 +01:00
parent 9187026c47
commit 052c1680f3
16 changed files with 327 additions and 572 deletions

View File

@@ -93,8 +93,6 @@ class DocumentSerializer(serializers.ModelSerializer):
"modified",
"added",
"file_name",
"download_url",
"thumbnail_url",
"archive_serial_number"
)