The branch "master" has been updated. The following is a summary of the commits.
from: c0af714bb13a0a0c19d26938f170953fda6a69d1 5e5d0f0 Support for more EAS global errors sent via WBXML. deadce4 phpdoc/cs d048b5a Remove duplicative method call 8cab16c phpdoc c8d6c95 Add support for callbacks during early portions of request handling: 83c20cb Add (so far unenforced) device limit permission. 5abc578 This must be ===, the string is cast to boolean in the comparison. b3402e7 Parse error. Fix sending mail with attachments when using df5181c Remove unneeded logging. a767c12 Return proper status for the wbxml status reply. 1bd772a Add missing status return. ----------------------------------------------------------------------- commit 5e5d0f066a2d4c089443287e4f885c3492c16768 Author: Michael J Rubinsky <[email protected]> Date: Sun Apr 14 21:48:33 2013 -0400 Support for more EAS global errors sent via WBXML. framework/ActiveSync/lib/Horde/ActiveSync.php | 33 +++++- framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 4 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 7 + framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php | 5 + framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 7 + 5 files changed, 54 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5e5d0f066a2d4c089443287e4f885c3492c16768 ----------------------------------------------------------------------- commit deadce4d1b8884b598f622348e9285db3231e7d0 Author: Michael J Rubinsky <[email protected]> Date: Sun Apr 14 21:49:40 2013 -0400 phpdoc/cs framework/ActiveSync/lib/Horde/ActiveSync.php | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/deadce4d1b8884b598f622348e9285db3231e7d0 ----------------------------------------------------------------------- commit d048b5a83c04ec489b15fbbcfa2a8cd354a1d384 Author: Michael J Rubinsky <[email protected]> Date: Sun Apr 14 21:50:03 2013 -0400 Remove duplicative method call .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/d048b5a83c04ec489b15fbbcfa2a8cd354a1d384 ----------------------------------------------------------------------- commit 8cab16cf2903dd445519f9deed74c4b63365fa4e Author: Michael J Rubinsky <[email protected]> Date: Sun Apr 14 21:50:31 2013 -0400 phpdoc framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8cab16cf2903dd445519f9deed74c4b63365fa4e ----------------------------------------------------------------------- commit c8d6c95a86e28909c1417d5019e7eeb39dfd3859 Author: Michael J Rubinsky <[email protected]> Date: Sun Apr 14 21:51:18 2013 -0400 Add support for callbacks during early portions of request handling: 1) versionCallback: Will allow modification of supported version based on either devId or user. Must occur this early since version is cached by most clients. 2) createDeviceCallback: Allow to disallow adding a device to the user's account. Useful for limiting the device that connects, or limiting the number of devices etc... Both still need implementing in driver code, this just adds the hook. framework/ActiveSync/lib/Horde/ActiveSync.php | 28 ++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c8d6c95a86e28909c1417d5019e7eeb39dfd3859 ----------------------------------------------------------------------- commit 83c20cb6830c6cae0529d0ab0e59b69e13ee9b0c Author: Michael J Rubinsky <[email protected]> Date: Sun Apr 14 21:56:32 2013 -0400 Add (so far unenforced) device limit permission. horde/lib/Application.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/83c20cb6830c6cae0529d0ab0e59b69e13ee9b0c ----------------------------------------------------------------------- commit 5abc5786fb0bfe9c2f3e46bc44d9fac3e71433ea Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 15 00:46:00 2013 -0400 This must be ===, the string is cast to boolean in the comparison. framework/ActiveSync/lib/Horde/ActiveSync.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5abc5786fb0bfe9c2f3e46bc44d9fac3e71433ea ----------------------------------------------------------------------- commit b3402e709c244673d4f730b1d5966613ba6085ae Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 15 00:46:36 2013 -0400 Parse error. Fix sending mail with attachments when using framework/ActiveSync/lib/Horde/ActiveSync.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/b3402e709c244673d4f730b1d5966613ba6085ae ----------------------------------------------------------------------- commit df5181c30d865a521df995af674c7ceff98e25d8 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 15 00:46:51 2013 -0400 Remove unneeded logging. .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/df5181c30d865a521df995af674c7ceff98e25d8 ----------------------------------------------------------------------- commit a767c124a91b78e24ea13471300383b4e680dce8 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 15 00:48:41 2013 -0400 Return proper status for the wbxml status reply. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a767c124a91b78e24ea13471300383b4e680dce8 ----------------------------------------------------------------------- commit 1bd772a47987e2fe97bc1cff5251c1c0cfe0027d Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 15 00:51:21 2013 -0400 Add missing status return. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1bd772a47987e2fe97bc1cff5251c1c0cfe0027d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
