Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-06 | [refactor] webengine entrypoint | Kali Kaneko | |
this commit deprecates qtwebkit usage. | |||
2018-01-02 | [docs] add ci changes to changelog | Kali Kaneko | |
2018-01-02 | [docs] add parameters for gitlab-runner | Kali Kaneko | |
2017-12-22 | [docs] add command to run tests with gitlab-runner | Kali Kaneko | |
2017-12-20 | [feat] Add msg_status call to the mail API | Ruben Pollan | |
To get the status of a single message providing it's mailbox and message-id. For now it only returns encryption/signature status. - Resolves: #6914 | |||
2017-12-11 | [docs] add last bugfix to changelog | Kali Kaneko | |
2017-12-07 | [docs] document how to run osx tests | Kali Kaneko | |
using virtualbox executor for gitlab-runner | |||
2017-12-07 | [feat] add provider pinning | Ruben Pollan | |
Pin the provider.json and the ca cert for the public providers. - Resolves: #9074 | |||
2017-12-04 | [pkg] add --enable-iproute2 to openvpn binary compilation | Kali Kaneko | |
this will be used by bundles, and it's needed now that ifconfig and other net-utils are being deprecated. | |||
2017-12-03 | [feat] extend the expiration of private keys if needed | Ruben Pollan | |
Check on every fetch of the private key if the expiration is less than two months before it expire. And extend the expiration if needed. - Resolves: #8217 | |||
2017-11-30 | [pkg] pick gpg from local build | Kali Kaneko | |
2017-11-30 | [pkg] add osx uninstall script | Kali Kaneko | |
2017-11-29 | [docs] update changelogtravis | Kali Kaneko | |
2017-11-23 | [docs] update version of code of conduct | Kali Kaneko | |
2017-11-23 | [docs] complete bootstrapping info for osx | Kali Kaneko | |
2017-11-23 | [docs] add copy of the code of conduct | Kali Kaneko | |
2017-11-21 | [doc] link the right issue tracker in the man pages | Ruben Pollan | |
2017-11-20 | [docs] clarify guidelines for new contributors | Justin Bottega | |
This adds the Contributor Covenant 1.2 from the previous guidelines, as well as a github workaround for new contributors who run into the 0xacab 1-repo limit (or similar issues). Replaces a 404 link in the leap-commit-template, and adds a reminders to anonymize logs for testers. - Documentation: #9138 Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-11-03 | [feature] set windows title | Kali Kaneko | |
2017-11-02 | [docs] add packaging changes to changelog0.10.2 | Kali Kaneko | |
2017-11-01 | [docs] document systray in changelog | Kali Kaneko | |
- Resolves: #9094 | |||
2017-11-01 | [feat] compile icons into app_rc | Kali Kaneko | |
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 |