From 5ce85ca915bc63a08e82857a445c1866ca3abf85 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 31 Oct 2013 16:48:04 -0200 Subject: improve error handling --- changes/bug-improvie-error-handling | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-improvie-error-handling (limited to 'changes') diff --git a/changes/bug-improvie-error-handling b/changes/bug-improvie-error-handling new file mode 100644 index 00000000..405dd771 --- /dev/null +++ b/changes/bug-improvie-error-handling @@ -0,0 +1 @@ +- Capture soledad boostrap errors after latest soledad changes. -- cgit v1.2.3 From 51cfd78c39d8eeab0c3004b7acb3ce0411742556 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 31 Oct 2013 16:30:21 -0300 Subject: Password change policy improvement. 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] --- changes/bug-4093_change-password-policy | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug-4093_change-password-policy (limited to 'changes') diff --git a/changes/bug-4093_change-password-policy b/changes/bug-4093_change-password-policy new file mode 100644 index 00000000..87f6fd15 --- /dev/null +++ b/changes/bug-4093_change-password-policy @@ -0,0 +1,2 @@ + - Enable password change in the client only if it has started the correct + services. Closes #4093. -- cgit v1.2.3 From b2a62d05985ab3bc50fc36e5b9e89765e39da58e Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 31 Oct 2013 16:53:14 -0300 Subject: Select the logged in provider in the pref. window. [Closes #4117] --- .../bug-4117_select-current-logged-in-provider-in-preferences-window | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug-4117_select-current-logged-in-provider-in-preferences-window (limited to 'changes') diff --git a/changes/bug-4117_select-current-logged-in-provider-in-preferences-window b/changes/bug-4117_select-current-logged-in-provider-in-preferences-window new file mode 100644 index 00000000..46a031e0 --- /dev/null +++ b/changes/bug-4117_select-current-logged-in-provider-in-preferences-window @@ -0,0 +1,2 @@ + - Select the current logged in provider in the preferences window. Closes + #4117. -- cgit v1.2.3