Merge pull request #768 from christianlouis/copilot/check-imprint-privacy-policy

feat(mobile): add pre-login legal pages, fix image sharing, multi-image selection, file details, search, settings, and i18n
This commit is contained in:
Christian Krakau-Louis
2026-03-20 08:48:34 +01:00
committed by GitHub
22 changed files with 1510 additions and 56 deletions
+2
View File
@@ -1477,6 +1477,8 @@ async def ui_upload(
".tif",
".webp",
".svg",
".heic",
".heif",
}:
# If it's an image, convert to PDF first
task = convert_to_pdf.delay(target_path, original_filename=safe_filename, owner_id=upload_owner_id)