summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2018-03-02[pkg] add linux helpers into the packageKali Kaneko
2018-02-15[feat] anonvpn entrypointsKali Kaneko
2017-12-08[pkg] add provider pinning to python packageKali Kaneko
2017-08-11[feature] add a new bitmask_chromium gui entrypointKali Kaneko
If chromium is installed in the system, there's no need to depend on qt5.
2017-07-25[pkg] add leap.pixelated and leap.pixelated_www as dependenciesKali Kaneko
from here on, we're depending on leap's fork.
2017-07-19[pkg] properly install soledadmoomin
Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2017-07-14[pkg] add certifi as a dependency for bitmaskKali Kaneko (leap communications)
2017-06-28[pkg] remove remaining refs to older soledad structureKali Kaneko (leap communications)
2017-05-31[bug] fix deprecated import of cryptography multibackendKali Kaneko (leap communications)
- Resolves: #8910
2017-05-22[feat] port the polkit agent launcherKali Kaneko (leap communications)
this commit is porting the polkit launcher from the legacy bitmask client. if no polkit authentication agent is running, it will try to run one that is found in the system. - Resolves: #8836
2017-02-23[feature] add install/uninstall command for helpersKali Kaneko (leap communications)
2016-11-09[feature] serve UI as an hidden serviceKali Kaneko (leap communications)
you need to configure onion = True in the services config. for sure, this is gonna be more interesting when we ship pixelated. but for now I thought it can be handy for testing ui changes: no need to bundle, just use your tor browser :) still need to try to serve imap/smtp over the onion service. kudos to meejah for this super-usable library!
2016-10-21[pkg] native pyinstaller packagingKali Kaneko (leap communications)
2016-10-04[doc] fix readme, remove broken dev-install-prebuilt from makefileelijah
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[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-08[pkg] fix leap.bitmask_www namespaceKali Kaneko (leap communications)
2016-09-07[pkg] update deps: bitmask_www already publishedKali Kaneko (leap communications)
2016-09-06[tests] factor out the common pieces to keymanager.testingKali Kaneko (leap communications)
2016-09-06[pkg] package bitmask_wwwKali Kaneko (leap communications)
2016-09-01[tests] add a separate env for development branches of soledad/commonKali Kaneko (leap communications)
2016-09-01[pkg] handle dependencies as extrasKali Kaneko (leap communications)
2016-08-30[pkg] add setupKali Kaneko (leap communications)
2016-08-29initial bitmask-dev stubKali Kaneko (leap communications)