summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-15[bug] get the VPN restart working againRuben Pollan
Don't persist-tun on the vpn, so it can restart properly. Also let's match better the options that are sent and taken into account from bitmask-root. - Resolves: #9048
2017-09-15[feat] Add 7bit to the list of supported encodingsSimon Fondrie-Teitler
This is required for Nylas to be able to send emails though bitmask.
2017-09-13[bug] send UIDNEXT on selectKali Kaneko
node-mail chokes if we don't.
2017-09-10[bug] add the error as an upper level attribute of the dictKali Kaneko
the UI is expecting it there, not inside the result data. we probably could delete it from the later.
2017-09-10[bug] avoid bogus failed statusKali Kaneko
there was an exception catched, AttributeError, that showed up as a transient "failed" state. - Resolves: #9044
2017-09-10[bug] mark vpn as failed if it had some problem startingKali Kaneko
2017-09-10[bug] fix policykit helper pathsKali Kaneko
the debian package was failing because of a bad polkit policy file name.
2017-09-05[pkg] Add python-wheel to build-dependsVarac
Resolves: #9045
2017-09-04[pkg] Add python as dep to bitmask-chromiumVarac
Fixes linitan error: E: bitmask-chromium: python-script-but-no-python-dep usr/bin/bitmask_chromium
2017-09-01[pkg] fix brittle way of getting latest wheelKali Kaneko
2017-09-01[docs] point to our current issue trackerKali Kaneko
2017-09-01[pkg] add upload targetKali Kaneko
2017-09-01[pkg] add install file for bitmask-chromiumKali Kaneko
2017-09-01[pkg] bitmask-js packageKali Kaneko
2017-09-01[bug] missing commaKali Kaneko
2017-08-31[feat] expose an API to set/get/list gateway preferencesRuben Pollan
- Related: #9010
2017-08-31[feat] add the posibility of extracting a section of the configRuben Pollan
So each service can have it's own config section passed to the constructor.
2017-08-31[feat] make the cli default_printer more genericRuben Pollan
Now the default_printer can handle other types than dict, like lists or strings.
2017-08-31[feat] list vpn gateways in the order that they are going to be usedRuben Pollan
2017-08-31[refactor] make the VPN location formating in the cliRuben Pollan
2017-08-30[pkg] add lxpolkit as suggested0.10rc1Kali Kaneko
2017-08-30[tests] allow failure for functional-bundle tests, wipKali Kaneko
2017-08-30[refactor] remove verbose debug infoKali Kaneko
2017-08-30[tests] apply dns workaround for functional testsKali Kaneko
2017-08-30[tests] apply dns workaroundKali Kaneko
2017-08-30[bug] catch data tuple with len 5Kali Kaneko
2017-08-30[bug] fix typo in logger usageKali Kaneko
2017-08-30[tests] increase timeout on vpn onKali Kaneko
2017-08-30[bug] add initial ts assignmentKali Kaneko
2017-08-30[tests] reuse tox virtualenv for e2e/functionalKali Kaneko
2017-08-30[bug] assign initial empty stateKali Kaneko
2017-08-30[tests] add another demo gatewayKali Kaneko
2017-08-30[bug] assert vpn management folder existsKali Kaneko
2017-08-30[tests] install helpers before e2e tests tooKali Kaneko
2017-08-30[tests] use another geoip api to avoid json decode problemsKali Kaneko
2017-08-30[tests] add root-switch as dns workaround for tests on CIKali Kaneko
2017-08-30[bug] return if cannot parse stateKali Kaneko
2017-08-30[tests] do not fail if helper installed in debian pathKali Kaneko
2017-08-30[tests] fix check-ip scriptKali Kaneko
2017-08-30[tests] workaround some errors while running testsKali Kaneko
2017-08-30[tests] add functional testing requirementsKali Kaneko
2017-08-30[tests] prepare to run behave against bundleKali Kaneko
2017-08-30[tests] add step to run functional tests on bundleKali Kaneko
2017-08-30[tests] increase timeoutKali Kaneko
2017-08-30[tests] Check egress IP for VPN stepsVarac
2017-08-30[bug] change status on ui tooKali Kaneko
2017-08-30[refactor] mark the listener as implementer of IStateListenerKali Kaneko
2017-08-30[refactor] change status to "failed"Kali Kaneko
2017-08-30[refactor] remove error importKali Kaneko
2017-08-30[tests] fix test case typoKali Kaneko