diff --git a/autoload.php b/autoload.php index 20991843..9063a1e3 100644 --- a/autoload.php +++ b/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInitcc785212584c5b126e08c4edfd274300::getLoader(); +return ComposerAutoloaderInite74b4316c3262a1612fa2917f82871a7::getLoader(); diff --git a/composer.json b/composer.json index a3a0c09d..b1a070d6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "sabre/dav" : "1.8.10", + "sabre/dav" : "1.8.12", "doctrine/dbal": "2.5.0", "mcnetic/phpzipstreamer": "dev-master", "kriswallsmith/assetic": "1.2.*@dev", diff --git a/composer.lock b/composer.lock index b6c832a5..ba50a069 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "bc4a7bb25e438a7a6f20b0e4af7c938d", + "hash": "f081d428c1941871a57782c92d01287d", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -958,7 +958,7 @@ "reference": "master" }, "type": "library", - "time": "2014-04-04 10:55:12" + "time": "2015-01-01 13:17:44" }, { "name": "mrclay/minify", @@ -1540,16 +1540,16 @@ }, { "name": "sabre/dav", - "version": "1.8.10", + "version": "1.8.12", "source": { "type": "git", "url": "https://github.com/fruux/sabre-dav.git", - "reference": "0d064536ed3c7974e486b6ebb5b17ad7a974fe18" + "reference": "78b0a55ae126666b49ec9ac88582d453b971967d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/0d064536ed3c7974e486b6ebb5b17ad7a974fe18", - "reference": "0d064536ed3c7974e486b6ebb5b17ad7a974fe18", + "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/78b0a55ae126666b49ec9ac88582d453b971967d", + "reference": "78b0a55ae126666b49ec9ac88582d453b971967d", "shasum": "" }, "require": { @@ -1611,7 +1611,7 @@ "framework", "iCalendar" ], - "time": "2014-05-16 00:14:02" + "time": "2015-01-21 21:01:09" }, { "name": "sabre/vobject", @@ -1904,7 +1904,6 @@ "pear/pear_exception": 20 }, "prefer-stable": false, - "prefer-lowest": false, "platform": [], "platform-dev": [] } diff --git a/composer/autoload_real.php b/composer/autoload_real.php index 28a7b691..293f333a 100644 --- a/composer/autoload_real.php +++ b/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitcc785212584c5b126e08c4edfd274300 +class ComposerAutoloaderInite74b4316c3262a1612fa2917f82871a7 { private static $loader; @@ -19,9 +19,9 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitcc785212584c5b126e08c4edfd274300', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInite74b4316c3262a1612fa2917f82871a7', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInitcc785212584c5b126e08c4edfd274300', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInite74b4316c3262a1612fa2917f82871a7', 'loadClassLoader')); $includePaths = require __DIR__ . '/include_paths.php'; array_push($includePaths, get_include_path()); @@ -46,14 +46,14 @@ public static function getLoader() $includeFiles = require __DIR__ . '/autoload_files.php'; foreach ($includeFiles as $file) { - composerRequirecc785212584c5b126e08c4edfd274300($file); + composerRequiree74b4316c3262a1612fa2917f82871a7($file); } return $loader; } } -function composerRequirecc785212584c5b126e08c4edfd274300($file) +function composerRequiree74b4316c3262a1612fa2917f82871a7($file) { require $file; } diff --git a/composer/installed.json b/composer/installed.json index cb681f78..be9163ad 100644 --- a/composer/installed.json +++ b/composer/installed.json @@ -339,83 +339,6 @@ "x509" ] }, - { - "name": "sabre/dav", - "version": "1.8.10", - "version_normalized": "1.8.10.0", - "source": { - "type": "git", - "url": "https://github.com/fruux/sabre-dav.git", - "reference": "0d064536ed3c7974e486b6ebb5b17ad7a974fe18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/0d064536ed3c7974e486b6ebb5b17ad7a974fe18", - "reference": "0d064536ed3c7974e486b6ebb5b17ad7a974fe18", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-date": "*", - "ext-dom": "*", - "ext-iconv": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-pcre": "*", - "ext-simplexml": "*", - "ext-spl": "*", - "php": ">=5.3.1", - "sabre/vobject": "~2.1.0" - }, - "provide": { - "evert/sabredav": "1.7.*" - }, - "require-dev": { - "evert/phpdoc-md": "~0.0.7", - "phpunit/phpunit": "~4.0.0" - }, - "suggest": { - "ext-apc": "*", - "ext-curl": "*", - "ext-pdo": "*" - }, - "time": "2014-05-16 00:14:02", - "bin": [ - "bin/sabredav" - ], - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-0": { - "Sabre\\DAV": "lib/", - "Sabre\\HTTP": "lib/", - "Sabre\\DAVACL": "lib/", - "Sabre\\CalDAV": "lib/", - "Sabre\\CardDAV": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Evert Pot", - "email": "me@evertpot.com", - "homepage": "http://evertpot.com/", - "role": "Developer" - } - ], - "description": "WebDAV Framework for PHP", - "homepage": "http://code.google.com/p/sabredav/", - "keywords": [ - "CalDAV", - "CardDAV", - "WebDAV", - "framework", - "iCalendar" - ] - }, { "name": "symfony/event-dispatcher", "version": "v2.5.0", @@ -1950,5 +1873,82 @@ "persistence", "queryobject" ] + }, + { + "name": "sabre/dav", + "version": "1.8.12", + "version_normalized": "1.8.12.0", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-dav.git", + "reference": "78b0a55ae126666b49ec9ac88582d453b971967d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/78b0a55ae126666b49ec9ac88582d453b971967d", + "reference": "78b0a55ae126666b49ec9ac88582d453b971967d", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-date": "*", + "ext-dom": "*", + "ext-iconv": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-simplexml": "*", + "ext-spl": "*", + "php": ">=5.3.1", + "sabre/vobject": "~2.1.0" + }, + "provide": { + "evert/sabredav": "1.7.*" + }, + "require-dev": { + "evert/phpdoc-md": "~0.0.7", + "phpunit/phpunit": "~4.0.0" + }, + "suggest": { + "ext-apc": "*", + "ext-curl": "*", + "ext-pdo": "*" + }, + "time": "2015-01-21 21:01:09", + "bin": [ + "bin/sabredav" + ], + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Sabre\\DAV": "lib/", + "Sabre\\HTTP": "lib/", + "Sabre\\DAVACL": "lib/", + "Sabre\\CalDAV": "lib/", + "Sabre\\CardDAV": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "me@evertpot.com", + "homepage": "http://evertpot.com/", + "role": "Developer" + } + ], + "description": "WebDAV Framework for PHP", + "homepage": "http://code.google.com/p/sabredav/", + "keywords": [ + "CalDAV", + "CardDAV", + "WebDAV", + "framework", + "iCalendar" + ] } ] diff --git a/sabre/dav/.travis.yml b/sabre/dav/.travis.yml index 9c98702f..a9620cae 100644 --- a/sabre/dav/.travis.yml +++ b/sabre/dav/.travis.yml @@ -8,21 +8,26 @@ php: - hhvm matrix: + fast_finish: true allow_failures: - - php: 5.6 - php: hhvm +env: + matrix: + - VOBJECT=2 LOWEST_DEPS="" + - VOBJECT=2 LOWEST_DEPS="--prefer-lowest" + - VOBJECT=3 LOWEST_DEPS="" + - VOBJECT=3 LOWEST_DEPS="--prefer-lowest" + services: - mysql + before_script: - mysql -e 'create database sabredav' - composer self-update - - composer install --prefer-source -# - echo "zend.enable_gc=0" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` + - if [ "$VOBJECT" == "3" ]; then cp tests/composer.vobject3.json composer.json; fi + - composer update --prefer-source $LOWEST_DEPS script: - phpunit --configuration tests/phpunit.xml - - cp tests/composer.vobject3.json composer.json - - composer update --no-dev - - phpunit --configuration tests/phpunit.xml diff --git a/sabre/dav/ChangeLog b/sabre/dav/ChangeLog index 92fe1a23..6b41f1d4 100644 --- a/sabre/dav/ChangeLog +++ b/sabre/dav/ChangeLog @@ -1,3 +1,13 @@ +1.8.12-stable (2015-01-21) + * The zip release ships with sabre/vobject 2.1.7. + * #568: Support empty usernames and passwords in basic auth. + +1.8.11-stable (2014-12-10) + * The zip release ships with sabre/vobject 2.1.6. + * Updated: MySQL database schema optimized by using more efficient column + types. + * #516: The DAV client will now only redirect to HTTP and HTTPS urls. + 1.8.10-stable (2014-05-15) * The zip release ships with sabre/vobject 2.1.4. * includes changes from version 1.7.12. @@ -61,7 +71,8 @@ * Added: The Proxy principal classes now both implement an interface, for greater flexiblity. -1.7.13-stable (????-??-??) +1.7.13-stable (2014-07-28) + * The zip release ships with sabre/vobject 2.1.4. * Changed: Removed phing and went with a custom build script for now. 1.7.12-stable (2014-05-15) diff --git a/sabre/dav/LICENSE b/sabre/dav/LICENSE index 7435c19f..5fd5618d 100644 --- a/sabre/dav/LICENSE +++ b/sabre/dav/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). +Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). All rights reserved. diff --git a/sabre/dav/examples/sql/mysql.addressbook.sql b/sabre/dav/examples/sql/mysql.addressbook.sql index f603ad4c..e8047db5 100644 --- a/sabre/dav/examples/sql/mysql.addressbook.sql +++ b/sabre/dav/examples/sql/mysql.addressbook.sql @@ -5,7 +5,7 @@ CREATE TABLE addressbooks ( uri VARCHAR(200), description TEXT, ctag INT(11) UNSIGNED NOT NULL DEFAULT '1', - UNIQUE(principaluri, uri) + UNIQUE(principaluri(100), uri(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; CREATE TABLE cards ( diff --git a/sabre/dav/examples/sql/mysql.calendars.sql b/sabre/dav/examples/sql/mysql.calendars.sql index a8eb102d..86ee4d82 100644 --- a/sabre/dav/examples/sql/mysql.calendars.sql +++ b/sabre/dav/examples/sql/mysql.calendars.sql @@ -1,12 +1,12 @@ CREATE TABLE calendarobjects ( id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, calendardata MEDIUMBLOB, - uri VARCHAR(200), + uri VARBINARY(200), calendarid INTEGER UNSIGNED NOT NULL, lastmodified INT(11) UNSIGNED, - etag VARCHAR(32), + etag VARBINARY(32), size INT(11) UNSIGNED NOT NULL, - componenttype VARCHAR(8), + componenttype VARBINARY(8), firstoccurence INT(11) UNSIGNED, lastoccurence INT(11) UNSIGNED, UNIQUE(calendarid, uri) @@ -14,15 +14,15 @@ CREATE TABLE calendarobjects ( CREATE TABLE calendars ( id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, - principaluri VARCHAR(100), + principaluri VARBINARY(100), displayname VARCHAR(100), - uri VARCHAR(200), + uri VARBINARY(200), ctag INTEGER UNSIGNED NOT NULL DEFAULT '0', description TEXT, calendarorder INTEGER UNSIGNED NOT NULL DEFAULT '0', - calendarcolor VARCHAR(10), + calendarcolor VARBINARY(10), timezone TEXT, - components VARCHAR(20), + components VARBINARY(20), transparent TINYINT(1) NOT NULL DEFAULT '0', UNIQUE(principaluri, uri) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; diff --git a/sabre/dav/examples/sql/mysql.locks.sql b/sabre/dav/examples/sql/mysql.locks.sql index cf3caf4f..6dda3db1 100644 --- a/sabre/dav/examples/sql/mysql.locks.sql +++ b/sabre/dav/examples/sql/mysql.locks.sql @@ -3,11 +3,11 @@ CREATE TABLE locks ( owner VARCHAR(100), timeout INTEGER UNSIGNED, created INTEGER, - token VARCHAR(100), + token VARBINARY(100), scope TINYINT, depth TINYINT, - uri VARCHAR(1000), + uri VARBINARY(1000), INDEX(token), - INDEX(uri) + INDEX(uri(100)) ); diff --git a/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php b/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php index c83409ea..06fdbd9a 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php +++ b/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php @@ -10,7 +10,7 @@ * * Checkout the BackendInterface for all the methods that must be implemented. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php b/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php index 0dc31e5f..e2a03424 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php +++ b/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php @@ -5,7 +5,7 @@ /** * Every CalDAV backend must at least implement this interface. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php b/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php index 96533ad6..0145dfb3 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php +++ b/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php @@ -16,7 +16,7 @@ * * The primary usecase is to allow for calendar-sharing. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php b/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php index 2e93a7b2..5f8a3291 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php +++ b/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php @@ -12,7 +12,7 @@ * This backend is used to store calendar-data in a PDO database, such as * sqlite or MySQL * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php b/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php index 4538fa5b..2d1e3662 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php +++ b/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php @@ -165,7 +165,7 @@ * the backend, the SharingPlugin automatically injects it and assumes both * features are available. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Calendar.php b/sabre/dav/lib/Sabre/CalDAV/Calendar.php index 74fa15bb..99a4365f 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Calendar.php +++ b/sabre/dav/lib/Sabre/CalDAV/Calendar.php @@ -11,7 +11,7 @@ * A calendar can contain multiple TODO and or Events. These are represented * as \Sabre\CalDAV\CalendarObject objects. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php b/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php index 2b9d2877..3a075810 100644 --- a/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php +++ b/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php @@ -5,7 +5,7 @@ /** * The CalendarObject represents a single VEVENT or VTODO within a Calendar. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php b/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php index 0a347240..1b933983 100644 --- a/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php +++ b/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php @@ -10,7 +10,7 @@ * Whoever designed this format, and the CalDAV equivalent even more so, * has no feel for design. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php b/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php index 494aed1a..c9cb4633 100644 --- a/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php +++ b/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php @@ -14,7 +14,7 @@ * This is used to determine which icalendar objects should be returned for a * calendar-query REPORT request. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php b/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php index 4f72ad44..905155a6 100644 --- a/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php +++ b/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php @@ -10,7 +10,7 @@ * This object is responsible for generating a list of calendar-homes for each * user. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php b/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php index f2a64e33..9c92672b 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php +++ b/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php @@ -8,7 +8,7 @@ /** * InvalidComponentType * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php b/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php index bba7fbd5..8e1c4f2a 100644 --- a/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php +++ b/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php @@ -12,7 +12,7 @@ * This is useful for clients that don't support CalDAV yet. They often do * support ics files. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/ICalendar.php b/sabre/dav/lib/Sabre/CalDAV/ICalendar.php index 0f054704..c56a81a1 100644 --- a/sabre/dav/lib/Sabre/CalDAV/ICalendar.php +++ b/sabre/dav/lib/Sabre/CalDAV/ICalendar.php @@ -8,7 +8,7 @@ * * Implement this interface to allow a node to be recognized as an calendar. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php b/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php index 0776abff..fc9c2aa6 100644 --- a/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php +++ b/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php @@ -11,7 +11,7 @@ * * Calendar objects are resources such as Events, Todo's or Journals. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php b/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php index 4dd62e5c..7420d94f 100644 --- a/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php +++ b/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php @@ -5,7 +5,7 @@ /** * This interface represents a Calendar that can be shared with other users. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php b/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php index 917d1c49..72687e56 100644 --- a/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php +++ b/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php @@ -5,7 +5,7 @@ /** * This interface represents a Calendar that is shared by a different user. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php index 028b00d8..6be6be44 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php @@ -16,7 +16,7 @@ * This collection should only return Sabre\CalDAV\Notifications\INode nodes as * its children. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php index 26e13b21..99324648 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php @@ -14,7 +14,7 @@ * This collection should only return Sabre\CalDAV\Notifications\INode nodes as * its children. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php index cd7fc579..983e4193 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php @@ -12,7 +12,7 @@ * For a complete example, check out the Notification class, which contains * some helper functions. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php index b646399b..17c8addd 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php @@ -6,7 +6,7 @@ /** * This interface reflects a single notification type. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php index 6367e938..2fbbc1db 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php @@ -13,7 +13,7 @@ * MUST return an xml document that matches the requirements of the * 'caldav-notifications.txt' spec. - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php index 8d6974d4..72f82e2b 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php @@ -9,7 +9,7 @@ /** * This class represents the cs:invite-notification notification element. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php index e4075134..a7ec277e 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php @@ -9,7 +9,7 @@ /** * This class represents the cs:invite-reply notification element. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php b/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php index 608892da..4c162c03 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php +++ b/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php @@ -11,7 +11,7 @@ * This notification can be used to indicate to the user that the system is * down. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Plugin.php b/sabre/dav/lib/Sabre/CalDAV/Plugin.php index 61092938..2dba561f 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Plugin.php +++ b/sabre/dav/lib/Sabre/CalDAV/Plugin.php @@ -12,7 +12,7 @@ * This plugin provides functionality added by CalDAV (RFC 4791) * It implements new reports, and the MKCALENDAR method. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php b/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php index 8a747a64..8de530bc 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php +++ b/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php @@ -11,7 +11,7 @@ * calendar-proxy-write sub-principals, as defined by the caldav-proxy * specification. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php b/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php index 548411fa..7fabc00a 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php +++ b/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php @@ -10,7 +10,7 @@ * Any principal node implementing this interface will be picked up as a 'proxy * principal group'. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php b/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php index f0e6e47c..c22dffc1 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php +++ b/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php @@ -10,7 +10,7 @@ * Any principal node implementing this interface will be picked up as a 'proxy * principal group'. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php b/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php index 62f66b98..746573fc 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php +++ b/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php @@ -11,7 +11,7 @@ * This is needed to implement 'Calendar delegation' support. This class is * instantiated by User. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php b/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php index 02cd81f7..2a9c6630 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php +++ b/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php @@ -11,7 +11,7 @@ * This is needed to implement 'Calendar delegation' support. This class is * instantiated by User. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Principal/User.php b/sabre/dav/lib/Sabre/CalDAV/Principal/User.php index 6f3ccb86..cdb04dd2 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Principal/User.php +++ b/sabre/dav/lib/Sabre/CalDAV/Principal/User.php @@ -11,7 +11,7 @@ * collection and returns the caldav-proxy-read and caldav-proxy-write child * principals. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php b/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php index ca8312d4..08bf2448 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php +++ b/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php @@ -16,7 +16,7 @@ * such as VEVENT, VTODO * * @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php b/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php index 86ef69e8..7b91c335 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php +++ b/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php @@ -14,7 +14,7 @@ * namespace. * * @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php b/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php index 7f12d758..00f54174 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php +++ b/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php @@ -15,7 +15,7 @@ * means that this calendar will not be taken into consideration when a * different user queries for free-busy information. If it's 'opaque', it will. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php b/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php index 2538fa45..d526bab1 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php +++ b/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php @@ -12,7 +12,7 @@ * property in the CalDAV namespace. It simply requires an array of components, * such as VEVENT, VTODO * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php b/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php index efab80a9..5c105f88 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php +++ b/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php @@ -11,7 +11,7 @@ * in the CalDAV namespace. SabreDAV only has support for text/calendar;2.0 * so the value is currently hardcoded. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php b/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php index 63c37fe5..b05e376c 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php +++ b/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php @@ -9,7 +9,7 @@ * This property is a representation of the supported-collation-set property * in the CalDAV namespace. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php b/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php index b2b0d98b..8be0f5c8 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php +++ b/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php @@ -15,7 +15,7 @@ * If you want to customize the email that gets sent out, you can do so by * extending this class and overriding the sendMessage method. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php b/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php index 7341eaa8..d8ce1729 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php +++ b/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php @@ -6,7 +6,7 @@ * Implement this interface to have a node be recognized as a CalDAV scheduling * outbox. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php b/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php index cf4500f6..4c04f9ff 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php +++ b/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php @@ -12,7 +12,7 @@ * free-busy requests. This functionality is completely handled by the * Scheduling plugin, so this object is actually mostly static. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php b/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php index cabf7eb9..51ae8082 100644 --- a/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php +++ b/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php @@ -6,7 +6,7 @@ * This object represents a CalDAV calendar that can be shared with other * users. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php b/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php index 79eda43a..021d7d23 100644 --- a/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php +++ b/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php @@ -7,7 +7,7 @@ /** * This object represents a CalDAV calendar that is shared by a different user. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php b/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php index e869cb27..fe340b93 100644 --- a/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php +++ b/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php @@ -16,7 +16,7 @@ * Note: This feature is experimental, and may change in between different * SabreDAV versions. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php b/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php index 6e700eb0..e2bc36f3 100644 --- a/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php +++ b/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php @@ -8,7 +8,7 @@ /** * The UserCalenders class contains all calendars associated to one user * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CalDAV/Version.php b/sabre/dav/lib/Sabre/CalDAV/Version.php index f30fc20e..971326ab 100644 --- a/sabre/dav/lib/Sabre/CalDAV/Version.php +++ b/sabre/dav/lib/Sabre/CalDAV/Version.php @@ -5,7 +5,7 @@ /** * This class contains the Sabre\CalDAV version constants. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/AddressBook.php b/sabre/dav/lib/Sabre/CardDAV/AddressBook.php index 399f38e8..35f78a84 100644 --- a/sabre/dav/lib/Sabre/CardDAV/AddressBook.php +++ b/sabre/dav/lib/Sabre/CardDAV/AddressBook.php @@ -10,7 +10,7 @@ * * The AddressBook can contain multiple vcards * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php b/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php index 3277d98b..0fefba62 100644 --- a/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php +++ b/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php @@ -10,7 +10,7 @@ * Whoever designed this format, and the CalDAV equivalent even more so, * has no feel for design. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php b/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php index 789abbc5..b58648b8 100644 --- a/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php +++ b/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php @@ -9,7 +9,7 @@ * * This object lists a collection of users, which can contain addressbooks. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php b/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php index 46909efe..f8addd0d 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php +++ b/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php @@ -9,7 +9,7 @@ * * This class doesn't do much, but it was added for consistency. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php b/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php index 982da3a0..935760d7 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php +++ b/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php @@ -11,7 +11,7 @@ * class. The value of the addressBookId is completely up to you, it can be any * arbitrary value you can use as an unique identifier. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php b/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php index 67e0ae3a..5d839b19 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php +++ b/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php @@ -10,7 +10,7 @@ * * This CardDAV backend uses PDO to store addressbooks * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/Card.php b/sabre/dav/lib/Sabre/CardDAV/Card.php index cc65f760..16834ea3 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Card.php +++ b/sabre/dav/lib/Sabre/CardDAV/Card.php @@ -9,7 +9,7 @@ /** * The Card object represents a single Card from an addressbook * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php b/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php index e9e990cb..af9e88d8 100644 --- a/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php +++ b/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php @@ -9,7 +9,7 @@ * * Implement this interface to allow a node to be recognized as an addressbook. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/ICard.php b/sabre/dav/lib/Sabre/CardDAV/ICard.php index e9a63313..558852b5 100644 --- a/sabre/dav/lib/Sabre/CardDAV/ICard.php +++ b/sabre/dav/lib/Sabre/CardDAV/ICard.php @@ -10,7 +10,7 @@ * Extend the ICard interface to allow your custom nodes to be picked up as * 'Cards'. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/IDirectory.php b/sabre/dav/lib/Sabre/CardDAV/IDirectory.php index c2774cb4..70aee55b 100644 --- a/sabre/dav/lib/Sabre/CardDAV/IDirectory.php +++ b/sabre/dav/lib/Sabre/CardDAV/IDirectory.php @@ -11,7 +11,7 @@ * A full description can be found in the IETF draft: * - draft-daboo-carddav-directory-gateway * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/Plugin.php b/sabre/dav/lib/Sabre/CardDAV/Plugin.php index 71a61fef..3e0550c0 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Plugin.php +++ b/sabre/dav/lib/Sabre/CardDAV/Plugin.php @@ -11,7 +11,7 @@ * * The CardDAV plugin adds CardDAV functionality to the WebDAV server * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php b/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php index 9d8dd2e6..39433234 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php +++ b/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php @@ -11,7 +11,7 @@ * This property is a representation of the supported-address-data property * in the CardDAV namespace. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php b/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php index b4af8614..a9d4100b 100644 --- a/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php +++ b/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php @@ -10,7 +10,7 @@ * * The UserAddressBooks collection contains a list of addressbooks associated with a user * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php b/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php index 3f91a301..cf22f265 100644 --- a/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php +++ b/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php @@ -12,7 +12,7 @@ * This is useful for clients that don't support CardDAV yet. They often do * support vcf files. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @author Thomas Tanghus (http://tanghus.net/) * @license http://sabre.io/license/ Modified BSD License diff --git a/sabre/dav/lib/Sabre/CardDAV/Version.php b/sabre/dav/lib/Sabre/CardDAV/Version.php index 00221941..8ba88ce4 100644 --- a/sabre/dav/lib/Sabre/CardDAV/Version.php +++ b/sabre/dav/lib/Sabre/CardDAV/Version.php @@ -7,7 +7,7 @@ * * This class contains the Sabre\CardDAV version information * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php b/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php index 599f932d..3ef99d15 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php @@ -12,7 +12,7 @@ * Most of the digest logic is handled, implementors just need to worry about * the validateUserPass method. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author James David Low (http://jameslow.com/) * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php b/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php index dc00438c..d5c23ce2 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php @@ -12,7 +12,7 @@ * Most of the digest logic is handled, implementors just need to worry about * the getDigestHash method * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php b/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php index 66fdd91e..cd674e18 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php @@ -11,7 +11,7 @@ * * Make sure apache is properly configured for this to work. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php b/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php index b8d04e2e..cb339537 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php @@ -5,7 +5,7 @@ /** * This is the base class for any authentication object. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php b/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php index a8e91361..8e68c527 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php @@ -9,7 +9,7 @@ * * The backend file must conform to Apache's htdigest format * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php b/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php index f153d842..1a057e2f 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php @@ -7,7 +7,7 @@ * * The backend file must conform to Apache's htdigest format * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php b/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php index dbebc20f..ae3ab80d 100644 --- a/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php +++ b/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php @@ -12,7 +12,7 @@ * * {DAV:}current-user-principal property from RFC5397 * * {DAV:}principal-collection-set property from RFC3744 * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php b/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php index 9fd47b93..639dfbdc 100644 --- a/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php +++ b/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php @@ -15,7 +15,7 @@ * so this extension does what the rest of the world does, and guesses it based * on the file extension. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php b/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php index 881c063b..b50d96f0 100644 --- a/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php +++ b/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php @@ -10,7 +10,7 @@ * * This should allow easy debugging of PROPFIND * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php b/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php index 751c2296..f8baf84d 100644 --- a/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php +++ b/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php @@ -13,7 +13,7 @@ * The class intercepts GET requests to collection resources and generates a simple * html index. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ @@ -374,7 +374,7 @@ public function generateDirectoryIndex($path) { $html.=$output; $html.= " -
Generated by SabreDAV " . $version . " (c)2007-2014 http://sabre.io/
+
Generated by SabreDAV " . $version . " (c)2007-2015 http://sabre.io/
"; diff --git a/sabre/dav/lib/Sabre/DAV/Client.php b/sabre/dav/lib/Sabre/DAV/Client.php index 705b3219..0d7e66eb 100644 --- a/sabre/dav/lib/Sabre/DAV/Client.php +++ b/sabre/dav/lib/Sabre/DAV/Client.php @@ -10,7 +10,7 @@ * * NOTE: This class is experimental, it's api will likely change in the future. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ @@ -322,6 +322,8 @@ public function request($method, $url = '', $body = null, $headers = array()) { // Automatically follow redirects CURLOPT_FOLLOWLOCATION => true, CURLOPT_MAXREDIRS => 5, + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ); if($this->verifyPeer !== null) { diff --git a/sabre/dav/lib/Sabre/DAV/Collection.php b/sabre/dav/lib/Sabre/DAV/Collection.php index 0090a4d6..caec0293 100644 --- a/sabre/dav/lib/Sabre/DAV/Collection.php +++ b/sabre/dav/lib/Sabre/DAV/Collection.php @@ -8,7 +8,7 @@ * This is a helper class, that should aid in getting collections classes setup. * Most of its methods are implemented, and throw permission denied exceptions * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception.php b/sabre/dav/lib/Sabre/DAV/Exception.php index 22a319e9..af47c36a 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception.php +++ b/sabre/dav/lib/Sabre/DAV/Exception.php @@ -5,7 +5,7 @@ * * This is SabreDAV's base exception file, use this to implement your own exception. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php b/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php index d59727e3..a147746e 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php @@ -8,7 +8,7 @@ * The BadRequest is thrown when the user submitted an invalid HTTP request * BadRequest * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php b/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php index cbb8fcf1..12be8414 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php @@ -8,7 +8,7 @@ * A 409 Conflict is thrown when a user tried to make a directory over an existing * file or in a parent directory that doesn't exist. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php b/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php index 715870f4..a551a1e3 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php @@ -10,7 +10,7 @@ * Similar to the Locked exception, this exception thrown when a LOCK request * was made, on a resource which was already locked * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php b/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php index aa4844cb..863302bb 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php @@ -8,7 +8,7 @@ * Deprecated: Warning, this class is deprecated and will be removed in a * future version of SabreDAV. Please use Sabre\DAV\Exception\NotFound instead. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @deprecated Use Sabre\DAV\Exception\NotFound instead * @license http://sabre.io/license/ Modified BSD License diff --git a/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php b/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php index 2dc62061..537531ca 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php @@ -7,7 +7,7 @@ * * This exception is thrown whenever a user tries to do an operation he's not allowed to * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php b/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php index f7e382c5..ddbeee0f 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php @@ -7,7 +7,7 @@ * * This Exception can be thrown, when for example a harddisk is full or a quota is exceeded * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php b/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php index 847ed478..ca92bbef 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php @@ -10,7 +10,7 @@ * * See RFC5689 section 3.3 * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php b/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php index 9487686d..d2a5a8e8 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/LengthRequired.php @@ -10,7 +10,7 @@ * 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/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php b/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php index 37fc7f8d..78c9c912 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php @@ -9,7 +9,7 @@ * * This exception is thrown by UNLOCK if a supplied lock-token is invalid * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/Locked.php b/sabre/dav/lib/Sabre/DAV/Exception/Locked.php index 2bee1b02..dfba856e 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/Locked.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/Locked.php @@ -9,7 +9,7 @@ * * The 423 is thrown when a client tried to access a resource that was locked, without supplying a valid lock token * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php b/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php index 05970cfa..ad043290 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php @@ -7,7 +7,7 @@ * * The 405 is thrown when a client tried to create a directory on an already existing directory * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php b/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php index c082d489..26eb61d3 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php @@ -10,7 +10,7 @@ * This exception is thrown when the client did not provide valid * authentication credentials. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php b/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php index 83e699cb..ffc5da91 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php @@ -7,7 +7,7 @@ * * This Exception is thrown when a Node couldn't be found. It returns HTTP error code 404 * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php b/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php index 5f031cb7..ee7e467e 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php @@ -7,7 +7,7 @@ * * This exception is thrown when the client tried to call an unsupported HTTP method or other feature * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php b/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php index 3c256a06..a771f8e4 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php @@ -10,7 +10,7 @@ * The PaymentRequired exception may be thrown in a case where a user must pay * to access a certain resource or operation. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php b/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php index deb8a5be..2beae00d 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php @@ -11,7 +11,7 @@ * like for example an If, If-None-Match or If-Match header, which caused the HTTP * request to not execute (the condition of the header failed) * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php b/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php index 8e32096e..2bfa3366 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php @@ -9,7 +9,7 @@ * * This exception is thrown when the client requested an unknown report through the REPORT method * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php b/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php index 25002be6..2651b1d3 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php @@ -10,7 +10,7 @@ * This exception is normally thrown when the user * request a range that is out of the entity bounds. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php b/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php index 59e43395..26a3f404 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php @@ -11,7 +11,7 @@ * is currently not available (e.g. down for maintenance). * * @author Thomas Müller - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @license http://sabre.io/license/ Modified BSD License */ class ServiceUnavailable extends DAV\Exception { diff --git a/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php b/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php index 46eea60d..990ca0cc 100644 --- a/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php +++ b/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php @@ -8,7 +8,7 @@ * The 415 Unsupported Media Type status code is generally sent back when the client * tried to call an HTTP method, with a body the server didn't understand * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/FS/Directory.php b/sabre/dav/lib/Sabre/DAV/FS/Directory.php index 6fdd2aec..03a17640 100644 --- a/sabre/dav/lib/Sabre/DAV/FS/Directory.php +++ b/sabre/dav/lib/Sabre/DAV/FS/Directory.php @@ -6,7 +6,7 @@ /** * Directory class * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/FS/File.php b/sabre/dav/lib/Sabre/DAV/FS/File.php index d10370fa..c51635df 100644 --- a/sabre/dav/lib/Sabre/DAV/FS/File.php +++ b/sabre/dav/lib/Sabre/DAV/FS/File.php @@ -7,7 +7,7 @@ /** * File class * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/FS/Node.php b/sabre/dav/lib/Sabre/DAV/FS/Node.php index 605fa3c8..e3f2674e 100644 --- a/sabre/dav/lib/Sabre/DAV/FS/Node.php +++ b/sabre/dav/lib/Sabre/DAV/FS/Node.php @@ -9,7 +9,7 @@ * * The node class implements the method used by both the File and the Directory classes * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php b/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php index da3d2cc6..3774adb7 100644 --- a/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php +++ b/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php @@ -7,7 +7,7 @@ /** * Directory class * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/FSExt/File.php b/sabre/dav/lib/Sabre/DAV/FSExt/File.php index 6588fad7..1b7f0084 100644 --- a/sabre/dav/lib/Sabre/DAV/FSExt/File.php +++ b/sabre/dav/lib/Sabre/DAV/FSExt/File.php @@ -6,7 +6,7 @@ /** * File class * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/FSExt/Node.php b/sabre/dav/lib/Sabre/DAV/FSExt/Node.php index 0e11582f..73467fff 100644 --- a/sabre/dav/lib/Sabre/DAV/FSExt/Node.php +++ b/sabre/dav/lib/Sabre/DAV/FSExt/Node.php @@ -9,7 +9,7 @@ * * The node class implements the method used by both the File and the Directory classes * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/File.php b/sabre/dav/lib/Sabre/DAV/File.php index af8ce735..caf3a2cc 100644 --- a/sabre/dav/lib/Sabre/DAV/File.php +++ b/sabre/dav/lib/Sabre/DAV/File.php @@ -8,7 +8,7 @@ * This is a helper class, that should aid in getting file classes setup. * Most of its methods are implemented, and throw permission denied exceptions * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/ICollection.php b/sabre/dav/lib/Sabre/DAV/ICollection.php index c38d5e55..7fa376b7 100644 --- a/sabre/dav/lib/Sabre/DAV/ICollection.php +++ b/sabre/dav/lib/Sabre/DAV/ICollection.php @@ -7,7 +7,7 @@ * * This interface should be implemented by each class that represents a collection * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php b/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php index 8d374846..1ce3ea6a 100644 --- a/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php +++ b/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php @@ -8,7 +8,7 @@ * This interface can be used to create special-type of collection-resources * as defined by RFC 5689. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/IFile.php b/sabre/dav/lib/Sabre/DAV/IFile.php index 6245d3fa..b35a8198 100644 --- a/sabre/dav/lib/Sabre/DAV/IFile.php +++ b/sabre/dav/lib/Sabre/DAV/IFile.php @@ -9,7 +9,7 @@ * this specific node a PUT or GET method may be performed, to either update, * or retrieve the contents of the file. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/INode.php b/sabre/dav/lib/Sabre/DAV/INode.php index e183c84b..624549ef 100644 --- a/sabre/dav/lib/Sabre/DAV/INode.php +++ b/sabre/dav/lib/Sabre/DAV/INode.php @@ -5,7 +5,7 @@ /** * The INode interface is the base interface, and the parent class of both ICollection and IFile * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/IProperties.php b/sabre/dav/lib/Sabre/DAV/IProperties.php index f3601575..33b23578 100644 --- a/sabre/dav/lib/Sabre/DAV/IProperties.php +++ b/sabre/dav/lib/Sabre/DAV/IProperties.php @@ -7,7 +7,7 @@ * * Implement this interface to support custom WebDAV properties requested and sent from clients. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/IQuota.php b/sabre/dav/lib/Sabre/DAV/IQuota.php index 988df3d0..74b759cc 100644 --- a/sabre/dav/lib/Sabre/DAV/IQuota.php +++ b/sabre/dav/lib/Sabre/DAV/IQuota.php @@ -9,7 +9,7 @@ * will check for quota information on any given node. If the information is not available it will * attempt to fetch the information from the root node. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php b/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php index b2c7b983..ab383bb7 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php @@ -11,7 +11,7 @@ * to ensure that if default code is required in the backend, there will be a * non-bc-breaking way to do so. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php b/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php index bae666b2..0c197939 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php @@ -8,7 +8,7 @@ * If you are defining your own Locks backend, you must implement this * interface. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php b/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php index a9b0aaaa..73c4a428 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php @@ -17,7 +17,7 @@ * You are recommended to use either the PDO or the File backend instead. * * @deprecated - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php b/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php index 9ac7e06b..891aa21a 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php @@ -12,7 +12,7 @@ * Note that this is not nearly as robust as a database, you are encouraged * to use the PDO backend instead. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php b/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php index ebaeef86..36c01d3e 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php @@ -10,7 +10,7 @@ * This Lock Manager stores all its data in a database. You must pass a PDO * connection object in the constructor. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php b/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php index 74bdb0f9..ed3c0295 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php @@ -8,7 +8,7 @@ * An object of the LockInfo class holds all the information relevant to a * single lock. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php b/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php index 001f8175..071c8e69 100644 --- a/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php +++ b/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php @@ -14,7 +14,7 @@ * $lockPlugin = new Sabre\DAV\Locks\Plugin($lockBackend); * $server->addPlugin($lockPlugin); * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php b/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php index 8376b03b..71cbe6e2 100644 --- a/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php +++ b/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php @@ -9,7 +9,7 @@ * * Simply append ?mount to any collection to generate the davmount response. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Node.php b/sabre/dav/lib/Sabre/DAV/Node.php index 44e47be6..2a89856a 100644 --- a/sabre/dav/lib/Sabre/DAV/Node.php +++ b/sabre/dav/lib/Sabre/DAV/Node.php @@ -7,7 +7,7 @@ * * This is a helper class, that should aid in getting nodes setup. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/ObjectTree.php b/sabre/dav/lib/Sabre/DAV/ObjectTree.php index 3e7c0fcf..282065cc 100644 --- a/sabre/dav/lib/Sabre/DAV/ObjectTree.php +++ b/sabre/dav/lib/Sabre/DAV/ObjectTree.php @@ -7,7 +7,7 @@ * * This implementation of the Tree class makes use of the INode, IFile and ICollection API's * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php b/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php index 9cfb4737..18db8495 100644 --- a/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php +++ b/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php @@ -7,7 +7,7 @@ /** * This interface is deprecated. Use IPatchSupport instead. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Jean-Tiare LE BIGOT (http://www.jtlebi.fr/) * @license http://sabre.io/license/ Modified BSD License * @deprecated diff --git a/sabre/dav/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php b/sabre/dav/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php index aff1d320..81ada25f 100644 --- a/sabre/dav/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php +++ b/sabre/dav/lib/Sabre/DAV/PartialUpdate/IPatchSupport.php @@ -9,7 +9,7 @@ * It may be used to update a file chunk, upload big a file into smaller * chunks or resume an upload * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Jean-Tiare LE BIGOT (http://www.jtlebi.fr/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php b/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php index 2c402dc8..15a44dc4 100644 --- a/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php +++ b/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php @@ -14,7 +14,7 @@ * $patchPlugin = new \Sabre\DAV\PartialUpdate\Plugin(); * $server->addPlugin($patchPlugin); * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Jean-Tiare LE BIGOT (http://www.jtlebi.fr/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property.php b/sabre/dav/lib/Sabre/DAV/Property.php index d0c26590..b2d5eb24 100644 --- a/sabre/dav/lib/Sabre/DAV/Property.php +++ b/sabre/dav/lib/Sabre/DAV/Property.php @@ -7,7 +7,7 @@ * * Extend this class to create custom complex properties * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php b/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php index 987e3fc0..a4c41152 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php +++ b/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php @@ -14,7 +14,7 @@ * This class uses unix timestamps internally, and converts them to RFC 1123 times for * serialization * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/Href.php b/sabre/dav/lib/Sabre/DAV/Property/Href.php index f0c16270..8f8147ba 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/Href.php +++ b/sabre/dav/lib/Sabre/DAV/Property/Href.php @@ -10,7 +10,7 @@ * The href property represents a url within a {DAV:}href element. * This is used by many WebDAV extensions, but not really within the WebDAV core spec * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/HrefList.php b/sabre/dav/lib/Sabre/DAV/Property/HrefList.php index a5bad4ac..ba8d9e46 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/HrefList.php +++ b/sabre/dav/lib/Sabre/DAV/Property/HrefList.php @@ -9,7 +9,7 @@ * * This property contains multiple {DAV:}href elements, each containing a url. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/IHref.php b/sabre/dav/lib/Sabre/DAV/Property/IHref.php index 268ab8d5..00a7c98a 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/IHref.php +++ b/sabre/dav/lib/Sabre/DAV/Property/IHref.php @@ -9,7 +9,7 @@ * This is used by certain subsystems to aquire more information about for example * the owner of a file * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php b/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php index 6b47935a..d24f545d 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php +++ b/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php @@ -9,7 +9,7 @@ * * This property contains all the open locks on a given resource * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php b/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php index 68134f3f..5bcf6e5d 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php +++ b/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php @@ -10,7 +10,7 @@ * Normally for files this is empty, and for collection {DAV:}collection. * However, other specs define different values for this. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/Response.php b/sabre/dav/lib/Sabre/DAV/Property/Response.php index 370abc26..973413a4 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/Response.php +++ b/sabre/dav/lib/Sabre/DAV/Property/Response.php @@ -11,7 +11,7 @@ * This is used by the Server class to encode individual items within a multistatus * response. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php b/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php index 9db6cbbf..620c16ce 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php +++ b/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php @@ -11,7 +11,7 @@ * This is used by the Server class to encode items within a multistatus * response. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php b/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php index 035c2f33..3898ecee 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php +++ b/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php @@ -10,7 +10,7 @@ * This property contains information about what kind of locks * this server supports. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php b/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php index a8a90bb1..2df28026 100644 --- a/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php +++ b/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php @@ -10,7 +10,7 @@ * This property is defined in RFC3253, but since it's * so common in other webdav-related specs, it is part of the core server. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/PropertyInterface.php b/sabre/dav/lib/Sabre/DAV/PropertyInterface.php index 2fb0d7db..31fa2f29 100644 --- a/sabre/dav/lib/Sabre/DAV/PropertyInterface.php +++ b/sabre/dav/lib/Sabre/DAV/PropertyInterface.php @@ -7,7 +7,7 @@ * * Implement this interface to create new complex properties * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Server.php b/sabre/dav/lib/Sabre/DAV/Server.php index e0a68ab5..abcdd5a2 100644 --- a/sabre/dav/lib/Sabre/DAV/Server.php +++ b/sabre/dav/lib/Sabre/DAV/Server.php @@ -6,7 +6,7 @@ /** * Main DAV server class * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/ServerPlugin.php b/sabre/dav/lib/Sabre/DAV/ServerPlugin.php index c393f43f..d232cfe4 100644 --- a/sabre/dav/lib/Sabre/DAV/ServerPlugin.php +++ b/sabre/dav/lib/Sabre/DAV/ServerPlugin.php @@ -7,7 +7,7 @@ * * Plugins can modify or extend the servers behaviour. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/SimpleCollection.php b/sabre/dav/lib/Sabre/DAV/SimpleCollection.php index 1bdb166c..23b3ca06 100644 --- a/sabre/dav/lib/Sabre/DAV/SimpleCollection.php +++ b/sabre/dav/lib/Sabre/DAV/SimpleCollection.php @@ -8,7 +8,7 @@ * The SimpleCollection is used to quickly setup static directory structures. * Just create the object with a proper name, and add children to use it. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/SimpleFile.php b/sabre/dav/lib/Sabre/DAV/SimpleFile.php index b7413fdd..ede3ff48 100644 --- a/sabre/dav/lib/Sabre/DAV/SimpleFile.php +++ b/sabre/dav/lib/Sabre/DAV/SimpleFile.php @@ -9,7 +9,7 @@ * the directory structure. One usecase would be to add a 'readme.txt' to a * root of a webserver with some standard content. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/StringUtil.php b/sabre/dav/lib/Sabre/DAV/StringUtil.php index c71575f4..3426dd44 100644 --- a/sabre/dav/lib/Sabre/DAV/StringUtil.php +++ b/sabre/dav/lib/Sabre/DAV/StringUtil.php @@ -9,7 +9,7 @@ * the CalDAV calendar-query REPORT, and CardDAV addressbook-query REPORT. * Because they both need it, it was decided to put it in Sabre\DAV instead. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php b/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php index 37f976b7..0d55fa35 100644 --- a/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php +++ b/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php @@ -22,7 +22,7 @@ * Additional patterns can be added, by adding on to the * temporaryFilePatterns property. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Tree.php b/sabre/dav/lib/Sabre/DAV/Tree.php index ab94168b..e097d3f8 100644 --- a/sabre/dav/lib/Sabre/DAV/Tree.php +++ b/sabre/dav/lib/Sabre/DAV/Tree.php @@ -5,7 +5,7 @@ /** * Abstract tree object * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php b/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php index a477725a..7e3f87dd 100644 --- a/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php +++ b/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php @@ -13,7 +13,7 @@ * * Specifically copying and moving are much, much faster. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/URLUtil.php b/sabre/dav/lib/Sabre/DAV/URLUtil.php index b7254e9a..739cf2c7 100644 --- a/sabre/dav/lib/Sabre/DAV/URLUtil.php +++ b/sabre/dav/lib/Sabre/DAV/URLUtil.php @@ -17,7 +17,7 @@ * It was also discovered that versions of the SOGO connector for thunderbird * has issues with urlencoded colons. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/UUIDUtil.php b/sabre/dav/lib/Sabre/DAV/UUIDUtil.php index 6a904a7b..dde6b978 100644 --- a/sabre/dav/lib/Sabre/DAV/UUIDUtil.php +++ b/sabre/dav/lib/Sabre/DAV/UUIDUtil.php @@ -9,7 +9,7 @@ * UUIDs are used a decent amount within various *DAV standards, so it made * sense to include it. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAV/Version.php b/sabre/dav/lib/Sabre/DAV/Version.php index afe603c3..2a4ca40f 100644 --- a/sabre/dav/lib/Sabre/DAV/Version.php +++ b/sabre/dav/lib/Sabre/DAV/Version.php @@ -5,7 +5,7 @@ /** * This class contains the SabreDAV version constants. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ @@ -14,7 +14,7 @@ class Version { /** * Full version number */ - const VERSION = '1.8.10'; + const VERSION = '1.8.12'; /** * Stability : alpha, beta, stable diff --git a/sabre/dav/lib/Sabre/DAV/XMLUtil.php b/sabre/dav/lib/Sabre/DAV/XMLUtil.php index 2bf81b3b..5035b0ea 100644 --- a/sabre/dav/lib/Sabre/DAV/XMLUtil.php +++ b/sabre/dav/lib/Sabre/DAV/XMLUtil.php @@ -5,7 +5,7 @@ /** * XML utilities for WebDAV * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php b/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php index a116236f..5903889c 100644 --- a/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php +++ b/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php @@ -11,7 +11,7 @@ * * To use this class, simply implement the getChildForPrincipal method. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php b/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php index 6ee9afd7..ee18adea 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php +++ b/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php @@ -8,7 +8,7 @@ * This exception is thrown when a client attempts to set conflicting * permissions. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php b/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php index f7e43588..7d9c8056 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php +++ b/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php @@ -10,7 +10,7 @@ * The 403-need privileges is thrown when a user didn't have the appropriate * permissions to perform an operation * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php b/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php index ba6f76cd..4e1899aa 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php +++ b/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php @@ -8,7 +8,7 @@ * This exception is thrown when a user tries to set a privilege that's marked * as abstract. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php b/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php index f61edef0..d23fdc06 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php +++ b/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php @@ -8,7 +8,7 @@ * If a client tried to set a privilege assigned to a non-existant principal, * this exception will be thrown. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php b/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php index 6d30698c..dd4cb00a 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php +++ b/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php @@ -8,7 +8,7 @@ * If a client tried to set a privilege that doesn't exist, this exception will * be thrown. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/IACL.php b/sabre/dav/lib/Sabre/DAVACL/IACL.php index 088ca3ee..92970c72 100644 --- a/sabre/dav/lib/Sabre/DAVACL/IACL.php +++ b/sabre/dav/lib/Sabre/DAVACL/IACL.php @@ -8,7 +8,7 @@ * * If you want to add WebDAV ACL to a node, you must implement this class * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php b/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php index d88a0289..528870d3 100644 --- a/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php +++ b/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php @@ -9,7 +9,7 @@ * * Implement this interface to define your own principals * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php b/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php index 2c097f9d..7420605e 100644 --- a/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php +++ b/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php @@ -10,7 +10,7 @@ * Implement this interface to ensure that your principal collection can be * searched using the principal-property-search REPORT. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Plugin.php b/sabre/dav/lib/Sabre/DAVACL/Plugin.php index f9bf4bb4..572a9d41 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Plugin.php +++ b/sabre/dav/lib/Sabre/DAVACL/Plugin.php @@ -13,7 +13,7 @@ * property, defined in RFC5397 and the {DAV:}expand-property report, as * defined in RFC3253. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Principal.php b/sabre/dav/lib/Sabre/DAVACL/Principal.php index 89277f85..37dbd953 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Principal.php +++ b/sabre/dav/lib/Sabre/DAVACL/Principal.php @@ -15,7 +15,7 @@ * This principal also has basic ACL settings, only allowing the principal * access it's own principal. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php b/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php index 984f9ad8..b898c790 100644 --- a/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php +++ b/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php @@ -9,7 +9,7 @@ * have a non-bc-breaking way to add a default generic implementation to * functions we may add in the future. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php b/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php index d0416ac9..7bc97bd6 100644 --- a/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php +++ b/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php @@ -9,7 +9,7 @@ * implement Sabre\DAVACL\IPrincipal directly. This interface is used solely by * Sabre\DAVACL\AbstractPrincipalCollection. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php b/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php index 0921768c..9390e816 100644 --- a/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php +++ b/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php @@ -12,7 +12,7 @@ * This backend assumes all principals are in a single collection. The default collection * is 'principals/', but this can be overriden. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php b/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php index 3aadf399..059284b2 100644 --- a/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php +++ b/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php @@ -8,7 +8,7 @@ * This collection represents a list of users. * The users are instances of Sabre\DAVACL\Principal * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php b/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php index e6a70ce9..1afcc389 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php +++ b/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php @@ -7,7 +7,7 @@ /** * This class represents the {DAV:}acl property * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php b/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php index aa6fd17d..6fcc4c1c 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php +++ b/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php @@ -9,7 +9,7 @@ * * This property represents {DAV:}acl-restrictions, as defined in RFC3744. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php b/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php index e0501dbd..69e04516 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php +++ b/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php @@ -10,7 +10,7 @@ * This class represents the current-user-privilege-set property. When * requested, it contain all the privileges a user has on a specific node. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php b/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php index 6c644b02..56de8456 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php +++ b/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php @@ -9,7 +9,7 @@ * The principal property represents a principal from RFC3744 (ACL). * The property can be used to specify a principal or pseudo principals. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php b/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php index 5f152d9e..ad717487 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php +++ b/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php @@ -14,7 +14,7 @@ * Sabre\DAVACL\Plugin::getSupportedPrivilegeSet as the argument in its * constructor. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/DAVACL/Version.php b/sabre/dav/lib/Sabre/DAVACL/Version.php index 344e22d7..b2bacbdb 100644 --- a/sabre/dav/lib/Sabre/DAVACL/Version.php +++ b/sabre/dav/lib/Sabre/DAVACL/Version.php @@ -5,7 +5,7 @@ /** * This class contains the SabreDAV version constants. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/HTTP/AWSAuth.php b/sabre/dav/lib/Sabre/HTTP/AWSAuth.php index 603470fb..eb4674fe 100644 --- a/sabre/dav/lib/Sabre/HTTP/AWSAuth.php +++ b/sabre/dav/lib/Sabre/HTTP/AWSAuth.php @@ -7,7 +7,7 @@ * * Use this class to leverage amazon's AWS authentication header * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php b/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php index 1ddf412b..b5583b87 100644 --- a/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php +++ b/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php @@ -7,7 +7,7 @@ * * This class has the common functionality for BasicAuth and DigestAuth * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/HTTP/BasicAuth.php b/sabre/dav/lib/Sabre/HTTP/BasicAuth.php index 659964fa..18fe1638 100644 --- a/sabre/dav/lib/Sabre/HTTP/BasicAuth.php +++ b/sabre/dav/lib/Sabre/HTTP/BasicAuth.php @@ -7,7 +7,7 @@ * * Use this class for easy http authentication setup * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ @@ -27,7 +27,7 @@ class BasicAuth extends AbstractAuth { public function getUserPass() { // Apache and mod_php - if (($user = $this->httpRequest->getRawServerValue('PHP_AUTH_USER')) && ($pass = $this->httpRequest->getRawServerValue('PHP_AUTH_PW'))) { + if (($user = $this->httpRequest->getRawServerValue('PHP_AUTH_USER'))!==null && ($pass = $this->httpRequest->getRawServerValue('PHP_AUTH_PW'))!==null) { return array($user,$pass); diff --git a/sabre/dav/lib/Sabre/HTTP/DigestAuth.php b/sabre/dav/lib/Sabre/HTTP/DigestAuth.php index aae6d84d..c1527393 100644 --- a/sabre/dav/lib/Sabre/HTTP/DigestAuth.php +++ b/sabre/dav/lib/Sabre/HTTP/DigestAuth.php @@ -21,7 +21,7 @@ * requireLogin() method. * * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/HTTP/Request.php b/sabre/dav/lib/Sabre/HTTP/Request.php index a71a52b4..e8baca04 100644 --- a/sabre/dav/lib/Sabre/HTTP/Request.php +++ b/sabre/dav/lib/Sabre/HTTP/Request.php @@ -12,7 +12,7 @@ * request per run it can operate as a singleton. For more information check out * the behaviour around 'defaultInputStream'. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/HTTP/Response.php b/sabre/dav/lib/Sabre/HTTP/Response.php index a7fc0da1..d53ddb41 100644 --- a/sabre/dav/lib/Sabre/HTTP/Response.php +++ b/sabre/dav/lib/Sabre/HTTP/Response.php @@ -7,7 +7,7 @@ * * It contains the HTTP status code, response headers and a message body. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/lib/Sabre/HTTP/Util.php b/sabre/dav/lib/Sabre/HTTP/Util.php index 14724625..f03643de 100644 --- a/sabre/dav/lib/Sabre/HTTP/Util.php +++ b/sabre/dav/lib/Sabre/HTTP/Util.php @@ -5,7 +5,7 @@ /** * HTTP utility methods * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @author Paul Voegler * @license http://sabre.io/license/ Modified BSD License diff --git a/sabre/dav/lib/Sabre/HTTP/Version.php b/sabre/dav/lib/Sabre/HTTP/Version.php index 0e913835..5936b577 100644 --- a/sabre/dav/lib/Sabre/HTTP/Version.php +++ b/sabre/dav/lib/Sabre/HTTP/Version.php @@ -5,7 +5,7 @@ /** * This class contains the Sabre\HTTP version constants. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ @@ -14,7 +14,7 @@ class Version { /** * Full version number */ - const VERSION = '1.8.9'; + const VERSION = '1.8.12'; /** * Stability : alpha, beta, stable diff --git a/sabre/dav/lib/Sabre/autoload.php b/sabre/dav/lib/Sabre/autoload.php index c5945ee1..6882472a 100644 --- a/sabre/dav/lib/Sabre/autoload.php +++ b/sabre/dav/lib/Sabre/autoload.php @@ -10,7 +10,7 @@ * instead. * * @deprecated Will be removed in a future version! - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php b/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php index 2224f0b6..e951e196 100644 --- a/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php +++ b/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php @@ -253,7 +253,7 @@ function testCreateCalendarObjectInfiniteReccurence() { $backend = new PDO($this->pdo); $returnedId = $backend->createCalendar('principals/user2','somerandomid',array()); - $object = "BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nDTSTART;VALUE=DATE-TIME:20120101T100000Z\r\nRRULE:FREQ=DAILY\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n"; + $object = "BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nDTSTART;VALUE=DATE-TIME:20120101T100000Z\r\nRRULE:FREQ=DAILY\r\nUID:foo\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n"; $backend->createCalendarObject($returnedId, 'random-id', $object); @@ -277,7 +277,7 @@ function testCreateCalendarObjectEndingReccurence() { $backend = new PDO($this->pdo); $returnedId = $backend->createCalendar('principals/user2','somerandomid',array()); - $object = "BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nDTSTART;VALUE=DATE-TIME:20120101T100000Z\r\nDTEND;VALUE=DATE-TIME:20120101T110000Z\r\nRRULE:FREQ=DAILY;COUNT=1000\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n"; + $object = "BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nDTSTART;VALUE=DATE-TIME:20120101T100000Z\r\nDTEND;VALUE=DATE-TIME:20120101T110000Z\r\nUID:foo\r\nRRULE:FREQ=DAILY;COUNT=1000\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n"; $backend->createCalendarObject($returnedId, 'random-id', $object); diff --git a/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php b/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php index deb70d20..340df5a0 100644 --- a/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php +++ b/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php @@ -334,6 +334,7 @@ function provider() { $blob31 = << 'sillybody', CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); $this->assertEquals(array( @@ -107,6 +109,8 @@ function testRequestProxy() { CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), CURLOPT_PROXY => 'http://localhost:8000/', + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); $this->assertEquals(array( @@ -156,6 +160,8 @@ function testRequestCAInfo() { CURLOPT_HEADER => true, CURLOPT_CAINFO => 'bla', CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); } @@ -196,7 +202,9 @@ function testRequestSslPeer() { CURLOPT_POSTFIELDS => 'sillybody', CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), - CURLOPT_SSL_VERIFYPEER => true + CURLOPT_SSL_VERIFYPEER => true, + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); } @@ -238,7 +246,9 @@ function testRequestAuth() { CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), CURLOPT_HTTPAUTH => CURLAUTH_BASIC | CURLAUTH_DIGEST, - CURLOPT_USERPWD => 'user:password' + CURLOPT_USERPWD => 'user:password', + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); $this->assertEquals(array( @@ -289,7 +299,9 @@ function testRequestAuthBasic() { CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), CURLOPT_HTTPAUTH => CURLAUTH_BASIC, - CURLOPT_USERPWD => 'user:password' + CURLOPT_USERPWD => 'user:password', + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); $this->assertEquals(array( @@ -340,7 +352,9 @@ function testRequestAuthDigest() { CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), CURLOPT_HTTPAUTH => CURLAUTH_DIGEST, - CURLOPT_USERPWD => 'user:password' + CURLOPT_USERPWD => 'user:password', + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); $this->assertEquals(array( @@ -905,6 +919,8 @@ function testHEADRequest() { CURLOPT_HEADER => true, CURLOPT_HTTPHEADER => array(), CURLOPT_POSTFIELDS => null, + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, ), $client->curlSettings); } @@ -939,6 +955,8 @@ function testPUTRequest() { CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_MAXREDIRS => 5, + CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, + CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS, CURLOPT_CUSTOMREQUEST => "PUT", CURLOPT_POSTFIELDS => 'newcontent', CURLOPT_HEADER => true, diff --git a/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php b/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php index da28b697..3c7199fe 100644 --- a/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php +++ b/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php @@ -8,7 +8,7 @@ /** * Tests related to the PUT request. * - * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved. + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/tests/Sabre/DAV/HttpPutTest.php b/sabre/dav/tests/Sabre/DAV/HttpPutTest.php index b1455459..625b230d 100644 --- a/sabre/dav/tests/Sabre/DAV/HttpPutTest.php +++ b/sabre/dav/tests/Sabre/DAV/HttpPutTest.php @@ -8,7 +8,7 @@ /** * Tests related to the PUT request. * - * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved. + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License * @covers Sabre\DAV\Server::httpPut diff --git a/sabre/dav/tests/Sabre/DAV/Mock/Collection.php b/sabre/dav/tests/Sabre/DAV/Mock/Collection.php index b2613ec9..bc18708c 100644 --- a/sabre/dav/tests/Sabre/DAV/Mock/Collection.php +++ b/sabre/dav/tests/Sabre/DAV/Mock/Collection.php @@ -15,7 +15,7 @@ * * a string, for a file * * An instance of \Sabre\DAV\INode. * - * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved. + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/tests/Sabre/DAV/Mock/File.php b/sabre/dav/tests/Sabre/DAV/Mock/File.php index 2b25bbb8..354087df 100644 --- a/sabre/dav/tests/Sabre/DAV/Mock/File.php +++ b/sabre/dav/tests/Sabre/DAV/Mock/File.php @@ -9,7 +9,7 @@ * * See the Collection in this directory for more details. * - * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved. + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/tests/Sabre/DAVServerTest.php b/sabre/dav/tests/Sabre/DAVServerTest.php index 207687d9..72796954 100644 --- a/sabre/dav/tests/Sabre/DAVServerTest.php +++ b/sabre/dav/tests/Sabre/DAVServerTest.php @@ -20,7 +20,7 @@ * This class is supposed to provide a reasonably big framework to quickly get * a testing environment running. * - * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://sabre.io/license/ Modified BSD License */ diff --git a/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php b/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php index 77c5c717..19b50332 100644 --- a/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php +++ b/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php @@ -43,6 +43,26 @@ function testGetUserPassApache() { } + function testGetUserPassPasswordEmpty() { + + $server = array( + 'PHP_AUTH_USER' => 'admin', + 'PHP_AUTH_PW' => '', + ); + + $request = new Request($server); + $this->basicAuth->setHTTPRequest($request); + + $userPass = $this->basicAuth->getUserPass(); + + $this->assertEquals( + array('admin',''), + $userPass, + 'We did not get the username and password we expected' + ); + + } + function testGetUserPassIIS() { $server = array( diff --git a/sabre/dav/tests/composer.vobject3.json b/sabre/dav/tests/composer.vobject3.json index 2a73411e..09b40a61 100644 --- a/sabre/dav/tests/composer.vobject3.json +++ b/sabre/dav/tests/composer.vobject3.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.3.1", - "sabre/vobject" : "3.2.*@dev", + "sabre/vobject" : "~3.3.0", "ext-dom": "*", "ext-pcre": "*", "ext-spl": "*", diff --git a/sabre/dav/tests/phpunit.xml b/sabre/dav/tests/phpunit.xml index e9393304..f6c08df6 100644 --- a/sabre/dav/tests/phpunit.xml +++ b/sabre/dav/tests/phpunit.xml @@ -8,9 +8,6 @@ Sabre/ - - ../vendor/sabre/vobject/tests/Sabre/VObject -