Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | [bug] wait more for pixelated to start | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] migrate all failures to twisted logger | Kali Kaneko (leap communications) | |
2017-04-27 | [docs] add note about other shells for venv | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] catch failures with newer twisted logger | Kali 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 User | Ruben Pollan | |
- Resolves: #8829 | |||
2017-04-25 | for now, don't catch javascript errors | elijah | |
2017-04-25 | minor: fix indentation | elijah | |
2017-04-24 | [docs] update info about testing providers for vpn | Kali Kaneko (leap communications) | |
2017-04-24 | [feat] usable vpn ui | elijah | |
2017-04-21 | [docs] add note about installing haveged | Kali Kaneko (leap communications) | |
2017-04-21 | [bug] report global connecting state for vpn when user started | Kali Kaneko (leap communications) | |
- Resolves: #8850 | |||
2017-04-21 | [docs] fix phrasing about fast-forwards | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] fix ref to mai lifecycle | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] several doc updates | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] fix pixelated deps link in docs | Kali Kaneko (leap communications) | |
2017-04-21 | [docs] add missing pre-req | Kali Kaneko (leap communications) | |
2017-04-20 | [bug] wait a bit in case the authtoken has not being written yet | Kali Kaneko (leap communications) | |
2017-04-20 | [docs] fix venv step | Kali Kaneko (leap communications) | |
2017-04-20 | [docs] complete the env documentation a bit | Kali Kaneko (leap communications) | |
2017-04-20 | [feat] add bonafide authentication event | Kali 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 window | Kali 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 readme | Kali Kaneko (leap communications) | |
2017-04-20 | [docs] mention logs in the readme | Kali Kaneko (leap communications) | |
2017-04-20 | [tests] run CI with bundled sqlcipher | Kali Kaneko (leap communications) | |
to workaround the lack of HAVE_USLEEP in debian packages. | |||
2017-04-20 | [bug] fix enabling of vpn service | Kali Kaneko (leap communications) | |
- Resolves: #8845 | |||
2017-04-19 | [bug] stop firewall if was failed close | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] return clearer errors when no cert found | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] fail if tried to stop vpn when not running | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] pass along no polkit error | Kali Kaneko (leap communications) | |
2017-04-19 | [refactor] use str repr of exception | Kali Kaneko (leap communications) | |
2017-04-19 | [style] remove unused assignment | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] do not fail if error is an int | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] remove previous auth token | Kali Kaneko (leap communications) | |
- Resolves: #8823 | |||
2017-04-19 | [bug] handle disabled case | Kali Kaneko (leap communications) | |
2017-04-19 | [bug] improve exception catching in execution loop | Kali Kaneko (leap communications) | |
2017-04-19 | [docs] update known issues list | Kali Kaneko (leap communications) | |
2017-04-19 | [feature] expose method to open url from js | Kali Kaneko (leap communications) | |
- Resolves: #8838 | |||
2017-04-19 | [feature] expose gui shutdown to js | Kali Kaneko (leap communications) | |
- Resolves: #8837 | |||
2017-04-16 | [bug] fix typo in js library | kwadronaut | |
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 bundles | Kali Kaneko (leap communications) | |
2017-04-12 | [bug] delay initialization of pixelated | Kali Kaneko (leap communications) | |
- Related: #8798 | |||
2017-04-12 | [bug] fix typo on js library | Kali Kaneko (leap communications) | |
2017-04-06 | [bug] last_vpn path now is ~/.config/leap/last_vpn | Ruben Pollan | |
It used to be in the providers folder, but this was missleading bonafide to list it as a provider. I think it's harder to write work arounds to have this file in this folder than to have it somewhere else. - Resolves: #8818 | |||
2017-04-03 | [test] remove randomness tester | Ruben Pollan | |
There was a test in the Keymanager refresher that was testing the randomness of the refreshing intervals. It was producing a bunch of intervals and checking that all of them where different. This test (rarelly) fails some times, but this is not a sign of bad randomness. - Resolves: #8813 | |||
2017-04-03 | [docs] document mail status API | Ruben Pollan | |
- Resolves: #8775 | |||
2017-04-03 | [feat] add the expiration date of the cert to vpn.check | Ruben Pollan | |
- Resolves: #8807 | |||
2017-04-03 | [feat] add a check for the installation of the helpers to the API | Ruben Pollan | |
- Resolves: #8786 | |||
2017-04-03 | [feat] remove the pinning of VPN extra flags | Ruben Pollan | |
The pinning was removing 'tun-ipv6' wich is a boolean value, there is boolean support in src/leap/bitmask/vpn/launcher.py:232 already. It seems to work fine. - Resolves: #8809 | |||
2017-04-03 | [feat] store what was the last vpn provider used | Ruben Pollan | |
To allow automatic connection to the VPN we are storing the last provider in a file. - Resolves: #8806 |