Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-16 | [pkg] fix lingering var name after versioneer upgrade | Kali Kaneko | |
2016-04-16 | [refactor] adapt to the new Account signature | Kali Kaneko | |
2016-04-15 | [doc] update release checklist | Kali Kaneko | |
2016-04-15 | [doc] update release notes | Kali Kaneko | |
2016-04-15 | [bug] eip_can_start should return false if provider does not support eip | elijah | |
otherwise, it tries to open eip config. - Resolves: #7538 - Releases: 0.9.2 | |||
2016-04-15 | [docs] add note about login automation | Kali Kaneko | |
2016-04-15 | [tools] make uploads resumable | Kali Kaneko | |
2016-04-15 | [bug] another workaround for the transparent window in wily | Kali Kaneko | |
The previous "fix" attempt with QT_GRAPHICSSYSTEM=native apparently wasn't fixing the issue consistently. This extra env var works 100% of the times by my tests though. - Resolves: #8028 | |||
2016-04-15 | [pkg] bump alpha version... closer to rc1! | Kali Kaneko | |
2016-04-15 | [pkg] ship statically built binaries | Kali Kaneko | |
- mention the versions in the next relnotes - add the leap_thirdparty_build to gitignore. the build scripts are supposed to place the binaries here. | |||
2016-04-14 | [bug] add twisted.web.failure.xhtml | Kali Kaneko | |
2016-04-14 | [bug] add missing assets for pixelated | Kali Kaneko | |
2016-04-13 | [feature] make branding-logo: patches pixelated app logo | Kali Kaneko | |
and replaces it with bitmask-logo.svg - Releases: 0.9.2 | |||
2016-04-13 | [feat] Adapt to latest pixelated-ua | Kali 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-11 | [docs] add some important info about building bundles | Kali Kaneko | |
2016-04-11 | [pkg] remove wrapper hacks, not needed anymore | Kali Kaneko | |
2016-04-11 | [bug] hash the installed binaries | Kali Kaneko | |
this was the cause for the previous alpha releases keep insisting on re-installing the helper files. - Resolves: #7989 - Releases: 0.9.2 | |||
2016-04-11 | [bug] workaround for qt gui corruption in wily | Kali Kaneko | |
- Resolves: #8028 | |||
2016-04-08 | [bug] fix pixelated-www path | Kali Kaneko | |
2016-04-08 | [bug] allow resizing browser window | Kali Kaneko | |
2016-04-07 | [feat] Write service tokens to a file | Ruben Pollan | |
The thunderbird plugin will read the tokens from there. - Related: #6041 | |||
2016-04-07 | [feat] use same token for imap/smtp authentication | Kali Kaneko | |
This greatly simplifies the handling of the password in the thunderbird extension. - Related: #6041 | |||
2016-04-07 | [style] pep8 | Kali Kaneko | |
2016-04-07 | [docs] fix config path reflecting bundle change | Kali Kaneko | |
2016-04-06 | [style] autopep8 | Kali Kaneko | |
2016-04-06 | [pkg] adjust for the new cwd() inside bundle | Kali Kaneko | |
2016-04-06 | typo: mimmick older bundles path | Kali Kaneko | |
2016-04-06 | [pkg] copy helpers, freeze version | Kali Kaneko | |
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 | |