Skip to content

Commit

Permalink
Add some ActiveSync related UPGRADING information.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 4, 2014
1 parent f283fc4 commit cda9b6d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions horde/docs/UPGRADING
Expand Up @@ -45,11 +45,16 @@ It is now possible to use X509 certificates either in addition to, or in place
of traditional HTTP Basic authentication for ActiveSync. Refer to the
ActiveSync configuration section for more details.

A new NoSQL driver is now available for storing ActiveSync device state. Refer
to the ActiveSync configuration section for more details.

The following options were added::

$conf['activesync']['logging']['level']
$conf['activesync']['auth']['type']
$conf['activesync']['auth']['params']
$conf['activesync']['storage']
$conf['activesync']['params']['driverconfig']
$conf['cachecssparams']['filemtime']


Expand All @@ -58,6 +63,17 @@ The available options for the following options were changed::
$conf['activesync']['logging']['type']


Hooks (hooks.php)
-----------------

New ActiveSync related hooks have been added:

activesync_create_device
activesync_device_check
activesync_device_modify

Read the comments at the top of the hooks.php file for descriptions of each
hook.

Upgrading Horde from 5.0.x to 5.1
=================================
Expand Down

0 comments on commit cda9b6d

Please sign in to comment.