]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/magic_folder_cli.py
fix return-valid of leave
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / magic_folder_cli.py
2016-02-08 meejahfix return-valid of leave
2016-02-08 meejahAdd simple auth-token to get JSON data
2016-02-08 meejahFlesh out "tahoe magic-folder status" command
2016-02-08 David StaintonAdd cli stub for magic-folder status command
2016-02-05 Daira HopwoodTeach magic-folder join to use configutil.
2016-02-05 Daira HopwoodImprove the error reporting for 'tahoe magic-folder...
2016-02-05 David Staintonteach leave to: remove magic_folder section of config
2016-02-05 David StaintonAdd simple magic-folder leave command
2016-02-05 David StaintonTeach join to also check for existing magicfolder db...
2016-02-05 David StaintonPrevent magic-folder join if already joined.
2016-02-05 Daira HopwoodMore path fixes.
2016-02-05 Daira HopwoodDon't include [magic_folder]enabled and local.directory...
2016-02-05 Daira HopwoodDon't use a long path for the [magic_folder]local.direc...
2016-02-05 Daira HopwoodFix some path Unixisms.
2016-02-05 Daira HopwoodEliminate duplicate parsing of invite code.
2016-02-05 Daira HopwoodURIs are strs.
2016-02-05 Daira HopwoodAliases and nicknames are Unicode.
2016-02-05 Daira HopwoodFix call to argv_to_abspath. Also rename localdir to...
2016-02-05 David StaintonAttempt to fix cli tests
2016-02-05 David StaintonFix tests by submitting unicode args instead of str
2016-02-05 David StaintonTeach magic-folder join to use argv_to_abspath
2016-02-05 David StaintonUse argv_to_abspath for magic-folder join file path arg
2016-02-05 Daira HopwoodCorrect a string-type error.
2016-02-05 Daira HopwoodWIP.