@@ -23,15 +23,11 @@ |
||
23 | 23 | |
24 | 24 | namespace OCA\Deck\Service; |
25 | 25 | |
26 | -use OC\Security\CSP\ContentSecurityPolicyManager; |
|
27 | 26 | use OCA\Deck\Db\Attachment; |
28 | 27 | use OCA\Deck\StatusException; |
29 | 28 | use OCP\AppFramework\Http\ContentSecurityPolicy; |
30 | -use OCP\AppFramework\Http\EmptyContentSecurityPolicy; |
|
31 | 29 | use OCP\AppFramework\Http\FileDisplayResponse; |
32 | 30 | use OCP\AppFramework\Http\StreamResponse; |
33 | -use OCP\Files\Cache\IScanner; |
|
34 | -use OCP\Files\Folder; |
|
35 | 31 | use OCP\Files\IAppData; |
36 | 32 | use OCP\Files\IRootFolder; |
37 | 33 | use OCP\Files\NotFoundException; |
@@ -25,10 +25,8 @@ |
||
25 | 25 | namespace OCA\Deck\Controller; |
26 | 26 | |
27 | 27 | use OCP\AppFramework\ApiController; |
28 | -use OCP\AppFramework\Http; |
|
29 | 28 | use OCP\AppFramework\Http\DataResponse; |
30 | 29 | use OCP\IRequest; |
31 | - |
|
32 | 30 | use OCA\Deck\Service\BoardService; |
33 | 31 | |
34 | 32 | /** |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace OCA\Deck\Controller; |
25 | 25 | |
26 | 26 | use OCP\AppFramework\ApiController; |
27 | - use OCP\AppFramework\Http; |
|
28 | 27 | use OCP\AppFramework\Http\DataResponse; |
29 | 28 | use OCP\IRequest; |
30 | 29 | use OCA\Deck\Service\CardService; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | namespace OCA\Deck\Middleware; |
25 | 25 | |
26 | 26 | use OCA\Deck\StatusException; |
27 | -use OCA\Deck\BadRequestException; |
|
28 | 27 | use OCP\AppFramework\Db\DoesNotExistException; |
29 | 28 | use OCP\AppFramework\Middleware; |
30 | 29 | use OCP\AppFramework\Http\JSONResponse; |
@@ -34,7 +34,6 @@ |
||
34 | 34 | use OCA\Deck\Db\StackMapper; |
35 | 35 | use OCA\Deck\StatusException; |
36 | 36 | use OCA\Deck\BadRequestException; |
37 | -use OCP\Comments\ICommentsManager; |
|
38 | 37 | |
39 | 38 | |
40 | 39 | class StackService { |