summaryrefslogtreecommitdiff
path: root/service/pixelated/bitmask_libraries
AgeCommit message (Expand)Author
2015-10-09adds a listener for SOLEDAD_INVALID_AUTH_TOKENVictor Shyba
2015-09-21Add more description on fingerprint missmatch errorFolker Bernitt
2015-09-16Moved account to after sync function #458Bruno Wagner
2015-09-16Fixed duplicate document error on reruns #458Bruno Wagner
2015-09-16Add fingerprints to exception on mismatchFolker Bernitt
2015-08-11[refactor] Extracts get_key logic, sharing itVictor Shyba
2015-08-11Added mail_store to LeapSession.Folker Bernitt
2015-08-11always sending pubkey to nicknym for nowVictor Shyba
2015-08-11Wait for account to become ready before access.Folker Bernitt
2015-08-11Enable initial sync and background jobs.Folker Bernitt
2015-08-11fixes mail fetcherVictor Shyba
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11look for public key, avoid duplication with unsync dbVictor Shyba
2015-08-11keymanager reenabledVictor Shyba
2015-08-11reenable background jobsVictor Shyba
2015-08-11Working on pixelated-user-agent.Folker Bernitt
2015-08-11Temporary changes to make maintenance.py work with soledad 0.7.1.Folker Bernitt
2015-08-11fixes start mail fetcherVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-06-19[refactor] Use auth for fewer parametersVictor Shyba
2015-06-18SMTP should be getting up properly againBruno Wagner
2015-06-15[doc] removing constructor docstring, since the one present on class is alrea...Victor Shyba
2015-06-15key generation isnt a side effect of start background jobsVictor Shyba
2015-06-15[doc] LeapSession docstring now matches realityVictor Shyba
2015-06-15SMTP now runs with the rest of the background jobs, that means register no lo...Bruno Wagner
2015-06-11Removing lost importsVictor Shyba
2015-06-10checking keys is a session responsabilityVictor Shyba
2015-06-10Fix bug when not passing leap certificate nor fingerprintrafael lisboa
2015-06-10Provider web certificate will always be bytestring now, requests complains ot...Bruno Wagner
2015-06-09clean unused imports after certs and app cleanupVictor Shyba
2015-06-09Removed triplicated code to concatenate user mailVictor Shyba
2015-06-08Heavy rework on certs, removed most of it, simplified the logicBruno Wagner
2015-06-08Moved initialization, fingerprint and cert inside LeapCertificate classBruno Wagner
2015-06-08Removed which_bootstrap_ca_bundleBruno Wagner
2015-06-08Fixed certificates initialization and removed which_api_bundleBruno Wagner
2015-06-08move leap certs initialization to the certs modulerafael lisboa
2015-06-07smtp with better variable naming and random portVictor Shyba
2015-06-04removing unused importsVictor Shyba
2015-06-03Changed the method used to open a leap session to a meaningful and non-confli...Bruno Wagner
2015-05-07Sending the correct api cert in all cases nowBruno Wagner
2015-05-05Register was still passing the leap provider instead of the api url for authe...Bruno Wagner
2015-05-04update testsrafael lisboa
2015-04-23Changes to streamline the session creation and authenticate with the external...Bruno Wagner
2015-04-02Removed unused certs_home code.Folker Bernitt
2015-04-02Don't try to write certs to installation folder.Folker Bernitt
2015-04-01Fixed circular dependency when auto detecting provider ca.Folker Bernitt
2015-03-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
2015-03-31Added support for ssl fingerprint validation.Folker Bernitt
2015-03-30Auto refresh provider certificate on start.Folker Bernitt
2015-03-30Splitting certificate validation into provider and bootstrap certificate.Folker Bernitt