Skip to content

Fix WebDAV not uploading GPS files#1044

Merged
untitaker merged 4 commits into
mainfrom
webdav-upload-gps
May 27, 2026
Merged

Fix WebDAV not uploading GPS files#1044
untitaker merged 4 commits into
mainfrom
webdav-upload-gps

Conversation

@untitaker
Copy link
Copy Markdown
Collaborator

@untitaker untitaker commented May 19, 2026

When merging WebDAV and GPS features, we forgot to update the WebDAV
feature to also upload the GPS files.

#982 #971

WebDAV had hardcoded knowledge of which files exist and its own FileKind
enum. Move the FileKind enum into QMDL store so that webdav can be
agnostic over which files belong to a recording, so this is less likely
to happen again.

ZIP downloads were missing that file too, and that has been fixed as well.

(This refactor was AI-assisted)

@untitaker untitaker force-pushed the webdav-upload-gps branch 2 times, most recently from f035124 to 59f0543 Compare May 19, 2026 21:52
untitaker added 4 commits May 25, 2026 16:14
When merging WebDAV and GPS features, we forgot to update the WebDAV
feature to also upload the GPS files.

WebDAV had hardcoded knowledge of which files exist and its own FileKind
enum. Move the FileKind enum into QMDL store so that webdav can be
agnostic over which files belong to a recording, so this is less likely
to happen again.

(This refactor was AI-assisted)
@untitaker untitaker force-pushed the webdav-upload-gps branch from 59f0543 to 6f46bb1 Compare May 25, 2026 14:14
@untitaker untitaker merged commit 754faf1 into main May 27, 2026
28 checks passed
@untitaker untitaker deleted the webdav-upload-gps branch May 27, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants