Age | Commit message (Expand) | Author |
2016-02-09 | Close account on session close | Folker Bernitt |
2016-02-09 | Move sessions into SessionCache | Folker Bernitt |
2016-02-05 | closing the services closes leap session, which stops background tasks, close... | NavaL |
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 |
2016-01-28 | making async setup user services after auth | NavaL |
2016-01-22 | Fixed bug when tries download cert | Jefferson Stachelski |
2016-01-18 | Move soledad files to user folder | Folker Bernitt |
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner |
2016-01-13 | Generating keys message now uses logger instead of print | Bruno Wagner |
2015-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski |
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski |
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt |
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno Wagner |
2015-11-03 | Add new MailSender based on OutgoingMail | Folker Bernitt |
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane |
2015-10-12 | Move SOLEDAD_INVALID_AUTH_TOKEN listner to outermost user agent start | Folker Bernitt |
2015-10-09 | adds a listener for SOLEDAD_INVALID_AUTH_TOKEN | Victor Shyba |
2015-09-21 | Add more description on fingerprint missmatch error | Folker Bernitt |
2015-09-16 | Moved account to after sync function #458 | Bruno Wagner |
2015-09-16 | Fixed duplicate document error on reruns #458 | Bruno Wagner |
2015-09-16 | Add fingerprints to exception on mismatch | Folker Bernitt |
2015-08-11 | [refactor] Extracts get_key logic, sharing it | Victor Shyba |
2015-08-11 | Added mail_store to LeapSession. | Folker Bernitt |
2015-08-11 | always sending pubkey to nicknym for now | Victor Shyba |
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 | look for public key, avoid duplication with unsync db | 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 |
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 |
2015-06-15 | [doc] removing constructor docstring, since the one present on class is alrea... | Victor Shyba |
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 lo... | Bruno Wagner |
2015-06-11 | Removing lost imports | Victor Shyba |
2015-06-10 | checking keys is a session responsability | Victor Shyba |
2015-06-10 | Fix bug when not passing leap certificate nor fingerprint | rafael lisboa |
2015-06-10 | Provider web certificate will always be bytestring now, requests complains ot... | Bruno Wagner |
2015-06-09 | clean unused imports after certs and app cleanup | 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 |