summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06Update tests to refactored events behaviourAlexandre Pretto Nunes
2015-01-06Add script for debugging JS testsAlexandre Pretto Nunes
2015-01-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2015-01-06Issue #182: Escape special chars in tag list.Lisa Junger
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-31Adding faviconGabriel Albo
2014-12-30#217 - Adding Pixelated logo to user agent UIGabriel Albo
2014-12-26Update README.mdFábio Pio
Add information "tested using vagrant 1.7.1".
2014-12-24Removed some legacy things from gitignoreBruno Wagner
2014-12-24Bower is now run correctly as root, pip uninstall now uses -y so it won't ↵Bruno Wagner
ask for confirmation
2014-12-23Added environment that was missing after translation to puppetBruno Wagner
2014-12-23Removed timeout of install-pixelated stageBruno Wagner
2014-12-23Update README.mdNeissi Torres Lima
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-23Having trouble with enum when installing from pipDuda 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-23Remove 'bundle' command from the readmeAlexandre Pretto Nunes
2014-12-23Update README.mdDuda Dornelles
2014-12-23Update README.mdDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
2014-12-22Vagrant box is now provisioned with puppetBruno Wagner
2014-12-2282 - Adding fadeout to slow actionsNeissi Torres Lima
2014-12-22#202 fix identification if mail is in trashAlexandre Pretto Nunes
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-20 #82: adding "loading..." message to sinalize an ajax call has been madeDuda Dornelles
2014-12-19#81 Fix checking if any mail is marked when on 'all' tagAlexandre Pretto Nunes
2014-12-19Remove old references of 'smail'Alexandre Pretto Nunes
2014-12-19Don't clear selected mail when opening a tagAlexandre Pretto Nunes
2014-12-19#82 increasing ajax call timeoutDuda Dornelles
2014-12-19don't clutter sources.list, use config.vm.network forwarded_port, guest: 80, ↵varac
host: 8080
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