Age | Commit message (Collapse) | Author | |
---|---|---|---|
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] enable atexit subprocess termination | Ivan Alejandro | |
- Resolves: #6426 - Resolves: #6681 | |||
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-04-01 | Merge branch 'feature/refactor-srp' into develop | Ivan Alejandro | |
2015-04-01 | [style] fix pep8 violations | Duda Dornelles | |
2015-04-01 | [refactor] move SRPRegister to SRPRegisterImpl | Neissi Lima | |
Decouple SRPRegister from QT signaler and create SRPRegisterImpl | |||
2015-04-01 | [refactor] move SRPAuth to SRPAuthImpl | Duda Dornelles | |
Decouple SRPAuth from QT signaler and move it to SRPAuthImpl | |||
2015-04-01 | [bug] Use less threads. | Duda Dornelles | |
On SRP#authenticate, no need to use so many threads. | |||
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-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-03-09 | [docs] Add git commit template and instructions | Kali Kaneko | |
Hopefully this will make our git log more informative. - Releases: 0.9.0 | |||
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-27 | freeze debian version | Kali Kaneko | |
2015-02-27 | update changelog to 0.8.1 | Kali Kaneko | |
2015-02-27 | Merge tag '0.8.1' into debian/experimental | Kali Kaneko | |
Tag leap.bitmask version 0.8.1 | |||
2015-02-25 | Update release notes.0.8.1 | 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 | Use unix sockets for the fallback, and set permissions | Kali Kaneko | |
... on them, to user-writeable only. I think we could consider ipc for the curve-case too, at least for the platforms that support them. | |||
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-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 | 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-13 | add pipdeptree to requirements-dev | Kali Kaneko | |
2015-02-13 | gather bitmask dependency tree | Kali Kaneko | |
2015-02-13 | enable --offline mode for email again | Kali Kaneko | |
2015-02-13 | Re-add mail instructions for 0.9.0 release (beta mail) | Kali Kaneko | |
2015-02-12 | Split changelog into recent changes and history. | Ivan Alejandro | |
Closes #6717. | |||
2015-02-11 | Merge branch 'feature/async-api' into develop | 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 | |