summaryrefslogtreecommitdiff
path: root/src/leap
AgeCommit message (Collapse)Author
2013-07-12Merge remote-tracking branch 'ivan/bug/3152_logger-window-toggle-fix' into ↵Tomás Touceda
develop
2013-07-12LoggerWindow toggle button fix. Closes #3152.Ivan Alejandro
2013-07-12Merge remote-tracking branch 'ivan/feature/3134_redirect-output-to-logger' ↵Tomás Touceda
into develop
2013-07-12Add tests for the StreamToLogger class.Ivan Alejandro
2013-07-12Redirect output to the logger. Closes #3134.Ivan Alejandro
Redirects: - the standard output - the standard error - the twisted log output to the logger.
2013-07-11Merge remote-tracking branch 'chiiph/bug/raise_if_osx' into developIvan Alejandro
2013-07-11Always raise the window that is intended to be shownTomás Touceda
2013-07-11Fix icon path for cocoasudoTomás Touceda
2013-07-10Merge remote-tracking branch 'ivan/bug/3125_systray-turn-on-problem' into ↵Tomás Touceda
develop
2013-07-10Bugfix: Systray Turn ON action fails. Closes #3125Ivan Alejandro
2013-07-10Merge remote-tracking branch 'chiiph/bug/various_osx_fixes' into developIvan Alejandro
2013-07-10Merge remote-tracking branch 'ivan/bug/3147_wrong-systray-icon-on-startup' ↵Tomás Touceda
into develop
2013-07-10Bugfix: parse \n in the log window. Closes #3151.Ivan Alejandro
2013-07-10Make the install_path relative to the launcher path instead of absoluteTomás Touceda
Also, add quotes to the up/down script lines in case the path has spaces
2013-07-10Bugfix: wrong systray icon on startup. Close #3147Ivan Alejandro
2013-07-09Merge remote-tracking branch 'ivan/bug/eip_button_moved_to_status_panel' ↵Tomás Touceda
into develop
2013-07-09Bugfix: EIP status button moved to status panel.Ivan Alejandro
Also add and update some docstrings.
2013-07-09Merge branch 'bug/random_pep8_fix' into developIvan Alejandro
2013-07-09Merge branch 'bug/openvpn_log_windows' into developIvan Alejandro
2013-07-09pep8Tomás Touceda
2013-07-09Make openvpn log to a file in windowsTomás Touceda
2013-07-10fix path escaping for tuntaposx installerKali Kaneko
2013-07-09use cocoasudo for updown installKali Kaneko
2013-07-09Merge remote-tracking branch 'chiiph/bug/fix_call_args' into developKali Kaneko
2013-07-08Merge remote-tracking branch 'kali/bug/wizard-hangs' into developTomás Touceda
2013-07-08Improve tests to check function signature tooTomás Touceda
2013-07-09do not use exec_ on wizardKali Kaneko
Closes: #3047
2013-07-08fix extra parameter breaking authKali Kaneko
2013-07-08pep8Kali Kaneko
2013-07-05Merge branch 'feature/srpauth_coverage' into developIvan Alejandro
2013-07-05Merge remote-tracking branch ↵Tomás Touceda
'ivan/bug/3067_faulty-multiple-provider-selection' into develop
2013-07-05Bugfix: faulty multiple provider selection.Ivan Alejandro
Closes #3067.
2013-07-05Add tests for SRPAuth classTomás Touceda
2013-07-05Granularize exceptionsTomás Touceda
Also, replace get_content for reqhelper.get_content for tests
2013-07-05Check if request content is None before doing anythingTomás Touceda
2013-07-05Remove unneeded username and password class membersTomás Touceda
2013-07-05Refactor methods and emit event when we know uid is not NoneTomás Touceda
2013-07-05Broaden the exception type to catchTomás Touceda
2013-07-05Raise SRPAuthenticationError when errcode != 422 tooTomás Touceda
2013-07-05Reset A value from the class after we don't need it anymoreTomás Touceda
2013-07-05Remove password from start_authentication method, since we don't need itTomás Touceda
2013-07-05Fix comments in srpregister testTomás Touceda
2013-07-05Set global request timeout to REQUEST_TIMEOUT (10 secs)Tomás Touceda
2013-07-05Merge remote-tracking branch 'ivan/bug/3039_registration-error-message' into ↵Tomás Touceda
develop
2013-07-04Move keymanager code to its own repo.drebs
* Remove key manager code from this repo. * Add dependency for leap.keymanager.
2013-07-03Bugfix: show error message on registration problemIvan Alejandro
Closes #3039.
2013-07-02Adapt Soledad bits to latest API.drebs
2013-07-02Merge remote-tracking branch 'ivan/bug/2955_fix_remember_me' into developTomás Touceda
2013-07-02Remember shouldn't be automatically set to checkedIvan Alejandro
Closes #2955. Improve docstrings in keyring helpers.
2013-07-02Merge remote-tracking branch 'ivan/feature/2919_reorder-systray' into developTomás Touceda