Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | Properly close Soledad at quit | Tomás Touceda | |
2013-11-27 | Merge remote-tracking branch 'chiiph/bug/versioneer_gitbash' into develop | Kali Kaneko | |
2013-11-27 | Add support for versioneer while using gitbash in Windows | Tomás Touceda | |
2013-11-26 | Merge remote-tracking branch 'kali/bug/do-not-install-policykit-in-deb' into ↵ | Ivan Alejandro | |
develop | |||
2013-11-26 | do not compare to True as per pep8 recommendations | Kali Kaneko | |
2013-11-26 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/feature/4490_preferences-selects-current-login-widget-provider' into develop | |||
2013-11-25 | Select the provider selected in the login widget. | Ivan Alejandro | |
In the preferences window, now we select the current provider from the login widget, no matter if the user is logged in or not. [Closes #4490] | |||
2013-11-25 | Avoids the checking for an "updated" policy file for debian package. | Kali Kaneko | |
In the case of the debian package, we already take care to put the file in place, so this check is not needed. | |||
2013-11-21 | Merge remote-tracking branch 'ivan/bug/eip-disabled-until-usable' into develop | Tomás Touceda | |
2013-11-21 | Add changes file for #4523, #4555, #4422. | Ivan Alejandro | |
2013-11-21 | Disable eip-config for uninitialized providers. | Ivan Alejandro | |
- Show the user which provider has not been initialized and disable its usage. - Add support for absolute path in get_eipconfig_path. - Replace hadr-coded paths with get_eipconfig_path. | |||
2013-11-20 | Remove unused import. | Ivan Alejandro | |
2013-11-20 | Disable the EIP start if EIP is disabled. | Ivan Alejandro | |
2013-11-20 | Add providers even if the wizard is rejected. | Ivan Alejandro | |
2013-11-19 | Remove unused execution path. | Ivan Alejandro | |
2013-11-19 | Disable EIP if need login before to be usable. | Ivan Alejandro | |
2013-11-19 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/bug/4537_fix-bootstrap-subtasks-order-and-key-upload' into develop | |||
2013-11-19 | Fix soledad bootstrap subtasks order. Closes #4537. | drebs | |
2013-11-15 | Merge branch 'release-0.3.7'0.3.7 | Tomás Touceda | |
2013-11-15 | Update relnotes | Tomás Touceda | |
2013-11-15 | Fold in changes | Tomás Touceda | |
2013-11-15 | Update requirements | Tomás Touceda | |
2013-11-14 | Merge remote-tracking branch 'ivan/feature/advanced_key_management' into develop | Tomás Touceda | |
2013-11-14 | Add changelog for #4448 and VERSION_COMPAT | Ivan Alejandro | |
2013-11-14 | Add the advanced key management to the main window | Ivan Alejandro | |
2013-11-14 | Merge remote-tracking branch 'ivan/bug/4449_password-change-conditions' into ↵ | Tomás Touceda | |
develop | |||
2013-11-14 | Enable password change in proper conditions. | Ivan Alejandro | |
- Send soledad to the constructor and check with sameProxiedObjects - Check if soledad instance is defined, otherwise wait until soledad_ready [Closes #4449] | |||
2013-11-14 | Use services' module names for the service. | Ivan Alejandro | |
2013-11-14 | Set token to none in logout. | Ivan Alejandro | |
2013-11-14 | Add advanced key management ui to the makefile. | Ivan Alejandro | |
2013-11-14 | Add advanced key management dialog. | Ivan Alejandro | |
2013-11-13 | Merge remote-tracking branch 'kali/feature/catch_keymanager_error' into develop | Tomás Touceda | |
2013-11-13 | do not raise if error while syncing | Kali Kaneko | |
2013-11-13 | Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵ | Tomás Touceda | |
into develop | |||
2013-11-12 | re-raise the exceptions on init as expected | Kali Kaneko | |
2013-11-12 | deferToThread initial soledad sync | Kali Kaneko | |
2013-11-12 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/bug/4364_send-key-whenever-keymanager-inits' into develop | |||
2013-11-12 | Send user's key to nickserver whenever the keymanager is initialized. | drebs | |
2013-11-11 | Merge remote-tracking branch 'ivan/bug/correct-make-quickstart' into develop | Tomás Touceda | |
2013-11-11 | Make all by default. | Ivan Alejandro | |
2013-11-11 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/4200_change-key-generation-time-mesagge' into develop | |||
2013-11-11 | Merge remote-tracking branch 'drebs/change-smtp-relay-to-gateway' into develop | Tomás Touceda | |
2013-11-11 | Show a more generic message to the user. | Ivan Alejandro | |
2013-11-11 | Fix call to smtp gateway. | drebs | |
2013-11-08 | Merge remote-tracking branch 'ivan/bug/fix-systray-bug-in-first-run' into ↵ | Tomás Touceda | |
develop | |||
2013-11-08 | Check if we have a systray to use. | Ivan Alejandro | |
This fixes a failure when we run the first run wizard and don't have a systray ready. | |||
2013-11-08 | Merge remote-tracking branch 'ivan/bug/3998_shared-systray-tooltip' into develop | Tomás Touceda | |
2013-11-08 | Use service's module strings instead of locals. | Ivan Alejandro | |
2013-11-08 | Use custom systray that ease the tooltip use. | Ivan Alejandro | |
- Create a custom SysTray that allows us to set services tooltips independently. - Initialize tooltip with service name at start. - Update required service status on tooltip update. [Closes #3998] | |||
2013-11-08 | Use display service name instead of hardcode it. | Ivan Alejandro | |