Update SabreDAV from 1.8.9 to 1.8.10.
This commit is contained in:
@@ -12,7 +12,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class AbstractBackend implements BackendInterface {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface BackendInterface {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Sabre\CalDAV\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface NotificationSupport extends BackendInterface {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class PDO extends AbstractBackend {
|
||||
|
||||
|
||||
@@ -167,7 +167,7 @@ namespace Sabre\CalDAV\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface SharingSupport extends NotificationSupport {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Calendar implements ICalendar, DAV\IProperties, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\VObject;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class CalendarQueryParser {
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ use DateTime;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class CalendarQueryValidator {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAVACL\PrincipalBackend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class CalendarRootNode extends \Sabre\DAVACL\AbstractPrincipalCollection {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class InvalidComponentType extends DAV\Exception\Forbidden {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ use Sabre\VObject;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ICSExportPlugin extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface ICalendar extends DAV\ICollection {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface ICalendarObject extends DAV\IFile {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface IShareableCalendar extends ICalendar {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface ISharedCalendar extends ICalendar {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface ICollection extends DAV\ICollection {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Sabre\CalDAV\Notifications;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface INode {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface INotificationType extends DAV\PropertyInterface {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ use Sabre\DAVACL;
|
||||
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Node extends DAV\File implements INode, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Invite extends DAV\Property implements CalDAV\Notifications\INotificationType {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class InviteReply extends DAV\Property implements CalDAV\Notifications\INotificationType {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SystemStatus extends DAV\Property implements CalDAV\Notifications\INotificationType {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php
vendored
2
vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php
vendored
@@ -14,7 +14,7 @@ use Sabre\VObject;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Plugin extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Collection extends DAVACL\AbstractPrincipalCollection {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface IProxyRead extends DAVACL\IPrincipal {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface IProxyWrite extends DAVACL\IPrincipal {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ProxyRead implements IProxyRead {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ProxyWrite implements IProxyWrite {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class User extends DAVACL\Principal implements DAV\ICollection {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ use Sabre\DAV;
|
||||
* @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class AllowedSharingModes extends DAV\Property {
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ use Sabre\CalDAV;
|
||||
* @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Invite extends DAV\Property {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ScheduleCalendarTransp extends DAV\Property {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ use Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SupportedCalendarComponentSet extends DAV\Property {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\CalDAV\Plugin;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SupportedCalendarData extends DAV\Property {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SupportedCollationSet extends DAV\Property {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class IMip {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Sabre\CalDAV\Schedule;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface IOutbox extends \Sabre\DAV\ICollection, \Sabre\DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Outbox extends DAV\Collection implements IOutbox {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ShareableCalendar extends Calendar implements IShareableCalendar {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SharedCalendar extends Calendar implements ISharedCalendar {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SharingPlugin extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class UserCalendars implements DAV\IExtendedCollection, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Version {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class AddressBook extends DAV\Collection implements IAddressBook, DAV\IProperties, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class AddressBookQueryParser {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class AddressBookRoot extends DAVACL\AbstractPrincipalCollection {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Sabre\CardDAV\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class AbstractBackend implements BackendInterface {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace Sabre\CardDAV\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface BackendInterface {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class PDO extends AbstractBackend {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/CardDAV/Card.php
vendored
2
vendor/sabre/dav/lib/Sabre/CardDAV/Card.php
vendored
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Card extends DAV\File implements ICard, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface IAddressBook extends DAV\ICollection {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php
vendored
2
vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php
vendored
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface ICard extends DAV\IFile {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ namespace Sabre\CardDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface IDirectory extends IAddressBook {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\VObject;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Plugin extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\CardDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class SupportedAddressData extends DAV\Property {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAVACL;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class UserAddressBooks extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ use Sabre\VObject;
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @author Thomas Tanghus (http://tanghus.net/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class VCFExportPlugin extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\CardDAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Version {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ use Sabre\HTTP;
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author James David Low (http://jameslow.com/)
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class AbstractBasic implements BackendInterface {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class AbstractDigest implements BackendInterface {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Apache implements BackendInterface {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Sabre\DAV\Auth\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
interface BackendInterface {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class File extends AbstractDigest {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Auth\Backend;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class PDO extends AbstractDigest {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Plugin extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class GuessContentType extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class MapGetToPropFind extends DAV\ServerPlugin {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Plugin extends DAV\ServerPlugin {
|
||||
|
||||
@@ -374,7 +374,7 @@ class Plugin extends DAV\ServerPlugin {
|
||||
$html.=$output;
|
||||
|
||||
$html.= "</table>
|
||||
<address>Generated by SabreDAV " . $version . " (c)2007-2014 <a href=\"http://code.google.com/p/sabredav/\">http://code.google.com/p/sabredav/</a></address>
|
||||
<address>Generated by SabreDAV " . $version . " (c)2007-2014 <a href=\"http://sabre.io/\">http://sabre.io/</a></address>
|
||||
</body>
|
||||
</html>";
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/DAV/Client.php
vendored
2
vendor/sabre/dav/lib/Sabre/DAV/Client.php
vendored
@@ -12,7 +12,7 @@ namespace Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Client {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class Collection extends Node implements ICollection {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/DAV/Exception.php
vendored
2
vendor/sabre/dav/lib/Sabre/DAV/Exception.php
vendored
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
|
||||
namespace Sabre\DAV;
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class BadRequest extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Conflict extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ConflictingLock extends Locked {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Sabre\DAV\Exception;
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @deprecated Use Sabre\DAV\Exception\NotFound instead
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class FileNotFound extends NotFound {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Forbidden extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class InsufficientStorage extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class InvalidResourceType extends Forbidden {
|
||||
|
||||
|
||||
30
vendor/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php
vendored
Normal file
30
vendor/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
namespace Sabre\DAV\Exception;
|
||||
|
||||
use Sabre\DAV;
|
||||
|
||||
/**
|
||||
* LengthRequired
|
||||
*
|
||||
* This exception is thrown when a request was made that required a
|
||||
* Content-Length header, but did not contain one.
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class LengthRequired extends DAV\Exception {
|
||||
|
||||
/**
|
||||
* Returns the HTTP statuscode for this exception
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getHTTPCode() {
|
||||
|
||||
return 411;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class LockTokenMatchesRequestUri extends Conflict {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Locked extends DAV\Exception {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class MethodNotAllowed extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class NotAuthenticated extends DAV\Exception {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class NotFound extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class NotImplemented extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class PaymentRequired extends DAV\Exception {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class PreconditionFailed extends DAV\Exception {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ReportNotSupported extends Forbidden {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class RequestedRangeNotSatisfiable extends DAV\Exception {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @author Thomas Müller <thomas.mueller@tmit.eu>
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class ServiceUnavailable extends DAV\Exception {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Sabre\DAV\Exception;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class UnsupportedMediaType extends \Sabre\DAV\Exception {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Directory extends Node implements DAV\ICollection, DAV\IQuota {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/DAV/FS/File.php
vendored
2
vendor/sabre/dav/lib/Sabre/DAV/FS/File.php
vendored
@@ -9,7 +9,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class File extends Node implements DAV\IFile {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php
vendored
2
vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php
vendored
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class Node implements DAV\INode {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class Directory extends Node implements DAV\ICollection, DAV\IQuota {
|
||||
|
||||
|
||||
50
vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php
vendored
50
vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php
vendored
@@ -8,9 +8,9 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
class File extends Node implements DAV\PartialUpdate\IFile {
|
||||
class File extends Node implements DAV\PartialUpdate\IPatchSupport {
|
||||
|
||||
/**
|
||||
* Updates the data
|
||||
@@ -28,19 +28,47 @@ class File extends Node implements DAV\PartialUpdate\IFile {
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the data at a given offset
|
||||
* Updates the file based on a range specification.
|
||||
*
|
||||
* The data argument is a readable stream resource.
|
||||
* The offset argument is a 0-based offset where the data should be
|
||||
* written.
|
||||
* The first argument is the data, which is either a readable stream
|
||||
* resource or a string.
|
||||
*
|
||||
* param resource|string $data
|
||||
* @return void
|
||||
* The second argument is the type of update we're doing.
|
||||
* This is either:
|
||||
* * 1. append
|
||||
* * 2. update based on a start byte
|
||||
* * 3. update based on an end byte
|
||||
*;
|
||||
* The third argument is the start or end byte.
|
||||
*
|
||||
* After a successful put operation, you may choose to return an ETag. The
|
||||
* etag must always be surrounded by double-quotes. These quotes must
|
||||
* appear in the actual string you're returning.
|
||||
*
|
||||
* Clients may use the ETag from a PUT request to later on make sure that
|
||||
* when they update the file, the contents haven't changed in the mean
|
||||
* time.
|
||||
*
|
||||
* @param resource|string $data
|
||||
* @param int $rangeType
|
||||
* @param int $offset
|
||||
* @return string|null
|
||||
*/
|
||||
public function putRange($data, $offset) {
|
||||
public function patch($data, $rangeType, $offset = null) {
|
||||
|
||||
$f = fopen($this->path, 'c');
|
||||
fseek($f,$offset-1);
|
||||
switch($rangeType) {
|
||||
case 1 :
|
||||
$f = fopen($this->path, 'a');
|
||||
break;
|
||||
case 2 :
|
||||
$f = fopen($this->path, 'c');
|
||||
fseek($f,$offset);
|
||||
break;
|
||||
case 3 :
|
||||
$f = fopen($this->path, 'c');
|
||||
fseek($f, $offset, SEEK_END);
|
||||
break;
|
||||
}
|
||||
if (is_string($data)) {
|
||||
fwrite($f, $data);
|
||||
} else {
|
||||
|
||||
@@ -11,7 +11,7 @@ use Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class Node extends DAV\FS\Node implements DAV\IProperties {
|
||||
|
||||
|
||||
2
vendor/sabre/dav/lib/Sabre/DAV/File.php
vendored
2
vendor/sabre/dav/lib/Sabre/DAV/File.php
vendored
@@ -10,7 +10,7 @@ namespace Sabre\DAV;
|
||||
*
|
||||
* @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*/
|
||||
abstract class File extends Node implements IFile {
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user