Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4af10d1d authored by Pierre-Alain Bandinelli's avatar Pierre-Alain Bandinelli
Browse files

Trying to fix issue with rainloop admin

parent 867fcb5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
6.1.0
6.1.1
+4 −1
Original line number Diff line number Diff line
@@ -8,7 +8,10 @@
 * Based initially on https://github.com/RainLoop/rainloop-webmail/tree/master/build/owncloud
 */

OCP\User::checkAdminUser();
#OCP\User::checkAdminUser();
if (!OC_User::isAdminUser(OC_User::getUser())) {
	return;
}

OCP\Util::addScript('rainloop', 'admin');

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
	<name>RainLoop</name>
	<summary>RainLoop Webmail</summary>
	<description>Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "Rainloop webmail" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.14.0 (2020-01).</description>
	<version>6.1.0</version>
	<version>6.1.1</version>
	<licence>agpl</licence>
	<author>RainLoop Team, Nextgen-Networks, Tab Fitts, Pierre-Alain Bandinelli</author>
	<dependencies>
+1 −1
Original line number Diff line number Diff line
6.1.0
6.1.1