summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-04[doc] fix readme, remove broken dev-install-prebuilt from makefileelijah
2016-10-04[bug] In case of wrong url don't leave files in the config folderRuben Pollan
- Resolves: #8498
2016-10-04[feat] list active usersRuben Pollan
- Resolves: 8488
2016-10-03[docs] update LICENSEKali Kaneko (leap communications)
2016-10-03[docs] revamp bitmask dev docsKali Kaneko (leap communications)
2016-10-03[docs] initialize sphinx for library documentationKali Kaneko (leap communications)
2016-10-03[feature] stop fetching mail on inavalid token errordrebs
2016-10-03[refactor] standardize smtp and imap service modulesdrebs
2016-10-03[bug] use correct twisted log api for warningsdrebs
2016-10-03[bug] stop syncing after logout (#8479)drebs
2016-09-30[refactor] turn mail services into twisted servicesdrebs
2016-09-30[bug] correctly log dispatch failures because of malformed partsdrebs
2016-09-30[bug] pass command parts to mail disable dispatcherdrebs
A missing command parts argument to mail subcommand dispatcher caused the `mail disable` command to never be executed.
2016-09-30[style] use a more meaningful callback namedrebs
2016-09-29[feat] ui - allow users to change their passwordselijah
2016-09-29[feat] ui - improved account list, show multiple login sessionselijah
2016-09-29[doc] update known issueselijah
2016-09-29[minor] ignore "NOTES" fileelijah
2016-09-29[bug] Display language and services correctly in provider wizardelijah
2016-09-29[bug] remove destructor, pass combined_ca_bundle as optional paramKali Kaneko (leap communications)
this brings back a couple of commits by pixelated that were missed in my keymanager merge. https://github.com/leapcode/keymanager/commit/354ad5a12e90463f9952fe056f191c6d4cdadf40 https://github.com/leapcode/keymanager/commit/dd7ba606df2909c76b20b1d4bb0134302f94b3d0 basically it removes the destructor (there's no guarantee that it gets executed!) and it addds the combined ca bundle as an optional parameter to keymanager initialization
2016-09-28[feature]Add change password commandRuben Pollan
- Resolves: #8487
2016-09-28[bug] fix typoKali Kaneko (leap communications)
2016-09-27[feat] Fetch smtp cert automatically if missingRuben Pollan
It's missing dealing with expired certs. I remove get_smtp_certificate core command. - Closes: #8486
2016-09-27[bug] create config dir if it does not existKali Kaneko (leap communications)
2016-09-27[feature] catch SIGINT from guiKali Kaneko (leap communications)
2016-09-27[feature] allow the frozen binary to function as cli tooKali Kaneko (leap communications)
2016-09-27[pkg] make bundle from main makefileKali Kaneko (leap communications)
2016-09-27[pkg] re-add binary launcher to bundle processKali Kaneko (leap communications)
2016-09-27[pkg] some bundling hacksKali Kaneko (leap communications)
2016-09-27[feature] launch backend from the qt gui entrypointKali Kaneko (leap communications)
2016-09-27[bug] launch backend from guiKali Kaneko (leap communications)
2016-09-27[feature] try to launch backend on cli commandsKali Kaneko (leap communications)
2016-09-27[feature] upload logs from the cliKali Kaneko (leap communications)
2016-09-26[feature] rotate logsKali Kaneko (leap communications)
2016-09-26[refactor] call it start/stopKali Kaneko (leap communications)
2016-09-26[bug] return logout message got from bonafide (fixes #8461)drebs
The CLI prints results of commands using a default dictionary printer. If the command result is not a dictionary, that writer will fail. The logout command was returning None, so the printer was breaking when using the CLI to logout. This commit makes the logout command actually return the dictionary with the logout message, thus not breaking the printer.
2016-09-23[feat] rename bonafide.user.signup into createRuben Pollan
The js was already expecting this name, and the cli was calling it create, but the internal command was 'signup'.
2016-09-22[bug] write the right json in the bitmask_tokensRuben Pollan
The json for the tokens file needs to have the format: {'mail_auth': token} - Related: #8464
2016-09-22[bug] remove unused importdrebs
2016-09-22[style] remove unused variabledrebs
2016-09-22[bug] only generate key if soledad has ever synceddrebs
2016-09-22[feat] use twisted.logger in incoming mail service moduledrebs
2016-09-22[bug] set the public token property instead of the private onedrebs
2016-09-22[bug] delay send of generated key if token is not available (#8460)drebs
2016-09-22[bug] register keymanager instance as soon as it is created (#8460)drebs
2016-09-22[pkg] factor out deps listsKali Kaneko (leap communications)
2016-09-22[bug] fix leap.bitmask_js dependencyKali Kaneko (leap communications)
2016-09-22[feat] the setup wizard for the new uielijah
2016-09-22[pkg] pep8 cleanupelijah
2016-09-22[pkg] bitmask_js => leap.bitmask_jselijah