Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | Recreate session on soledad problems | Folker Bernitt | |
- Issue #615 - invalid token raised by soledad after timeout, if we see this, recreate the session on next login | |||
2016-02-20 | Rename class to match intent | Paulo Schneider | |
2016-02-20 | Add recommended security headers from #618 | Paulo Schneider | |
2016-02-11 | adds argument to supply custom disclaimer/banner on login screen | NavaL | |
Issue #598 | |||
2016-02-05 | closing the services closes leap session, which stops background tasks, ↵ | NavaL | |
close soldedad and remove it from cache Issue #586 | |||
2016-01-28 | Add Strict-Transport-Security header to user agent | Folker Bernitt | |
- Issue #584 | |||
2016-01-28 | making async setup user services after auth | NavaL | |
Issue #583 | |||
2016-01-27 | Fixup: Somehow mixed up disable and enable | Folker Bernitt | |
2016-01-27 | Disable CSP for phantomjs | Folker Bernitt | |
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability | |||
2016-01-25 | Add integrity-check maintenance command | Folker Bernitt | |
2016-01-22 | Download certficate on multi user startup | Folker Bernitt | |
- Issue #576 | |||
2016-01-22 | Add mutli-user mode to user-agent | Folker Bernitt | |
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld | |||
2016-01-20 | Fixed the PGP private key that was being logged | Jefferson Stachelski | |
2016-01-18 | Move user folder logic up to Services | Folker Bernitt | |
- Issue #576 | |||
2016-01-18 | Refactor Services to use provided constructor arguments | Folker Bernitt | |
- Issue #576 | |||
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-13 | Changed log level to INFO for the pixelated namespace and added basic info ↵ | Bruno Wagner | |
messages | |||
2016-01-13 | Changed the search engine setup to use the logger | Bruno Wagner | |
2016-01-12 | Issue #577 - Added namespace to search index path | Bruno Wagner | |
2015-12-18 | extracted a leap attachment store, handling all attachment responsibilities, ↵ | mnandri | |
including saving attachments. Issue #548 | |||
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-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 | Enable new MailSender and disable the local smtp one | Folker Bernitt | |
- Issue #499 | |||
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 | 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-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-16 | project-issues#130 Change gnupg logging level | Giovane Liberato | |
Changed logging level to WARN in order to prevent logging gpg keys. | |||
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-09-28 | Only show warnings and errors if you're not debugging | Bruno Wagner | |
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
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-08 | Remove unused SoledadQuerier from Services | kaeff | |
2015-09-04 | #304 Include CSP header support to more browsers | Giovane | |
2015-09-04 | Remove SoledadQuerier from Services | kaeff | |
- Issues: #449, #432 | |||
2015-09-04 | Use SearchIndexStorageKey in favor of SoledadQuerier | kaeff | |
2015-09-03 | #304 Adds PixelatedSite class to hold custom request configuration and ↵ | Giovane | |
remove foundation inline javascript. | |||
2015-09-01 | [bug] set from mail address as first step | Victor Shyba | |
This is needed while indexing mail and other logic can use it. Setting it as soon as it is possible. | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 |