magic-folder icon indicating copy to clipboard operation
magic-folder copied to clipboard

Tahoe-LAFS-based file synchronization

Results 69 magic-folder issues
Sort by recently updated
recently updated
newest added

Fixes #725 API, CLI and documentation for performing conflict resolution.

When starting up, magic-folder checks the local database for updates that were "in progress" at the time of the last shutdown. For example, a `LocalSnapshot` that has been uploaded and...

Copy-pasted from https://whetstone.private.storage/privatestorage/privatestoragedesktop/-/issues/761#note_27299. Moved from https://github.com/gridsync/gridsync/pull/604.

The conflict database records only the author of a conflict, and not the participant-name (as the on-disk files now do). The latter change was introduced in 23.6.0 / #720

Currently, we do not accept read-only invites properly (and will always respond with a Personal readcap).

I am currently joined to a magic-folder with multiple participants that contains a conflicted file (running the latest Magic-Folder release from PyPI -- 23.5.0). Occasionally -- and at seemingly random...

needs-investigation

The "recent" files seem to be grouped wrongly in the output of `magic-folder status` when there are greater than one folder.

Try testing just tahoe via integration tests (see #632).

Currently, it is possible to detect and produce conflicts. These produce a database entry, are listed by the API and make "conflict" files in the filesystem. There is not an...

As a participant, when N other participants and I all edit a file at the same time, I want to be able to see that there are N conflicting versions...

User Story