Lines Matching refs:HTTP

185 * #608: When a HTTP error is triggered during `Client:propFind`, we're now
186 throwing `Sabre\HTTP\ClientHttpException` instead of `Sabre\DAV\Exception`.
190 * #747: Now throwing exceptions and setting the HTTP status to 500 in subtle
191 cases where no other plugin set a correct HTTP status.
706 * Changed: Now return HTTP errors when an addressbook-query REPORT is done
724 * When a REPORT is not supported, we now emit HTTP error 415, instead of 403.
908 * Changed: Sabre\HTTP now moved into a dedicated sabre/http package.
935 * Removed: Got rid of the Version classes for CalDAV, CardDAV, HTTP, and DAVACL.
956 * Added: A negotiateContentType to HTTP\Request. A convenience method.
975 * #516: The DAV client will now only redirect to HTTP and HTTPS urls.
1191 * Fixed: Issue 174. Sending back HTTP/1.0 for requests with this version.
1359 * Fixed: HTTP basic auth did not correctly deal with passwords containing colons
1404 * Added: New HTTP status codes from draft-nottingham-http-new-status-04.
1464 DAVACL, HTTP, VObject) as an alternative to the autoloader. This often works
1492 * Added: Sabre_DAV_Exception_PaymentRequired exception, to emit HTTP 402 status
1495 * Fixed: Correctly formatting HTTP dates.
1575 * Changed: Sending back HTTP 204 after a PUT request on an existing resource
1576 instead of HTTP 200. This should fix Evolution CardDAV client compatibility.
1585 * Fixed: Issue 152. iOS 1.4.2 apparantly requires HTTP/1.1 200 OK to be in
1680 * Added: API level support for ACL HTTP method.
1768 * Changed: Almost all HTTP method implementations now take a uri argument,
1888 * Changed: The Allow: header is now more accurate, with appropriate HTTP methods
1961 * Fixed: Comma's between HTTP methods in 'Allow' method.
2051 * Added: Issue 35: Adding SabreDAV version to HTTP OPTIONS responses.
2196 * Added: Ability to choose to use auth-int, auth or both for HTTP Digest
2199 * Fixed: TemporaryFileFilter plugin now intercepts HTTP LOCK requests to
2232 * Added: RFC 2324 HTTP 418 status code
2267 * Added: simple basis for HTTP REPORT method. This method is not used yet, but
2277 * Fixed: auth-int is now properly supported within HTTP Digest.
2294 * Added: HTTP Digest Authentication helper class.
2295 * Added: Support for HTTP Range header
2300 * Added: Abstraction for the HTTP request.
2316 * Added: HTTP Basic Authentication helper class.
2317 * Added: Sabre_HTTP_Response class. This centralizes HTTP operations and will be