server/apps/updatenotification/appinfo/info.xml
Lukas Reschke b9e3ed1468 Add SSO for updater application
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".
2016-02-09 20:28:30 +01:00

13 lines
395 B
XML

<?xml version="1.0"?>
<info>
<id>updatenotification</id>
<name>Update notification</name>
<description>Displays update notifications for ownCloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>0.1.0</version>
<default_enable/>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>