summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/soledad
AgeCommit message (Collapse)Author
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
-- Issue #334
2015-03-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing
2015-03-30Protection against None bdoc objectTiago Ferraz
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
-- Issue #334
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. ↵Duda Dornelles
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests
2015-01-05#193 get next uid from the mailbox we are trying to add the email instead of ↵Duda Dornelles
getting it always from the index
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
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