From b008bf22e1ec2392be16830064fe538d69b8fe41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 12 Aug 2013 13:17:37 -0300 Subject: Use /Library instead of /System/Library to install tun.kext --- changes/bug_load_kext | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_load_kext (limited to 'changes') diff --git a/changes/bug_load_kext b/changes/bug_load_kext new file mode 100644 index 00000000..ba4a44cf --- /dev/null +++ b/changes/bug_load_kext @@ -0,0 +1,2 @@ + o OSX: Check for the tun.kext existence in /Library/Extensions + instead of /System/Library/Extensions. Fixes #3271. \ No newline at end of file -- cgit v1.2.3 From 5761e301c939418b9f13481e75feca41842e5fb3 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 12 Aug 2013 13:46:53 -0300 Subject: Replace wizard images with the rainbow mask. Closes #3425. --- changes/bug-3425_replace-wizard-images | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-3425_replace-wizard-images (limited to 'changes') diff --git a/changes/bug-3425_replace-wizard-images b/changes/bug-3425_replace-wizard-images new file mode 100644 index 00000000..cf5cbd9d --- /dev/null +++ b/changes/bug-3425_replace-wizard-images @@ -0,0 +1 @@ + o Replace wizard images with the rainbow mask. Closes #3425. -- cgit v1.2.3 From e696a9b272d5e82a85925de145e2d4019433217d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 12 Aug 2013 15:23:53 -0300 Subject: Take into account window activation to set visible --- changes/bug_better_hideshow_handling | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug_better_hideshow_handling (limited to 'changes') diff --git a/changes/bug_better_hideshow_handling b/changes/bug_better_hideshow_handling new file mode 100644 index 00000000..3538087b --- /dev/null +++ b/changes/bug_better_hideshow_handling @@ -0,0 +1,3 @@ + o Activate window when setting it visible. Also display Hide/Show + message in the tray icon taking into account the window + activation. Fixes #3433. \ No newline at end of file -- cgit v1.2.3 From 3c7981e61d3b48f9a000d08056ff79e993c71ce1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 12 Aug 2013 21:18:26 +0200 Subject: changes file --- changes/feature_2959_create_bitmask_namespace | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_2959_create_bitmask_namespace (limited to 'changes') diff --git a/changes/feature_2959_create_bitmask_namespace b/changes/feature_2959_create_bitmask_namespace new file mode 100644 index 00000000..9f7e9cd4 --- /dev/null +++ b/changes/feature_2959_create_bitmask_namespace @@ -0,0 +1 @@ + o Move all client code into its own namespace (leap.bitmask). Closes: #2959 -- cgit v1.2.3 From 4e5c8b32a7fde365a7535cf440d24ae8853140d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 12 Aug 2013 15:59:48 -0300 Subject: Do not start IMAP if MX is not enabled --- changes/bug_disablemail_completely | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_disablemail_completely (limited to 'changes') diff --git a/changes/bug_disablemail_completely b/changes/bug_disablemail_completely new file mode 100644 index 00000000..126da2a7 --- /dev/null +++ b/changes/bug_disablemail_completely @@ -0,0 +1,2 @@ + o Do not start IMAP daemon if mail was not selected among the + services. Fixes #3435. \ No newline at end of file -- cgit v1.2.3 From 948d1832785516f58598174197e542d8f489fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 12 Aug 2013 16:51:51 -0300 Subject: Translate RECONNECTING openvpn state --- changes/bug_handle_reconnecting | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_handle_reconnecting (limited to 'changes') diff --git a/changes/bug_handle_reconnecting b/changes/bug_handle_reconnecting new file mode 100644 index 00000000..c6465949 --- /dev/null +++ b/changes/bug_handle_reconnecting @@ -0,0 +1 @@ + o Reword RECONNECTING state of openvpn. Fixes #3429. \ No newline at end of file -- cgit v1.2.3 From 3804ef99e24be6296a77d6dc61b0e2f8ad86e8ce Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 12 Aug 2013 16:34:14 -0300 Subject: Add changelog for #3407. --- changes/feature-3407_add-log-filtering | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-3407_add-log-filtering (limited to 'changes') diff --git a/changes/feature-3407_add-log-filtering b/changes/feature-3407_add-log-filtering new file mode 100644 index 00000000..f4433af4 --- /dev/null +++ b/changes/feature-3407_add-log-filtering @@ -0,0 +1 @@ + o Add filter option to the logger window. Closes #3407. -- cgit v1.2.3 From 7cacae6d4bd742cfb1f994e5093a939a594884d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 13 Aug 2013 11:38:14 -0300 Subject: Stop the reactor by adding the stop to the call chain --- changes/bug_3406_quit_hangs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_3406_quit_hangs (limited to 'changes') diff --git a/changes/bug_3406_quit_hangs b/changes/bug_3406_quit_hangs new file mode 100644 index 00000000..77452780 --- /dev/null +++ b/changes/bug_3406_quit_hangs @@ -0,0 +1,2 @@ + o Stop the twisted reactor adding the stop call to the call chain + instead of stopping it directly. Fixes #3406. \ No newline at end of file -- cgit v1.2.3 From 6ce531885b2566e316a03f4845fb3e7dcb43ed46 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 13 Aug 2013 17:56:13 +0200 Subject: retry soledad connections --- changes/bug_3413-soledad-init-retries | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_3413-soledad-init-retries (limited to 'changes') diff --git a/changes/bug_3413-soledad-init-retries b/changes/bug_3413-soledad-init-retries new file mode 100644 index 00000000..160121dd --- /dev/null +++ b/changes/bug_3413-soledad-init-retries @@ -0,0 +1 @@ + o Allow soledad initialization to retry if it times out. Closes: #3413 -- cgit v1.2.3 From 4cdaa7320b1d0624b7e6c1f08161451a7b70b373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 13 Aug 2013 17:07:58 -0300 Subject: Set the standalone flag before using it This reorders imports and delays them after the args are processed. --- changes/bug3426_set_standalone | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug3426_set_standalone (limited to 'changes') diff --git a/changes/bug3426_set_standalone b/changes/bug3426_set_standalone new file mode 100644 index 00000000..408b893f --- /dev/null +++ b/changes/bug3426_set_standalone @@ -0,0 +1 @@ + o Set the standalone flag before it's being used. Fixes #3426. \ No newline at end of file -- cgit v1.2.3 From 85ad7ed3ed64e75b3eae60db82f65460ac7017b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 14 Aug 2013 11:16:15 -0300 Subject: Make POLL_TIME bigger in VPNManager --- changes/bug_retr_hangs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug_retr_hangs (limited to 'changes') diff --git a/changes/bug_retr_hangs b/changes/bug_retr_hangs new file mode 100644 index 00000000..8bdf7bac --- /dev/null +++ b/changes/bug_retr_hangs @@ -0,0 +1,3 @@ + o Make the poll interval bigger to improve openvpn's internal + behavior. If it gets queried too many times per second, it's + behavior won't be good. Fixes #3430. \ No newline at end of file -- cgit v1.2.3 From 0f33c5f79f8bcdff0b159b153387383965c60efa Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 15 Aug 2013 11:19:24 -0300 Subject: Update leap.common minimum version needed. --- changes/bug-update-requirements | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-update-requirements (limited to 'changes') diff --git a/changes/bug-update-requirements b/changes/bug-update-requirements new file mode 100644 index 00000000..e86e6e84 --- /dev/null +++ b/changes/bug-update-requirements @@ -0,0 +1 @@ + o Update leap.common minimum version needed. -- cgit v1.2.3 From b4e7e9475c9aeaa768bc7c023efe2e96f463fe9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 15 Aug 2013 12:01:20 -0300 Subject: Add LEAPOPENVPN=1 command line env var to the vpnlauncher --- changes/bug_improve_openvpn_detection | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug_improve_openvpn_detection (limited to 'changes') diff --git a/changes/bug_improve_openvpn_detection b/changes/bug_improve_openvpn_detection new file mode 100644 index 00000000..99f43a07 --- /dev/null +++ b/changes/bug_improve_openvpn_detection @@ -0,0 +1,3 @@ + o Improve OpenVPN detection by searching for a specific leap-only + string in the command line. This makes it possible to run other + VPN instances while also using EIP. Fixes #3268 and #3364. \ No newline at end of file -- cgit v1.2.3 From 5c525fb850639326e14d183bcd273e5e73d3dfe7 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 19 Aug 2013 09:55:23 -0300 Subject: Update to new soledad package scheme. --- changes/feature_3487-split-soledad-into-common-client-and-server | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/feature_3487-split-soledad-into-common-client-and-server (limited to 'changes') diff --git a/changes/feature_3487-split-soledad-into-common-client-and-server b/changes/feature_3487-split-soledad-into-common-client-and-server new file mode 100644 index 00000000..46983232 --- /dev/null +++ b/changes/feature_3487-split-soledad-into-common-client-and-server @@ -0,0 +1,2 @@ + o Update to new soledad package scheme (common, client and server). Closes + #3487. -- cgit v1.2.3 From f9478d6eaf17b04dc9039f210d03b9e3d2988d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 19 Aug 2013 15:53:17 -0300 Subject: Add first draft of mail UI --- changes/feature_add_mail_ui | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_add_mail_ui (limited to 'changes') diff --git a/changes/feature_add_mail_ui b/changes/feature_add_mail_ui new file mode 100644 index 00000000..c7c0f2ce --- /dev/null +++ b/changes/feature_add_mail_ui @@ -0,0 +1 @@ + o Add first draft of the UI for Encrypted Mail. Closes #3499. \ No newline at end of file -- cgit v1.2.3 From d6bcf278e8257460f68ca86a20bfa278ac436c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 21 Aug 2013 10:20:44 -0300 Subject: Use DELETE /1/logout to properly logout --- changes/bug_properly_logout | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_properly_logout (limited to 'changes') diff --git a/changes/bug_properly_logout b/changes/bug_properly_logout new file mode 100644 index 00000000..a5d0d972 --- /dev/null +++ b/changes/bug_properly_logout @@ -0,0 +1 @@ + o Use DELETE /1/logout to properly logout. Fixes #3510. \ No newline at end of file -- cgit v1.2.3 From 7386bae6bfd6c734c42d3766e9c4068db8fb6dad Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 21 Aug 2013 18:52:39 +0200 Subject: Make mail fetch interval in imap service configurable using environment variable. Closes: #3409 --- changes/feature_3409-make-imap-poll-configurable | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/feature_3409-make-imap-poll-configurable (limited to 'changes') diff --git a/changes/feature_3409-make-imap-poll-configurable b/changes/feature_3409-make-imap-poll-configurable new file mode 100644 index 00000000..8730b5ab --- /dev/null +++ b/changes/feature_3409-make-imap-poll-configurable @@ -0,0 +1,2 @@ + o Make mail fetch interval in imap service configurable via environment + variable. Closes: #3409 -- cgit v1.2.3 From b870c456c81da1293ab8482fcac0db5d24fb1660 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 22 Aug 2013 13:37:06 +0200 Subject: fetch incoming mail when mail client logged in --- changes/feature_3525-login-triggers-fetch | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_3525-login-triggers-fetch (limited to 'changes') diff --git a/changes/feature_3525-login-triggers-fetch b/changes/feature_3525-login-triggers-fetch new file mode 100644 index 00000000..02fd0978 --- /dev/null +++ b/changes/feature_3525-login-triggers-fetch @@ -0,0 +1 @@ + o Fetch incoming mail when mail client logs in. Closes: #3525 -- cgit v1.2.3 From 47b7de00d45872f1656d4db2d5a8af3070478c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 22 Aug 2013 15:15:39 -0300 Subject: Make username lower case before using them --- changes/bug_username_to_lower | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_username_to_lower (limited to 'changes') diff --git a/changes/bug_username_to_lower b/changes/bug_username_to_lower new file mode 100644 index 00000000..284567e4 --- /dev/null +++ b/changes/bug_username_to_lower @@ -0,0 +1,2 @@ + o Transforms usernames to lower case before they are used in the + registration and authentication. Closes #3541. \ No newline at end of file -- cgit v1.2.3