Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-25 | fixed typo. | antialias | |
2012-09-24 | Missed a renaming of test_internet_connection to check_internet_connection. | antialias | |
2012-09-24 | improved network checks on the way to a network checker. | antialias | |
2012-09-25 | workaround for #638 and fix for eip config check for gateways | kali | |
(we were picking gateway in a wrong way) Closes #610. | |||
2012-09-25 | fix slug for eip config | kali | |
(was taking the one for eip-service) also correct the path (should be in root leap config folder). | |||
2012-09-21 | added --no-provider-checks and --no-ca-verify for ease of debugging | kali | |
Close #604 | |||
2012-09-20 | Merge branch 'feature/remove-unity-checks' into develop | kali | |
2012-09-20 | fix resources test for hash | kali | |
2012-09-20 | add logging | kali | |
2012-09-20 | cleanup | kali | |
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | start hidden, and toggle details window from menu | kali | |
2012-09-20 | Merge branch 'develop' into feature/systray-menu | kali | |
Conflicts: src/leap/app.py | |||
2012-09-20 | tests pass after branding changes | kali | |
2012-09-18 | removed checks and changes involving systray-whitelist and unity because | antialias | |
it works without them on Ubuntu 11.10 & 12.04. | |||
2012-09-19 | openvpn options come from eip.json | kali | |
2012-09-19 | copy cacert to local config dir | kali | |
2012-09-19 | checks for certificate | kali | |
2012-09-18 | cert verification and malformed json checks | kali | |
2012-09-18 | do_branding command added to setup | kali | |
2012-09-18 | set app icon | kali | |
(shows on window, minimized icons and about dialog) | |||
2012-09-14 | init icon | kali | |
2012-09-13 | fix race condition on app init | kali | |
still fragile; sometimes the qt app inits faster and make the send command miss the not yet created managemente socket. | |||
2012-09-13 | add leap logo | kali | |
2012-09-13 | remove debug logging | kali | |
2012-09-13 | display about and aboutqt dialogs | kali | |
2012-09-13 | add versioneer | kali | |
2012-09-12 | add openvpn-verb option to cli. | kali | |
Closes #534. accepts int [1-6] that get passed to openvpn invocation. We should filter out the polling "state"/"status" commands from the log if we want it to be real useful. | |||
2012-09-12 | time boundary check of certificate using gnutls | kali | |
2012-09-12 | Merge branch 'feature/network_check' into develop | kali | |
Close #502 | |||
2012-09-12 | close fd. with breaks with StringIO passed in tests. | kali | |
2012-09-12 | pep8 | kali | |
2012-09-12 | checks for systray in unity | kali | |
2012-09-12 | moved network checks to its own class | kali | |
so it can be more easily moved to base.checks and reused when eip is a module. | |||
2012-09-12 | some human friendly stubs for raising these exceptions | kali | |
2012-09-12 | pep8 | kali | |
2012-09-10 | Implemented basic networks checks: valid interface, default route, and can ↵ | antialias | |
ping the listed gateway. | |||
2012-09-06 | openvpn management socket is a temp path on each run | kali | |
2012-09-06 | safety check in base test removal | kali | |
2012-09-06 | make tests pass. | kali | |
forgot to update eipconnection tests after #504 changes :( | |||
2012-09-06 | fix silly return mistake on has_errors method | kali | |
2012-09-06 | fix argparse test | kali | |
2012-09-06 | more generic error handler in EipConductorAppMixin | kali | |
documentation of the Exception Hierarchy and attributes. also a bit of general cleanup around error handling in conductor. Hopefully to be polished an abstracted to leap.base with time. not all errors are converted (and the old with_errors/ignoring errors) are still there, but we should be using this style of handlers from now on. wrapping up with this pseudo-feature for now. as we work on individual features we can mimick the exceptions that are working. | |||
2012-09-05 | missing_pkexec error converted to "auto" error. | kali | |
idea is that we define user messages in the exceptions, and queue them during (conductor) checks. user facing dialogs get constucted from exception attrs. if critical, log as such and exit. | |||
2012-09-05 | openvpn messages log to eip.openvpn logger | kali | |
so we can get them to file / stdout even if our log viewer is not launched. | |||
2012-09-05 | can log to logfile | kali | |
app.py --debug --logfile /tmp/foo.log | |||
2012-09-05 | app wide logging handler | kali | |
2012-09-04 | Merge branch 'feature/qt-refactor' into develop | kali | |
closes #474: refactor Qt Code | |||
2012-09-04 | put timer constant instead of hardcoded value | kali | |
2012-09-04 | refactor icon/iconpath dict | kali | |
closes #331 |