Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-06 | [pkg] add standalone flag if running inside a frozen bin | Kali Kaneko | |
2016-04-06 | [pkg] move the pyinstaller bundle to a child folder | Kali Kaneko | |
2016-04-06 | [pkg] modularize main makefile to remove clutter | Kali Kaneko | |
2016-04-06 | [pkg] simple launcher for the linux bundles | Kali Kaneko | |
2016-04-04 | [bug] fail gracefully if no pixelated modules present | Kali 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-04-04 | [pkg] update to versioneer 0.16 | Kali Kaneko | |
2016-04-04 | [bug] update bootstrap script so that it installs pixelated reqs too | Kali Kaneko | |
2016-04-01 | update docker readme | Elijah Sparrow | |
fix docker readme to reflect the proper commands | |||
2016-03-31 | [bug] workaround for incompatible qt library in ubuntu | Kali Kaneko | |
- Resolves: #7990 | |||
2016-03-30 | [pkg] add requirements file for pixelated user agent | Kali Kaneko | |
2016-03-29 | [doc] add entry in next-changelog for the pixelated feature | Kali Kaneko | |
2016-03-28 | [bug] instantiate soledadconfig if needed | Kali Kaneko | |
2016-03-28 | [bug] set standalone flag properly | Kali Kaneko | |
otherwise, the configs are saved to the user home config folder. | |||
2016-03-28 | [bug] fix case for constant | Kali Kaneko | |
2016-03-28 | [pkg] update freeze_deb command | Kali Kaneko | |
2016-03-28 | [pkg] update versions for bundle | Kali Kaneko | |
2016-03-28 | [pkg] pass --standalone flag to binary | Kali Kaneko | |
2016-03-28 | [pkg] some pyinstaller hacky targets | Kali Kaneko | |
2016-03-28 | [docs] readme for pixelated functionality | Kali Kaneko | |
2016-03-24 | [feature] pass the path to pixelated_www package | Kali Kaneko | |
2016-03-24 | [fix] get smtp config from smtp-provider.json | Kali Kaneko | |
2016-03-24 | [feature] hide browser menu entry if pixelated is disabled | Kali Kaneko | |
2016-03-23 | [feature] add QtWebView to render pixelated mua | Kali Kaneko | |
2016-03-23 | [feature] allow to disable pixelmail integration | Kali Kaneko | |
2016-03-23 | [feature] quick integration with legacy gui | Kali Kaneko | |
2016-03-23 | [feature] pixelated adaptor | Kali Kaneko | |
2016-03-22 | [bug] re-download smtp certificate if needed. | Kali Kaneko | |
the should_redownload function was only called if the pemfile was not present of the fs. - Resolves: #7869 | |||
2016-03-21 | [bug] fix some version handling errors | Kali Kaneko | |
2016-03-04 | [style] pep8 | Kali Kaneko | |
2016-03-04 | [pkg] move to versioneer 0.15 | Kali Kaneko | |
2016-02-25 | [feat] use fingerprint instead of key_id to address keys | Ruben Pollan | |
2016-02-09 | Merge branch 'patch-2' into develop | Ruben Pollan | |
2016-02-03 | [bug] frozen backend fails to spawn on windows | PaixuAabuizia | |
according to [1] the backend should raise a Runtime Error, instead what happens is that the process is spawned again and again but never runs actual code. [1] https://docs.python.org/2.7/library/multiprocessing.html#multiprocessing.freeze_support | |||
2016-01-26 | Merge branch 'patch-1' from PaixuAabuizia into develop | Ruben Pollan | |
2016-01-24 | [bug] change backend process spawn method | PaixuAabuizia | |
the original implementation causes problems in win32 (see #7240) possibly because pyinstaller cannot resolve the lambda correctly. using the documented multiprocessing.Process approach to pass parameters works here | |||
2016-01-02 | [bug] run make on bitmask_client when updating docker | Ruben Pollan | |
2015-12-18 | [feat] adapt to use cred-based authentication for smtp | Kali Kaneko | |
2015-12-15 | [feat] adapt to use cred-based authentication for imap | Kali Kaneko | |
This includes getting the token for the imap authentication, and displaying it on the help window. - Resolves: #4469 - Releases: 0.10.0 | |||
2015-12-10 | [style] autopep8 | Kali Kaneko | |
2015-12-10 | [feat] multi-user events. | Kali Kaneko | |
Adapt to users emitting the userid/uuid too. - Resolves: #7656 - Releases: 0.10.0 | |||
2015-12-10 | [docs] fix outdated signature description | Kali Kaneko | |
2015-11-16 | [feat] use bitmask repo instead of leap.se | Ivan Alejandro | |
Also map 'sana' (codename for kali linux 2.0) to jessie. | |||
2015-11-11 | [i18n] do not translate https label text | Ivan Alejandro | |
2015-11-11 | [but] Fix errback on InvalidAuthToken | Ruben Pollan | |
- Related: #7583 | |||
2015-11-09 | [bug] open email help link on browser | Ivan Alejandro | |
- Resolves: #7585 | |||
2015-11-09 | [i18n] update source strings | Ivan Alejandro | |
2015-11-09 | solved transifex issues, language | kwadronaut | |
https://www.transifex.com/otf/bitmask/translate/#ar/$/31977726 https://www.transifex.com/otf/bitmask/translate/#nl/$/32117870 https://www.transifex.com/otf/bitmask/translate/#ar/$/22113277 https://www.transifex.com/otf/bitmask/translate/#nl/$/22113279 | |||
2015-11-09 | Change title 'Missing Bitmask helpers' | kwadronaut | |
solves https://www.transifex.com/otf/bitmask/translate/#ar/$/31977726 | |||
2015-11-09 | Debian capitalization | kwadronaut | |
Solves https://www.transifex.com/otf/bitmask/translate/#es/$/31977728 | |||
2015-11-06 | [docs] add info for translators | Kali Kaneko | |