From 7fcc4f40eaa8214de8ae20cd71d173337ad64290 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 18 Aug 2014 11:36:09 -0300 Subject: Fix soledad imports (#5989). --- changes/bug_5989_fix-soledad-imports | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_5989_fix-soledad-imports (limited to 'changes') diff --git a/changes/bug_5989_fix-soledad-imports b/changes/bug_5989_fix-soledad-imports new file mode 100644 index 00000000..3b425287 --- /dev/null +++ b/changes/bug_5989_fix-soledad-imports @@ -0,0 +1 @@ +- Fix soledad imports (#5989). -- cgit v1.2.3 From 7259ec3425d58284961f675d5a4689681a68756a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 18 Aug 2014 22:30:07 -0500 Subject: changes file --- changes/bug_5994_do-not-wait-for-eip-if-cannot-start | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_5994_do-not-wait-for-eip-if-cannot-start (limited to 'changes') diff --git a/changes/bug_5994_do-not-wait-for-eip-if-cannot-start b/changes/bug_5994_do-not-wait-for-eip-if-cannot-start new file mode 100644 index 00000000..7ada612a --- /dev/null +++ b/changes/bug_5994_do-not-wait-for-eip-if-cannot-start @@ -0,0 +1 @@ +- Login shall not wait for eip to finish if eip is not able to start. Closes: #5994 -- cgit v1.2.3 From abd476bffb427bd0733dcf87d12fed00d4cf6aaf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 19 Aug 2014 11:27:29 -0500 Subject: remove dict comprenhension --- changes/bug-remove-dict-comprenhension | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-remove-dict-comprenhension (limited to 'changes') diff --git a/changes/bug-remove-dict-comprenhension b/changes/bug-remove-dict-comprenhension new file mode 100644 index 00000000..4e9468d8 --- /dev/null +++ b/changes/bug-remove-dict-comprenhension @@ -0,0 +1 @@ +- Remove dict comprenension in util, for 2.6 compat. -- cgit v1.2.3 From c23f2bef3b18e02069720188e1d460c1f2687180 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 19 Aug 2014 17:49:34 -0300 Subject: Change settings' provider on provider change. Closes #5995. --- changes/bug-5995_save-provider-on-change | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-5995_save-provider-on-change (limited to 'changes') diff --git a/changes/bug-5995_save-provider-on-change b/changes/bug-5995_save-provider-on-change new file mode 100644 index 00000000..e0f86d75 --- /dev/null +++ b/changes/bug-5995_save-provider-on-change @@ -0,0 +1 @@ +- Save default provider if changed on the combo box. Closes #5995. -- cgit v1.2.3 From ced7ebf5407c23c3af585db4e0749c311114272f Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 19 Aug 2014 18:04:04 -0300 Subject: Update and get ready to start a provider on change. Closes #5996, #5997. --- changes/bug-5996_update-eip-status-on-change | 1 + changes/bug-5997_get-ready-provider-on-change | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/bug-5996_update-eip-status-on-change create mode 100644 changes/bug-5997_get-ready-provider-on-change (limited to 'changes') diff --git a/changes/bug-5996_update-eip-status-on-change b/changes/bug-5996_update-eip-status-on-change new file mode 100644 index 00000000..665092f0 --- /dev/null +++ b/changes/bug-5996_update-eip-status-on-change @@ -0,0 +1 @@ +- Update the EIP status on provider change. Closes #5996. diff --git a/changes/bug-5997_get-ready-provider-on-change b/changes/bug-5997_get-ready-provider-on-change new file mode 100644 index 00000000..e6b3f7f1 --- /dev/null +++ b/changes/bug-5997_get-ready-provider-on-change @@ -0,0 +1 @@ +- Update and get ready to start a provider on change. Closes #5997. -- cgit v1.2.3 From b6ab5790e8b2ac0d67bf0eb40e474b8bed4c42dd Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 20 Aug 2014 15:10:02 -0300 Subject: Select current provider on EIP preferences. - 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. --- changes/bug-5815_eip-preferences-issues | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug-5815_eip-preferences-issues (limited to 'changes') diff --git a/changes/bug-5815_eip-preferences-issues b/changes/bug-5815_eip-preferences-issues new file mode 100644 index 00000000..013fe03d --- /dev/null +++ b/changes/bug-5815_eip-preferences-issues @@ -0,0 +1,2 @@ +- Select current provider on EIP preferences. Closes #5815. +- Handle logout correctly when we stop_services to launch the wizard. Related to #5815. -- cgit v1.2.3 From ac83b8900bb8d31e6f1f1fa983435659625ff91f Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 22 Aug 2014 17:25:52 -0300 Subject: Hide button / improve message on missing helpers. * 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. --- changes/bug-5945_not-adding-helper-files | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-5945_not-adding-helper-files (limited to 'changes') diff --git a/changes/bug-5945_not-adding-helper-files b/changes/bug-5945_not-adding-helper-files new file mode 100644 index 00000000..94e41c25 --- /dev/null +++ b/changes/bug-5945_not-adding-helper-files @@ -0,0 +1 @@ +- Hide button and display correct warning on missing helpers files. Closes #5945. -- cgit v1.2.3 From ad85a375eb74609c8a1d7a7a3a0a11b7489a2483 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 28 Aug 2014 10:42:53 -0300 Subject: Remove /tmp/bitmask.lock on quit. Closes #5866. Add a platform independent release_lock helper, so all the SO dependent code goes inside the locks file. Also, do some code cleanup. --- changes/bug-5866_bitmask-lock-not-removed | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-5866_bitmask-lock-not-removed (limited to 'changes') diff --git a/changes/bug-5866_bitmask-lock-not-removed b/changes/bug-5866_bitmask-lock-not-removed new file mode 100644 index 00000000..d68c1122 --- /dev/null +++ b/changes/bug-5866_bitmask-lock-not-removed @@ -0,0 +1 @@ +- /tmp/bitmask.lock not removed. Closes #5866. -- cgit v1.2.3 From e6fae0977015919282971dbe8a00938415c1233b Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 1 Sep 2014 19:03:46 -0300 Subject: Code cleanup and logging improvements. --- changes/code-and-logging-cleanup | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/code-and-logging-cleanup (limited to 'changes') diff --git a/changes/code-and-logging-cleanup b/changes/code-and-logging-cleanup new file mode 100644 index 00000000..3a381e68 --- /dev/null +++ b/changes/code-and-logging-cleanup @@ -0,0 +1 @@ +- Code cleanup and logging improvements. -- cgit v1.2.3 From b7b2c18b8d8ae09ac7f5ad86173380bf69409b80 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 5 Sep 2014 12:40:38 -0300 Subject: Use python2 explicitly to run bitmask-root. Closes #6048. --- changes/bug-6048_python2-bitmask-root | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6048_python2-bitmask-root (limited to 'changes') diff --git a/changes/bug-6048_python2-bitmask-root b/changes/bug-6048_python2-bitmask-root new file mode 100644 index 00000000..038196b0 --- /dev/null +++ b/changes/bug-6048_python2-bitmask-root @@ -0,0 +1 @@ +- Use python2 to run bitmask-root to work fine on systems with python3 as default. Closes #6048. -- cgit v1.2.3 From dff4c53be63e5412fe4a8e69d26bf45bd949ec71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 5 Sep 2014 15:37:07 -0300 Subject: Send the token when querying the EIP cert --- changes/bug_use_token_for_eip | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_use_token_for_eip (limited to 'changes') diff --git a/changes/bug_use_token_for_eip b/changes/bug_use_token_for_eip new file mode 100644 index 00000000..b10368ad --- /dev/null +++ b/changes/bug_use_token_for_eip @@ -0,0 +1 @@ +- Properly send the token for querying the EIP certificate. Fixes #6060. \ No newline at end of file -- cgit v1.2.3 From 3d0708ad3e20aa8dddf6894b7536be3cd59cfbca Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 8 Sep 2014 14:22:29 -0500 Subject: Add email firewall --- changes/feature-6040-email-firewall | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-6040-email-firewall (limited to 'changes') diff --git a/changes/feature-6040-email-firewall b/changes/feature-6040-email-firewall new file mode 100644 index 00000000..5ef70d28 --- /dev/null +++ b/changes/feature-6040-email-firewall @@ -0,0 +1 @@ +- Add email firewall blocking other users to access bitmask imap & smtp. Closes #6040 -- cgit v1.2.3 From 0feb84c61b1f8efe9196af915e7500e97fa6b314 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 16 Sep 2014 18:17:59 -0300 Subject: Hide AKM menu and disable the qt connection. Hide the Advaneced Key Management menu from the ui file and comment out the connection between the triggered action and the method that shows the AKM window. Closes #6087. --- changes/feature-6087_remove-AKM-menu | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/feature-6087_remove-AKM-menu (limited to 'changes') diff --git a/changes/feature-6087_remove-AKM-menu b/changes/feature-6087_remove-AKM-menu new file mode 100644 index 00000000..9326ca47 --- /dev/null +++ b/changes/feature-6087_remove-AKM-menu @@ -0,0 +1,2 @@ +- Remove the Advanced Key Management since we don't support stable mail yet. + Closes #6087. -- cgit v1.2.3 From d8105d53e3aa66448094df3f34eda54c3dcab865 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 17 Sep 2014 16:42:51 -0700 Subject: single pref win: minor linting & add changes file --- changes/feature-combined-preferences-window | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-combined-preferences-window (limited to 'changes') diff --git a/changes/feature-combined-preferences-window b/changes/feature-combined-preferences-window new file mode 100644 index 00000000..146ac923 --- /dev/null +++ b/changes/feature-combined-preferences-window @@ -0,0 +1 @@ +- single combined preferences window (closes #4704, #4119, #5885) \ No newline at end of file -- cgit v1.2.3 From d62b86224f1f4697c5c2a31d2cb0ad8b789fe1a9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 22 Sep 2014 16:07:39 -0300 Subject: Use python2.7 instead of python2. The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048. --- changes/bug_python2-compat | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_python2-compat (limited to 'changes') diff --git a/changes/bug_python2-compat b/changes/bug_python2-compat new file mode 100644 index 00000000..35331a36 --- /dev/null +++ b/changes/bug_python2-compat @@ -0,0 +1 @@ +- Use python2.7 since is the common name for python 2 in Ubuntu, Debian, Arch. Related to #6048. -- cgit v1.2.3