summaryrefslogtreecommitdiff
path: root/service/pixelated/resources
AgeCommit message (Collapse)Author
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-03-18Changed map to list comprehensionBruno Wagner
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-13Making sure that no private key can be retrieved by the KeysResourceDuda Dornelles
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
- Issue #249 - Fixed all tests with that rely on sendmail deferred.
2015-02-04Refactoring more of resource logic into service. No more search engine on ↵Duda Dornelles
mail(s) resource
2015-02-03removes unused importsPatrick Maia
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles
2015-01-30249 Implemented a feature that send an email when something was wrong to ↵Jefferson Stachelski
send email
2015-01-29#249 removed unecessary returnJefferson Stachelski
2015-01-29#249 make the sending process a deferredAlexandre Pretto Nunes
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-22 #224 fixing tests and app for twisted migrationDuda Dornelles
2015-01-21Fixed pep8 warningsBruno Wagner
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