]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge branch 'master' into refactor/OC-Server-getEncryptionFilesHelper
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Thu, 30 May 2024 12:25:07 +0000 (14:25 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 12:25:07 +0000 (14:25 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1  2 
lib/private/Encryption/EncryptionWrapper.php
lib/private/Encryption/HookManager.php

index 887ca988b1addfac037b50c59ae07b16b98635c8,4ff8a3c0c6dfc1712e9fe7eb70159b8f57d0d7d5..cc1c5326c5ce720cdfc3e1b4bc947e04e551bf43
@@@ -28,9 -11,9 +11,10 @@@ use OC\Files\Filesystem
  use OC\Files\Storage\Wrapper\Encryption;
  use OC\Files\View;
  use OC\Memcache\ArrayCache;
 +use OCP\Encryption\IFile;
  use OCP\Files\Mount\IMountPoint;
- use OCP\Files\Storage;
+ use OCP\Files\Storage\IDisableEncryptionStorage;
+ use OCP\Files\Storage\IStorage;
  use Psr\Log\LoggerInterface;
  
  /**
index 0e8704ad03f219429c5557f9bf093137d2357cc3,fc6546fb253a0e57a86ec47eaa2696e12ae3e573..5ce51229e4ef111e3156bc2fc4cdf1903dfb2088
@@@ -24,9 -8,8 +8,9 @@@
  namespace OC\Encryption;
  
  use OC\Files\Filesystem;
- use OC\Files\View;
  use OC\Files\SetupManager;
+ use OC\Files\View;
 +use OCP\Encryption\IFile;
  use Psr\Log\LoggerInterface;
  
  class HookManager {