summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles
2015-01-21Added -w because nosetests was thinking we wanted to run all the testsBruno Wagner
2015-01-21Fixed pep8 warningsBruno Wagner
2015-01-21Fixed mock leftover problem in bitmask session testPixpoa pairing
2015-01-21#240 Adapted tests after change to twisted webDuda Dornelles
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-21#240 downgrading versions to be wheezy-compatible. Also, getting rid of klein...Duda Dornelles
2015-01-20Fixed the arguments passing of the go script, setup with always unzip was not...Bruno Wagner
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
2015-01-16Removed service_identity module because it is optional and doesn't exist on w...Bruno Wagner
2015-01-16Merge pull request #231 from pixelated-project/MAC_on_encrypted_storage_227Victor Shyba
2015-01-15for #227, also use IV on hmac generationVictor Shyba
2015-01-14Not deferring encryption/decryption for soledad - this how it was on soledad ...Duda Dornelles
2015-01-14for #227, MAC on encrypted storageVictor Shyba
2015-01-14Removed requirements (we are back to using setup.py again) and changed go to ...Bruno Wagner
2015-01-14Added a lock to search index_mail.Folker Bernitt
2015-01-13for #227, nacl -> SoledadCrypto, since its already presentVictor Shyba
2015-01-13Adding pynacl dependencyDuda Dornelles
2015-01-13 #230 Going back to setup.py for managing deps and upgrading soledad to 0.6.3Duda Dornelles
2015-01-13#230 Changing defer_encryption to False in order to upgrade soledad 0.6.3Fábio Pio
2015-01-13Fixed ignoring charset on mail content type when parsing mails.Folker Bernitt
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-12Added jshint to the go testBruno Wagner
2015-01-12Improved functional test waits in mail_view steps.Folker Bernitt
2015-01-09#164 sometimes a mail with more than one alternative will not have an html partDuda Dornelles
2015-01-09Added printing of console.log to functional test common.Folker Bernitt
2015-01-08Fix pep8Alexandre Pretto
2015-01-08Make it easier to run unit, integration and pep8 testsAlexandre Pretto
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ...Alexandre Pretto
2015-01-06Npm build already runs cleanBruno Wagner
2015-01-06Nose --no-capture was spilling garbage over the testsBruno Wagner
2015-01-06Removed unused fileBruno Wagner
2015-01-06Removed commented out install_requiresBruno Wagner
2015-01-06Always unzip is not needed anymore because we are not installing packages thr...Bruno Wagner
2015-01-06Removed log with duplicated informationBruno Wagner
2015-01-06Service ./go has some new tricksBruno Wagner
2015-01-06Getting rid of unused sqlcipher index updates, speeding up tests and app. Als...Duda Dornelles
2015-01-06Issue #183 adds ALL to special tags.Lisa Junger
2015-01-06Issue #135: Removed dead code.Lisa Junger
2015-01-06Issue #215: Fixed missing From header for sent mails.Lisa Junger
2015-01-05#193 get next uid from the mailbox we are trying to add the email instead of ...Duda Dornelles
2015-01-05Ooopsie, forgot some debug code thereDuda 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-23Removing install_requires from setup.py for nowDuda Dornelles
2014-12-23Falling back to requirements.txt for now till we get soledad packages with PE...Duda Dornelles
2014-12-23fixing pep8 warningsDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
2014-12-22Added explicit cryptography package to setup.py because the new version is br...Bruno Wagner