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 download *all* #71

Closed nlmarco closed 5 years ago

nlmarco commented 6 years ago

Currently, the revision 0 is excluded, because the value -1 is used to mask null in a few places.

We should thus switch to Long.MIN_VALUE as null-masking-value and allow for re-downloading with the last-sync-revision -1 thus including 0.

nlmarco commented 6 years ago

We should not change to Long.MIN_VALUE everywhere, because it's too invasive and not necessary. Only change the properties related to this issue and things that are semantically related.