summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/pix.py
AgeCommit message (Collapse)Author
2016-04-16[refactor] adapt to the new Account signatureKali Kaneko
2016-04-13[feat] Adapt to latest pixelated-uaKali Kaneko
In the latest snapshots, pixelated has migrated to use Account instead of IMAPAccount. Also, created an adaptor for Nicknym that allows to be initialized with just the userid and the keymanager instance. This is ugly and has to go when we converge on a single codebase (bitmask.core, hopefully).
2016-04-08[bug] fix pixelated-www pathKali Kaneko
2016-04-04[bug] fail gracefully if no pixelated modules presentKali Kaneko
currently, we're distributing the wheels for the pixelated modules under downloads.leap.se. bootstrap script tried to download the pixelated modules, but it fails on python versions < 2.7.9, apparently. as a workaround, I make the import of the pixelated modules a non-fatal error by setting a flag, and doing the launching of the pix UA conditional on a successful import. - Related: #8009
2016-03-24[feature] pass the path to pixelated_www packageKali Kaneko
2016-03-24[fix] get smtp config from smtp-provider.jsonKali Kaneko
2016-03-23[feature] pixelated adaptorKali Kaneko