server/apps/dav/lib/CalDAV/Schedule
brad2014 8d8bcea1d8 Move dav.invitation_link_recipients from getSystemValue to getAppValue
Per @georgehrke change request for PR #12392, instead of setting
dav.invitation_link_recipients in the system config.php file, we
set it in the database table oc_appconfig.

Furthermore, the value of the config variable is always a string:
'yes' to include links in imip mail, 'no' to exclude them, or a
comma-separated list of email addresses and/or domains for which
they should be included.  If not specified in oc_appconfig, the
default is 'yes'.

Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
2019-07-31 12:55:50 -07:00
..
IMipPlugin.php Move dav.invitation_link_recipients from getSystemValue to getAppValue 2019-07-31 12:55:50 -07:00
Plugin.php overwrite Sabre/DAV's handler for calendar-user-type to report correct user type 2018-10-22 15:48:18 +02:00