From 20750ef597916fe2168bc90875dbd1caafc0d3e0 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Fri, 4 Sep 2015 13:27:38 +0200 Subject: [PATCH 1/2] Update publishing.rst Add that Official apps should support everything ownCloud Core supports. Otherwise - they can become approved apps. --- developer_manual/app/publishing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/publishing.rst b/developer_manual/app/publishing.rst index 0a8534a86..c7b8b9642 100644 --- a/developer_manual/app/publishing.rst +++ b/developer_manual/app/publishing.rst @@ -24,7 +24,7 @@ With each level come requirements and a position in the store. Official ^^^^^^^^ -Official apps are developed by and within the ownCloud community and its `Github `_ repository and offer functionality central to ownCloud. They are ready for serious use. +Official apps are developed by and within the ownCloud community and its `Github `_ repository and offer functionality central to ownCloud. They are ready for serious use and can be considered a part of ownCloud. Requirements: @@ -33,6 +33,7 @@ Requirements: * security audited and design reviewed * app is at least 6 months old and has seen regular releases * follows app guidelines +* supports the same platforms, browsers, databases, PHP versions and so on as ownCloud Core .. * app is signed, identity verified @@ -60,6 +61,7 @@ Requirements: * follows app guidelines * the developer is trusted * app is subject to unannounced security audits +* has defined requirements and dependencies (like what browsers, databases, PHP versions and so on are supported) .. * app is signed, at least domain verified From f5aa754d28eded0d7e1cae399d01534d159c2c77 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Fri, 4 Sep 2015 18:04:02 +0200 Subject: [PATCH 2/2] address comments --- developer_manual/app/publishing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/publishing.rst b/developer_manual/app/publishing.rst index c7b8b9642..2febe6b5b 100644 --- a/developer_manual/app/publishing.rst +++ b/developer_manual/app/publishing.rst @@ -33,7 +33,7 @@ Requirements: * security audited and design reviewed * app is at least 6 months old and has seen regular releases * follows app guidelines -* supports the same platforms, browsers, databases, PHP versions and so on as ownCloud Core +* supports the same platforms and technologies mentioned in the release notes of the ownCloud version this app is made for .. * app is signed, identity verified