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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPassman Bot <info@passman.cc>2018-12-19 11:28:36 +0300
committerPassman Bot <info@passman.cc>2018-12-19 11:28:36 +0300
commit29b8d9e7283b914a3812942bb836358ff862b150 (patch)
tree12eba1a5e459659d549d36f5b3c1d9614dc50424
parent57de51ba9d4634d71bb90f3bb4d583c1bf0be8d4 (diff)
Passman 2.2.12.2.1
updated version to 2.2.1 and added max-version="15" Signed-off-by: fnuesse <felix.nuesse@t-online.de> Signed-off-by: Passman Bot <info@passman.cc>
-rw-r--r--appinfo/info.xml6
-rw-r--r--occ11
2 files changed, 14 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9abd6b5b..b5041a01 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -19,7 +19,7 @@ Features:
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
]]></description>
- <version>2.2.0</version>
+ <version>2.2.1</version>
<licence>agpl</licence>
<author homepage="https://github.com/brantje">Sander Brand</author>
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
@@ -42,8 +42,8 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<database>pgsql</database>
<database min-version="5.5">mysql</database>
<lib>openssl</lib>
- <nextcloud min-version="14" />
- <owncloud min-version="14" />
+ <nextcloud min-version="14" max-version="15"/>
+ <owncloud min-version="14" max-version="15"/>
</dependencies>
<background-jobs>
diff --git a/occ b/occ
new file mode 100644
index 00000000..7e47585b
--- /dev/null
+++ b/occ
@@ -0,0 +1,11 @@
+#!/usr/bin/env php
+<?php
+/**
+ * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
+
+//$argv = $_SERVER['argv'];
+require_once __DIR__ . '/console.php';