File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
apps/dav/composer/composer Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 143143 'OCA \\DAV \\Connector \\LegacyDAVACL ' => $ baseDir . '/../lib/Connector/LegacyDAVACL.php ' ,
144144 'OCA \\DAV \\Connector \\PublicAuth ' => $ baseDir . '/../lib/Connector/PublicAuth.php ' ,
145145 'OCA \\DAV \\Connector \\Sabre \\AnonymousOptionsPlugin ' => $ baseDir . '/../lib/Connector/Sabre/AnonymousOptionsPlugin.php ' ,
146+ 'OCA \\DAV \\Connector \\Sabre \\AppleQuirksPlugin ' => $ baseDir . '/../lib/Connector/Sabre/AppleQuirksPlugin.php ' ,
146147 'OCA \\DAV \\Connector \\Sabre \\Auth ' => $ baseDir . '/../lib/Connector/Sabre/Auth.php ' ,
147148 'OCA \\DAV \\Connector \\Sabre \\BearerAuth ' => $ baseDir . '/../lib/Connector/Sabre/BearerAuth.php ' ,
148149 'OCA \\DAV \\Connector \\Sabre \\BlockLegacyClientPlugin ' => $ baseDir . '/../lib/Connector/Sabre/BlockLegacyClientPlugin.php ' ,
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ class ComposerStaticInitDAV
158158 'OCA \\DAV \\Connector \\LegacyDAVACL ' => __DIR__ . '/.. ' . '/../lib/Connector/LegacyDAVACL.php ' ,
159159 'OCA \\DAV \\Connector \\PublicAuth ' => __DIR__ . '/.. ' . '/../lib/Connector/PublicAuth.php ' ,
160160 'OCA \\DAV \\Connector \\Sabre \\AnonymousOptionsPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/AnonymousOptionsPlugin.php ' ,
161+ 'OCA \\DAV \\Connector \\Sabre \\AppleQuirksPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/AppleQuirksPlugin.php ' ,
161162 'OCA \\DAV \\Connector \\Sabre \\Auth ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/Auth.php ' ,
162163 'OCA \\DAV \\Connector \\Sabre \\BearerAuth ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/BearerAuth.php ' ,
163164 'OCA \\DAV \\Connector \\Sabre \\BlockLegacyClientPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/BlockLegacyClientPlugin.php ' ,
You can’t perform that action at this time.
0 commit comments