Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-08 | freeze debian version | Kali Kaneko | |
2015-01-08 | Merge branch 'release/0.8.x' into debian/experimental | Kali Kaneko | |
2015-01-05 | Revert "Fix soledad imports (#5989)."0.8.0rc2 | Ivan Alejandro | |
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c. | |||
2014-12-30 | Disable signal disconnection and untrack.0.8.0rc1 | Ivan Alejandro | |
This temporary hack prevents the app to have segfaults when the first run wizard finishes. For more information look at https://leap.se/code/issues/6597 | |||
2014-12-29 | Create the certificates if they don't exist. | Ivan Alejandro | |
Fix typo for signal disconnection. The backend is the one who always creates the certificates. Either if it is run separately or in a process in the same app as the frontend. | |||
2014-12-23 | freeze debian version | Kali Kaneko | |
2014-12-23 | Merge tag '0.7.0' into debian/experimental | Kali Kaneko | |
Tag leap.bitmask version 0.7.0 | |||
2014-12-19 | add some notes about changes needed in srpauth | Kali Kaneko | |
2014-12-19 | log any soledad exception during initialization | Kali Kaneko | |
2014-12-19 | Allow frontend and backend to be run separately. | Ivan Alejandro | |
Add the 'check_online' method to check whether the backend is accessible or not. Reduce the wait for running threads timeout on quit. Add retry feature to the backend requests send. | |||
2014-12-19 | Disable '--offline' temporarily. | Ivan Alejandro | |
2014-12-19 | Refactor login usage. | Ivan Alejandro | |
- factor out the signal tracking code as a helper class, - move login logic from MainWindow to LoginWidget, - add new signals to the LoginWidget to interact with MainWindow, - add login sequence docs to LoginWidget class, - improve docs for login methods, - add LoginState class to handle login states, - disable login button until data is entered, - move some properties and actions to .ui file. | |||
2014-12-19 | Forward the right env data to subprocess call. | Ivan Alejandro | |
Closes #6123. | |||
2014-12-18 | Quit Bitmask if there is no polkit agent running. | Ivan Alejandro | |
Closes #6150. | |||
2014-12-15 | Merge branch 'release/0.7.x' into develop | Ivan Alejandro | |
Conflicts: pkg/tuf/release.py relnotes.txt | |||
2014-12-11 | Pin Calyx.net provider. | Ivan Alejandro | |
2014-11-24 | freeze debian version (0.7.0rc5) | Kali Kaneko | |
2014-11-24 | Merge tag '0.7.0rc5' into debian/experimental | Kali Kaneko | |
Tag leap.bitmask version 0.7.0rc5 | |||
2014-11-14 | vpn: support for the server setting custom fragment openvpn option | elijah | |
2014-11-12 | Do not use logger.exception during provider checks. | Kali Kaneko | |
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it. | |||
2014-11-12 | Fix compatibilty with newest openssl. Closes: #6133 | Kali Kaneko | |
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode) | |||
2014-11-11 | Add support for the internal LXDE polkit agent. | Ivan Alejandro | |
Closes #6043. | |||
2014-11-10 | Remove email instructions/reference. Closes #6140. | Ivan Alejandro | |
- cleanup some code, - remove unused import, - pep8 fixes | |||
2014-11-10 | freeze debian version | Kali Kaneko | |
2014-11-10 | Merge branch 'bug/provider-check-deb-fixes' into deb-0.7.1-rc4 | Kali Kaneko | |
2014-11-10 | Fix compatibilty with newest openssl. Closes: #6133 | Kali Kaneko | |
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode) | |||
2014-11-07 | Do not use logger.exception during provider checks. | Kali Kaneko | |
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it. | |||
2014-11-03 | freeze debian version | Kali Kaneko | |
2014-11-03 | Merge tag '0.7.0rc3' into deb-0.7.1-rc3 | Kali Kaneko | |
Tag leap.bitmask version 0.7.0rc3 Conflicts: src/leap/bitmask/services/soledad/soledadbootstrapper.py | |||
2014-10-28 | Better error message for PostLimitError. | Ivan Alejandro | |
Suggested by user 'kingu' on transifex. | |||
2014-10-28 | Fix typos on strings and remove unused button. | Ivan Alejandro | |
This was reported by the user 'strel' on transifex. | |||
2014-10-28 | Replace triple dot character with 3 dots. | Ivan Alejandro | |
The string was unicode and the conversion was troublesome, was displayed badly on transifex. | |||
2014-10-21 | Better error message for PostLimitError. | Ivan Alejandro | |
Suggested by user 'kingu' on transifex. | |||
2014-10-07 | Fix typos on strings and remove unused button. | Ivan Alejandro | |
This was reported by the user 'strel' on transifex. | |||
2014-10-06 | Merge remote-tracking branch 'meskio/feature/keymanager_api' into develop | Ivan Alejandro | |
2014-10-06 | Replace triple dot character with 3 dots. | Ivan Alejandro | |
The string was unicode and the conversion was troublesome, was displayed badly on transifex. | |||
2014-09-26 | Fix soledad imports (#5989). | drebs | |
2014-09-26 | Revert "Fix soledad imports (#5989)." | Tomás Touceda | |
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290. | |||
2014-09-24 | revert soledad imports | Kali Kaneko | |
since we're not publishing the newest soledad packages yet | |||
2014-09-24 | freeze debian version | Kali Kaneko | |
2014-09-24 | Merge branch 'develop' into deb-0.7.0-rc1 | Kali Kaneko | |
Conflicts: docs/man/bitmask-root.1.rst | |||
2014-09-19 | single pref win: fix problems with cleaning up closed windows (lambdas were ↵ | elijah | |
keeping the python object from getting garbage collected, and this keeps the old signal connections active) | |||
2014-09-19 | single pref win: ensure proper deletion of preference window pages. | elijah | |
2014-09-19 | single pref win: added shortcut to preferences | elijah | |
2014-09-19 | single pref win: minor linting & add changes file | elijah | |
2014-09-19 | single pref win: move preference window tracking to PreferencesWindow | elijah | |
2014-09-19 | single pref win: clean up vpn pref error displaying & don't show dummy ↵ | elijah | |
gateways in case of error. | |||
2014-09-19 | single pref win: gets the autopep8 beauty scrub. | elijah | |
2014-09-19 | single pref win: moved password change UI to a separate window, opened from ↵ | elijah | |
account page in preferences. | |||
2014-09-19 | single pref win: enabled/disable services via preferences window, account page. | elijah | |