Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-03 | updated documentation | kali | |
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc | |||
2013-04-16 | Merge remote-tracking branch 'kali/bug/fix-flock-errno-osx' into develop | Tomas Touceda | |
2013-04-16 | fix flock errno under osx | Kali Kaneko | |
2013-04-16 | add locations to spec | Kali Kaneko | |
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-12 | Add service levels to the config spec | Tomas Touceda | |
2013-04-11 | Emit session_id and uid through events | Tomas Touceda | |
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 | remove duplicated ensure_server | kali | |
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-10 | baseconfig moved to leap.common.config | kali | |
2013-04-09 | Merge remote-tracking branch 'kali/bug/deselect-remember' into develop | Tomas Touceda | |
2013-04-09 | Merge remote-tracking branch 'kali/feature/osx-platform-init' into develop | Tomas Touceda | |
Conflicts: src/leap/services/eip/vpnlaunchers.py | |||
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 | remove lambdas | kali | |
2013-04-08 | Merge remote-tracking branch 'kali/bug/fix-eip-osx-launch' into develop | chiiph | |
2013-04-08 | Merge remote-tracking branch 'kali/feature/test-auth' into develop | chiiph | |
2013-04-09 | fixes as per review | kali | |
2013-04-09 | add TODO about refactor install dialog | kali | |
2013-04-08 | fix dyld_library_path for osx | kali | |
2013-04-08 | Several fixes as per review | kali | |
2013-04-04 | Several fixes in wizard | kali | |
Closes:#2061 o Rewording of setup steps in wizard, to make them more meaningful to the non-technical user. Closes: #2061 o Fix typo in wizard o Fix multiple drawing of services if going back o Make registration errors show in red o Add a warning if EIP service needs admin password. Addresses part of #2062 | |||
2013-04-03 | Makes traffic indicators display fixed precision. | kali | |
Closes:#2114 | |||
2013-04-03 | Do not populate user/pass when deselecting "remember" | kali | |
Closes: #2059 | |||
2013-04-03 | fix tuntaposx invocation | Kali Kaneko | |
2013-04-03 | add osx initializer | Kali Kaneko | |
2013-04-03 | fix osx prefixer and launcher | Kali Kaneko | |
2013-03-27 | fix osx prefixer and launcher | Kali Kaneko | |
2013-03-26 | workaround for srp server timing out on consecutive runs | kali | |
2013-03-26 | Merge branch 'feature/windows_install_tap' of ↵ | kali | |
git://github.com/chiiph/leap_client into develop Conflicts: src/leap/gui/mainwindow.py | |||
2013-03-26 | Merge branch 'bug/systray_behavior' of git://github.com/chiiph/leap_client ↵ | kali | |
into develop | |||
2013-03-25 | Make it not fail in any other platform | Tomás Touceda | |
2013-03-26 | tests for srpregister and srpauth | kali | |
in this commit too, the twisted fake_provider implementation | |||
2013-03-25 | Fix grammar error | Tomás Touceda | |
2013-03-26 | pep8 | kali | |
2013-03-25 | Mark sanitation point clearly for future reference | Tomás Touceda | |
2013-03-25 | Rename the openvpn exe to something more specific | Tomás Touceda | |
2013-03-25 | Reorder imports based on rope's recommendations | Tomás Touceda | |
2013-03-25 | grp doesn't exist in windows | Tomás Touceda | |
2013-03-25 | Add windows platform initializer | Tomás Touceda | |
2013-03-22 | Improve systray behavior with context menu and activation | Tomás Touceda | |
2013-03-22 | Calculate mtime in a more multiplatform way | Tomás Touceda | |
2013-03-22 | Make Windows use a regular socket | Tomás Touceda | |