summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/soledad
AgeCommit message (Expand)Author
2015-08-30[bug] fixes download attachment by querierVictor Shyba
2015-08-11Fix: reordered code and added missing yield.Folker Bernitt
2015-08-11Fixed get_lastuid in test_soledad_querier.py.Folker Bernitt
2015-08-11yields and small changes to make incoming mail fetching workVictor Shyba
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11Some more yields.Folker Bernitt
2015-08-11Fixing integration tests.Folker Bernitt
2015-08-11Get single mail endpoint works.Folker Bernitt
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11attachment now supports deferredVictor Shyba
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-08-11Added some more yields to the soledad wrapper code.Folker Bernitt
2015-08-11setup search engine using inlineCallbacksVictor Shyba
2015-06-04refactor unassigned list comprehensionVictor Shyba
2015-05-19stop unneeded index rebuild and endless marking of recent docsrafael lisboa
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
2015-03-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
2015-03-30Protection against None bdoc objectTiago Ferraz
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-03-11for #315, check query parameter and return empty if they are empty, not an errorVictor Shyba
2015-03-10for #315, verify phash. Need more defensive coding hereVictor Shyba
2015-01-14for #227, MAC on encrypted storageVictor Shyba
2015-01-13for #227, nacl -> SoledadCrypto, since its already presentVictor Shyba
2015-01-12card #227, using base64 on query explicitly (previous lib did it implicitly)Victor Shyba
2015-01-12card #227, replacing lib for debian compatibility: cryptography -> naclVictor Shyba
2015-01-06Getting rid of unused sqlcipher index updates, speeding up tests and app. Als...Duda Dornelles
2015-01-05#193 get next uid from the mailbox we are trying to add the email instead of ...Duda Dornelles
2014-12-23#216 when trying to save a draft too fast (before the previous version is sav...Duda Dornelles
2014-12-23deleting unused codeDuda Dornelles
2014-12-23fixing pep8 warningsDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
2014-12-22refactoring package structureDuda Dornelles