mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup Nextcloud code
This commit is contained in:
parent
c7833d622a
commit
79387262e3
6 changed files with 92 additions and 146 deletions
|
|
@ -96,7 +96,7 @@ class Application extends App implements IBootstrap
|
|||
});
|
||||
|
||||
$userSession->listen('\OC\User', 'logout', function($user) {
|
||||
$oSession = \OC::$server->getSession()['snappymail-password'] = '';
|
||||
\OC::$server->getSession()['snappymail-password'] = '';
|
||||
SnappyMailHelper::loadApp();
|
||||
\RainLoop\Api::LogoutCurrentLogginedUser();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<!-- empty -->
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<div style="margin: 20px">
|
||||
<?php p($l->t('SnappyMail Webmail is not configured yet.')); ?>
|
||||
</div>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?php
|
||||
|
||||
use OCA\SnappyMail\Settings\PersonalSettings;
|
||||
|
||||
$app = new \OCA\SnappyMail\AppInfo\Application();
|
||||
$controller = $app->getContainer()->query(PersonalSettings::class);
|
||||
return $controller->getForm()->render();
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue