Skip to content
  • Vincent Petry's avatar
    Added file name check in webdav connector · bd71a1b7
    Vincent Petry authored
    - added file name check for the put, rename and setNames() methods which
      throw a "Bad Request" whenever invalid characters are used
    - replaced \OC\Filesystem usage with $this->getFS() to be able to write
      unit tests
    bd71a1b7