[commits] Horde branch master updated. c8b6b723141ddd3fd79d3a4c28eeb6218950318e

Michael J. Rubinsky mrubinsk at horde.org
Mon Jan 6 00:38:16 UTC 2014


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

from: c3dfa959fb51be3577607ae3b218cf0485d1adee

aa9ed44 Add support for DocumentLibrary requests.
e4c421b Implement DocumentLibrary support in Core.
7f68406 Add missing files.
1e194f9 Update package.xml
c8b6b72 Update package.xml

Summary: http://github.com/horde/horde/compare/c3dfa959fb51be3577607ae3b218cf0485d1adee...c8b6b723141ddd3fd79d3a4c28eeb6218950318e

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

commit aa9ed4454620594d99b63e03ecf272b107f71e2a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 5 19:25:55 2014 -0500

    Add support for DocumentLibrary requests.
    
    Mimicks EAS' ability to browse/download resources specified by a UNC locator.
    
    For Horde, this basically means downloading files via the "files" API. Very few
    clients support this fully. My Note 3 allows only specifiying an explicit file (no folder browsing).
    
    Files should be specied as \\{backend}\{user}\path\to\file.txt where {backend is the gollem backend, e.g., 'file' so:
    
    \\file\mike\picture.png
    
    Of course, this relies on the gollem/files API to actually work - which is currently missing perms checks.

 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |   27 ++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php      |   28 ++++-
 framework/ActiveSync/package.xml                                  |   10 +-
 3 files changed, 53 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/aa9ed4454620594d99b63e03ecf272b107f71e2a
http://git.horde.org/horde-git/-/commit/aa9ed4454620594d99b63e03ecf272b107f71e2a

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

commit e4c421b6bbbe1e3341aacb4f9aa5369cb9f8e1b3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 5 19:32:49 2014 -0500

    Implement DocumentLibrary support in Core.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   79 ++++++++++++++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php    |   13 ++-
 2 files changed, 90 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/e4c421b6bbbe1e3341aacb4f9aa5369cb9f8e1b3
http://git.horde.org/horde-git/-/commit/e4c421b6bbbe1e3341aacb4f9aa5369cb9f8e1b3

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

commit 7f684064b668bf5875b742c58a339ea8b574323f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 5 19:33:09 2014 -0500

    Add missing files.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Document.php    |   54 ++++
 .../ActiveSync/lib/Horde/ActiveSync/Message/DocumentLibrary.php   |   63 +++++
 2 files changed, 117 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/Document.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/DocumentLibrary.php

http://github.com/horde/horde/commit/7f684064b668bf5875b742c58a339ea8b574323f
http://git.horde.org/horde-git/-/commit/7f684064b668bf5875b742c58a339ea8b574323f

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

commit 1e194f941be7cd9ef0697fcaf6598e94f2215ec0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 5 19:35:48 2014 -0500

    Update package.xml

 framework/ActiveSync/package.xml |   10 ++++++----
 framework/Core/package.xml       |    2 ++
 2 files changed, 8 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/1e194f941be7cd9ef0697fcaf6598e94f2215ec0
http://git.horde.org/horde-git/-/commit/1e194f941be7cd9ef0697fcaf6598e94f2215ec0

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

commit c8b6b723141ddd3fd79d3a4c28eeb6218950318e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 5 19:37:09 2014 -0500

    Update package.xml

 framework/Core/package.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/c8b6b723141ddd3fd79d3a4c28eeb6218950318e
http://git.horde.org/horde-git/-/commit/c8b6b723141ddd3fd79d3a4c28eeb6218950318e




More information about the commits mailing list