server/apps/dav/tests/unit
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
..
AppInfo Add all parameters to returnValueMap 2018-01-31 14:15:12 +01:00
Avatars Fix avatarHome 2018-01-16 15:37:47 +01:00
BackgroundJob Add Repair step to regenerate birthday calendar 2019-02-16 16:19:22 +01:00
CalDAV Move dav.invitation_link_recipients from getSystemValue to getAppValue 2019-07-31 12:55:50 -07:00
CardDAV Add Repair step to regenerate birthday calendar 2019-02-16 16:19:22 +01:00
Command Handle moving calendar to an user who already has the share 2019-01-16 13:58:34 +01:00
Comments Update license headers 2017-11-06 16:56:19 +01:00
Connector Fix unit tests 2019-02-22 09:08:53 +01:00
Controller Also shorten the name of the invitation tokens 2018-07-12 12:11:11 +02:00
DAV check anonymous OPTIONS requests file in root (not in subdir) 2019-01-04 18:42:42 +00:00
Direct Add tests for DirectFile and DirectHome 2018-04-26 10:35:37 +02:00
Files adjust tests 2018-02-07 14:55:50 +01:00
Migration Add Repair step to regenerate birthday calendar 2019-02-16 16:19:22 +01:00
Provisioning/Apple Add Apple Provisioning profile 2019-01-30 19:50:02 +01:00
Settings Add groupware settings section 2018-06-27 19:16:21 +02:00
SystemTag Fix "Undefined method setExpectedException()" 2018-01-24 18:10:16 +01:00
Upload Handle OC-Total-Length in new chunking 2017-12-15 14:46:36 +01:00
bootstrap.php Require PHPUnit 6.5 or higher 2018-01-24 17:23:59 +01:00
CapabilitiesTest.php Update license headers 2017-11-06 16:56:19 +01:00
phpunit.xml Adding AvatarHomeTest 2017-03-29 00:04:29 +02:00
ServerTest.php CalDAV and CardDAV plugins need to be registered for the principals collection as well 2018-05-27 20:51:36 +02:00