Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-28 | [bug] instantiate soledadconfig if needed | Kali Kaneko | |
2016-03-28 | [bug] set standalone flag properly | Kali Kaneko | |
otherwise, the configs are saved to the user home config folder. | |||
2016-03-23 | [feature] allow to disable pixelmail integration | Kali Kaneko | |
2016-03-23 | [feature] quick integration with legacy gui | Kali Kaneko | |
2016-03-22 | [bug] re-download smtp certificate if needed. | Kali Kaneko | |
the should_redownload function was only called if the pemfile was not present of the fs. - Resolves: #7869 | |||
2015-12-18 | [feat] adapt to use cred-based authentication for smtp | Kali Kaneko | |
2015-12-15 | [feat] adapt to use cred-based authentication for imap | Kali Kaneko | |
This includes getting the token for the imap authentication, and displaying it on the help window. - Resolves: #4469 - Releases: 0.10.0 | |||
2015-12-10 | [style] autopep8 | Kali Kaneko | |
2015-12-10 | [feat] multi-user events. | Kali Kaneko | |
Adapt to users emitting the userid/uuid too. - Resolves: #7656 - Releases: 0.10.0 | |||
2015-12-10 | [docs] fix outdated signature description | Kali Kaneko | |
2015-11-11 | [but] Fix errback on InvalidAuthToken | Ruben Pollan | |
- Related: #7583 | |||
2015-11-04 | [bug] fix typo on signal name | Ivan Alejandro | |
- Resolves: #7568 | |||
2015-11-03 | try to use /usr/bin/gpg1, gpg2 is broken for keygen | Kali Kaneko | |
2015-11-02 | [bug] use gpg2 binary if gpg not found. Closes: #7563 | Kali Kaneko | |
from debian stretch on, gpg will be a symlink to gpg2. this is currently failing if one uses dpkg-divert to make gpg2 provide /usr/bin/gpg. this solution just attempts to use gpg2 binary if the search for gpg binary fails. - Resolves: #7563 - Releases: 0.9.1 | |||
2015-10-02 | [bug] move assign to prevent race condition | Ivan Alejandro | |
When the error happens too quickly, the errback is called before the assign of the callLater. And in the errback we cancel that call which gives an error. - Related: #7451 | |||
2015-10-02 | [bug] signal soledad bootstrap fail on init | Ivan Alejandro | |
- Resolves: #7503 Signed-off-by: Ivan Alejandro <ivanalejandro0@gmail.com> | |||
2015-09-23 | [feat] disable email firewall on docker containers | Ivan Alejandro | |
- Related: #7471 | |||
2015-09-21 | [bug] add compatibility mode for platform < 0.8 | Kali Kaneko | |
there was a bug in plaform that made webapp not serve correctly the smtp certificates. with this fallback, we try to support platforms < 0.8, although we should deprecate this behavior in bitmask 0.10 | |||
2015-09-21 | [feature] retrieve specific smtp certificate. Closes: #4284 | Kali Kaneko | |
2015-09-17 | [bug] fix assignment of the incoming service | Kali Kaneko | |
the second callback was actually broken, not being called when it was supposed to be. the reason is that IncomingMail.startService returns a deferred which callback is called with the loopingCall instance only when the loopingCall is stopped. | |||
2015-08-14 | [bug] handle eip-config not providing locations | Ivan Alejandro | |
Is valid for a provider not to provide locations for their gateways. - Resolves: #7281 | |||
2015-08-07 | [bug] schedule signal emitting in reactor thread | Kali Kaneko | |
2015-08-07 | [feat] add path to gpg binary in the bundle | Kali Kaneko | |
2015-06-30 | [style] fix typo | Kali Kaneko | |
s/self/sync | |||
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-06-08 | [bug] fix attribute error on mail conductor | Kali Kaneko | |
due to remaining bits that had not been changed after a refactor. - Resolves: #7093 | |||
2015-05-27 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-05-21 | [bug] fix soledad bootstrap sync issues | Ruben Pollan | |
* Instead of checking if soledad is still syncing for the timeuot cancel the delayed call. * Count retries properly. * Now soledad sync only returns SoledadError (#6981). | |||
2015-03-30 | [bug] use ports specified in eip-service.json | Ivan Alejandro | |
Replace the hardcoded port '1194' for the port specified in eip-service.json. Choose the best port to use according which one is enabled in the eip-service.json file Resolves: #6541 | |||
2015-03-10 | [doc] Remove unneded comment about collection refs | Kali Kaneko | |
This concern is addressed by the following mail pullreq, that will be into 0.4.0 release: https://github.com/leapcode/leap_mail/pull/175 By the way, it is really funny that I cannot tell if this comment was written by meskio, as the blame says, or if I was the original author of the remark. I should stop drinking so much coffee. | |||
2015-03-09 | [bug] Use Deferred.errback | Ruben Pollan | |
The code was using 'fail' which is not a Deferred method. - Resolves: #6772 | |||
2015-02-19 | Use the collection instead of the mailbox to initalize IncomingMail | Ruben Pollan | |
2015-02-18 | Re-add public properties removed in previous commit | Kali Kaneko | |
the set_proxies_cb function in backend/components expects to have access to these public properties. | |||
2015-02-18 | Do the soledad sync the twisted way | Ruben Pollan | |
This closes: #6658 and #6691 | |||
2015-02-13 | enable --offline mode for email again | Kali Kaneko | |
2015-02-11 | do not terminate the session on the backend, moved to mail | Kali Kaneko | |
factory.do_Stop will handle this now. | |||
2015-02-11 | remove use of threading.Condition | Kali Kaneko | |
we should deal with this with pure deferreds | |||
2015-02-11 | pass userid correctly, and cast it to string | Kali Kaneko | |
2015-02-11 | fix mail imports for new mail api (0.4.0) | Kali Kaneko | |
2015-02-11 | Use the incoming mail IService | Ruben Pollan | |
From kali: add some notes about the improper handling of the mailbox required to initialize the account, and draft some notes about how to improve this in next iterations. | |||
2015-02-11 | Use the new keymanager async API | Ruben Pollan | |
2015-01-28 | Remove all the Slot() decorators. | Ivan Alejandro | |
This causes (on certain scenarios) the app to segfault and it is really hard to debug. | |||
2015-01-16 | Fix failing tests. | Ivan Alejandro | |
Remove srpauth obsolete tests. Remove providerconfig obsolete test. Set as mandatory the signaler object on ProviderBootstrapper and EIPBootstrapper. Closes #6631. | |||
2015-01-05 | Revert "Fix soledad imports (#5989)."0.8.0rc2 | Ivan Alejandro | |
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c. | |||
2014-12-19 | log any soledad exception during initialization | Kali Kaneko | |
2014-12-18 | Quit Bitmask if there is no polkit agent running. | Ivan Alejandro | |
Closes #6150. | |||
2014-12-15 | Merge branch 'release/0.7.x' into develop | Ivan Alejandro | |
Conflicts: pkg/tuf/release.py relnotes.txt | |||
2014-11-14 | vpn: support for the server setting custom fragment openvpn option | elijah | |
2014-09-26 | Fix soledad imports (#5989). | drebs | |
2014-09-26 | Revert "Fix soledad imports (#5989)." | Tomás Touceda | |
This reverts commit 7fcc4f40eaa8214de8ae20cd71d173337ad64290. |