Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | Fixing tests #531 | Giovane | |
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-11-17 | Issue #495 Giovane/Jeff: Fixed from undefined | Jefferson Stachelski | |
Sent mail doesn't have a from field, so now we are adding it | |||
2015-11-13 | Merge pull request #521 from rdoh/remove_save_draft_button | Giovane Liberato | |
merge "remove save draft button, related css and js" | |||
2015-11-13 | Issue #523 - Created python test for arhive mail | Jefferson Stachelski | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-11-11 | removing dead code from InputMail | Victor Shyba | |
2015-11-10 | refactor unit test | sw00 | |
don't use initialize method of root_resource in test | |||
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 | 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 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 | 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-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-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-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-09 | adds a listener for SOLEDAD_INVALID_AUTH_TOKEN | Victor Shyba | |
--Issue #485 | |||
2015-10-09 | fixes test that wasnt running | Victor Shyba | |
2015-09-29 | Fixed length check for password to mirror the leap webapp | Bruno Wagner | |
2015-09-28 | Leap web requires 8 length password, so we'll do it on UA too | Bruno Wagner | |
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 | #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 | |||
2015-09-16 | Moved account to after sync function #458 | Bruno 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-16 | Fixed duplicate document error on reruns #458 | Bruno 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-16 | Add fingerprints to exception on mismatch | Folker Bernitt | |
2015-09-15 | Replace sleep in data_setup.py with wait | Folker Bernitt | |
- Issue: #456 | |||
2015-09-14 | Fixed pep8 warning | Bruno Wagner | |
2015-09-14 | Removed unused sleep from the search step | Bruno Wagner | |
2015-09-14 | Fixed a typo in a functional test comment | Bruno Wagner | |
2015-09-14 | Added sleep after adding mail so it is properly indexed | Bruno Wagner | |
2015-09-11 | Another attempt to make side nav more reliable | Folker Bernitt | |
- Issue #456 - Also added action chain for search | |||
2015-09-11 | Wait for click handler to become available | Folker Bernitt | |
- Issue #456 | |||
2015-09-11 | Run javascript instead of sleep | Folker Bernitt | |
- Issue #456 - Try to end up after all the JS that needs to run | |||
2015-09-11 | Attempt to get side navigation a little bit more stable | Folker Bernitt | |
- Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution | |||
2015-09-11 | Wait until single element for tag list is visible | Folker Bernitt | |
- Issue #456 |