Loading lib/AppInfo/Application.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ use OCP\AppFramework\Bootstrap\IBootstrap; use OCP\AppFramework\Bootstrap\IRegistrationContext; use OCP\AppFramework\Bootstrap\IBootContext; use OCP\User\Events\UserDeletedEvent; use OCA\EcloudAccounts\Events\UserDeletedListener; use OCA\EcloudAccounts\Listeners\UserDeletedListener; class Application extends App implements IBootstrap Loading lib/Events/UserDeletedListener.php→lib/Listeners/UserDeletedListener.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ declare(strict_types=1); namespace OCA\EcloudAccounts\Events; namespace OCA\EcloudAccounts\Listeners; use Curl; use OCA\EcloudAccounts\AppInfo\Application; Loading Loading @@ -76,7 +76,7 @@ class UserDeletedListener implements IEventListener return json_decode($answer, true); } catch (\Exception $e) { $this->logger->error('There has been an issue while contacting the external deletion script'); $this->logger->logException($e, ['app' => Application::APP_NAME]); $this->logger->logException($e, ['app' => Application::APP_ID]); } return null; Loading lib/Events/curl.class.php→lib/Listeners/curl.class.php +0 −0 File moved. View file Loading
lib/AppInfo/Application.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ use OCP\AppFramework\Bootstrap\IBootstrap; use OCP\AppFramework\Bootstrap\IRegistrationContext; use OCP\AppFramework\Bootstrap\IBootContext; use OCP\User\Events\UserDeletedEvent; use OCA\EcloudAccounts\Events\UserDeletedListener; use OCA\EcloudAccounts\Listeners\UserDeletedListener; class Application extends App implements IBootstrap Loading
lib/Events/UserDeletedListener.php→lib/Listeners/UserDeletedListener.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ declare(strict_types=1); namespace OCA\EcloudAccounts\Events; namespace OCA\EcloudAccounts\Listeners; use Curl; use OCA\EcloudAccounts\AppInfo\Application; Loading Loading @@ -76,7 +76,7 @@ class UserDeletedListener implements IEventListener return json_decode($answer, true); } catch (\Exception $e) { $this->logger->error('There has been an issue while contacting the external deletion script'); $this->logger->logException($e, ['app' => Application::APP_NAME]); $this->logger->logException($e, ['app' => Application::APP_ID]); } return null; Loading