subshare / subshare

Synchronize files between devices & store them in the cloud; secure with strong encryption.
GNU Affero General Public License v3.0
2 stars 1 forks source link

"Re-download meta-data" should make sure temporary files are discarded #69

Closed nlmarco closed 6 years ago

nlmarco commented 6 years ago

The temporary files introduced by #67 should be discarded when clicking the "Re-download meta-data" button.

nlmarco commented 6 years ago

I think this was fixed by the last commit: There's a properties-file now which keeps track of the version that the files belong to. If a "Re-download meta-data" is performed, the version is reset to 0 (meaning we download everything except the initial one -- but that's fine) and due to the new version a new set of temp-files should be generated.