Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-10 | [bug] don't run event server on the standalone | Ivan Alejandro | |
We don't need to run the event server on the backend if we are running from the standalone bundle since the launcher takes care of that. - Related: #7126 | |||
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-05-08 | [feat] use txzmq in backend | drebs | |
Before this commit, the backend used plain pyzmq bindings for communicating with the frontend. This implements the txzmq twisted-powered bindings instead. Closes: #6360 | |||
2015-05-07 | [bug] change the ip command location to /sbin/ | Ivan Alejandro | |
Change the 'ip' command location to support Fedora/RHEL distros. /bin/ip is pressent on Debian/Ubuntu but not on Fedora. /sbin/ip is a symlink to /bin/ip on Debian/Ubuntu and a binary on Fedora. - Resolves: #6894 | |||
2015-04-29 | [feat] update api port for pinned riseup | Ivan Alejandro | |
- Related: #6876 | |||
2015-04-24 | [bug] support /usr/lib64 python path for symlinks | Ivan Alejandro | |
On 64bit Fedora/RHEL systems the python path is /usr/lib64 instead of /usr/lib like on Ubuntu systems. This fix allows those users to use the bootstrap_develop.sh script. | |||
2015-04-16 | [bug] do not disable autostart on system quit() | Ivan Alejandro | |
If the quit() call is triggered by the system logout we should not disable the autostart. Otherwise bitmask won't autostart on the next session start. - Resolves: #6424 | |||
2015-04-09 | [bug] handle user cancel keyring open operation | Ivan Alejandro | |
Catch the keyring.errors.InitError exception. The automatic login sequence now stops correctly instead of freezing if the user cancel the keyring open operation. - Resolves: #6682 | |||
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-16 | [bug] enable providers combo box on check fail | Ivan Alejandro | |
After a provider fails to pass the checks, the providers combo box is not enabled when it should, we just took care of the provider line edit. - Resolves: #6418 | |||
2015-03-13 | [feat] make 'check' button selected by default | Ivan Alejandro | |
Also set text to 'bold' so it's easier to find at a first sight. - Resolves: #5526 | |||
2015-03-09 | [feat] add support for xfce-polkit agent | Ivan Alejandro | |
Resolves: #6713 | |||
2015-03-09 | Merge branch 'release/0.8.x' into develop | Ivan Alejandro | |
2015-02-25 | Fold in changes. | Ivan Alejandro | |
2015-02-23 | Merge remote-tracking branch 'leapcode/pr/826' into release/0.8.x | Kali Kaneko | |
2015-02-23 | Update changes file to reflect tcp->ipc change. | Ivan Alejandro | |
2015-02-23 | [Cherry Pick] Regression fix: Use the right provider to log in. | Ivan Alejandro | |
FIX: Login attempt is made against previously selected provider. Closes #6654. Cherry-picked from release/0.8.x since it's a very annoying bug for the testing cycles for the next release (0.9.0) -- kali. | |||
2015-02-23 | Regression fix: Use the right provider to log in. | Ivan Alejandro | |
FIX: Login attempt is made against previously selected provider. Closes #6654. | |||
2015-02-20 | Fall back to plain ZMQ if Curve is not available. | Ivan Alejandro | |
Use global flag for ZMQ_HAS_CURVE. Closes #6646 | |||
2015-02-19 | Add changes for async-api | Ruben Pollan | |
2015-02-13 | add next mail 4.0 dependency for bitmask 0.9.0 | Kali Kaneko | |
2015-02-13 | create sumo tarball with leap dependencies (Closes: #6683) | Kali Kaneko | |
2015-02-12 | Split changelog into recent changes and history. | Ivan Alejandro | |
Closes #6717. | |||
2015-02-05 | Merge branch 'release/0.8.x' into develop | Ivan Alejandro | |
2015-02-04 | Fold in changes. | Ivan Alejandro | |
2015-01-08 | Support for 'nobody' (used on Arch) group name.0.8.0rc3 | Ivan Alejandro | |
2015-01-08 | Support for 'nobody' (used on Arch) group name. | Ivan Alejandro | |
2015-01-05 | Revert "Fix soledad imports (#5989)."0.8.0rc2 | Ivan Alejandro | |
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c. | |||
2014-12-30 | Add changes file for pullreqs #792 and #793. | Ivan Alejandro | |
2014-12-19 | Forward the right env data to subprocess call. | Ivan Alejandro | |
Closes #6123. | |||
2014-12-18 | Quit Bitmask if there is no polkit agent running. | Ivan Alejandro | |
Closes #6150. | |||
2014-10-07 | Merge remote-tracking branch 'meskio/feature/keymanager_api' into develop | Ivan Alejandro | |
2014-10-06 | Add new leap.keymanager version to VERSION_COMPAT | Ruben Pollan | |
2014-10-02 | Handle removals on the updater repo | Ruben Pollan | |
2014-09-26 | Fix soledad imports (#5989). | drebs | |
2014-09-11 | Merge remote-tracking branch 'meskio/feature/6040_email_firewall' into develop | Ivan Alejandro | |
2014-09-11 | Add email firewall | Ruben Pollan | |
2014-09-08 | Send the token when querying the EIP cert | Tomás Touceda | |
2014-09-05 | Use python2 explicitly to run bitmask-root. | Ivan Alejandro | |
Closes #6048. | |||
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro | |
2014-08-28 | Remove /tmp/bitmask.lock on quit. Closes #5866. | Ivan Alejandro | |
Add a platform independent release_lock helper, so all the SO dependent code goes inside the locks file. Also, do some code cleanup. | |||
2014-08-27 | Hide button / improve message on missing helpers. | Ivan Alejandro | |
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945. | |||
2014-08-20 | Select current provider on EIP preferences. | Ivan Alejandro | |
- Don't disconnect logout signals, so when the wizard is triggered the UI can reflect the logout result. - Restore the selected provider when 'other...' is selected *before* the provider_changed signal is emitted to avoid that option to keep selected in case of some error. - Avoid the currentIndexChanged to be triggered when we load the providers. | |||
2014-08-19 | Update and get ready to start a provider on change. | Ivan Alejandro | |
Closes #5996, #5997. | |||
2014-08-19 | Change settings' provider on provider change. | Ivan Alejandro | |
Closes #5995. | |||
2014-08-19 | remove dict comprenhension | Kali Kaneko | |
2014-08-18 | changes file | Kali Kaneko | |
2014-08-18 | Fix soledad imports (#5989). | drebs | |