summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
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
parse the multipart mails anymore
2015-01-06Npm build already runs cleanBruno Wagner
2015-01-06Nose --no-capture was spilling garbage over the testsBruno Wagner
Removed it by default Added params to './go test' so it can be used if needed
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 ↵Bruno Wagner
through setup.py anymore
2015-01-06Removed log with duplicated informationBruno Wagner
2015-01-06Service ./go has some new tricksBruno Wagner
'./go setup' install python dependencies, js build and the pixelated executable './go start' same as pixelated-user-agent, accepts options to passtrough
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-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
- Fixes problem with trailing comma for reply all
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
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 ↵Duda Dornelles
saved) simply ignore the attempt
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 ↵Duda Dornelles
PEP440 names
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 ↵Bruno Wagner
breaking on jessie
2014-12-22Sometimes soledad adds a None recipient on a mail header, just making sure ↵Duda Dornelles
that that doesnt break the soledad sync
2014-12-22Removing unused codeDuda Dornelles
2014-12-22refactoring package structureDuda Dornelles
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-18moving back to phantomjs as driver for functional testsDuda Dornelles
2014-12-18adding license info to proxy files and fixing pep8Duda Dornelles
2014-12-18Running functional tests behind tornado proxy: breaking the build :)Duda Dornelles
2014-12-18Adding a tornado proxy to simulate the behavior for the user agent when ↵Duda Dornelles
running with the dispatcher
2014-12-17no need for 6 and 15 threads test #194Victor Shyba
2014-12-17performance tests for read/write concurrency on our encrypted whoosh #194Victor Shyba
2014-12-17Issue #200 Fixed Pep8 issuesBruno Wagner
2014-12-17Fix issue #200 search works with base63 bodiesFábio Pio
Now the search works with the decoded body too, instead of only with the raw mail
2014-12-17Fixed #199 base64 detection won't break plain textFábio Pio
Body will always return unicode now
2014-12-17Fix Pep8 test for #195 and #198 special characters handling.Lisa Junger
2014-12-16Fix #195 and #198 special characters handlingFábio Pio
Added check to see if message body is base64, properly decode the body if they are Saving a draft with special characters now properly uses utf-8, that means it will send the body base64 encoded
2014-12-16Removed host and port from config example because they haven't been used for ↵Bruno Wagner
ages
2014-12-15related to #194 - solves a concurrency problem on encrypted whoosh caused by ↵Victor Shyba
unnecessary writes on close callback.
2014-12-12Card #168 - ignores contacts coming from trash and draftsPatrick Maia
2014-12-12Card #168 - introduces performance tests for contacts controllerPatrick Maia
2014-12-12corrects test namePatrick Maia
2014-12-11no_signature_information used when leap signature header is none #177Victor Shyba
2014-12-11Fixed delete mails from mail list, actionsNeissi Torres Lima
2014-12-11created new tests to cover delete mail from mail listNeissi Torres Lima