Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-03 | Rename MailSender to LocalSmtpMailSender | Folker Bernitt | |
- Issue #499 | |||
2015-10-29 | Filter too short input when generating mails | Folker Bernitt | |
- Subjects less than 3 words caused problems with markov chain | |||
2015-10-28 | Add markov-generate to load-mails | Folker Bernitt | |
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10 | |||
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
2015-10-22 | Move interstitial to root resource | Folker Bernitt | |
- Issue #501 - Moves assets to startup-assets - No more switching between twisted resources at runtime | |||
2015-10-20 | Refactored the welcome mail logic and add a test | Jefferson Stachelski | |
2015-10-20 | Revert "Add missing import for logging" | kaeff | |
This reverts commit e3bdf2411dda9e25d87d7fb96da05a6ecfc624ee. Issue fixed in the meantime, sorry. | |||
2015-10-20 | Add missing import for logging | kaeff | |
pixelated-maintenance failed, presumably due to 0bf81341f33ac415d48c0b012fb66c8f7df45f57. | |||
2015-10-20 | Use logging variable instead of hard coded string to set logging level. | Giovane | |
2015-10-19 | Fixed pep8 warning | Bruno Wagner | |
2015-10-19 | Moved set gnupg loggin level to right place | Jefferson Stachelski | |
2015-10-19 | Fix the pep8 | Jefferson Stachelski | |
2015-10-19 | Added a missing import | Jefferson Stachelski | |
2015-10-19 | Remove debug output | Folker Bernitt | |
2015-10-16 | project-issues#130 Change gnupg logging level | Giovane Liberato | |
Changed logging level to WARN in order to prevent logging gpg keys. | |||
2015-10-16 | Fixed the problem Need delete doc before delete | Pixelated | |
Removed this error from the logs, the logic already works | |||
2015-10-15 | issue #484 - Removed the print commited by mistake | Jefferson Stachelski | |
2015-10-14 | issue #484 - Add welcome mail for new accounts | Jefferson Stachelski | |
Make a logic to add the welcome mail in INBOX when the user log into account at the first time | |||
2015-10-14 | Support reply to mail sent by me | Folker Bernitt | |
- Issue #491 | |||
2015-10-14 | Parse address before filtering for reply | Folker Bernitt | |
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses | |||
2015-10-13 | Add tests for welcome mail. | Giovane | |
2015-10-13 | Fix send welcome email service method #484 Giovane & Jeff | Giovane | |
2015-10-12 | fix typo. | Christoph Kluenter | |
we can't really test this part of the code ... | |||
2015-10-12 | Remove zmq server.key before unit tests are run | Folker Bernitt | |
- Make tests that rely on that file fail in dev | |||
2015-10-12 | Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent start | Folker Bernitt | |
- Issue #485 - Problem was that register starts ZMQ without a session every time soledad is used - This reverts commit 36b9261f609901b83da4f8915640eb6043530f01 | |||
2015-10-12 | Log problem when ignoring characters | Folker Bernitt | |
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists | |||
2015-10-12 | Run initial soledad task for maintenance | Folker Bernitt | |
- Only disable it for repair tasks | |||
2015-10-09 | adds a listener for SOLEDAD_INVALID_AUTH_TOKEN | Victor Shyba | |
--Issue #485 | |||
2015-10-09 | issue #473 - Fixed the encode problem | Jefferson Stachelski | |
2015-10-09 | fixes test that wasnt running | Victor Shyba | |
2015-10-07 | Make unicode string explicit | Folker Bernitt | |
- Issue #473 - problem had been caused by auto-convert of str to unicode | |||
2015-10-05 | [bug] use utc for sorting while indexing | Victor Shyba | |
2015-10-05 | issue #473 - Removed ipdb commited by mistake | Jefferson Stachelski | |
2015-10-05 | issue #473 - Fixed the encoding problem | Jefferson Stachelski | |
Encoding all the strings that are been concatenaded | |||
2015-10-05 | Fixed interstitial resizing | Bruno Wagner | |
2015-09-30 | #442 rename parameter on feedback service | Giovane | |
2015-09-29 | Fixed length check for password to mirror the leap webapp | Bruno Wagner | |
2015-09-28 | Only show warnings and errors if you're not debugging | Bruno Wagner | |
2015-09-28 | Leap web requires 8 length password, so we'll do it on UA too | Bruno Wagner | |
2015-09-28 | Fixed setup.py pep8 warnings | Bruno Wagner | |
2015-09-28 | Added maintenance to setup.py so it works on the debian package #468 | Bruno Wagner | |
2015-09-28 | Issue #470 - Added the new folder on setup | Jefferson Stachelski | |
2015-09-25 | Issue #470 handling the update draft | Jefferson Stachelski | |
Deleting the new draft created if the old one was not found to fix the duplication drafts | |||
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-09-25 | Add SoledadMaintenace repair for mixed up keys | Folker Bernitt | |
- Issue #468 | |||
2015-09-21 | #442 Moves feedback url to environment variable. | Giovane | |
2015-09-21 | Fixes coverage report error | Giovane | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-21 | Add more description on fingerprint missmatch error | Folker Bernitt | |
- See 660e0d9de |