Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | [feat] ui - improved account list, show multiple login sessions | elijah | |
2016-09-29 | [doc] update known issues | elijah | |
2016-09-29 | [minor] ignore "NOTES" file | elijah | |
2016-09-29 | [bug] Display language and services correctly in provider wizard | elijah | |
2016-09-29 | [bug] remove destructor, pass combined_ca_bundle as optional param | Kali 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 command | Ruben Pollan | |
- Resolves: #8487 | |||
2016-09-28 | [bug] fix typo | Kali Kaneko (leap communications) | |
2016-09-27 | [feat] Fetch smtp cert automatically if missing | Ruben 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 exist | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] catch SIGINT from gui | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] allow the frozen binary to function as cli too | Kali Kaneko (leap communications) | |
2016-09-27 | [pkg] make bundle from main makefile | Kali Kaneko (leap communications) | |
2016-09-27 | [pkg] re-add binary launcher to bundle process | Kali Kaneko (leap communications) | |
2016-09-27 | [pkg] some bundling hacks | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] launch backend from the qt gui entrypoint | Kali Kaneko (leap communications) | |
2016-09-27 | [bug] launch backend from gui | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] try to launch backend on cli commands | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] upload logs from the cli | Kali Kaneko (leap communications) | |
2016-09-26 | [feature] rotate logs | Kali Kaneko (leap communications) | |
2016-09-26 | [refactor] call it start/stop | Kali 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 create | Ruben 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_tokens | Ruben Pollan | |
The json for the tokens file needs to have the format: {'mail_auth': token} - Related: #8464 | |||
2016-09-22 | [bug] remove unused import | drebs | |
2016-09-22 | [style] remove unused variable | drebs | |
2016-09-22 | [bug] only generate key if soledad has ever synced | drebs | |
2016-09-22 | [feat] use twisted.logger in incoming mail service module | drebs | |
2016-09-22 | [bug] set the public token property instead of the private one | drebs | |
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 lists | Kali Kaneko (leap communications) | |
2016-09-22 | [bug] fix leap.bitmask_js dependency | Kali Kaneko (leap communications) | |
2016-09-22 | [feat] the setup wizard for the new ui | elijah | |
2016-09-22 | [pkg] pep8 cleanup | elijah | |
2016-09-22 | [pkg] bitmask_js => leap.bitmask_js | elijah | |
2016-09-22 | [pkg] rename www to ui | elijah | |
2016-09-22 | [pkg] fix www (aka bitmask_js) when run in "development mode" | elijah | |
this change allows you to edit the js and have the changes reflected immediately in the app. | |||
2016-09-21 | [tests] add editable externals to git repo | Kali Kaneko (leap communications) | |
2016-09-20 | [style] pep8 cleanup | Kali Kaneko (leap communications) | |
2016-09-20 | [tests] add pep8 to py27-dev too | Kali Kaneko (leap communications) | |
2016-09-20 | [bug] revert usage of twisted which | Kali Kaneko (leap communications) | |
the test environment isn't finding the path properly, due to pytest internals. so: - add path extension - fix the order in which we're happy with a gpg option (to avoid symlinks) | |||
2016-09-20 | [bug] add missing import | Kali Kaneko (leap communications) | |
2016-09-20 | [tests] add script to checkout common/soledad | Kali Kaneko (leap communications) | |
2016-09-20 | [feat] discover gpg bin path instead of hardcode it | Ruben Pollan | |
2016-09-13 | [feat] Write service tokens to a file for email clients to read. | Ruben Pollan | |
- Resolves: #8435 | |||
2016-09-11 | [pkg] add gnupg to pip requirements | Kali Kaneko (leap communications) | |
2016-09-09 | [bug] workaround for autoconf in cli | Kali Kaneko (leap communications) | |
2016-09-08 | [pkg] include notes-python in the manifest | Kali Kaneko (leap communications) | |
2016-09-08 | [pkg] fix leap.bitmask_www namespace | Kali Kaneko (leap communications) | |
2016-09-07 | [pkg] update deps: bitmask_www already published | Kali Kaneko (leap communications) | |