[commits] Horde branch master updated. 3861e2252ad011f18360a31721907f0aa9473888

Jan Schneider jan at horde.org
Tue Jan 26 21:46:44 UTC 2016


The branch "master" has been updated.
The following is a summary of the commits.

from: b9628ad4855c2b5382988b9d919805ab3e74b7e5

0b0a490 Avoid notice if we only have one set of address books.
ff37714 Fix saving address book prefs.
41b1c11 Tweak layout, HTML code.
fe3b1f3 Be more explicit about which password is what for.
a8595e8 Disable SSL hostname checks here too.
3bf6f3f [jan] Fix retrieving PGP keys from the keyserver with certain HTTP client backends.
cc271c8 Throw Horde_Crypt_Exception and return actual error.
718c4a7 [jan] Add Horde_Crypt_Pgp::pgpPacketInformationMultiple() and Horde_Crypt_Pgp_Backend_Binary::packetInfoMultiple() (Request #13190).
3861e22 [jan] Allow to import multiple PGP keys in a single PGP packet (Request #13190).

Summary: http://github.com/horde/horde/compare/b9628ad4855c2b5382988b9d919805ab3e74b7e5...3861e2252ad011f18360a31721907f0aa9473888

-----------------------------------------------------------------------

commit 0b0a49044f1d111f1e99b6fa2917ffe8c7da4688
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 12:30:12 2016 +0100

    Avoid notice if we only have one set of address books.

 framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/0b0a49044f1d111f1e99b6fa2917ffe8c7da4688

-----------------------------------------------------------------------

commit ff37714e38bca5cd7f12a9352fb16e336e96620c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 20:35:59 2016 +0100

    Fix saving address book prefs.
    
    They were stored correctly but not updated inside the current session.

 imp/lib/Prefs/Special/Sourceselect.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/ff37714e38bca5cd7f12a9352fb16e336e96620c

-----------------------------------------------------------------------

commit 41b1c116eae9513b28d9f252b247b9528647829d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 20:51:51 2016 +0100

    Tweak layout, HTML code.

 imp/lib/Prefs/Special/PgpPrivateKey.php |    2 +-
 imp/lib/Prefs/Special/PgpPublicKey.php  |    2 +-
 imp/templates/pgp/import_key.html.php   |   84 +++++++++-----------------
 imp/templates/smime/import_key.html.php |  102 +++++++++++-------------------
 4 files changed, 68 insertions(+), 122 deletions(-)

http://github.com/horde/horde/commit/41b1c116eae9513b28d9f252b247b9528647829d

-----------------------------------------------------------------------

commit fe3b1f3b88c02093bc0787f98434934debf31bc3
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 20:53:14 2016 +0100

    Be more explicit about which password is what for.
    
    I never understood this dialog and always entered the same password.

 imp/templates/smime/import_key.html.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/fe3b1f3b88c02093bc0787f98434934debf31bc3

-----------------------------------------------------------------------

commit a8595e872130a19583a493195d3582dff0cd7478
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 22:17:24 2016 +0100

    Disable SSL hostname checks here too.

 framework/Http/lib/Horde/Http/Request/PeclhttpBase.php |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/a8595e872130a19583a493195d3582dff0cd7478

-----------------------------------------------------------------------

commit 3bf6f3f93aabb3b1543516f0b59c52d110e06b66
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 22:37:37 2016 +0100

    [jan] Fix retrieving PGP keys from the keyserver with certain HTTP client backends.

 framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php |    2 +-
 framework/Crypt/package.xml                       |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/3bf6f3f93aabb3b1543516f0b59c52d110e06b66

-----------------------------------------------------------------------

commit cc271c88d973a9bf5944dc5f7fe37a2b3a30d9db
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 22:40:34 2016 +0100

    Throw Horde_Crypt_Exception and return actual error.

 framework/Crypt/lib/Horde/Crypt/Pgp.php                |   16 ++--
 framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php |   58 ++++++++--------
 2 files changed, 36 insertions(+), 38 deletions(-)

http://github.com/horde/horde/commit/cc271c88d973a9bf5944dc5f7fe37a2b3a30d9db

-----------------------------------------------------------------------

commit 718c4a789f2f0740e0defc97b46bae14bd853fe9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 22:44:36 2016 +0100

    [jan] Add Horde_Crypt_Pgp::pgpPacketInformationMultiple() and Horde_Crypt_Pgp_Backend_Binary::packetInfoMultiple() (Request #13190).

 framework/Crypt/lib/Horde/Crypt/Pgp.php                |   31 +++
 framework/Crypt/lib/Horde/Crypt/Pgp/Backend.php        |   15 ++
 framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php |  191 +++++++++-------
 framework/Crypt/package.xml                            |   14 +-
 4 files changed, 165 insertions(+), 86 deletions(-)

http://github.com/horde/horde/commit/718c4a789f2f0740e0defc97b46bae14bd853fe9

-----------------------------------------------------------------------

commit 3861e2252ad011f18360a31721907f0aa9473888
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 26 22:46:00 2016 +0100

    [jan] Allow to import multiple PGP keys in a single PGP packet (Request #13190).

 imp/docs/CHANGES      |    2 +
 imp/lib/Basic/Pgp.php |    9 +++--
 imp/lib/Pgp.php       |   85 +++++++++++++++++++++++++++++++++---------------
 imp/package.xml       |    4 ++-
 4 files changed, 69 insertions(+), 31 deletions(-)

http://github.com/horde/horde/commit/3861e2252ad011f18360a31721907f0aa9473888




More information about the commits mailing list