[Pkg-owncloud-commits] [php-sabredav] 37/42: Merge branch '2.0'

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 20:52:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 8b9db51349c0244d5befb8040a5b1f9bad5d7e35
Merge: 3730c6e e390d39
Author: Evert Pot <me at evertpot.com>
Date:   Thu Oct 23 21:35:04 2014 -0400

    Merge branch '2.0'
    
    Conflicts:
    	ChangeLog.md

 ChangeLog.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --cc ChangeLog.md
index e59fbca,4071b73..3284e1c
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@@ -1,101 -1,15 +1,105 @@@
  ChangeLog
  =========
  
 +2.1.0-alpha2 (2014-10-23)
 +-------------------------
 +
 +* Added: calendar-user-address-set to default principal search properties
 +  list. This should fix iOS attendee autocomplete support.
 +* Changed: Moved all 'notifications' functionality from `Sabre\CalDAV\Plugin`
 +  to a new plugin: `Sabre\CalDAV\Notifications\Plugin`. If you want to use
 +  notifications-related functionality, just add this plugin.
 +* Changed: Accessing the caldav inbox, outbox or notification collection no
 +  longer triggers getCalendarsForUser() on backends.
 +* #533: New invites are no longer delivered to taks-only calendars.
 +* #538: Added `calendarObjectChange` event.
 +* Scheduling speedups.
 +* #539: added `afterResponse` event. (@joserobleda)
 +* Deprecated: All the "tableName" constructor arguments for all the PDO
 +  backends are now deprecated. They still work, but will be removed in the
 +  next major sabredav version. Every argument that is now deprecated can now
 +  be accessed as a public property on the respective backends.
 +* #529: Added getCalendarObjectByUID to PDO backend, speeding up scheduling
 +  operations on large calendars.
 +
 +
 +2.1.0-alpha1 (2014-09-23)
 +-------------------------
 +
 +* Added: Support for [rfc6638][rfc6638], also known as CalDAV Scheduling.
 +* Added: Automatically converting between vCard 3, 4 and jCard using the
 +  `Accept:` header, in CardDAV reports, and automatically converting from
 +  jCard to vCard upon `PUT`. It's important to note that your backends _may_
 +  now recieve both vCard 3.0 and 4.0.
 +* Added: #444. Collections can now opt-in to support high-speed `MOVE`.
 +* Changed: PropertyStorage backends now have a `move` method.
 +* Added: `beforeMove`, and `afterMove` events.
 +* Changed: A few database changes for the CalDAV PDO backend. Make sure you
 +  run `bin/migrate21.php` to upgrade your database schema.
 +* Changed: CalDAV backends have a new method: `getCalendarObjectByUID`. This
 +  method MUST be implemented by all backends, but the `AbstractBackend` has a
 +  simple default implementation for this.
 +* Changed: `Sabre\CalDAV\UserCalendars` has been renamed to
 +  `Sabre\CalDAV\CalendarHome`.
 +* Changed: `Sabre\CalDAV\CalendarRootNode` has been renamed to
 +  `Sabre\CalDAV\CalendarRoot`.
 +* Changed: The IMipHandler has been completely removed. With CalDAV scheduling
 +  support, it is no longer needed. It's functionality has been replaced by
 +  `Sabre\CalDAV\Schedule\IMipPlugin`, which can now send emails for clients
 +  other than iCal.
 +* Removed: `Sabre\DAV\ObjectTree` and `Sabre\DAV\Tree\FileSystem`. All this
 +  functionality has been merged into `Sabre\DAV\Tree`.
 +* Changed: PrincipalBackend now has a findByUri method.
 +* Changed: `PrincipalBackend::searchPrincipals` has a new optional `test`
 +  argument.
 +* Added: Support for the `{http://calendarserver.org/ns/}email-address-set`
 +  property.
 +* #460: PropertyStorage must move properties during `MOVE` requests.
 +* Changed: Restructured the zip distribution to be a little bit more lean
 +  and consistent.
 +* #524: Full support for the `test="anyof"` attribute in principal-search
 +  `REPORT`.
 +* #472: Always returning lock tokens in the lockdiscovery property.
 +* Directory entries in the Browser plugin are sorted by type and name.
 +  (@aklomp)
 +* #486: It's now possible to return additional properties when an 'allprop'
 +  PROPFIND request is being done. (@aklomp)
 +* Changed: Now return HTTP errors when an addressbook-query REPORT is done
 +  on a uri that's not a vcard. This should help with debugging this common
 +  mistake.
 +* Changed: `PUT` requests with a `Content-Range` header now emit a 400 status
 +  instead of 501, as per RFC7231.
 +* Added: Browser plugin can now display the contents of the
 +  `{DAV:}supported-privilege-set` property.
 +* Added: Now reporting `CALDAV:max-resource-size`, but we're not actively
 +  restricting it yet.
 +* Changed: CalDAV plugin is now responsible for reporting
 +  `CALDAV:supported-collation-set` and `CALDAV:supported-calendar-data`
 +  properties.
 +* Added: Now reporting `CARDDAV:max-resource-size`, but we're not actively
 +  restricting it yet.
 +* Added: Support for `CARDDAV:supported-collation-set`.
 +* Changed: CardDAV plugin is now responsible for reporting
 +  `CARDDAV:supported-address-data`. This functionality has been removed from
 +  the CardDAV PDO backend.
 +* When a REPORT is not supported, we now emit HTTP error 415, instead of 403.
 +* #348: `HEAD` requests now work wherever `GET` also works.
 +* Changed: Lower priority for the iMip plugins `schedule` event listener.
 +* Added: #523 Custom CalDAV backends can now mark any calendar as read-only.
 +* The zip release ships with [sabre/vobject 3.3.3][vobj],
 +  [sabre/http 3.0.0][http], and [sabre/event 2.0.0][evnt].
 +
- 2.0.5 (????-??-??)
++
+ 2.0.5 (2014-10-14)
  ------------------
  
  * #514: CalDAV PDO backend didn't work when overriding the 'calendar changes'
    database table name.
  * #515: 304 status code was not being sent when checking preconditions.
+ * The zip release ships with [sabre/vobject 3.3.3][vobj],
+   [sabre/http 2.0.4][http], and [sabre/event 1.0.1][evnt].
+ 
 +
  2.0.4 (2014-08-27)
  ------------------
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list