Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-11 | beautify link to downloads (make it a link) | Kali Kaneko | |
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 | Warn 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-09 | Move a provider problem to a separate signal. | Ivan Alejandro | |
- Some code cleanup - Fix typos | |||
2014-01-09 | Warn the user if is using an old app version. | Ivan Alejandro | |
[Closes #4636] | |||
2014-01-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/4885_make-soledad-wait-for-eip-after-logging-in' into develop | |||
2014-01-07 | Make Soledad wait for EIP before starting (#4885). | drebs | |
2014-01-06 | Disconnect signals before closing the wizard. | Ivan Alejandro | |
[Closes #4817] | |||
2013-12-26 | comments here and there | Kali Kaneko | |
2013-12-23 | add hash specifically in about dialog. | Kali Kaneko | |
2013-12-19 | Merge remote-tracking branch ↵ | Ivan Alejandro | |
'chiiph/feature/display_domain_instead_of_provider_name' into develop | |||
2013-12-19 | Display domain instead of provider name in the login info | Tomás Touceda | |
2013-12-18 | Refactor provider_bootstrapper out of mainwindow | Tomás Touceda | |
2013-12-17 | pep8 | Kali Kaneko | |
2013-12-17 | Reset registration error and input widgets. | Ivan Alejandro | |
The registration widgets are cleared if the user goes back to the provider selection page. [Closes #4742] | |||
2013-12-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/ivan/feature/4734-akm-stored-public-keys-view' into develop | |||
2013-12-13 | Add view for stored public keys. Closes #4734. | Ivan Alejandro | |
2013-12-12 | main window ui: remove unused statusbar | elijah | |
2013-12-12 | login widget: tighten spacing, get rid of non-standard font family. | elijah | |
2013-12-12 | modified eip widget: change font to look better when under login widget, ↵ | elijah | |
tightened spacing, moved upload and download icons to the buttons themselves, get rid of extra left whitespace padding on bandwidth status. | |||
2013-12-12 | move login widget to top of main window, move preference buttons to menu. | elijah | |
2013-12-12 | Disable and stop EIP on setting save. | Ivan Alejandro | |
2013-12-06 | Use service name instead of hardcoded one. | Ivan Alejandro | |
2013-12-06 | Disable Turn On EIP in tray if EIP is disabled. | Ivan Alejandro | |
[Closes #4630] | |||
2013-12-02 | Merge remote-tracking branch 'chiiph/bug/4504_properly_close_soledad' into ↵ | Kali Kaneko | |
develop | |||
2013-12-02 | Remove EIP has stopped message | Tomás Touceda | |
2013-11-29 | Properly close Soledad at quit | Tomás Touceda | |
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-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-14 | Merge remote-tracking branch 'ivan/feature/advanced_key_management' into develop | Tomás Touceda | |
2013-11-14 | Add the advanced key management to the main window | Ivan Alejandro | |
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 | Add advanced key management dialog. | Ivan Alejandro | |
2013-11-11 | Show a more generic message to the user. | Ivan Alejandro | |
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 | 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 | |
2013-11-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'ivan/feature/3958_add-hint-about-duration-of-key-generation' into develop | |||
2013-11-07 | Merge remote-tracking branch 'ivan/bug/remember-checks-in-wizard' into develop | Tomás Touceda | |
2013-11-07 | Remember provider CA checks. | Ivan Alejandro | |
[Closes #3814] | |||
2013-11-07 | Reject sender if it's not the logged in user | Tomás Touceda | |
2013-11-07 | Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into develop | Tomás Touceda | |
2013-11-06 | Remember setup provider checks. | Ivan Alejandro | |
Also, on finish: - hide checks groupBox - clear domain lineEdit [Closes #3815] |