Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-02-20 20:07:42 +0300
committerJoas Schilling <coding@schilljs.com>2018-02-20 20:07:42 +0300
commit2407acefbadda5e56e2aac06743861c6054e6d43 (patch)
tree0a23a4758180150ba2163a3c78b74471c7114bbf /appinfo
parent5e0bc9f97d86092f10ff3d621eefccb5dd8f43a2 (diff)
Make it pass the app code check
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4a3b355..190986d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>impersonate</id>
<name>Impersonate</name>
<summary>Impersonate other users</summary>
@@ -19,18 +20,18 @@ The administrator is then logged-in as the user, to switch back to the regular u
- This app is not compatible with instances that have encryption enabled.
- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.
- Impersonating an user is only possible after their first login.]]></description>
+ <version>1.1.0</version>
<licence>agpl</licence>
- <category>tools</category>
<author>Nextcloud</author>
- <version>1.0.2</version>
<namespace>Impersonate</namespace>
+ <category>tools</category>
+ <website>https://github.com/nextcloud/impersonate</website>
+ <bugs>https://github.com/nextcloud/impersonate/issues</bugs>
+ <repository>https://github.com/nextcloud/impersonate.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/3.png</screenshot>
- <website>https://github.com/nextcloud/impersonate</website>
- <bugs>https://github.com/nextcloud/impersonate/issues</bugs>
- <repository type="git">https://github.com/nextcloud/impersonate.git</repository>
<dependencies>
- <nextcloud min-version="12" max-version="13" />
+ <nextcloud min-version="14" max-version="14" />
</dependencies>
</info>