parent
cfd67fd18b
commit
48761481eb
@ -1,30 +1,30 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>user_status</id>
|
<id>user_status</id>
|
||||||
<name>User status</name>
|
<name>User status</name>
|
||||||
<summary>User status</summary>
|
<summary>User status</summary>
|
||||||
<description><![CDATA[User status]]></description>
|
<description><![CDATA[User status]]></description>
|
||||||
<version>1.0.0</version>
|
<version>1.1.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
|
<author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
|
||||||
<namespace>UserStatus</namespace>
|
<namespace>UserStatus</namespace>
|
||||||
<default_enable/>
|
<default_enable/>
|
||||||
<category>social</category>
|
<category>social</category>
|
||||||
<bugs>https://github.com/nextcloud/server</bugs>
|
<bugs>https://github.com/nextcloud/server</bugs>
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation>
|
<navigation>
|
||||||
<id>user_status-menuitem</id>
|
<id>user_status-menuitem</id>
|
||||||
<name>User status</name>
|
<name>User status</name>
|
||||||
<route />
|
<route />
|
||||||
<order>1</order>
|
<order>1</order>
|
||||||
<type>settings</type>
|
<type>settings</type>
|
||||||
</navigation>
|
</navigation>
|
||||||
</navigations>
|
</navigations>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="20" max-version="20"/>
|
<nextcloud min-version="21" max-version="21"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
|
<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
|
||||||
</background-jobs>
|
</background-jobs>
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
@ -1,21 +1,21 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>weather_status</id>
|
<id>weather_status</id>
|
||||||
<name>Weather status</name>
|
<name>Weather status</name>
|
||||||
<summary>Weather status in your dashboard</summary>
|
<summary>Weather status in your dashboard</summary>
|
||||||
<description><![CDATA[Weather status integrated in the dashboard app.
|
<description><![CDATA[Weather status integrated in the dashboard app.
|
||||||
User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.
|
User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.
|
||||||
This status can also be integrated in other places like the Calendar app.]]></description>
|
This status can also be integrated in other places like the Calendar app.]]></description>
|
||||||
<version>1.0.0</version>
|
<version>1.1.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="eneiluj@posteo.net">Julien Veyssier</author>
|
<author mail="eneiluj@posteo.net">Julien Veyssier</author>
|
||||||
<namespace>WeatherStatus</namespace>
|
<namespace>WeatherStatus</namespace>
|
||||||
<default_enable/>
|
<default_enable/>
|
||||||
<category>integration</category>
|
<category>integration</category>
|
||||||
<category>dashboard</category>
|
<category>dashboard</category>
|
||||||
<bugs>https://github.com/nextcloud/server</bugs>
|
<bugs>https://github.com/nextcloud/server</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="20" max-version="20"/>
|
<nextcloud min-version="21" max-version="21"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
Loading…
Reference in New Issue