From 26b92825384e5836a407758fa4b6b14d8726bb9b Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 4 Nov 2015 11:36:57 -0300 Subject: [bug] fix typo on signal name - Resolves: #7568 --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 90448d57..87a80dbd 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -15,6 +15,7 @@ Features Bugfixes ~~~~~~~~ +- `#7568 `_: Fix typo on signal name. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 0d662c174ff0b8c09213b9ecf8153dd283ccb91a Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 4 Nov 2015 15:00:11 -0300 Subject: [feat] improve msg and add margin above box - Related: #7552 --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 87a80dbd..287b7736 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -10,6 +10,7 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- `#7552 `_: Improve UI message and add some margin above the msg box. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From e086f958dcaf417816025af6f61e6283a3bf7ebf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 5 Nov 2015 16:50:12 -0400 Subject: [bug] fix set_soledad_invalid_auth_token event cb signature --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 287b7736..54b2b2ed 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -17,6 +17,7 @@ Features Bugfixes ~~~~~~~~ - `#7568 `_: Fix typo on signal name. +- `#7583 `_: Fix set_soledad_auth_token event callback signature. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From fca2246011b8c2402977fde93291d46a9a3438fb Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 9 Nov 2015 13:02:45 -0300 Subject: [bug] open email help link on browser - Resolves: #7585 --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 54b2b2ed..d1623d6f 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -18,6 +18,7 @@ Bugfixes ~~~~~~~~ - `#7568 `_: Fix typo on signal name. - `#7583 `_: Fix set_soledad_auth_token event callback signature. +- `#7585 `_: Open email help link on browser. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From f4b0c01b6737e4266f12276e6b2a058bf3c0f743 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 11 Nov 2015 19:42:09 +0100 Subject: [but] Fix errback on InvalidAuthToken - Related: #7583 --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index d1623d6f..22af9bd8 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -19,6 +19,7 @@ Bugfixes - `#7568 `_: Fix typo on signal name. - `#7583 `_: Fix set_soledad_auth_token event callback signature. - `#7585 `_: Open email help link on browser. +- `#7598 `_: Fix errback on InvalidAuthToken. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From b6db2310f7595bdd6b93a2cab5680abbe5ce6599 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 10 Nov 2015 14:18:49 -0300 Subject: [i18n] do not translate https label text --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 22af9bd8..c40257b8 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -21,6 +21,7 @@ Bugfixes - `#7585 `_: Open email help link on browser. - `#7598 `_: Fix errback on InvalidAuthToken. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Do not translate 'https' text on QLabel. - Bugfix without related issue number. Misc -- cgit v1.2.3 From 8d3309701af51df3046aa0df10545dfa35a64ef7 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 30 Nov 2015 12:15:09 -0400 Subject: [feat] multi-user events. Adapt to users emitting the userid/uuid too. - Resolves: #7656 - Releases: 0.10.0 --- changes/next-changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index c40257b8..77094e78 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -11,7 +11,8 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7552 `_: Improve UI message and add some margin above the msg box. -- `#1234 `_: Description of the new feature corresponding with issue #1234. +- `#7552 `_: Improve UI message and add some margin above the msg box. +- `#7656 `_: Adapt to multi-user aware events. - New feature without related issue number. Bugfixes -- cgit v1.2.3 From 98384361a7c49ad4e0ff0127fd923a8b72cc910a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 8 Dec 2015 21:04:11 -0400 Subject: [feat] adapt to use cred-based authentication for imap This includes getting the token for the imap authentication, and displaying it on the help window. - Resolves: #4469 - Releases: 0.10.0 --- changes/next-changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 77094e78..c359b4e2 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -1,4 +1,4 @@ -0.9.2 - xxx +0.10.0 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -11,8 +11,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7552 `_: Improve UI message and add some margin above the msg box. -- `#7552 `_: Improve UI message and add some margin above the msg box. - `#7656 `_: Adapt to multi-user aware events. +- `#4469 `_: Display randomly generated service token on the Help Window. +- `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes -- cgit v1.2.3 From 7b80dd1fca9828331f3327c418913539a3a303c0 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 16 Dec 2015 15:33:25 -0400 Subject: [feat] adapt to use cred-based authentication for smtp --- changes/next-changelog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index c359b4e2..64774d30 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -13,6 +13,8 @@ Features - `#7552 `_: Improve UI message and add some margin above the msg box. - `#7656 `_: Adapt to multi-user aware events. - `#4469 `_: Display randomly generated service token on the Help Window. +- Use cred-based authentication on SMTP. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 21a0e07ffccbee57fa02f20525441f96516132dc Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 21 Mar 2016 15:52:43 -0400 Subject: [bug] re-download smtp certificate if needed. the should_redownload function was only called if the pemfile was not present of the fs. - Resolves: #7869 --- changes/next-changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 64774d30..d07273ec 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -24,8 +24,10 @@ Bugfixes - `#7583 `_: Fix set_soledad_auth_token event callback signature. - `#7585 `_: Open email help link on browser. - `#7598 `_: Fix errback on InvalidAuthToken. -- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- `#7869 `_: Redownload smtp certificate if needed. - Do not translate 'https' text on QLabel. + +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. Misc -- cgit v1.2.3 From aefc5edec1d6bd693bae72235ab58312e49bb236 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 29 Mar 2016 12:58:14 -0400 Subject: [doc] add entry in next-changelog for the pixelated feature --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index d07273ec..b20efdc8 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -14,6 +14,7 @@ Features - `#7656 `_: Adapt to multi-user aware events. - `#4469 `_: Display randomly generated service token on the Help Window. - Use cred-based authentication on SMTP. +- Experimental support for the Pixelated WebMail. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 939fefc012213d3aa433caec47e2e0b19d64901e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 30 Mar 2016 13:51:01 +0200 Subject: [feat] Write service tokens to a file The thunderbird plugin will read the tokens from there. - Related: #6041 --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index b20efdc8..3240d2bb 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -13,6 +13,7 @@ Features - `#7552 `_: Improve UI message and add some margin above the msg box. - `#7656 `_: Adapt to multi-user aware events. - `#4469 `_: Display randomly generated service token on the Help Window. +- `#6041 `_: Write service tokens to a file to allow email clients to read them from there. - Use cred-based authentication on SMTP. - Experimental support for the Pixelated WebMail. -- cgit v1.2.3 From bfd8886e806468e42f0d8d7e9569ea83a62e522f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 18 Apr 2016 17:02:31 -0400 Subject: [docs] document bitmask.core in the changelog --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 3240d2bb..4f09b291 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -16,6 +16,7 @@ Features - `#6041 `_: Write service tokens to a file to allow email clients to read them from there. - Use cred-based authentication on SMTP. - Experimental support for the Pixelated WebMail. +- Ability to launch detached bitmask.core daemon, and a simplistic bitmask_cli. Not used by the main client yet. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From ca2e16bb9fbef938bc17b232e801d484d9602ec4 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 19 Apr 2016 12:09:43 -0400 Subject: [docs] add email prefs to changelog --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 4f09b291..ca74746f 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -16,6 +16,7 @@ Features - `#6041 `_: Write service tokens to a file to allow email clients to read them from there. - Use cred-based authentication on SMTP. - Experimental support for the Pixelated WebMail. +- Add email panel to preferences window. - Ability to launch detached bitmask.core daemon, and a simplistic bitmask_cli. Not used by the main client yet. - `#1234 `_: Description of the new feature corresponding with issue #1234. -- cgit v1.2.3 From f47416804ad2f88ba27aa032e0d2fc1c9fd314c8 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 25 Apr 2016 17:30:35 -0400 Subject: [docs] add logout segfault to known issues --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes/next-changelog.rst') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index ca74746f..8a5035ff 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -41,4 +41,5 @@ Misc Known Issues ~~~~~~~~~~~~ +- `#8057 `_: Logging out twice produces a segfault in Qt - `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3