summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
AgeCommit message (Collapse)Author
2014-02-24Connect with correct soledad_failed signal.Ivan Alejandro
2014-02-20Improve logout action and fix typo.Ivan Alejandro
Related to #5131. [Closes #4815]
2014-02-11Properly handle defer cancelling.Ivan Alejandro
- Fix issues related to "Cancel login does not work". - Move srpauth errback to mainwindow. - Add signal for provider setup cancel. - Add support to cancel the soledad defer. [Closes #4869] [Closes #4973]
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2014-02-07Ensure IMAP flushes data to disk before quitting. Closes #5095.drebs
2014-02-05fix typosKali Kaneko
2014-01-22Don't use an empty password to configure email.Ivan Alejandro
- Also add translation support for the help message. [Closes #4985]
2014-01-14Add dialog with instructions to configure mail.Ivan Alejandro
[Closes #4530]
2014-01-13Use set_status for all messages.Ivan Alejandro
Remove set_login_status since it's a remaining code after split the login in a separated widget. [Closes #4942]
2014-01-11beautify link to downloads (make it a link)Kali Kaneko
2014-01-11offline modeKali 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-09Warn 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-09Move a provider problem to a separate signal.Ivan Alejandro
- Some code cleanup - Fix typos
2014-01-09Warn the user if is using an old app version.Ivan Alejandro
[Closes #4636]
2014-01-07Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/4885_make-soledad-wait-for-eip-after-logging-in' into develop
2014-01-07Make Soledad wait for EIP before starting (#4885).drebs
2014-01-06Disconnect signals before closing the wizard.Ivan Alejandro
[Closes #4817]
2013-12-26comments here and thereKali Kaneko
2013-12-23add hash specifically in about dialog.Kali Kaneko
2013-12-19Merge remote-tracking branch ↵Ivan Alejandro
'chiiph/feature/display_domain_instead_of_provider_name' into develop
2013-12-19Display domain instead of provider name in the login infoTomás Touceda
2013-12-18Refactor provider_bootstrapper out of mainwindowTomás Touceda
2013-12-17pep8Kali Kaneko
2013-12-12move login widget to top of main window, move preference buttons to menu.elijah
2013-12-12Disable and stop EIP on setting save.Ivan Alejandro
2013-12-06Use service name instead of hardcoded one.Ivan Alejandro
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-11-29Properly close Soledad at quitTomás Touceda
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-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-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-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-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-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-06Various minor OSX fixesTomás Touceda
2013-10-31Password change policy improvement.Ivan Alejandro
Only allow the user to change its password if is logged in and: - provider supports email and its started. - provider does not support email. In case that the conditions needed are not fullfiled, show the user the actions needed to be able to change its password. [Closes #4093]
2013-10-30Refactor keyring usage and fix saving problemTomás Touceda
2013-10-30Merge remote-tracking branch 'chiiph/feature/hide_unused_services' into developIvan Alejandro
2013-10-30Fix non-ascii password change problem.Ivan Alejandro
[Closes #4003]
2013-10-30Hide unsupported services by the configured providersTomás Touceda
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko