Lines Matching refs:This

36   about nodes that don't have their own ACL defined. This was a security
72 privileges. This allows you to assign a privilege to a resource, allowing
103 * #798: Added an index on `firstoccurence` field in MySQL CalDAV backend. This
128 we don't need to convert in between versions. This should speed up many
154 schema. This solves a problem within Baikal.
187 This new exception contains a LOT more information about the problem.
213 * #711: Don't trigger deserializers for empty elements in `{DAV:}prop`. This
291 * #704: Fixed broken uri encoding in multistatus responses. This affected
305 * #711: Don't trigger deserializers for empty elements in `{DAV:}prop`. This
434 * `FSExt` Directory and File no longer do custom property storage. This
477 * Removed: all `$tableName` arguments from every PDO backend. This was already
645 list. This should fix iOS attendee autocomplete support.
678 * Changed: CalDAV backends have a new method: `getCalendarObjectByUID`. This
707 on a uri that's not a vcard. This should help with debugging this common
722 `CARDDAV:supported-address-data`. This functionality has been removed from
800 * #478: `TooMuchMatches` exception never worked. This was fixed, and we also
846 document][mi20] for more information. This allows for creation of a generic
872 * Removed: all the rfc documentation from the sabre/dav source. This made the
901 unserialize method ($propertyMap). This allows for recursively parsing
916 * Added: A $transactionType property on the server class. This can be used for
1213 returned. This means the implementor of the IProperty class can be a bit
1238 * BC Break: The DAV: namespace is no longer converted to urn:DAV. This was a
1247 * Added: Free-busy reporting compliant with the caldav-scheduling standard. This
1256 the CalDAV plugin to the CalDAV backends. This allows for heavy optimizations.
1263 * Update: Caching results for principal lookups. This should cut down queries
1273 * Added: Sabre_DAV_PartialUpdate. This plugin allows you to use the PATCH method
1411 * Added: Sending back an ETag on for operations on CardDAV backends. This should
1457 * Added: [DAVACL] Per-node overriding of supported privileges. This allows for
1464 DAVACL, HTTP, VObject) as an alternative to the autoloader. This often works
1473 the tree, if they actually exist in the Principal backend. This should reduce
1490 clients. This means that + will now be treated as a literal rather than a
1508 in getCards, if etag and size are specified. This may speed up certain
1512 * Added: Hook for iCalendar validation. This allows us to validate iCalendar
1549 requesting getCards. This can make some operations much faster, and could
1576 instead of HTTP 200. This should fix Evolution CardDAV client compatibility.
1630 * Added: MIME-Directory grouping support in the VObject library. This is very
1633 previous parameter, rather than just add it. This makes more sense for 99% of
1665 * Fixed: Sabre_DAV_Property_HrefList now properly deserializes. This allows
1695 file ending in .php. This is a slight BC break.
1709 optimizations. This is non-bc breaking.
1741 * Added: getSupportedReportSet method in ServerPlugin class. This allows you to
1760 an event. This fixes 'missing recurring events'.
1766 * Added: childExists method to Sabre_DAV_ICollection. This is an api break, so
1769 including events. This allows for internal rerouting of certain calls. If you
1773 This was a mistake made in all previous SabreDAV versions. If you don't do
1836 * Fixed: Issue 53, ETags in the If: header were always failing. This behaviour
1944 number of bytes' for deletion. This should reduce load due to less crawling
1958 * Fixed: PDO-locks backend was pretty much completely broken. This is 100%
1962 * Changed: default argument for Sabre_DAV_Locks_Backend_FS. This means a
1978 * Note: This version is forked from version 1.0.5, so release dates may be out
2010 * Added: Moved autoload from lib/ to lib/Sabre/autoload.php. This is also the
2043 * Non-public release. This release is identical to 1.0.10, but it is used to
2067 * Added: Sabre_DAV_Exception_Forbidden exception. This will replace
2096 This is to retain the old method to install SabreDAV until pearfarm becomes
2120 * Added: SimpleDirectory class. This class allows creating static directory
2130 arguments, and returns a different response. This allows plugin developers to
2135 This was also needed to improve flexibility for plugin development.
2139 * Removed: unknownProperties event. This is replaced by the afterGetProperties
2142 * Added: beforeBind event. This is invoked upon file or directory creation
2145 * Added: beforeUnbind event. This is invoked right before deletion of any
2147 * Added: afterGetProperties event. This event can be used to make modifications
2151 * Fixed: Copy and Move could fail in the root directory. This is now fixed.
2152 * Added: Plugins can now be retrieved by their classname. This is useful for
2171 * Fixed: Sending Content-Length: 0 for every empty response. This improves NGinx
2173 * Fixed: Last modification time is reported in UTC timezone. This improves
2182 rfc's, which are publicly available. This reduces the package from ~800k to
2193 (Sabre_DAV_Browser_MapGetToPropFind). This should allow easier debugging of
2201 * Added: Central list of defined xml namespace prefixes. This can reduce
2221 * Added: Comes with an autoloader script. This can be used instead of the
2224 * Added: simpleserversetup.py script. This will quickly get a fileserver up and
2227 This is for example needed to ensure that the Authentication Plugin is used
2241 * Changed: Renamed all exceptions! This is a compatibility break. Every
2264 This was new since RFC4918.
2267 * Added: simple basis for HTTP REPORT method. This method is not used yet, but
2290 * Added: Now uses streams for files, instead of strings. This means it won't
2301 * Updated: Using Clark Notation for tags in properties. This means tags are
2314 streams. This should allow easy implementation of for example a WebDAV to FTP
2317 * Added: Sabre_HTTP_Response class. This centralizes HTTP operations and will be
2321 classes, or just including lib/Sabre.includes.php. This fix was made to allow
2353 This seems more common.