Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Also, generate events_pb2.py file using 2.4.1.
|
|
|
|
|
|
|
|
|
|
Related to #3310.
|
|
|
|
|
|
into develop
|
|
|
|
|
|
|
|
* Also fix docstrings identation so sphynx doesn't complain.
|
|
* Also fix and improve some tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also take care (and note) a possible case with a problematic provider
misconfiguration.
|
|
'drebs/feature/2602-remove-soledad-strict-dependency-on-leap.common' into develop
|
|
|
|
|
|
'drebs/feature/2683-move-keymanager-to-leap_client' into develop
|
|
|
|
|
|
'drebs/feature/2341-use-indexes-to-store-and-fetch-keys' into develop
Conflicts:
src/leap/common/keymanager/keys.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use session_id instead of token for now.
* Receive info needed to interact with webapp API as params and
setters/getters.
* Use the webapp API for sending the key to server.
* Prevent from refreshing own key.
|
|
in this way we implicitely catch any exception during
the wrapped call, and ensure that the destructor is always
called.
|
|
|
|
|
|
|
|
|
|
|
|
|