]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/magic_folder_cli.py
Improve the error reporting for 'tahoe magic-folder join/leave'. refs #2568
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / magic_folder_cli.py
2015-12-28 Daira HopwoodImprove the error reporting for 'tahoe magic-folder...
2015-12-28 David Staintonteach leave to: remove magic_folder section of config
2015-12-28 David StaintonAdd simple magic-folder leave command
2015-12-28 David StaintonTeach join to also check for existing magicfolder db...
2015-12-28 David StaintonPrevent magic-folder join if already joined.
2015-12-28 Daira HopwoodMore path fixes.
2015-12-28 Daira HopwoodDon't include [magic_folder]enabled and local.directory...
2015-12-28 Daira HopwoodDon't use a long path for the [magic_folder]local.direc...
2015-12-28 Daira HopwoodFix some path Unixisms.
2015-12-28 Daira HopwoodEliminate duplicate parsing of invite code.
2015-12-28 Daira HopwoodURIs are strs.
2015-12-28 Daira HopwoodAliases and nicknames are Unicode.
2015-12-28 Daira HopwoodFix call to argv_to_abspath. Also rename localdir to...
2015-12-28 David StaintonAttempt to fix cli tests
2015-12-28 David StaintonFix tests by submitting unicode args instead of str
2015-12-28 David StaintonTeach magic-folder join to use argv_to_abspath
2015-12-28 David StaintonUse argv_to_abspath for magic-folder join file path arg
2015-12-28 Daira HopwoodCorrect a string-type error.
2015-12-28 Daira HopwoodWIP.