Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | [bug] prevent logbook subscriber to fail | Ivan Alejandro | |
Fix: If the logbook controller is not started the stop call will fail. Trying to start it twice fails. | |||
2015-07-10 | [pkg] bump dependencies0.9.0rc1 | Ivan Alejandro | |
2015-07-10 | [pkg] fold in changes | Ivan Alejandro | |
2015-07-06 | [bug] run zmq log subscriber in background | Ivan Alejandro | |
Prevent locks caused by the zmq log handler reaching the zmq's HWM (High water mark / buffer limit) and causing some components to block until the buffer is empty (running the zmq handler for instance). We run the zmq handler in the background all the time to prevent this. - Resolves: #7222 | |||
2015-06-29 | [bug] log contains exported PGP private key | Ivan Alejandro | |
Due to #7139 (the logbook log centralizer) logs from 3rd party libs are included in the centralized logs with lots of debug information and we don't want that. We use the existing silencer to exclude logs that are not from leap modules. - Resolves: #7185 | |||
2015-06-22 | [feat] log lsb_release info if available | Kali Kaneko | |
if the lsb_release utility is present on system, log part of its output so we can have more information about the platform bitmask is running on. - Resolves: #7162 - Releases: 0.9.0 | |||
2015-06-22 | [pkg] add changes file | Ivan Alejandro | |
- Related: #7139 - Related: #7140 - Related: #7141 - Related: #7142 - Related: #7143 - Related: #7144 - Related: #7180 - Related: #7184 | |||
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. |