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

Unverified Commit 71450ffe authored by Nextgen-Networks's avatar Nextgen-Networks Committed by GitHub
Browse files

Merge pull request #7 from tabp0le/nc14-wip

Nc14 wip
parents 011bd1d8 9a6f2967
Loading
Loading
Loading
Loading
+7 −7
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.12.1 (2018-09-10).</description>
	<version>5.1.1</version>
	<version>6.0</version>
	<licence>AGPLv3</licence>
	<author>RainLoop Team and Nextgen-Networks (based on initial work for Netcloud of Pierre-Alain Bandinelli)</author>
	<require>6.0</require>
@@ -12,7 +12,7 @@
	<dependencies>
        <php min-version="5.4" />
		<owncloud min-version="6" max-version="9.2" />
		<nextcloud min-version="10" max-version="14" />
		<nextcloud min-version="14" max-version="14" />
    	</dependencies>
	<documentation>
		<category>tools</category>
+1 −1
Original line number Diff line number Diff line
5.1.1
 No newline at end of file
6.0
+1 −3
Original line number Diff line number Diff line
<div style="box-sizing: border-box; width: 100%; height: 100%; padding: 0px; margin: 0px; background-color: #383c43; position: relative; overflow: hidden;"
><iframe id="rliframe" style="border: none; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;" tabindex="-1" frameborder="0"
 src="<?php echo $_['rainloop-iframe-url']; ?>"></iframe></div><?php OCP\Util::addScript('rainloop', 'resize');
 No newline at end of file
<iframe id="rliframe" style="border: none; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;" tabindex="-1" frameborder="0" src="<?php echo $_['rainloop-iframe-url']; ?>"></iframe><?php OCP\Util::addScript('rainloop', 'resize');