Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-11 | [bug] Keep content-type when it is set in message headers | Simon Fondrie-Teitler | |
When content-type was set in the message headers instead of the MIMEPart (e.g. when not using MIMEParts in the message) bitmask would ignore it and add the content as text/plain. This caused problems with Nylas. To fix this, if the message is not Multipart I'm keeping the assumption that everything is going to have the maintype of "text" but copying the subtype from the original message. This also decodes the original message's payload before attaching the old content to the new message to make up for the loss of encoding information. -Resolves: #9064 | |||
2017-10-11 | [docs] update changelog | Kali Kaneko | |
2017-10-09 | [bug] properly check for local openvpn path | Kali Kaneko | |
- Resolves: #9099 | |||
2017-10-07 | [docs] typo | Kali Kaneko | |
2017-10-06 | [docs] mention logs path | Kali Kaneko | |
2017-10-06 | [docs] add singleton bootstrap fix to changelogapi_uri | Kali Kaneko | |
2017-10-06 | [docs] add link to asciinema record of debian install | Kali Kaneko | |
2017-10-03 | [docs] bump the docs version to 0.10.00.10.0 | Kali Kaneko | |
2017-10-03 | [docs] add a package_in_docker target | Kali Kaneko | |
2017-10-03 | [docs] add gitlab-runner link to tests section | Kali Kaneko | |
2017-10-03 | [docs] add missing polkit issue to kwowninssues | Kali Kaneko | |
2017-10-03 | [docs] fix link to latest bundles | Kali Kaneko | |
in this way, it gets nicely renamed with the version number and hash. | |||
2017-10-03 | [docs] minor improvements | Kali Kaneko | |
- cross-refs to bitmask.net - wording - missing deps | |||
2017-10-03 | [docs] wording fixes | Kali Kaneko | |
2017-10-03 | [pkg] pin pyinstaller version | Kali Kaneko | |
Also, allow to pass a different repo to the build-in-docker script. - Resolves: #9089 | |||
2017-10-02 | [docs] move js docs to its own section | Kali Kaneko | |
2017-10-02 | [docs] split development docs | Kali Kaneko | |
the page was becoming too cluttered. | |||
2017-09-29 | [docs] typo: fix link | Kali Kaneko | |
2017-09-29 | [docs] add instructions for installing via pip | Kali Kaneko | |
2017-09-21 | [docs] add config refresh to changelog | Kali Kaneko | |
2017-09-20 | [docs] add pkexec/vpn renewal to the changelog | Kali Kaneko | |
2017-09-01 | [pkg] bitmask-js package | Kali Kaneko | |
2017-08-31 | [feat] expose an API to set/get/list gateway preferences | Ruben Pollan | |
- Related: #9010 | |||
2017-08-30 | [refactor] change status to "failed" | Kali Kaneko | |
2017-08-24 | [docs] update changelog | Kali Kaneko | |
2017-08-15 | [docs] add alot decryption fix to changelog | Kali Kaneko | |
2017-08-14 | [docs] update osx hacking page | Kali Kaneko | |
2017-08-11 | [feature] allow manual gateway selection for vpn | Kali Kaneko | |
For now, the way to select a gateway is to add a section in bitmaskd.cfg: [vpn_prefs] locations = ["frankfurt", "seattle__wa"] countries = ["DE", "US"] Note that the location indication has priority over country code. This will be exposed by the UI in release 0.11 - Resolves: #8855 | |||
2017-08-11 | [feature] automatic vpn gateway selection, based on timezone | Kali Kaneko | |
This is a first approach to automatic gateways selection. More things are missing: - allow manual selection, by location or country code. - take the hemisphere into account. - expose the selected gw to the api/cli but overall seems this is a good approach to make 0.10 release usable in terms of vpn. - Resolves: #8804 | |||
2017-08-11 | [feature] add a new bitmask_chromium gui entrypoint | Kali Kaneko | |
If chromium is installed in the system, there's no need to depend on qt5. | |||
2017-07-25 | [docs] add instruction to use the virtualenv next time | Kali Kaneko | |
2017-07-25 | [docs] document the dev-bootstrap script0.10a2 | Kali Kaneko | |
2017-07-14 | [bug] handle 503 responses from nyckserver | Ruben Pollan | |
This can be produced by errors fetching keys from the server. - Resolves: #8971 | |||
2017-06-30 | [docs] correct path for homebrew bundle tarballs | Kali Kaneko (leap communications) | |
2017-06-29 | [feat] Stop the vpn (and all services) when application is shut down | Ruben Pollan | |
- Resolves: #8852 | |||
2017-06-29 | [feat] restart openvpn automatically | Ruben Pollan | |
Right now we are trying to restart openvpn every 2 seconds, for ever (or until the user turns down the VPN). Maybe we can be more smart making the retries longer with time. - Resolves: #8049 | |||
2017-06-28 | [docs] typo, style | Kali Kaneko (leap communications) | |
2017-06-28 | [docs] fix the docstring since the implementation does not sign yet | Kali Kaneko (leap communications) | |
2017-06-28 | [docs] document key discovery sources | Ruben Pollan | |
2017-06-28 | [docs] overview for keymanager | Kali Kaneko (leap communications) | |
2017-06-23 | [docs] update documentation on bundling process in osx | Kali Kaneko (leap communications) | |
2017-06-15 | [feat] Add a 'fetch' flag to key export | Ruben Pollan | |
If is set keyamanger will try to discover and download the key. - Resolves: #8821 | |||
2017-06-14 | [docs] mention logs path for osx | Kali Kaneko (leap communications) | |
2017-06-13 | [docs] add note about testing providers with invalid certificates | Kali Kaneko (leap communications) | |
2017-06-13 | [pkg] simplify osx/linux target | Kali Kaneko (leap communications) | |
2017-06-12 | [docs] bump changelog to 0.10 | Ruben Pollan | |
2017-06-12 | [feat] push private key updates into nicknym | Ruben Pollan | |
Deal as well with sending key if key is outdated in the providers nicknym. - Resolves: #8819, #8832 | |||
2017-06-12 | [docs] document homebrew install | Kali Kaneko (leap communications) | |
2017-06-12 | [docs] documentation about helpers | Kali Kaneko (leap communications) | |
2017-06-07 | [docs] note about debugging osx helper | Kali Kaneko (leap communications) | |