Lines Matching refs:in

14   clients. Bug was introduced in 3.2.1.
25 * #889 Added support for filtering vCard properties in the addressbook-query
48 in between versions.
60 * Added support for sharing in the CalDAV PDO backend! Users can now invite
69 * #803: Major changes in the sharing API. If you were using an old sabre/dav
75 * #812 #814: ICS/VCF exporter now includes a more useful filename in its
90 directly. We're using the `{DAV:}all` privilege now in a lot of cases where
103 * #798: Added an index on `firstoccurence` field in MySQL CalDAV backend. This
107 calendars during freebusy operations in the scheduling plugin. Instead, we
119 * #889 Added support for filtering vCard properties in the addressbook-query
128 we don't need to convert in between versions. This should speed up many
138 * Set minimum libxml version to 2.7.0 in `composer.json`.
177 use emoji in some tables where you couldn't before.
183 * #726: Better error reporting in `Client::propPatch`. We're now throwing
188 * #721: Events are now handled in the correct order for `COPY` requests.
190 * #747: Now throwing exceptions and setting the HTTP status to 500 in subtle
204 * Massive calendars and addressbooks should see a big drop in peak memory
206 * Fixed a privilege bug in the availability system.
210 * #703: PropPatch in client is not correctly encoded.
213 * #711: Don't trigger deserializers for empty elements in `{DAV:}prop`. This
237 * #889 Added support for filtering vCard properties in the addressbook-query
244 * Set minimum libxml version to 2.7.0 in `composer.json`.
278 use emoji in some tables where you couldn't before.
282 * #740: Bugs in `migrate20.php` script.
291 * #704: Fixed broken uri encoding in multistatus responses. This affected
302 * #703: PropPatch in client is not correctly encoded.
305 * #711: Don't trigger deserializers for empty elements in `{DAV:}prop`. This
342 `Depth: infinity` in a `PROPFIND` request.
344 * #675: NTLM support in DAV\Client. (@k42b3)
364 * #668: More information about vcf-export-plugin in browser plugin.
376 * Some uris were not correctly encoded in notifications.
388 * #662: Fixed several bugs in the `share` request parser.
389 * #665: Fix a bug in serialization of complex properties in the proppatch
390 request in the client.
395 * Fully supporting the updated `Prefer` header syntax, as defined in
412 * #646: Properties can now control their own HTML output in the browser plugin.
473 server, and shows information about every plugin that's loaded in the
533 * #729: Fixed a caching problem in the Tree object.
534 * #740: Bugs in `migrate20.php` script.
563 `Depth: infinity` in a `PROPFIND` request.
571 * #651: Double-encoded path in the browser plugin. Should fix a few broken
572 links in some setups.
584 * #539: Fixed a bug related to scheduling in shared calendars.
585 * #595: Support for calendar-timezone in iCalendar exports.
587 * #611: Escaping a bit more HTML output in the browser plugin. (@LukasReschke)
588 * #610: Don't allow discovery of arbitrary files using `..` in the browser
631 and all-day events in the `calendar-query`, `calendar-multiget` and
656 backends are now deprecated. They still work, but will be removed in the
670 `Accept:` header, in CardDAV reports, and automatically converting from
673 * Added: #444. Collections can now opt-in to support high-speed `MOVE`.
699 * #524: Full support for the `test="anyof"` attribute in principal-search
701 * #472: Always returning lock tokens in the lockdiscovery property.
702 * Directory entries in the Browser plugin are sorted by type and name.
747 `Depth: infinity` in a `PROPFIND` request.
764 `Sabre\CalDAV\CalendarRootNode`. The latter is going to be deprecated in 2.1,
765 so this makes it slightly easier to write code that works in both branches.
785 * #483: typo in calendars creation for PostgreSQL.
797 * #476: CSP policy incorrect, causing stylesheets to not load in the browser
799 * #475: Href properties in the browser plugin sometimes included a backslash.
810 * #467: Fixed a problem in `examples/calendarserver.php`.
835 * Fixed: #456: Issue in sqlite migration script.
874 * Updated: Issue #439. Lots of updates in PATCH support. The
876 removed in a future version.
885 * Fixed: Issue #178. Support for multiple items in the Timeout header.
900 * BC Break: XML property classes now receive an extra argument in their
946 * Added: The ability for plugins to validate custom tokens in If: headers.
954 * Added: Issue 333: It's now possible to override the calendar-home in the
967 * #568: Support empty usernames and passwords in basic auth.
1047 * Fixed: Typo in 1.7 migration script caused it to fail.
1058 * BC Break: Changed a bunch of constructor signatures in the CalDAV package, to
1064 * Added: Simple console script to fire up a fileserver in the current directory
1065 using PHP 5.4's built-in webserver.
1083 * Updated: Issue #439. Lots of updates in PATCH support. The
1085 in a future version.
1108 * Fixed: Potential security vulnerability in the http client.
1115 * Fixed: Issue #365. Incorrect output when principal urls have spaces in them.
1125 * Fixed: Text was incorrectly escaped in the Href and HrefList properties,
1126 disallowing urls with ampersands (&) in them.
1129 * Fixed: Issue 341: Escaping xml in 423 Locked error responses.
1137 * Fixed: Assets in the browser plugins were not being served on windows
1145 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1168 Indeed! We needed a crazy workaround to work with one MS product in the past,
1187 * Change: Marked a few more properties in the CardDAV as protected, instead of
1200 * Fixed: [#153] Allowing for relative http principals in iMip requests.
1201 * Added: Support for cs:first-name and cs:last-name properties in sharing
1205 * Fixed: some bugfixes in postgres sql script.
1221 * Fixed: include path problem in the migration script.
1239 workaround for a bug in older PHP versions (pre-5.3).
1242 Sabre_DAV_Server and check the examples in the examples/ directory.
1244 VObject library is still included in the SabreDAV zip package.
1271 * Added: Sabre_DAV_Client now throws more specific exceptions in cases where we
1276 * Added: Support for an 'exception' event in the server class.
1278 * Fixed: Rejecting calendar objects if they are not in the
1282 whitespace in $dom.
1285 * Fixed: Issue 237: xml-encoding values in SabreDAV error responses.
1288 * Fixed: Several embarrassing spelling mistakes in docblocks.
1294 * Fixed: Text was incorrectly escaped in the Href and HrefList properties,
1295 disallowing urls with ampersands (&) in them.
1296 * Fixed: Issue 341: Escaping xml in 423 Locked error responses.
1302 * Fixed: Assets in the browser plugins were not being served on windows
1309 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1328 * Fixed: Backported a fix for broken XML serialization in error responses.
1341 * Fixed: Issue with filtering on alarms in tasks.
1349 * Fixed: Compatibility for OS/X 10.8 iCal in the IMipHandler.
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
1368 * Added: It's now possible to specify in Sabre_DAV_Client which type of
1375 * Fixed: Basic validation for vcards in the CardDAV plugin.
1378 * Fixed: Issue 211: A time-limit query on a non-relative alarm trigger in a
1379 recurring event could result in an endless loop.
1382 * Fixed: Added a workaround for a bug in KDE 4.8.2 contact syncing. See
1401 time of a subsequent event in the recurrence set.
1413 * Fixed: Fixed a bug where an infinite loop could occur in the recurrence
1416 * Fixed: Events that are excluded using EXDATE are still counted in the COUNT=
1417 parameter in the RRULE property.
1438 * BC Break: Sabre_DAV_Exception_FileNotFound is now deprecated in favor of
1439 Sabre_DAV_Exception_NotFound. The former will be removed in a later version.
1443 * BC Break: Default Principals PDO backend now needs a new field in the
1454 specified in Sabre_VObject_Property::$classMap.
1463 * Added: An includes.php file in every sub-package (CalDAV, CardDAV, DAV,
1468 * Added: Support for updating principal properties in the DAVACL principal
1470 * Changed: Major refactoring in the calendar-query REPORT code. Should make
1472 * Changed: The calendar-proxy-[read|write] principals will now only appear in
1473 the tree, if they actually exist in the Principal backend. This should reduce
1477 but this will be removed in the future.
1491 space, and this should improve compatibility with the Windows built-in client.
1503 * Added: Support for recurrence expansion in the CALDAV:calendar-multiget and
1508 in getCards, if etag and size are specified. This may speed up certain
1518 * Fixed: Support for \N as a newline character in the VObject reader.
1536 * Fixed: Issue 95: Another timezone parsing issue, this time in calendar-query.
1550 result in much lower memory use.
1566 * Fixed: Bug in Sabre_DAV_Locks_Backend_File that didn't allow multiple files to
1574 * Fixed: DATE-TIME encoding was wrong in VObject. (we used 'DATETIME').
1585 * Fixed: Issue 152. iOS 1.4.2 apparantly requires HTTP/1.1 200 OK to be in
1587 * Fixed: Issue 153: Support for files with mixed newline styles in
1611 * Added: It's not possible to specify more 'alternate uris' in principal
1618 * Fixed: Issue 137. Hiding action interface in HTML browser for non-collections.
1621 * Fixed: Issue 142: Bugs in groupwareserver.php example.
1630 * Added: MIME-Directory grouping support in the VObject library. This is very
1635 * BC Break: lib/Sabre.autoload.php is now removed in favor of
1637 * Deprecated: Sabre_DAV_Directory is now deprecated and will be removed in a
1639 * Deprecated: Sabre_DAV_SimpleDirectory is now deprecated and will be removed in
1647 * Fixed: VObject bug: wouldn't parse parameters if they weren't specified in
1660 * Fixed: Issue 131: Custom CalDAV backends could break in certain cases.
1667 * Added: Helper functions for DateTime-values in Sabre_VObject package.
1676 * Fixed: datatype of lastmodified field in mysql.calendars.sql. Please change
1681 * Fixed: Bug in serializing {DAV:}acl property.
1692 * Fixed: Changed a few properties in CalDAV classes from private to protected.
1695 file ending in .php. This is a slight BC break.
1696 * Fixed: Issue 118: Lock tokens in If headers without a uri should be treated as
1698 * Fixed: Issue 120: PDO backend was incorrectly fetching too much locks in cases
1699 where there were similar named locked files in a directory.
1720 in a later version. Use PDO or the new File class instead.
1722 will be removed in a future version. Please use Sabre_VObject instead.
1741 * Added: getSupportedReportSet method in ServerPlugin class. This allows you to
1748 * Fixed: Issue 96: support for 'default' collation in CalDAV text-match filters.
1752 * Fixed: Issue 109: Small fixes in Sabre_HTTP_Util.
1753 * Fixed: Issue 111: Properly catching the ownername in a lock (if it's a string)
1757 * Fixed: Issue 59: Allowing the user to override the authentication realm in
1759 * Update: Issue 97: Looser time-range checking if there's a recurrence rule in
1771 will likely still work, but it might get in the way of future changes.
1773 This was a mistake made in all previous SabreDAV versions. If you don't do
1782 * Added: Cache layer in the ObjectTree.
1786 * Fixed: Support for multiple ETags in If-Match and If-None-Match headers.
1788 * Fixed: Issue 67: Non-seekable stream support in ::put()/::get().
1790 * Updated: Refactoring in Sabre_CalDAV to make everything a bit more ledgable.
1817 * Fixed: Issue 57: Supporting quotes around etags in If-Match and If-None-Match
1827 * Fixed: Issue with certain encoded paths in Browser Plugin.
1836 * Fixed: Issue 53, ETags in the If: header were always failing. This behaviour
1838 * Added: Apache Authentication backend, in case authentication through .htaccess
1847 * Changed: More properties in CalDAV classes are now protected instead of
1871 * Fixed: redundant namespace declaration in resourcetypes.
1899 * Added: text/plain is used for .txt files in GuessContentType plugin.
1910 * Fixed: double namespace declaration in multistatus responses.
1927 * Fixed: Issue 36: Incorrect variable name, throwing error in some requests.
1928 * Fixed: Issue 37: Incorrect smultron regex in temporary filefilter.
1942 * Fixed: Issue 27: encoding entities in property responses.
1961 * Fixed: Comma's between HTTP methods in 'Allow' method.
1981 * Removed: Sabre_PHP_Exception. PHP has a built-in ErrorException for this.
1987 * Fixed: Better error display in browser plugin.
2001 * Fixed: Issue 21: Typo in Sabre_DAV_Property_Response
2011 case in the upcoming 1.2.0, so it will improve future compatibility.
2017 * Fixed: double namespace declaration in multistatus responses.
2029 * Fixed: Issue 37: Incorrect smultron regex in temporary filefilter.
2057 * Fixed: Issue 27: Entities not being encoded in PROPFIND responses.
2065 * Fixed: Issue 23: Comma's between methods in Allow header.
2066 * Added: Sabre_DAV_ICollection interface, to aid in future compatibility.
2068 Sabre_DAV_Exception_PermissionDenied in the future, and can already be used to
2087 * Fixed: Fatal error when a malformed url was used for unlocking, in conjuction
2113 * Fixed: Issue 15: typos in examples
2123 Sabre_DAV_Server as their first argument in serialize()
2137 quality, so they will probably be reintroduced in a later version.
2141 * Fixed: Only calling getSize() on IFile instances in httpHead()
2151 * Fixed: Copy and Move could fail in the root directory. This is now fixed.
2173 * Fixed: Last modification time is reported in UTC timezone. This improves
2180 * Updated: Now in Beta
2198 * Changed: Made more methods in Sabre_DAV_Server public.
2216 objects. If you created your own Tree objects, this will most likely break in
2233 * Fixed: Exclusive locks could in some cases be picked up as shared locks
2276 in most clients, but it needed fixing regardless. (r255)
2282 * Fixed: Some methods didn't get passed through in the FilterTree (r283).
2291 require to hold entire files in memory, which can be an issue if you're
2301 * Updated: Using Clark Notation for tags in properties. This means tags are
2305 * Fixed: Last modification date is no longer ignored in PROPFIND.
2323 * Updated: Better in-file documentation.
2329 * Fixed: examples are now actually included in the pear package.
2347 * Fully working in MS Windows clients.
2352 * Fixed: Using gzuncompress instead of gzdecode in the temporary file filter.
2359 * Somewhat working in Windows clients
2372 * Fully working in Finder and DavFS2.