Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-11 | Pin Calyx.net provider. | Ivan Alejandro | |
2014-11-12 | Do not use logger.exception during provider checks. | Kali Kaneko | |
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it. | |||
2014-07-16 | Code style fixes. | Ivan Alejandro | |
2014-07-14 | Lowercase signals names. | Ivan Alejandro | |
2014-07-10 | Use preferred provider on first run. Closes #5813. | Ivan Alejandro | |
2014-06-19 | Pin Riseup | Tomás Touceda | |
2014-06-11 | Improve how pinned providers are handled | Tomás Touceda | |
2014-04-14 | Refactor EIPBootstrapper to the backend | Tomás Touceda | |
2014-04-01 | Add support for self signed certs. Closes #5391. | Ivan Alejandro | |
2014-01-23 | Replace provider hardcoded path with helper. | Ivan Alejandro | |
Also reorder some imports and remove unused ones. | |||
2014-01-11 | offline mode | Kali Kaneko | |
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care. | |||
2014-01-09 | Add flag to disable version check. | Ivan Alejandro | |
2014-01-09 | Use short version since we don't care of suffix. | Ivan Alejandro | |
This way we support client '0.5.0-rc3' if the provider supports '0.5.0'. | |||
2014-01-09 | Replace version check with a better one. | Ivan Alejandro | |
2014-01-09 | Warn the user on incompatible api error. | Ivan Alejandro | |
- Add a proper signal for the incompatible api error. - Warn the user of an incompatible api. | |||
2014-01-09 | Refactor provider utilities. | Ivan Alejandro | |
2014-01-09 | Move a provider problem to a separate signal. | Ivan Alejandro | |
- Some code cleanup - Fix typos | |||
2014-01-09 | Warn the user if is using an old app version. | Ivan Alejandro | |
[Closes #4636] | |||
2013-12-18 | Refactor provider_bootstrapper out of mainwindow | Tomás Touceda | |
2013-12-02 | Encode paths out. | Ivan Alejandro | |
2013-12-02 | Encode URIs out. | Ivan Alejandro | |
2013-12-02 | Use repr() to show unicode values. | Ivan Alejandro | |
2013-10-29 | Use unicode values and encode them out. | Ivan Alejandro | |
2013-10-03 | Disable EIP on/off button and action when login required. | Kali Kaneko | |
Also adds an explicit should_autostart flag in config. | |||
2013-10-02 | Fix some more tests | Tomás Touceda | |
2013-10-02 | Fix failing tests/code | Tomás Touceda | |
2013-09-30 | Make providerboostrapper take the verify path from our ca-bundle. | Kali Kaneko | |
Also, move module to a more logical placement, since provier boostrapping is not dependent on eip service. | |||
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |