|
|
|
|
@ -30,15 +30,12 @@ use Sabre\DAV\PropPatch; |
|
|
|
|
use Sabre\DAV\Exception\BadRequest; |
|
|
|
|
use Sabre\DAV\Exception\Conflict; |
|
|
|
|
use Sabre\DAV\Exception\Forbidden; |
|
|
|
|
use Sabre\DAV\Exception\NotFound; |
|
|
|
|
use Sabre\DAV\Exception\UnsupportedMediaType; |
|
|
|
|
|
|
|
|
|
use OCP\SystemTag\ISystemTag; |
|
|
|
|
use OCP\SystemTag\ISystemTagManager; |
|
|
|
|
use OCP\SystemTag\TagAlreadyExistsException; |
|
|
|
|
use Sabre\HTTP\RequestInterface; |
|
|
|
|
use Sabre\HTTP\ResponseInterface; |
|
|
|
|
use OCA\DAV\SystemTag\SystemTagMappingNode; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Sabre plugin to handle system tags: |
|
|
|
|
|