Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-01-21 | Fixed mock leftover problem in bitmask session test | Pixpoa pairing | |
2015-01-14 | Not deferring encryption/decryption for soledad - this how it was on soledad ↵ | Duda Dornelles | |
0.6.0, mail sync should work again | |||
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-11-18 | sys was used, but not imported | Victor Shyba | |
2014-11-11 | Fixup for 5c9aa9af: Actually convert to str for unicode hostnames. | Folker Bernitt | |
2014-11-10 | Added test for bundle detection return type. | Folker Bernitt | |
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles | |
2014-10-09 | Changing tests folder structure | Duda Dornelles | |