summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-04Updated requests libraryBruno Wagner
2014-12-04removing unused methodDuda Dornelles
2014-12-04removing unused test and fixing another oneDuda Dornelles
2014-12-03Updated vagrant box because bower and bundle doesn't like to be run as rootBruno Wagner
2014-12-03#135 remove unnecessary testAlexandre Pretto Nunes
2014-12-03Card #149 - does not open two ports when running with SSLPatrick Maia
2014-12-03Merge pull request #166 from pixelated-project/fix_reply_to_all_recipientsAlexandre Pretto Nunes
Fix reply to all recipients
2014-12-03#135 Fix method that changed but was missed during a rebaseAlexandre Pretto Nunes
2014-12-03#135 fix python unit testsAlexandre Pretto Nunes
2014-12-03#135 Use reply-to field instead of from when presentAlexandre Pretto Nunes
2014-12-03#135 Have the web-ui use the information sent by the service regarding reply ↵Alexandre Pretto Nunes
and reply-all
2014-12-03#135 Have the service respond the email details with who should be on to: ↵Alexandre Pretto Nunes
and cc: when replying
2014-12-03started to move reply template to be part of mail.Lisa Junger
2014-12-03added functionality for reply all to service.Lisa Junger
2014-12-03Don't use to address for reply all.Lisa Junger
2014-12-03Disabled encryption status again.Folker Bernitt
- See issues #59 and #165
2014-12-03Fixed handling of mails with non us-ascii body.Folker Bernitt
2014-12-03Moved mail.as_dict to PixelatedMail.Folker Bernitt
- currently it only works for this class.
2014-12-02Updated vagrant box to have 1gb of RAM and to run rng-tools, so we can ↵Bruno Wagner
register users
2014-12-01fixes pep8Patrick Maia
2014-12-01Card #149 - ensure server only accepts good ciphersPatrick Maia and Victor Shyba
2014-11-27Card #149 - enables https on servicePatrick Maia and Victor Shyba
2014-11-27no need to catch if we will just raisePatrick Maia and Victor Shyba
2014-11-27removes unused codePatrick Maia and Victor Shyba
2014-11-27Updated README because the gnupg trick is not needed anymoreBruno Wagner
2014-11-27Updated gnupg to 1.4.0, we shouldn't have version problems anymoreBruno Wagner
2014-11-26 #59 - Adding encryption statusNeissi Torres Lima
2014-11-25Update README.mdBruno Wagner Gonçalves
Added vagrant ssh to instructions, because it wasn't clear
2014-11-24Card #162 - tokenizes multiple recipients entered at oncePatrick Maia and Victor Shyba
2014-11-24#59 Bruno/Neissi - adding signature statusNeissi Torres Lima
2014-11-24Added capability to read credentials from stdin.Folker Bernitt
- See issue https://github.com/pixelated-project/pixelated-dispatcher/issues/40
2014-11-24Fixed jshint warning.Folker Bernitt
2014-11-24Fixed pep8 warnings.Folker Bernitt
2014-11-24adding perf tests for GET /tagsDuda Dornelles
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-24Merge pull request #161 from ackackack/masterDuda Dornelles
Wording and script alterations
2014-11-24Wording and script alterationsackackack
Altered contents of: provision.sh - moved all apt-get's to a single line README.md - Edited lines to read a little better than before
2014-11-21for #14, properly split and strip addressesPatrick Maia and Victor Shyba
2014-11-21Adding performance benchmark for GET /mailsDuda Dornelles
2014-11-21refactoring so the app_test_client knows how to start itself in a threadDuda Dornelles
2014-11-21adding perf tests results to gitignoreDuda Dornelles
2014-11-21Added instructions for using the config file in developmentBruno Wagner
2014-11-21Updated the introduction of the service READMEBruno Wagner
2014-11-21Revert "Hacknight exclusive commits"Bruno Wagner
This reverts commit d935b7f0af4f7906090c6637fd36126bee0934f0.
2014-11-20change readme for hacknightChristoph Kluenter
2014-11-20change Vagrantfile for HacknightChristoph Kluenter
2014-11-20Create custom matcher for jasmine unit testsAlexandre Pretto Nunes
2014-11-20place and fixing pepDuda Dornelles
2014-11-20#151 creating keys whens SOLEDAD_DATA_SYNC_DONE is thrown. If keys already ↵Duda Dornelles
exists nothing happens. This will allow users to use pixelated by registring on the web since their keys will be created at first login and will prevent key duplication since we just try to create the keys after the sync is done
2014-11-20#132 Added instructions to reinstall gnupg in the service README, the other ↵Bruno Wagner
install mode already takes care of this