Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | copy missing updown scripts if missing | Kali Kaneko | |
2013-06-13 | workaround for pyside multiple inheritance problem | Kali Kaneko | |
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-11 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/2774_check-provider-api-version_rev1' into develop | |||
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 | Check provider api version for compatibility | Ivan Alejandro | |
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 | Bugfix str format in checker | 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-03 | Integrate checker with app | Ivan Alejandro | |
2013-06-03 | Add runtime requirements checker | Ivan Alejandro | |
2013-06-04 | Fix relative import | Tomás Touceda | |
2013-05-31 | pep8 | kali | |
2013-05-30 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py | |||
2013-05-29 | Merge remote-tracking branch 'kali/feature/ci-ready' into develop | Tomás Touceda | |
2013-05-30 | make tests pass & fix pep8 | kali | |
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-29 | Add logging handler with history and signal emision | Ivan Alejandro | |
2013-05-29 | Move KeyManager submodule from leap.common to here. | drebs | |
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-22 | Merge remote-tracking branch 'ivan/bug/kde-polkit-support' into develop | Tomás Touceda | |
2013-05-21 | Add support for kde polkit, closes #2630 | Ivan Alejandro | |
Close issue #2630 Add changes file for #2630 Add documentation to '_is_auth_agent_running' method. | |||
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 | Support requests<1.0.0 for the token saving too | Tomas Touceda | |
2013-05-11 | Make the import of WindowsLock conditional | Tomas Touceda | |
2013-05-11 | Fixup one instance on Windows | Tomas Touceda | |