Skip to content

1.2.0alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@evert evert released this 21 Jan 06:48
· 4264 commits to master since this release
  • Fixed: Issue 26: Workaround for broken GVFS behaviour with encoded special
    characters.
  • Fixed: Issue 34: Incorrect Lock-Token response header for LOCK. Fixes Office
    2010 compatibility.
  • Added: Issue 35: SabreDAV version to header to OPTIONS response to ease
    debugging.
  • Fixed: Issue 36: Incorrect variable name, throwing error in some requests.
  • Fixed: Issue 37: Incorrect smultron regex in temporary filefilter.
  • Fixed: Issue 33: Converting ISO-8859-1 characters to UTF-8.
  • Fixed: Issue 39 & Issue 40: Basename fails on non-utf-8 locales.
  • Added: More unittests.
  • Added: SabreDAV version to all error responses.
  • Added: URLUtil class for decoding urls.
  • Changed: Now using pear.sabredav.org pear channel.
  • Changed: Sabre_DAV_Server::getCopyAndMoveInfo is now a public method.