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>2016-12-22 16:25:12 +0300
committerPassman Bot <info@passman.cc>2016-12-22 16:25:12 +0300
commitbe7dfed8ea7fe3000dfcb53d378c3b5367e3c88a (patch)
tree86f61c9f8df2dd979ad7c132804c9f91944928f9
parentc56682d0bdef2b91f6c9a2d7cc5be50650ef0492 (diff)
Passman 2.0.0-RC1
Update readme and App info Signed-off-by: Passman Bot <info@passman.cc>
-rw-r--r--README.md2
-rw-r--r--appinfo/info.xml27
2 files changed, 23 insertions, 6 deletions
diff --git a/README.md b/README.md
index 208d6b79..606944bd 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ Features:
- Clipperz.is
+For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
+
## Tested on
- NextCloud 10 / 11
- ownCloud 9.1+
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a2624b47..b8dab5df 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,23 +2,38 @@
<info>
<id>passman</id>
<name>Passman</name>
- <description>A password manager for Nextcloud</description>
+ <name>Notifications</name>
+ <description><![CDATA[
+Passman is a full featured password manager.
+Features:
+- Vaults
+- Vault key is never sent to the server
+- Credentials are stored with 256 bit AES
+- Ability to add custom fields to credentials
+- Built-in OTP(One Time Password) generator
+- Password analyzer
+- Share passwords internally and via link in a secure manner.
+- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is, )
+For an demo of this app visit https://demo.passman.cc
+]]></description>
+
<licence>AGPL</licence>
- <author>Sander Brand</author>
<version>2.0.0-RC1</version>
<author homepage="https://github.com/brantje">Sander Brand</author>
- <author homepage="https://github.com/animalillo">Marcos</author>
+ <author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
<namespace>Passman</namespace>
<documentation>
<admin>https://github.com/nextcloud/passman#readme</admin>
<developer>https://github.com/nextcloud/passman/tree/master/docs</developer>
</documentation>
<category>other</category>
- <website>https://github.com/nextcloud/passman/</website>
+ <website>https://demo.passman.cc</website>
<bugs>https://github.com/nextcloud/passman/issues</bugs>
<repository type="git">https://github.com/nextcloud/passman.git</repository>
- <screenshot small-thumbnail="https://i.imgur.com/ciShQZg.png">https://i.imgur.com/ciShQZg.png</screenshot>
- <screenshot small-thumbnail="https://i.imgur.com/Iwm3hUe.png">https://i.imgur.com/Iwm3hUe.png</screenshot>
+ <screenshot small-thumbnail="https://img.passman.cc/thumbs/overview.png">https://img.passman.cc/overview.png</screenshot>
+ <screenshot small-thumbnail="https://img.passman.cc/thumbs/edit_credential.png">https://img.passman.cc/edit_credential.png</screenshot>
+ <screenshot small-thumbnail="https://img.passman.cc/thumbs/share_credential.png">https://img.passman.cc/share_credential.png</screenshot>
+ <screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot>
<dependencies>
<php min-version="5.6"/>
<owncloud min-version="9" max-version="11" />