summaryrefslogtreecommitdiff
path: root/service/pixelated
AgeCommit message (Collapse)Author
2015-10-13Add tests for welcome mail.Giovane
2015-10-13Fix send welcome email service method #484 Giovane & JeffGiovane
2015-10-12fix typo.Christoph Kluenter
we can't really test this part of the code ...
2015-10-12Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent startFolker Bernitt
- Issue #485 - Problem was that register starts ZMQ without a session every time soledad is used - This reverts commit 36b9261f609901b83da4f8915640eb6043530f01
2015-10-12Log problem when ignoring charactersFolker Bernitt
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists
2015-10-12Run initial soledad task for maintenanceFolker Bernitt
- Only disable it for repair tasks
2015-10-09adds a listener for SOLEDAD_INVALID_AUTH_TOKENVictor Shyba
--Issue #485
2015-10-09issue #473 - Fixed the encode problemJefferson Stachelski
2015-10-07Make unicode string explicitFolker Bernitt
- Issue #473 - problem had been caused by auto-convert of str to unicode
2015-10-05[bug] use utc for sorting while indexingVictor Shyba
2015-10-05issue #473 - Removed ipdb commited by mistakeJefferson Stachelski
2015-10-05issue #473 - Fixed the encoding problemJefferson Stachelski
Encoding all the strings that are been concatenaded
2015-10-05Fixed interstitial resizingBruno Wagner
2015-09-30#442 rename parameter on feedback serviceGiovane
2015-09-29Fixed length check for password to mirror the leap webappBruno Wagner
2015-09-28Only show warnings and errors if you're not debuggingBruno Wagner
2015-09-28Leap web requires 8 length password, so we'll do it on UA tooBruno Wagner
2015-09-25Issue #470 handling the update draftJefferson Stachelski
Deleting the new draft created if the old one was not found to fix the duplication drafts
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-25Add repair to pixelated maintenanceFolker Bernitt
- Issue #468 - Call with: pixelated-maintenance repair
2015-09-25Add SoledadMaintenace repair for mixed up keysFolker Bernitt
- Issue #468
2015-09-21#442 Moves feedback url to environment variable.Giovane
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-09-21Add more description on fingerprint missmatch errorFolker Bernitt
- See 660e0d9de
2015-09-16Moved account to after sync function #458Bruno Wagner
Imap account creation was firing post sync hooks and that was trying to use the mailboxes that were not synced yet. Just moved that for the after sync together with the incoming mail fetcher
2015-09-16Fixed duplicate document error on reruns #458Bruno Wagner
Setting up the incoming mail fetcher checked for an INBOX before the first sync, that created an INBOX on every new machine and when you removed the leap folder. We moved that right after the initial sync, along the generation of the OpenPGP keys and adapted the tests
2015-09-16Add fingerprints to exception on mismatchFolker Bernitt
2015-09-14#442 Correcting env variable name and initialize dispatcher_features before ↵Giovane
usage.
2015-09-14#442 Undo renaming of variable on features resource.Giovane
2015-09-14#442 Rename forgotten attribute on features resources.Giovane
2015-09-14#442 Add feature hiddig to feedback link.Giovane
2015-09-14ensure the zmq is runningChristoph Kluenter
this fixes #455
2015-09-10[feat] handle missing mailbox as all mailsVictor Shyba
-- Issue #444
2015-09-10Removed bounced email contact removal (#441)Bruno Wagner
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :)
2015-09-10Removed PixelatedMail class leftoversBruno Wagner
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now
2015-09-10Handle encoding errors in headers gracefully.Folker Bernitt
- Issue #450
2015-09-09Fix mixed encodings in mail subjectsFolker Bernitt
- Issue #450
2015-09-09Improved body decoding when parsing mails.Folker Bernitt
- Issue #450 - does not fix 8bit encoded bodies - special chars are replaced before we are in pixelated code
2015-09-09Remove soledad querier and last usagesFolker Bernitt
- Issue #432
2015-09-08Some progress on the issue #441Jefferson Stachelski
I added some comments and TODOs in some parts of the code where I think should be changed
2015-09-08Revert "Kill SoledadQuerier with 🔥🔥🔥"kaeff
This reverts commit 7deaefb939c833d65fd499aacb35502d6de1ac7e.
2015-09-08Kill SoledadQuerier with 🔥🔥🔥kaeff
2015-09-08Remove unused SoledadQuerier from Serviceskaeff
2015-09-07Remove soledad_querier as parameter of PixelatedMail.from_soledadkaeff
2015-09-04Prepare removing SoledadQuerier from Mailkaeff
Discovered that Mail#save was still using SoledadQuerier. There were 3 methods using it: - update_tags: Covered by MailService -> moved test & fixed impl - mark_as_read: Already implemented on MailService -> removed - mark_as_unread: Still needs to be moved - remove_all_tags: Unused -> deleted - mark_as_not_recent: Unused -> deleted Issue: #432
2015-09-04#304 Include CSP header support to more browsersGiovane
2015-09-04Remove SoledadQuerier from Serviceskaeff
- Issues: #449, #432
2015-09-04Use SearchIndexStorageKey in favor of SoledadQuerierkaeff
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and ↵Giovane
remove foundation inline javascript.
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the ↵Duda Dornelles
signature and encryption status