summaryrefslogtreecommitdiff
path: root/src/leap/bitmask
AgeCommit message (Collapse)Author
2013-12-06Use service name instead of hardcoded one.Ivan Alejandro
2013-12-06Disable Turn On EIP in tray if EIP is disabled.Ivan Alejandro
[Closes #4630]
2013-12-02Merge remote-tracking branch 'chiiph/bug/4504_properly_close_soledad' into ↵Kali Kaneko
develop
2013-12-02Remove EIP has stopped messageTomás Touceda
2013-12-02Encode paths out.Ivan Alejandro
2013-12-02Encode URIs out.Ivan Alejandro
2013-12-02Use repr() to show unicode values.Ivan Alejandro
2013-11-29Properly close Soledad at quitTomás Touceda
2013-11-28Add --nobind as VPN parameterTomás Touceda
2013-11-26Merge remote-tracking branch 'kali/bug/do-not-install-policykit-in-deb' into ↵Ivan Alejandro
develop
2013-11-26do not compare to True as per pep8 recommendationsKali Kaneko
2013-11-25Select 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-25Avoids 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-21Disable 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-20Remove unused import.Ivan Alejandro
2013-11-20Disable the EIP start if EIP is disabled.Ivan Alejandro
2013-11-20Add providers even if the wizard is rejected.Ivan Alejandro
2013-11-19Remove unused execution path.Ivan Alejandro
2013-11-19Disable EIP if need login before to be usable.Ivan Alejandro
2013-11-19Fix soledad bootstrap subtasks order. Closes #4537.drebs
2013-11-14Merge remote-tracking branch 'ivan/feature/advanced_key_management' into developTomás Touceda
2013-11-14Add the advanced key management to the main windowIvan Alejandro
2013-11-14Enable 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-14Use services' module names for the service.Ivan Alejandro
2013-11-14Set token to none in logout.Ivan Alejandro
2013-11-14Add advanced key management dialog.Ivan Alejandro
2013-11-13do not raise if error while syncingKali Kaneko
2013-11-13Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵Tomás Touceda
into develop
2013-11-12re-raise the exceptions on init as expectedKali Kaneko
2013-11-12deferToThread initial soledad syncKali Kaneko
2013-11-12Send user's key to nickserver whenever the keymanager is initialized.drebs
2013-11-11Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/4200_change-key-generation-time-mesagge' into develop
2013-11-11Show a more generic message to the user.Ivan Alejandro
2013-11-11Fix call to smtp gateway.drebs
2013-11-08Check 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-08Use service's module strings instead of locals.Ivan Alejandro
2013-11-08Use 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-08Use display service name instead of hardcode it.Ivan Alejandro
2013-11-08Use module attributes to store services strings.Ivan Alejandro
2013-11-07Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/3958_add-hint-about-duration-of-key-generation' into develop
2013-11-07Merge remote-tracking branch 'ivan/bug/remember-checks-in-wizard' into developTomás Touceda
2013-11-07Remember provider CA checks.Ivan Alejandro
[Closes #3814]
2013-11-07Reject sender if it's not the logged in userTomás Touceda
2013-11-07Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into developTomás Touceda
2013-11-06Remember setup provider checks.Ivan Alejandro
Also, on finish: - hide checks groupBox - clear domain lineEdit [Closes #3815]
2013-11-06Initializes mail service with the user id.Kali Kaneko
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication.
2013-11-06Add hint about the duration of key generation.Ivan Alejandro
[Closes #3958]
2013-11-06Fix 'cancel' and 'back' misbehavior.Ivan Alejandro
- Check if the 'next' button should be enabled after 'cancel' or 'back'. - Also, when the radio button is switched from existing to new provider, check if we need to enable the 'check' button. [Closes #4148]
2013-11-06Various minor OSX fixesTomás Touceda
2013-11-05Fix typoIvan Alejandro