summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-05 23:42:38 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-05 23:42:38 +0200
commitb462795be297f2428c70d5e6a657c04125b028ec (patch)
tree60c4f0c0012ec463939f732c6b6f4ee2a3a13b59 /apps
parent565e02d061001524658b0ff0c722e4eac0b657ba (diff)
downloadnextcloud-server-b462795be297f2428c70d5e6a657c04125b028ec.tar.gz
nextcloud-server-b462795be297f2428c70d5e6a657c04125b028ec.zip
added a nice API to get the installes Apps with names, urls and icon from the outside.
This is useful for some nice upcoming desktop and mobile integration
Diffstat (limited to 'apps')
-rw-r--r--apps/bookmarks/appinfo/info.xml3
-rw-r--r--apps/contacts/appinfo/info.xml1
-rw-r--r--apps/files/appinfo/info.xml1
-rw-r--r--apps/gallery/appinfo/info.xml1
-rw-r--r--apps/media/appinfo/info.xml1
5 files changed, 6 insertions, 1 deletions
diff --git a/apps/bookmarks/appinfo/info.xml b/apps/bookmarks/appinfo/info.xml
index 39779483d85..4dbb74bb767 100644
--- a/apps/bookmarks/appinfo/info.xml
+++ b/apps/bookmarks/appinfo/info.xml
@@ -5,5 +5,6 @@
<description>Bookmark manager for ownCloud</description>
<licence>AGPL</licence>
<author>Arthur Schiwon, Marvin Thomas Rabe</author>
+ <standalone/>
<require>2</require>
-</info> \ No newline at end of file
+</info>
diff --git a/apps/contacts/appinfo/info.xml b/apps/contacts/appinfo/info.xml
index 55ddf42ccc1..4d2fe383723 100644
--- a/apps/contacts/appinfo/info.xml
+++ b/apps/contacts/appinfo/info.xml
@@ -6,5 +6,6 @@
<author>Jakob Sack</author>
<require>2</require>
<description>Address book with CardDAV support.</description>
+ <standalone/>
<default_enable/>
</info>
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 2abf54e7da6..03076dee98c 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -6,5 +6,6 @@
<licence>AGPL</licence>
<author>Robin Appelman</author>
<require>2</require>
+ <standalone/>
<default_enable/>
</info>
diff --git a/apps/gallery/appinfo/info.xml b/apps/gallery/appinfo/info.xml
index 7dc85374b0b..5b5ee0f731b 100644
--- a/apps/gallery/appinfo/info.xml
+++ b/apps/gallery/appinfo/info.xml
@@ -6,5 +6,6 @@
<author>Bartek Przybylski</author>
<require>2</require>
<description>Dedicated pictures application</description>
+ <standalone/>
<default_enable/>
</info>
diff --git a/apps/media/appinfo/info.xml b/apps/media/appinfo/info.xml
index 01145d4a944..ea5b77c9c8f 100644
--- a/apps/media/appinfo/info.xml
+++ b/apps/media/appinfo/info.xml
@@ -6,5 +6,6 @@
<licence>AGPL</licence>
<author>Robin Appelman</author>
<require>2</require>
+ <standalone/>
<default_enable/>
</info>