Skip to content

fix(auto-upload): pending media items#16686

Merged
alperozturk96 merged 1 commit intomasterfrom
fix/auto-upload-is-pending
Mar 18, 2026
Merged

fix(auto-upload): pending media items#16686
alperozturk96 merged 1 commit intomasterfrom
fix/auto-upload-is-pending

Conversation

@alperozturk96
Copy link
Collaborator

Fixes

Pending media items should not be inserted until its finished.

2026-03-16 10:25:27.971 9854-9900 FilesystemRepository com.nextcloud.client D inserting new file system entity: FilesystemEntity(id=null, localPath=/storage/emulated/0/Movies/.pending-1774257922-VID_20260316_102522.mp4, fileIsFolder=0, fileFoundRecently=1773653127971, fileSentForUpload=0, syncedFolderId=2, crc32=1291491402, fileModified=1773653122000)

How to reproduce?

  1. Choose a local storage that has videos for auto-upload
  2. Record video
  3. Insert logic will be triggered

@alperozturk96
Copy link
Collaborator Author

/backport to stable-3.36

Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
@tobiasKaminsky tobiasKaminsky force-pushed the fix/auto-upload-is-pending branch from c9a07f6 to f4b9d40 Compare March 18, 2026 08:57
@github-actions
Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16686.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@github-actions
Copy link

Codacy

SpotBugs

CategoryBaseNew
Bad practice4040
Correctness7272
Dodgy code237237
Experimental11
Internationalization77
Malicious code vulnerability22
Multithreaded correctness3434
Performance4343
Security1818
Total454454

@github-actions
Copy link

blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed.

@alperozturk96 alperozturk96 merged commit baafaa7 into master Mar 18, 2026
19 of 21 checks passed
@alperozturk96 alperozturk96 deleted the fix/auto-upload-is-pending branch March 18, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(feature: auto upload) Also had auto-upload being stuck on large video upload

2 participants