Lines Matching refs:all

71 * #657: Support for optional auth using `{DAV:}unauthorized` and `{DAV:}all`
84 of `Sabre\DAV\IACL` with some sane defaults. We're using this trait all over
89 * The `{DAV:}all` privilege is now no longer abstract, so it can be assigned
90 directly. We're using the `{DAV:}all` privilege now in a lot of cases where
176 * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to
180 * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
277 * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to
279 * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
308 will still remove the target resource. Now all events are triggered before
405 * It's now possible to get all property information from files using the
418 * Changed all MySQL columns from `VARCHAR` to `VARBINARY` where possible.
454 * Contains all the changes introduced between 2.1.2 and 2.1.3.
477 * Removed: all `$tableName` arguments from every PDO backend. This was already
543 will still remove the target resource. Now all events are triggered before
631 and all-day events in the `calendar-query`, `calendar-multiget` and
646 * Changed: Moved all 'notifications' functionality from `Sabre\CalDAV\Plugin`
655 * Deprecated: All the "tableName" constructor arguments for all the PDO
679 method MUST be implemented by all backends, but the `AbstractBackend` has a
736 will still remove the target resource. Now all events are triggered before
865 * Moved all precondition checking into a central place, instead of having to
872 * Removed: all the rfc documentation from the sabre/dav source. This made the
906 * BC Break: Almost all core functionality moved into a CorePlugin.
933 * Added: When debugExceptions is turned on, all previous exceptions are also
951 * Added: If header now gets checked (with ETag) all the time. Before the dealing
1260 * Changed: The CalDAV backend now all implement an interface.
1354 * Fixed: Correctly checking if recurring, all-day events with no dtstart fall in
1361 * Fixed: Issue 228: DTEND is now non-inclusive for all-day events in the
1419 * Fixed: Correctly filtering all-day events.
1436 * BC Break: Sabre_DAV_ILockable is removed and all related per-node locking
1480 * Added: Sabre_VObject_RecurrenceIterator to find all the dates and times for
1599 'TEXT' was too small sometimes to hold all the data.
1651 * Changed: If calendars don't specify which components they allow, 'all'
1661 * Added: The option to override the default tablename all PDO backends use.
1697 the request uri, not 'all relevant uri's.
1768 * Changed: Almost all HTTP method implementations now take a uri argument,
1773 This was a mistake made in all previous SabreDAV versions. If you don't do
1874 * Changed: using http://sabredav.org/ns for all custom xml properties.
1886 non-pear package will be created with all this functionality combined.
1932 * Added: SabreDAV version to all error responses.
2035 * Added: SabreDAV version to all error responses.
2162 * Fixed: UNLOCK bug. Unlock didn't work at all
2218 * Changed: Moved all the Locking logic from the Tree and Server classes into a
2241 * Changed: Renamed all exceptions! This is a compatibility break. Every
2319 * Updated: Backwards compatibility break: all require_once() statements are
2320 removed from all the files. It is now recommended to use autoloading of
2335 * Passes all litmus tests!