Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
2015-10-12 | Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent start | Folker Bernitt | |
- Issue #485 - Problem was that register starts ZMQ without a session every time soledad is used - This reverts commit 36b9261f609901b83da4f8915640eb6043530f01 | |||
2015-10-09 | adds a listener for SOLEDAD_INVALID_AUTH_TOKEN | Victor Shyba | |
--Issue #485 | |||
2015-09-21 | Add more description on fingerprint missmatch error | Folker Bernitt | |
- See 660e0d9de | |||
2015-09-16 | Moved account to after sync function #458 | Bruno Wagner | |
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher | |||
2015-09-16 | Fixed duplicate document error on reruns #458 | Bruno Wagner | |
Setting up the incoming mail fetcher checked for an INBOX before the first sync, that created an INBOX on every new machine and when you removed the leap folder. We moved that right after the initial sync, along the generation of the OpenPGP keys and adapted the tests | |||
2015-09-16 | Add fingerprints to exception on mismatch | Folker Bernitt | |
2015-08-11 | [refactor] Extracts get_key logic, sharing it | Victor Shyba | |
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422 | |||
2015-08-11 | Added mail_store to LeapSession. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | always sending pubkey to nicknym for now | Victor Shyba | |
2015-08-11 | Wait for account to become ready before access. | Folker Bernitt | |
2015-08-11 | Enable initial sync and background jobs. | Folker Bernitt | |
2015-08-11 | fixes mail fetcher | Victor Shyba | |
2015-08-11 | migrates smtp, working | Victor Shyba | |
2015-08-11 | look for public key, avoid duplication with unsync db | Victor Shyba | |
2015-08-11 | keymanager reenabled | Victor Shyba | |
2015-08-11 | reenable background jobs | Victor Shyba | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried | |||
2015-08-11 | Temporary changes to make maintenance.py work with soledad 0.7.1. | Folker Bernitt | |
2015-08-11 | fixes start mail fetcher | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-19 | [refactor] Use auth for fewer parameters | Victor Shyba | |
2015-06-18 | SMTP should be getting up properly again | Bruno Wagner | |
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed. | |||
2015-06-15 | [doc] removing constructor docstring, since the one present on class is ↵ | Victor Shyba | |
already explaining this | |||
2015-06-15 | key generation isnt a side effect of start background jobs | Victor Shyba | |
2015-06-15 | [doc] LeapSession docstring now matches reality | Victor Shyba | |
2015-06-15 | SMTP now runs with the rest of the background jobs, that means register no ↵ | Bruno Wagner | |
longer starts the smtp server | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-06-10 | checking keys is a session responsability | Victor Shyba | |
2015-06-10 | Fix bug when not passing leap certificate nor fingerprint | rafael lisboa | |
2015-06-10 | Provider web certificate will always be bytestring now, requests complains ↵ | Bruno Wagner | |
otherwise | |||
2015-06-09 | clean unused imports after certs and app cleanup | Victor Shyba | |
2015-06-09 | Removed triplicated code to concatenate user mail | Victor Shyba | |
2015-06-08 | Heavy rework on certs, removed most of it, simplified the logic | Bruno Wagner | |
2015-06-08 | Moved initialization, fingerprint and cert inside LeapCertificate class | Bruno Wagner | |
2015-06-08 | Removed which_bootstrap_ca_bundle | Bruno Wagner | |
2015-06-08 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
2015-06-08 | move leap certs initialization to the certs module | rafael lisboa | |
2015-06-07 | smtp with better variable naming and random port | Victor Shyba | |
2015-06-04 | removing unused imports | Victor Shyba | |
2015-06-03 | Changed the method used to open a leap session to a meaningful and ↵ | Bruno Wagner | |
non-conflicting name | |||
2015-05-07 | Sending the correct api cert in all cases now | Bruno Wagner | |
2015-05-05 | Register was still passing the leap provider instead of the api url for ↵ | Bruno Wagner | |
authentication | |||
2015-05-04 | update tests | rafael lisboa | |
2015-04-23 | Changes to streamline the session creation and authenticate with the ↵ | Bruno Wagner | |
external srp leap library | |||
2015-04-02 | Removed unused certs_home code. | Folker Bernitt | |
2015-04-02 | Don't try to write certs to installation folder. | Folker Bernitt | |
- User running the agent might not have the rights to do this | |||
2015-04-01 | Fixed circular dependency when auto detecting provider ca. | Folker Bernitt | |
2015-03-31 | Better naming for which_bundle functions | Folker Bernitt and Victor Shyba | |
-- Issues #93 and #333 | |||
2015-03-31 | Added support for ssl fingerprint validation. | Folker Bernitt | |
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint |