Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-09-19 | single pref win: enabled/disable services via preferences window, account page. | elijah | |
2014-09-19 | single pref win: move eip preferences to new combined preference window. | elijah | |
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro | |
2014-09-03 | Better logging output for missing files and error. | Ivan Alejandro | |
2014-09-03 | Move reactor import to the top. | Ivan Alejandro | |
2014-08-18 | Fix soledad imports (#5989). | drebs | |
2014-08-06 | fix uncatched error with missing polkit. Closes: #5955 | kali | |
2014-08-01 | Add cancel button for EIP connection. | kali | |
Closes: #4035 This falls in the "quick" workaround category. A proper state machine that extends the four basic connection states is hence needed. We have to accomodate design to have a connection-oriented state machine in the backend (I would favor a twisted protocol for this), and a more lightweight one that conducts the gui-level changes (ie, change the actions / buttons / labels accordingly). Since this "cancel" functionality has been long postponed, I chose to do one more ugly hack here, that is, show and hide dance with a button that just calls the bitmask-root to kill the vpn process. It should work well enough until we get to the reorganization needed for a clean process control for eip. | |||
2014-07-23 | Set the standalone value for BaseConfig. | Ivan Alejandro | |
2014-07-16 | Code style fixes. | Ivan Alejandro | |
2014-07-15 | Support EIP in OSX | Tomás Touceda | |
2014-07-14 | Use specific settings for backend. | Ivan Alejandro | |
This way we get rid of Qt on the backend side. The use of QSettings in the backend was breaking the app on OSX. | |||
2014-07-14 | Ask the backend for the country code. | Ivan Alejandro | |
Remove global variable in favor of a helper method that returns the country code. Needed in order to split backend/frontend. | |||
2014-07-14 | Do backend calls using kwargs. | Ivan Alejandro | |
2014-07-14 | Lowercase signals names. | Ivan Alejandro | |
2014-07-14 | Use new backend/signaler and start logic in processes. | Ivan Alejandro | |
2014-07-11 | Merge remote-tracking branch 'refs/remotes/kali/feature/syncdb-adapt-3' into ↵ | Tomás Touceda | |
develop | |||
2014-07-10 | bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵ | elijah | |
to use the VPN nameserver. | |||
2014-07-08 | wait for decrypt during bootstrap | Kali Kaneko | |
2014-07-08 | defer encryption | Kali Kaneko | |
2014-07-07 | Add support for fingerprint-gui's polkit agent. | Ivan Alejandro | |
Closes #5880. | |||
2014-06-13 | do reinstall binaries if their hash is not the expected | Kali Kaneko | |
Closes: #5759 For this to work, the bundle needs to call:: ``python setup.py hash_binaries`` during the bundling process, so that the right hash gets updated in the bitmask/_binaries.py file. | |||
2014-06-12 | Install missing stuff into /usr/local/sbin. Closes: #$741 | Kali Kaneko | |
2014-06-09 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/cleanup-app-mainwindow' into develop |