Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-09 | use mail_service to inject account_email into root_resource | sw00 | |
instead of using leap_session, mail_service can be used to get the account email. | |||
2015-11-09 | template user's email address into title | sw00 | |
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request. | |||
2015-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski | |
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider | |||
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | Add error handling to MailSender | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Enable new MailSender and disable the local smtp one | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Change str email to twisted.mail.smtp.User | Folker Bernitt | |
- Issue #499 - leap.mail relies on this | |||
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt | |
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class | |||
2015-11-03 | Issue #499 - Fixed pep8 | Jefferson Stachelski | |
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno Wagner | |
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency | |||
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-11-03 | Add new MailSender based on OutgoingMail | Folker Bernitt | |
- Issue #499 - No longer needs local smtp port | |||
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 | |