Age | Commit message (Collapse) | Author |
|
At some moment, the semantics of the username that we pick from the
login widget changed, so that there's a duplication of the domain part
in the full_user_id that we were passing to the keymanager and the mail
services.
This fix has already been done in the current develop branch (for next
release 0.9.0), so there's no need to port it when merging it back.
While it is true that there's no official release of the client supporting
mail yet, this was an easy fix to port so we will do a 0.8.2
bugfix release so that the 0.8 branch can be used experimentally to test
against development providers. This doesn't mean that you can expect
support on the 0.8.x branch yet, it's only that there is one less bug in
here :)
Resolves: #6759
Releases: 0.8.2
|
|
|
|
... on them, to user-writeable only.
I think we could consider ipc for the curve-case too, at least for the
platforms that support them.
|
|
FIX: Login attempt is made against previously selected provider.
Closes #6654.
|
|
Use global flag for ZMQ_HAS_CURVE.
Closes #6646
|
|
fix also a typo when logging errors
|
|
FIX: Login attempt is made against previously selected provider.
Closes #6654.
Remove unused comments as well.
|
|
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
|
|
Now it's working and no longer segfaults, so we can enable safely this
feature again.
Stop tracking the gui connections on wizard.
|
|
|
|
Remove srpauth obsolete tests.
Remove providerconfig obsolete test.
Set as mandatory the signaler object on ProviderBootstrapper and
EIPBootstrapper.
Closes #6631.
|
|
The set syntax using {} works for python >= 2.7, so failed on 2.6.
Closes #6638.
|
|
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c.
|
|
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
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
- 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.
|
|
Closes #6123.
|
|
Closes #6150.
|
|
Conflicts:
pkg/tuf/release.py
relnotes.txt
|
|
|
|
|
|
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.
|
|
Newest OpenSSL expect cafile to be None or byte stream (was retunrning
unicode)
|
|
Closes #6043.
|
|
- cleanup some code,
- remove unused import,
- pep8 fixes
|
|
Suggested by user 'kingu' on transifex.
|
|
This was reported by the user 'strel' on transifex.
|
|
The string was unicode and the conversion was troublesome, was displayed
badly on transifex.
|
|
Suggested by user 'kingu' on transifex.
|
|
This was reported by the user 'strel' on transifex.
|
|
|
|
The string was unicode and the conversion was troublesome, was displayed
badly on transifex.
|
|
|
|
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290.
|
|
keeping the python object from getting garbage collected, and this keeps the old signal connections active)
|
|
|
|
|
|
|
|
|
|
gateways in case of error.
|
|
|
|
account page in preferences.
|
|
|
|
|
|
Hide the Advaneced Key Management menu from the ui file and comment out
the connection between the triggered action and the method that shows
the AKM window.
Closes #6087.
|
|
get_all_keys_in_local_db -> get_all_keys
parse_openpgp_ascii_key -> None
|