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