Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-20 | Fall back to plain ZMQ if Curve is not available. | Ivan Alejandro | |
Use global flag for ZMQ_HAS_CURVE. Closes #6646 | |||
2015-02-12 | Split changelog into recent changes and history. | Ivan Alejandro | |
Closes #6717. | |||
2015-02-09 | Fix Changelog markup | Kali Kaneko | |
Beware, the markup has to remember that the changelog is appended to the long description, and all together is displayed as the package info in the pypi page. So, we cannot reuse section markups so happily: they have to be consistent. | |||
2015-02-05 | Merge branch 'release/0.8.x' into develop | Ivan Alejandro | |
2015-02-04 | Update release notes.0.8.0 | Ivan Alejandro | |
2015-02-04 | Fold in changes. | Ivan Alejandro | |
2015-02-04 | Update translated strings. | Ivan Alejandro | |
Update source strings with latest UI changes. | |||
2015-01-30 | fix path for gnome polkit agent (Closes: #6652) | Kali Kaneko | |
fix also a typo when logging errors | |||
2015-01-29 | Use the right provider to log in.0.8.0rc4 | Ivan Alejandro | |
FIX: Login attempt is made against previously selected provider. Closes #6654. Remove unused comments as well. | |||
2015-01-28 | Remove all the Slot() decorators. | Ivan Alejandro | |
This causes (on certain scenarios) the app to segfault and it is really hard to debug. | |||
2015-01-28 | Enable signal connect/disconnect logic. | Ivan Alejandro | |
Now it's working and no longer segfaults, so we can enable safely this feature again. Stop tracking the gui connections on wizard. | |||
2015-01-28 | Refactor wizard call. | Ivan Alejandro | |
2015-01-16 | Fix failing tests. | Ivan Alejandro | |
Remove srpauth obsolete tests. Remove providerconfig obsolete test. Set as mandatory the signaler object on ProviderBootstrapper and EIPBootstrapper. Closes #6631. | |||
2015-01-15 | Use tuple instead of set. | Ivan Alejandro | |
The set syntax using {} works for python >= 2.7, so failed on 2.6. Closes #6638. | |||
2015-01-14 | Pin/unpin dependencies. | Ivan Alejandro | |
Unpin python-dateutil since is no longer a problem. Pin python-daemon since latest version (2.0.3 as today) fails to get installed wich causes problems with the bundle and the bootstrapper script. | |||
2015-01-08 | Support for 'nobody' (used on Arch) group name.0.8.0rc3 | Ivan Alejandro | |
2015-01-08 | Support for 'nobody' (used on Arch) group name. | Ivan Alejandro | |
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-30 | Add changes file for pullreqs #792 and #793. | Ivan Alejandro | |
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-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-12 | Update relnotes for 0.7.0.0.7.0release/0.7.x | Ivan Alejandro | |
2014-12-12 | Fold in changes. | Ivan Alejandro | |
2014-12-11 | Pin Calyx.net provider. | Ivan Alejandro | |
2014-12-05 | Bump bitmask-root version.0.7.0rc6 | Ivan Alejandro | |
2014-11-25 | fix typo, add license | Kali Kaneko | |
2014-11-24 | Add script to enable ipdb debugging in bundle directories. | drebs | |
2014-11-14 | Fold in changes and update relnotes.0.7.0rc5 | Ivan Alejandro | |
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-10-31 | Remove unused TUF helpers. | Ivan Alejandro | |
These files are now in the bitmask_bundler repo. | |||
2014-10-31 | Remove unused scripts | Ivan Alejandro | |
2014-10-28 | Update release date and version number.0.7.0rc3 | Ivan Alejandro | |
2014-10-28 | Update requirements to use newer Soledad. | Ivan Alejandro | |
2014-10-28 | Fold in changes | Ivan Alejandro | |
Update release date and version name. | |||
2014-10-28 | Better error message for PostLimitError. | Ivan Alejandro | |
Suggested by user 'kingu' on transifex. | |||
2014-10-28 | Set version to 0.7.0 and date to the rc1 date. | Ivan Alejandro | |
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 | Handle removals on the updater repo | Ruben Pollan | |