summaryrefslogtreecommitdiff
path: root/src/leap
AgeCommit message (Collapse)Author
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] 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] bitmask_js => leap.bitmask_jselijah
2016-09-22[pkg] rename www to uielijah
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-20[style] pep8 cleanupKali Kaneko (leap communications)
2016-09-20[bug] revert usage of twisted whichKali 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 importKali Kaneko (leap communications)
2016-09-20[feat] discover gpg bin path instead of hardcode itRuben Pollan
2016-09-13[feat] Write service tokens to a file for email clients to read.Ruben Pollan
- Resolves: #8435
2016-09-09[bug] workaround for autoconf in cliKali Kaneko (leap communications)
2016-09-07[bug] serialize booleansKali Kaneko (leap communications)
2016-09-07[bug] try/catch non standard statementsKali Kaneko (leap communications)
2016-09-07[refactor] update www/app/lib/bitmask.jsKali Kaneko (leap communications)
- fix a typo - Mantaining two copies looks like a very bad idea. I'll probably make this a symlink.
2016-09-07[feat] Add manual provider registrationRuben Pollan
- Resolves: #8400
2016-09-06[feat] add webui command: enable/disable/statusKali Kaneko (leap communications)
2016-09-06[bug] allow webui to launch without bitmask_www packageKali Kaneko (leap communications)
2016-09-06[tests] factor out the common pieces to keymanager.testingKali Kaneko (leap communications)
2016-09-06[feature] webkit window serving bitmask-jsKali Kaneko (leap communications)
2016-09-06[pkg] package bitmask_wwwKali Kaneko (leap communications)
2016-09-01[pkg] move bitmask.js to new pathKali Kaneko (leap communications)
2016-09-01[feature] include bitmask_js libelijah
cherry-picked from legacy bitmask_client repo
2016-09-01[refactor] move js to top-level folderKali Kaneko (leap communications)
2016-09-01[feat] added initial bitmask_js (WIP)elijah
2016-09-01[feat] add web/js core APIRuben Pollan
Implements http REST API for the core and bitmask.js generic library to use this API. For events it uses long polling. - Resolves: #8265
2016-09-01[bug] fix conflicts installing namespace packages in dev/install modeKali Kaneko (leap communications)
2016-09-01[refactor] copy over missing utilKali Kaneko (leap communications)
2016-09-01[tests] add bogus imports to see meaningful code coverageKali Kaneko (leap communications)
2016-09-01[refactor] fix imports after merging submodulesKali Kaneko (leap communications)
2016-09-01[tests] move tests to root folderKali Kaneko (leap communications)
2016-09-01[refactor] delete unused stubsKali Kaneko (leap communications)
2016-09-01[refactor] remove unneeded version infoKali Kaneko (leap communications)
2016-08-30[pkg] versioneer itKali Kaneko (leap communications)