summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2015-10-28Add markov-generate to load-mailsFolker Bernitt
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10
2015-10-27Moves welcome mail logic inside LeapSessionGiovane
2015-10-22Move interstitial to root resourceFolker Bernitt
- Issue #501 - Moves assets to startup-assets - No more switching between twisted resources at runtime
2015-10-20Refactored the welcome mail logic and add a testJefferson Stachelski
2015-10-20Revert "Add missing import for logging"kaeff
This reverts commit e3bdf2411dda9e25d87d7fb96da05a6ecfc624ee. Issue fixed in the meantime, sorry.
2015-10-20Add missing import for loggingkaeff
pixelated-maintenance failed, presumably due to 0bf81341f33ac415d48c0b012fb66c8f7df45f57.
2015-10-20Use logging variable instead of hard coded string to set logging level.Giovane
2015-10-19Fixed pep8 warningBruno Wagner
2015-10-19Moved set gnupg loggin level to right placeJefferson Stachelski
2015-10-19Fix the pep8Jefferson Stachelski
2015-10-19Added a missing importJefferson Stachelski
2015-10-19Remove debug outputFolker Bernitt
2015-10-16project-issues#130 Change gnupg logging levelGiovane Liberato
Changed logging level to WARN in order to prevent logging gpg keys.
2015-10-16Fixed the problem Need delete doc before deletePixelated
Removed this error from the logs, the logic already works
2015-10-15issue #484 - Removed the print commited by mistakeJefferson Stachelski
2015-10-14issue #484 - Add welcome mail for new accountsJefferson Stachelski
Make a logic to add the welcome mail in INBOX when the user log into account at the first time
2015-10-14Support reply to mail sent by meFolker Bernitt
- Issue #491
2015-10-14Parse address before filtering for replyFolker Bernitt
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses
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-12Remove zmq server.key before unit tests are runFolker Bernitt
- Make tests that rely on that file fail in dev
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-09fixes test that wasnt runningVictor Shyba
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-28Fixed setup.py pep8 warningsBruno Wagner
2015-09-28Added maintenance to setup.py so it works on the debian package #468Bruno Wagner
2015-09-28Issue #470 - Added the new folder on setupJefferson Stachelski
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-21Fixes coverage report errorGiovane
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