summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2015-03-09[bug] fix concatenation of full_user_id to make mail work0.8.2release/0.8.xKali Kaneko
At some moment, the semantics of the username that we pick from the login widget changed, so that there's a duplication of the domain part in the full_user_id that we were passing to the keymanager and the mail services. This fix has already been done in the current develop branch (for next release 0.9.0), so there's no need to port it when merging it back. While it is true that there's no official release of the client supporting mail yet, this was an easy fix to port so we will do a 0.8.2 bugfix release so that the 0.8 branch can be used experimentally to test against development providers. This doesn't mean that you can expect support on the 0.8.x branch yet, it's only that there is one less bug in here :) Resolves: #6759 Releases: 0.8.2
2015-02-25Fold in changes.Ivan Alejandro
2015-02-23Merge remote-tracking branch 'leapcode/pr/826' into release/0.8.xKali Kaneko
2015-02-23Update changes file to reflect tcp->ipc change.Ivan Alejandro
2015-02-23Regression fix: Use the right provider to log in.Ivan Alejandro
FIX: Login attempt is made against previously selected provider. Closes #6654.
2015-02-20Fall back to plain ZMQ if Curve is not available.Ivan Alejandro
Use global flag for ZMQ_HAS_CURVE. Closes #6646
2015-02-12Split changelog into recent changes and history.Ivan Alejandro
Closes #6717.
2015-02-05Merge branch 'release/0.8.x' into developIvan Alejandro
2015-02-04Fold in changes.Ivan Alejandro
2015-01-08Support for 'nobody' (used on Arch) group name.0.8.0rc3Ivan Alejandro
2015-01-08Support for 'nobody' (used on Arch) group name.Ivan Alejandro
2015-01-05Revert "Fix soledad imports (#5989)."0.8.0rc2Ivan Alejandro
This reverts commit 93750f2371555ad0c769c62c1bd179e2b96c282c.
2014-12-30Add changes file for pullreqs #792 and #793.Ivan Alejandro
2014-12-19Forward the right env data to subprocess call.Ivan Alejandro
Closes #6123.
2014-12-18Quit Bitmask if there is no polkit agent running.Ivan Alejandro
Closes #6150.
2014-10-07Merge remote-tracking branch 'meskio/feature/keymanager_api' into developIvan Alejandro
2014-10-06Add new leap.keymanager version to VERSION_COMPATRuben Pollan
2014-10-02Handle removals on the updater repoRuben Pollan
2014-09-26Fix soledad imports (#5989).drebs
2014-09-11Merge remote-tracking branch 'meskio/feature/6040_email_firewall' into developIvan Alejandro
2014-09-11Add email firewallRuben Pollan
2014-09-08Send the token when querying the EIP certTomás Touceda
2014-09-05Use python2 explicitly to run bitmask-root.Ivan Alejandro
Closes #6048.
2014-09-03Code cleanup and logging improvements.Ivan Alejandro
2014-08-28Remove /tmp/bitmask.lock on quit. Closes #5866.Ivan Alejandro
Add a platform independent release_lock helper, so all the SO dependent code goes inside the locks file. Also, do some code cleanup.
2014-08-27Hide button / improve message on missing helpers.Ivan Alejandro
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945.
2014-08-20Select current provider on EIP preferences.Ivan Alejandro
- Don't disconnect logout signals, so when the wizard is triggered the UI can reflect the logout result. - Restore the selected provider when 'other...' is selected *before* the provider_changed signal is emitted to avoid that option to keep selected in case of some error. - Avoid the currentIndexChanged to be triggered when we load the providers.
2014-08-19Update and get ready to start a provider on change.Ivan Alejandro
Closes #5996, #5997.
2014-08-19Change settings' provider on provider change.Ivan Alejandro
Closes #5995.
2014-08-19remove dict comprenhensionKali Kaneko
2014-08-18changes fileKali Kaneko
2014-08-18Fix soledad imports (#5989).drebs
2013-11-15Fold in changesTomás Touceda
2013-11-15Update requirementsTomás Touceda
2013-11-14Merge remote-tracking branch 'ivan/feature/advanced_key_management' into developTomás Touceda
2013-11-14Add changelog for #4448 and VERSION_COMPATIvan 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-13Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵Tomás Touceda
into develop
2013-11-12deferToThread initial soledad syncKali Kaneko
2013-11-12Send user's key to nickserver whenever the keymanager is initialized.drebs
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-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-07Add changes file for #3814 and #3815.Ivan Alejandro
2013-11-07Add changes fileTomás Touceda
2013-11-07Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into developTomás Touceda
2013-11-06add version_compatKali Kaneko
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]