Skip to content

Commit adc0380

Browse files
authored
Merge pull request #359 from nextcloud/update-dependencies
Update dependencies
2 parents c9cca79 + 70d706f commit adc0380

6 files changed

Lines changed: 1725 additions & 1439 deletions

File tree

composer.lock

Lines changed: 130 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Controller/GoogleAPIController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function __construct(
4242
$this->accessToken = $this->userId !== null ? $this->secretService->getEncryptedUserValue($this->userId, 'token') : '';
4343
}
4444

45-
4645
/**
4746
* @NoAdminRequired
4847
*

lib/Migration/Version03001001Date20241111105515.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OCA\Google\Migration;
1011

1112
use Closure;

lib/Migration/Version04003001Date20251022113940.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OCA\Google\Migration;
1011

1112
use Closure;

lib/Notification/Notifier.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function prepare(INotification $notification, string $languageCode): INot
7373
->setIcon($this->url->getAbsoluteURL($this->url->imagePath(Application::APP_ID, 'app-dark.svg')))
7474
->setLink($this->url->linkToRouteAbsolute('files.view.index', ['dir' => $targetPath]));
7575
return $notification;
76-
7776
case 'import_drive_finished':
7877
/** @var array{nbImported?:string, targetPath: string} $p */
7978
$p = $notification->getSubjectParameters();
@@ -85,7 +84,6 @@ public function prepare(INotification $notification, string $languageCode): INot
8584
->setIcon($this->url->getAbsoluteURL($this->url->imagePath(Application::APP_ID, 'app-dark.svg')))
8685
->setLink($this->url->linkToRouteAbsolute('files.view.index', ['dir' => $targetPath]));
8786
return $notification;
88-
8987
default:
9088
// Unknown subject => Unknown notification => throw
9189
throw new InvalidArgumentException();

0 commit comments

Comments
 (0)