Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-07 | [style] pep8 | Kali Kaneko | |
2016-03-28 | [bug] fix case for constant | Kali Kaneko | |
2016-03-23 | [feature] allow to disable pixelmail integration | Kali Kaneko | |
2015-08-24 | [bug] handle disabled registration, error 403. | Ivan Alejandro | |
If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594 | |||
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-06-22 | [feat] add a zmq based logger, change log window | Ivan Alejandro | |
- Add a new handler for a zmq/thread-safe log send between components. - Update the log window to use this new handler. - Remove old custom handler We have implemented a new handler that uses logbook, so this one is no longer needed. - Adapt log silencer to new handler - Use log file always as default - Related: #6733 | |||
2015-03-09 | Merge branch 'release/0.8.x' into develop | Ivan Alejandro | |
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-13 | enable --offline mode for email again | Kali Kaneko | |
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. | |||
2014-11-12 | Fix compatibilty with newest openssl. Closes: #6133 | Kali Kaneko | |
Newest OpenSSL expect cafile to be None or byte stream (was retunrning unicode) | |||
2014-07-23 | Set the standalone value for BaseConfig. | Ivan Alejandro | |
2014-07-16 | Code style fixes. | Ivan Alejandro | |
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-06-25 | Use a dict instead of an object to ease serialization. | Ivan Alejandro | |
2014-06-06 | add icons for the vpn exit nodes | Kali Kaneko | |
2014-05-28 | Refactor cleanup, ProviderConfig to backend. | Ivan Alejandro | |
2014-05-27 | Remove unused code. | Ivan Alejandro | |
2014-04-22 | Add flag to skip provider checks in wizard. | Ivan Alejandro | |
2014-04-15 | Move openvpn_verb to config.flags | Ivan Alejandro | |
2014-04-01 | Add support for self signed certs. Closes #5391. | Ivan Alejandro | |
2014-02-06 | Take care of None value for the uuid. | Ivan Alejandro | |
Receiving a None value was raising an exception that didn't show up since was trapped inside the srpauth:logout method. [Closes #4995] [Closes #5071] | |||
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 offline flag | Kali Kaneko | |
2014-01-09 | Add flag to disable version check. | Ivan Alejandro | |
2013-12-20 | mail logs | Kali Kaneko | |
2013-10-29 | Update docstrings to unicode types. | Ivan Alejandro | |
2013-10-16 | Remember last domain used to login. Closes #4116. | Ivan Alejandro | |
2013-10-15 | Remove remainings of unused properprovider setting | Ivan Alejandro | |
2013-10-14 | Always display first run wizard on first run. | Ivan Alejandro | |
* Display the wizard only the first time or if we don't have any provider configured. * Remove unused proper provider setting. * If we have a working provider (as a pinned one), the wizard won't show automatically after being displayed the first time. * If we cancel the first time wizard and we have a configured provider (like the pinned one) the app will not close. | |||
2013-10-07 | Add missing empty init file to the config module | Tomás Touceda | |
2013-10-03 | Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into develop | Tomás Touceda | |
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-03 | Separate pre-seeded providers from user added ones | Ivan Alejandro | |
2013-10-01 | Merge remote-tracking branch 'chiiph/feature/new_ui' into develop | Ivan Alejandro | |
2013-10-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) | |||
2013-09-24 | Update path comparison for certs. | Ivan Alejandro | |
We need to check if the path *after* the prefix is correct, assuming that the prefix methods works fine. | |||
2013-09-24 | Update standalone dependency usage. | Ivan Alejandro | |
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-09 | Fix path prefix helper for bundle and add test. | Ivan Alejandro | |
2013-09-02 | Display correct service name in wizard. | Ivan Alejandro | |
2013-08-30 | Add config option to set & get preferred gateway. | Ivan Alejandro | |
2013-08-28 | Replace old path_prefix with new method. | Ivan Alejandro | |
2013-08-28 | Merge remote-tracking branch 'ivan/feature/3574_use-dirspec-instead-of-xdg' ↵ | Tomás Touceda | |
into develop Conflicts: src/leap/bitmask/config/leapsettings.py | |||
2013-08-28 | Use dirspec instead of plain xdg. Closes #3574. | Ivan Alejandro | |
2013-08-27 | Remove key for a provider with no enabled services | Ivan Alejandro | |
2013-08-27 | Move configured providers getter to LeapSettings. | Ivan Alejandro | |
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |