Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | Recreate session on soledad problems | Folker Bernitt | |
- Issue #615 - invalid token raised by soledad after timeout, if we see this, recreate the session on next login | |||
2016-02-23 | Only do initial sync on session creation | Folker Bernitt | |
- Issue #615 - Fixed some long broken but not failing tests | |||
2016-02-12 | mocking all paths to exists | NavaL | |
Issue #604 | |||
2016-02-11 | Redownload SMTP certficates if necessary | Folker Bernitt | |
- Issue #591 - using leaps should_redownload for check | |||
2016-02-10 | Download SMTP client certificate, not VPN one | Folker Bernitt | |
- Issue #591 | |||
2016-02-09 | Close account on session close | Folker Bernitt | |
- Issue #586 | |||
2016-02-09 | Small fix to wrap entire KeyManager in test_nicknym.py | Folker Bernitt | |
2016-02-08 | mocking register/unregister key generation event, on close | NavaL | |
- fixing build Issue #586 | |||
2016-02-05 | closing the services closes leap session, which stops background tasks, ↵ | NavaL | |
close soldedad and remove it from cache Issue #586 | |||
2016-02-01 | Fix unit tests | Giovane | |
2016-01-29 | Fix: Only act on generated keys for current user | Folker Bernitt | |
- Issue #587 | |||
2015-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski | |
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider | |||
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt | |
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class | |||
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno Wagner | |
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency | |||
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-10-09 | fixes test that wasnt running | Victor Shyba | |
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-30 | [tests] Soledad have no plans of readding this | Victor Shyba | |
need_sync is not part of api anymore and will not be any time sooner. Removing unnecessary skipped test. | |||
2015-08-11 | Added mail_store to LeapSession. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Added some calls to super for tests based on test_abstract_leap.py. | Folker Bernitt | |
2015-08-11 | fix unit tests for soledad.need_sync method, its gone | Victor Shyba | |
2015-08-11 | fix unit tests for nicknym | Victor Shyba | |
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | fix test_session | 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-11 | Removing lost imports | 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 | 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 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
2015-06-07 | fixes tests for smtp gateway | Victor Shyba | |
2015-05-04 | update tests | rafael lisboa | |
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-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 | |||
2015-03-30 | Splitting certificate validation into provider and bootstrap certificate. | Folker Bernitt | |
- Issue #333 - Now a different certificate is used to communicate with the provider's HTTPS website than for all other connections, e.g. to the api | |||
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-01-22 | #224 moving to trial as test runner | Pixpoa pairing | |
2015-01-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |