summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-01[pkg] use soledad from master for bundlesKali Kaneko (leap communications)
to workaround a failure that breaks client I should tag soledad 0.9.6 soonish and make everything pip-installable again
2017-05-01[docs] update the manhole documentationKali Kaneko (leap communications)
2017-05-01[feature] streamline and move manhole into coreKali Kaneko (leap communications)
2017-04-30[style] remove unused logger from vpnRuben Pollan
2017-04-27[style] pep8 fixesKali Kaneko (leap communications)
2017-04-27[tests] fix testsKali Kaneko (leap communications)
mock a renamed method.
2017-04-27[docs] remove note about missing vpn supportKali Kaneko (leap communications)
2017-04-27[bug] do not assume we got a listenerKali Kaneko (leap communications)
2017-04-27[bug] unify logging style using class attrKali Kaneko (leap communications)
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements.
2017-04-27[bug] wait more for pixelated to startKali Kaneko (leap communications)
2017-04-27[bug] migrate all failures to twisted loggerKali Kaneko (leap communications)
2017-04-27[docs] add note about other shells for venvKali Kaneko (leap communications)
2017-04-27[bug] catch failures with newer twisted loggerKali Kaneko (leap communications)
the migration from the stdlib python's logger to twisted logger is unable to format properly the failures unless the call is adapted - Related: #8849
2017-04-27[bug] use argv for the argparse prog name in the cli UserRuben Pollan
- Resolves: #8829
2017-04-25for now, don't catch javascript errorselijah
2017-04-25minor: fix indentationelijah
2017-04-24[docs] update info about testing providers for vpnKali Kaneko (leap communications)
2017-04-24[feat] usable vpn uielijah
2017-04-21[docs] add note about installing havegedKali Kaneko (leap communications)
2017-04-21[bug] report global connecting state for vpn when user startedKali Kaneko (leap communications)
- Resolves: #8850
2017-04-21[docs] fix phrasing about fast-forwardsKali Kaneko (leap communications)
2017-04-21[docs] fix ref to mai lifecycleKali Kaneko (leap communications)
2017-04-21[docs] several doc updatesKali Kaneko (leap communications)
2017-04-21[docs] fix pixelated deps link in docsKali Kaneko (leap communications)
2017-04-21[docs] add missing pre-reqKali Kaneko (leap communications)
2017-04-20[bug] wait a bit in case the authtoken has not being written yetKali Kaneko (leap communications)
2017-04-20[docs] fix venv stepKali Kaneko (leap communications)
2017-04-20[docs] complete the env documentation a bitKali Kaneko (leap communications)
2017-04-20[feat] add bonafide authentication eventKali Kaneko (leap communications)
- Resolves: #8844
2017-04-20[feat] added app buttons (quit & about bitmask)elijah
- Closes #8803
2017-04-20[bug] add icon to windowKali Kaneko (leap communications)
The icon it was introduced and then deleted by mistake on the recent window refactor after pixelated integration. - Resolves: #8826
2017-04-20[docs] fix typo in readmeKali Kaneko (leap communications)
2017-04-20[docs] mention logs in the readmeKali Kaneko (leap communications)
2017-04-20[tests] run CI with bundled sqlcipherKali Kaneko (leap communications)
to workaround the lack of HAVE_USLEEP in debian packages.
2017-04-20[bug] fix enabling of vpn serviceKali Kaneko (leap communications)
- Resolves: #8845
2017-04-19[bug] stop firewall if was failed closeKali Kaneko (leap communications)
2017-04-19[bug] return clearer errors when no cert foundKali Kaneko (leap communications)
2017-04-19[bug] fail if tried to stop vpn when not runningKali Kaneko (leap communications)
2017-04-19[bug] pass along no polkit errorKali Kaneko (leap communications)
2017-04-19[refactor] use str repr of exceptionKali Kaneko (leap communications)
2017-04-19[style] remove unused assignmentKali Kaneko (leap communications)
2017-04-19[bug] do not fail if error is an intKali Kaneko (leap communications)
2017-04-19[bug] remove previous auth tokenKali Kaneko (leap communications)
- Resolves: #8823
2017-04-19[bug] handle disabled caseKali Kaneko (leap communications)
2017-04-19[bug] improve exception catching in execution loopKali Kaneko (leap communications)
2017-04-19[docs] update known issues listKali Kaneko (leap communications)
2017-04-19[feature] expose method to open url from jsKali Kaneko (leap communications)
- Resolves: #8838
2017-04-19[feature] expose gui shutdown to jsKali Kaneko (leap communications)
- Resolves: #8837
2017-04-16[bug] fix typo in js librarykwadronaut
Signed-off-by: kwadronaut <kwadronaut@leap.se> Signed-off-by: Ruben Pollan <meskio@sindominio.net>
2017-04-12[docs] fix broken autoinstall script for testing bundlesKali Kaneko (leap communications)