The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits.
from: 7e7dc71be9930abf8e54496885b40b958f958af6 d274597 This exception isn't thrown from this code path. 0a1c554 Fix phpdoc. This has always been passed a folder object, not id. 8ebbf40 phpdoc 24fdfb4 Treat permission errors as folder vanished errors when checking for changes. Summary: https://github.com/horde/ActiveSync/compare/7e7dc71be993...24fdfb4e3c15 ----------------------------------------------------------------------- commit d274597e02455a6e4279a9bd4bf267a4b7cb0e7a Author: Michael J Rubinsky <[email protected]> Date: Sun, 12 Nov 2017 20:58:14 -0500 This exception isn't thrown from this code path. M lib/Horde/ActiveSync/Request/Sync.php https://github.com/horde/ActiveSync/commit/d274597e02455a6e4279a9bd4bf267a4b7cb0e7a ----------------------------------------------------------------------- commit 0a1c554fde48c956bab9cc27185738a108c63c90 Author: Michael J Rubinsky <[email protected]> Date: Sun, 12 Nov 2017 20:58:23 -0500 Fix phpdoc. This has always been passed a folder object, not id. M lib/Horde/ActiveSync/Driver/Base.php https://github.com/horde/ActiveSync/commit/0a1c554fde48c956bab9cc27185738a108c63c90 ----------------------------------------------------------------------- commit 8ebbf4023f4dc7d3d0bc76119ff6b82e3db6ab5e Author: Michael J Rubinsky <[email protected]> Date: Sun, 12 Nov 2017 20:58:34 -0500 phpdoc M lib/Horde/ActiveSync/Request/Sync.php https://github.com/horde/ActiveSync/commit/8ebbf4023f4dc7d3d0bc76119ff6b82e3db6ab5e ----------------------------------------------------------------------- commit 24fdfb4e3c15cf62b780f64694132d740c08af3e Author: Michael J Rubinsky <[email protected]> Date: Sun, 12 Nov 2017 20:58:50 -0500 Treat permission errors as folder vanished errors when checking for changes. >From the perspective of the client, at this point, both of these cases are the same - the folder is no longer available, so we need to perform a resync. For Horde 6, this should be handled by having application APIs be responsible for returning more explicit errors in these cases. M lib/Horde/ActiveSync/State/Base.php https://github.com/horde/ActiveSync/commit/24fdfb4e3c15cf62b780f64694132d740c08af3e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
