Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-11 | Remove lines disconnecting vpn on logout | Ivan Alejandro | |
2013-06-11 | Merge remote-tracking branch 'kali/bug/openvpn-process_rev4' into develop | Tomás Touceda | |
2013-06-12 | use twisted processProtocol instead of QProcess to drive openvpn | kali | |
2013-06-11 | Merge remote-tracking branch 'ivan/bug/2755_remember-provider' into develop | Tomás Touceda | |
2013-06-12 | Merge remote-tracking branch 'chiiph/feature/merge_systray' into develop | kali | |
Conflicts: src/leap/gui/mainwindow.py | |||
2013-06-12 | Merge remote-tracking branch 'chiiph/feature/selected_provider_config' into ↵ | kali | |
develop | |||
2013-06-11 | Save the provider used for EIP as the default provider. | Tomás Touceda | |
2013-06-11 | Merge systray icons | Tomás Touceda | |
Also, catch a possible problem with the login answer from the webapp and display a proper message | |||
2013-06-11 | pep8 | kali | |
2013-06-11 | Merge remote-tracking branch 'chiiph/feature/granular_login' into develop | kali | |
2013-06-07 | Wizard ui improvements | Ivan Alejandro | |
Hide 'remember' checkbox until the registration succeeds. Use word wrapping to the successful registration message, to be more long-username-friendly. | |||
2013-06-07 | Remember provider along with username and password | Ivan Alejandro | |
2013-06-06 | Make the login process more granular with defers | Tomás Touceda | |
2013-06-05 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/bug/issue-2693_select-configured-provider' into develop | |||
2013-06-05 | Only show question mark when the previous check passed | Tomás Touceda | |
2013-06-05 | Select the configured domain in the providers box | Ivan Alejandro | |
2013-06-05 | Merge remote-tracking branch 'ivan/feature/qa-texts-and-registration-form' ↵ | Tomás Touceda | |
into develop | |||
2013-06-05 | Improve wizard for registration process | Ivan Alejandro | |
2013-06-04 | Remove CheckerThread from SRPAuth | Tomás Touceda | |
Also, some pep8 fixes | |||
2013-06-03 | Use Twisted's deferToThread and Deferreds to handle parallel tasks | Tomás Touceda | |
This removes CheckerThread | |||
2013-06-04 | Fix relative import | Tomás Touceda | |
2013-05-29 | Merge remote-tracking branch 'kali/feature/ci-ready' into develop | Tomás Touceda | |
2013-05-30 | adapt test suite to latest client code | kali | |
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge | |||
2013-05-29 | Integrate LoggerWindow with client | Ivan Alejandro | |
2013-05-29 | Add logger window connected with the leap_handler | Ivan Alejandro | |
2013-05-23 | fix restore from minimized. Closes #2574 | kali | |
2013-05-22 | Merge remote-tracking branch 'ivan/bug/keyring-crash-on-wrong-password' into ↵ | Tomás Touceda | |
develop | |||
2013-05-22 | Handle 'Incorrect Password' exception. | Ivan Alejandro | |
closes issue #2640. don not automatic login if there is no password add changes file | |||
2013-05-18 | Integrate SMTP | Tomás Touceda | |
2013-05-16 | Integrate soledad and keymanager in the client | Tomas Touceda | |
2013-05-17 | fix a segfault when stopping the reactor | kali | |
this particular way of invoking the run method in the reactor was giving trouble under some conditions. switching to runReturn makes it work. | |||
2013-05-17 | catch reactor not running error | kali | |
2013-05-17 | use qtreactor so twisted is driven by qt main loop | kali | |
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function. | |||
2013-05-11 | Make the import of WindowsLock conditional | Tomas Touceda | |
2013-05-11 | Fixup one instance on Windows | Tomas Touceda | |
2013-05-11 | Add support for requests<1.0.0 | Tomas Touceda | |
2013-05-11 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-04-12 | Add --danger option to not validate the first hop of certificates | Tomas Touceda | |
This is intended to be used while testing, not in production | |||
2013-04-12 | Fix UI which was missbehaving | Tomas Touceda | |
- Remove the <b> wrapping on checkboxes, since they don't understand HTML - Change the display of provider since providers with big names like dev.bitmask.net make the UI look bad. | |||
2013-04-11 | Merge remote-tracking branch 'kali/feature/single-instance-app2' into develop | Tomas Touceda | |
Conflicts: src/leap/gui/mainwindow.py | |||
2013-04-11 | missing comma in tuple | kali | |
2013-04-11 | Use dark icons (light theme) for OSX | kali | |
Closes:#2130 | |||
2013-04-10 | detection of multiple instances using flock. | kali | |
sending RAISE_WINDOW leap event if we are not the main instance. | |||
2013-04-10 | Move ensure server to the very beginning | Tomas Touceda | |
Also, fix documentation for a slot and mini-refactor a method for improved translations. | |||
2013-04-10 | Display a simple message when updates are available | Tomas Touceda | |
2013-04-09 | Merge remote-tracking branch 'kali/bug/deselect-remember' into develop | Tomas Touceda | |
2013-04-09 | Merge remote-tracking branch 'kali/bug/wizard-text-improvements' into develop | Tomas Touceda | |
2013-04-09 | make state switch more readable | kali | |
2013-04-09 | fix markup typo | kali | |
s/br/b | |||
2013-04-09 | fixes as per review | kali | |