Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-09-16 19:39:17 +02:00
Родитель b2331386b7
Коммит c16bb363d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A3E2F658B28C760A
8 изменённых файлов: 2 добавлений и 9 удалений

Просмотреть файл

@ -21,8 +21,8 @@ use OCP\AppFramework\Db\DoesNotExistException;
use OCP\AppFramework\Db\MultipleObjectsReturnedException;
use OCP\AppFramework\Http;
use OCP\AppFramework\Http\DataResponse;
use OCP\Files\NotFoundException;
use OCP\Files\Folder;
use OCP\Files\NotFoundException;
use OCP\IConfig;
use OCP\IDateTimeZone;
use OCP\IGroupManager;

Просмотреть файл

@ -23,7 +23,6 @@
namespace OCA\Maps\Controller;
use OC;
use OCA\Maps\DB\FavoriteShareMapper;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\AppFramework\Db\MultipleObjectsReturnedException;

Просмотреть файл

@ -26,7 +26,6 @@ use OCP\IDateTimeZone;
use OCP\IGroupManager;
use OCP\IInitialStateService;
use OCP\IL10N;
use OCP\ILogger;
use OCP\IRequest;
use OCP\IServerContainer;
use OCP\ISession;

Просмотреть файл

@ -11,7 +11,6 @@
namespace OCA\Maps\Controller;
use OC\InitialStateService;
use OC\Security\CSP\ContentSecurityPolicy;
use OCA\Files\Event\LoadSidebar;
use OCA\Files_Sharing\Event\BeforeTemplateRenderedEvent;

Просмотреть файл

@ -27,7 +27,6 @@ use OCA\Maps\BackgroundJob\LaunchUsersInstallScanJob;
use OCP\BackgroundJob\IJobList;
use OCP\Encryption\IManager;
use OCP\IConfig;
use OCP\IDBConnection;
use OCP\IUser;
use OCP\IUserManager;
use OCP\Migration\IOutput;

Просмотреть файл

@ -16,10 +16,10 @@
namespace OCA\Maps\Service;
use OC\Archive\ZIP;
use OCP\Security\ISecureRandom;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;
use OCP\IL10N;
use OCP\Security\ISecureRandom;
use Psr\Log\LoggerInterface;
class FavoritesService {

Просмотреть файл

@ -24,7 +24,6 @@ use OCP\Files\Search\ISearchBinaryOperator;
use OCP\Files\Search\ISearchComparison;
use OCP\IDBConnection;
use OCP\IL10N;
use OCP\ILogger;
use OCP\Share\IManager;
use Psr\Log\LoggerInterface;

Просмотреть файл

@ -5,8 +5,6 @@ namespace OCA\Maps\Settings;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\IConfig;
use OCP\IL10N;
use OCP\IRequest;
use OCP\IURLGenerator;
use OCP\Settings\ISettings;
class AdminSettings implements ISettings {