Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Issue #674: Update Account usage to pass user_id | Caio Carrara | |
There is an update on leap_mail where an user id became required to create an Account. So, this change update the Account usage on user agent to pass this parameter. | |||
2016-04-04 | Migrate ImapAccount to Account | Tulio Casagrande | |
Migrate all usage of leap.ImapAccount to leap.Account We had to adapt some calls because of signature changes and, because we need the Account to be initialized before moving on, we are directly using the deferred initialization that the account has See: https://github.com/leapcode/leap_mail/pull/228 | |||
2016-02-24 | Create a new deferred for all IMAPAccount calls | Folker Bernitt | |
- Issue #615 - IMAPAccount ctor reuses same instance for all accounts | |||
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-23 | Only do initial sync on session creation | Folker Bernitt | |
- Issue #615 - Fixed some long broken but not failing tests | |||
2016-02-11 | Redownload SMTP certficates if necessary | Folker Bernitt | |
- Issue #591 - using leaps should_redownload for check | |||
2016-02-10 | Download SMTP client certificate, not VPN one | Folker Bernitt | |
- Issue #591 | |||
2016-02-09 | Close account on session close | Folker Bernitt | |
- Issue #586 | |||
2016-02-09 | Move sessions into SessionCache | Folker Bernitt | |
- Issue #586 | |||
2016-02-05 | closing the services closes leap session, which stops background tasks, ↵ | NavaL | |
close soldedad and remove it from cache Issue #586 | |||
2016-02-01 | Fix parameters order on _set_fresh_account #587 | Giovane | |
2016-01-29 | Fix: Only act on generated keys for current user | Folker Bernitt | |
- Issue #587 | |||
2016-01-28 | making async setup user services after auth | NavaL | |
Issue #583 | |||
2016-01-18 | Move soledad files to user folder | Folker Bernitt | |
- Issue #576 | |||
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 | 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-10-27 | Moves welcome mail logic inside LeapSession | 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-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-08-11 | Added mail_store to LeapSession. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Wait for account to become ready before access. | Folker Bernitt | |
2015-08-11 | Enable initial sync and background jobs. | Folker Bernitt | |
2015-08-11 | fixes mail fetcher | Victor Shyba | |
2015-08-11 | migrates smtp, working | Victor Shyba | |
2015-08-11 | keymanager reenabled | Victor Shyba | |
2015-08-11 | reenable background jobs | Victor Shyba | |
2015-08-11 | Working on pixelated-user-agent. | Folker Bernitt | |
- Startup works till all mails are queried | |||
2015-08-11 | Temporary changes to make maintenance.py work with soledad 0.7.1. | Folker Bernitt | |
2015-08-11 | fixes start mail fetcher | Victor Shyba | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-19 | [refactor] Use auth for fewer parameters | Victor Shyba | |
2015-06-18 | SMTP should be getting up properly again | Bruno Wagner | |
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed. | |||
2015-06-15 | [doc] removing constructor docstring, since the one present on class is ↵ | Victor Shyba | |
already explaining this | |||
2015-06-15 | key generation isnt a side effect of start background jobs | Victor Shyba | |
2015-06-15 | [doc] LeapSession docstring now matches reality | Victor Shyba | |
2015-06-15 | SMTP now runs with the rest of the background jobs, that means register no ↵ | Bruno Wagner | |
longer starts the smtp server | |||
2015-06-10 | checking keys is a session responsability | Victor Shyba | |
2015-06-09 | Removed triplicated code to concatenate user mail | Victor Shyba | |
2015-06-08 | Heavy rework on certs, removed most of it, simplified the logic | Bruno Wagner | |
2015-06-08 | Moved initialization, fingerprint and cert inside LeapCertificate class | Bruno Wagner | |
2015-06-04 | removing unused imports | Victor Shyba | |
2015-06-03 | Changed the method used to open a leap session to a meaningful and ↵ | Bruno Wagner | |
non-conflicting name | |||
2015-05-04 | update tests | rafael lisboa | |
2015-04-23 | Changes to streamline the session creation and authenticate with the ↵ | Bruno Wagner | |
external srp leap library | |||
2015-04-02 | Removed unused certs_home code. | Folker Bernitt | |
2015-03-30 | Auto refresh provider certificate on start. | Folker Bernitt | |
- Issue #333 | |||
2015-03-18 | cleaning unused imports and variables | Victor Shyba | |