Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-09 | #164 sometimes a mail with more than one alternative will not have an html part | Duda Dornelles | |
2015-01-09 | Fixing jshint | Duda Dornelles | |
2015-01-09 | Forgot semicolon | Duda Dornelles | |
2015-01-09 | Small refactoring on web_ui/viewHelper#addParagraphsToPlainText to use regex ↵ | Duda Dornelles | |
instad of split/map/join | |||
2015-01-09 | Small refactoring on web_ui/viewHelper#quoteMail to use regex instad of ↵ | Duda Dornelles | |
split/map/join | |||
2015-01-09 | Fixed call order dependency for tag creation. | Folker Bernitt | |
- Successful rendering of tag list in left pane depended on specific call order of async events | |||
2015-01-09 | Fixed: mail.body is now mail.textPlainBody for drafts. | Folker Bernitt | |
2015-01-09 | Added printing of console.log to functional test common. | Folker Bernitt | |
2015-01-08 | #157 fix typo in tests | Alexandre Pretto Nunes | |
2015-01-08 | Fix jshint | Alexandre Pretto | |
2015-01-08 | Fix pep8 | Alexandre Pretto | |
2015-01-08 | Make it easier to run unit, integration and pep8 tests | Alexandre 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-08 | Revert "depend on python-cryptography" | Christoph Kluenter | |
This reverts commit 446e130361b8a35e8775ae066ebe87037a9899cf. See #226 | |||
2015-01-08 | depend on python-cryptography | Christoph Kluenter | |
2015-01-07 | Merge pull request #223 from pixelated-project/refactoring-events | Duda Dornelles | |
Refactoring events on web-ui left-pane | |||
2015-01-06 | Npm build already runs clean | Bruno Wagner | |
2015-01-06 | Nose --no-capture was spilling garbage over the tests | Bruno Wagner | |
Removed it by default Added params to './go test' so it can be used if needed | |||
2015-01-06 | Removed unused file | Bruno Wagner | |
2015-01-06 | Removed commented out install_requires | Bruno Wagner | |
2015-01-06 | Always unzip is not needed anymore because we are not installing packages ↵ | Bruno Wagner | |
through setup.py anymore | |||
2015-01-06 | Removed log with duplicated information | Bruno Wagner | |
2015-01-06 | Service ./go has some new tricks | Bruno 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-06 | Getting 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-06 | Update tests to refactored events behaviour | Alexandre Pretto Nunes | |
2015-01-06 | Add script for debugging JS tests | Alexandre Pretto Nunes | |
2015-01-06 | Separate auto-refresh for mails and tags, and start moving away from having ↵ | Alexandre Pretto Nunes | |
the left_pane_dispatcher as a middleman | |||
2015-01-06 | Issue #182: Escape special chars in tag list. | Lisa Junger | |
2015-01-06 | Issue #183 adds ALL to special tags. | Lisa Junger | |
2015-01-06 | Issue #135: Removed dead code. | Lisa Junger | |
2015-01-06 | Issue #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-05 | Ooopsie, forgot some debug code there | Duda Dornelles | |
2014-12-31 | Adding favicon | Gabriel Albo | |
2014-12-30 | #217 - Adding Pixelated logo to user agent UI | Gabriel Albo | |
2014-12-26 | Update README.md | Fábio Pio | |
Add information "tested using vagrant 1.7.1". | |||
2014-12-24 | Removed some legacy things from gitignore | Bruno Wagner | |
2014-12-24 | Bower is now run correctly as root, pip uninstall now uses -y so it won't ↵ | Bruno Wagner | |
ask for confirmation | |||
2014-12-23 | Added environment that was missing after translation to puppet | Bruno Wagner | |
2014-12-23 | Removed timeout of install-pixelated stage | Bruno Wagner | |
2014-12-23 | Update README.md | Neissi 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-23 | deleting unused code | Duda Dornelles | |
2014-12-23 | Having trouble with enum when installing from pip | Duda Dornelles | |
2014-12-23 | Removing install_requires from setup.py for now | Duda Dornelles | |
2014-12-23 | Falling back to requirements.txt for now till we get soledad packages with ↵ | Duda Dornelles | |
PEP440 names | |||
2014-12-23 | fixing pep8 warnings | Duda Dornelles | |
2014-12-23 | Remove 'bundle' command from the readme | Alexandre Pretto Nunes | |
2014-12-23 | Update README.md | Duda Dornelles | |
2014-12-23 | Update README.md | Duda Dornelles | |