passman/appinfo/info.xml

51 lines
2.3 KiB
XML
Raw Normal View History

2016-09-09 23:36:35 +08:00
<?xml version="1.0"?>
<info>
<id>passman</id>
<name>Passman</name>
2016-12-28 20:27:40 +08:00
<summary>Passman is a full featured password manager.</summary>
2016-12-28 20:35:16 +08:00
<description><![CDATA[Passman is a full featured password manager.\n
Features:\n
- Vaults\n
- Vault key is never sent to the server\n
- Credentials are stored with 256 bit AES\n
- Ability to add custom fields to credentials\n
- Built-in OTP (One Time Password) generator\n
- Password analyzer\n
- Share passwords internally and via link in a secure manner.\n
- Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is )\n
2016-12-22 21:40:40 +08:00
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
2016-12-22 21:12:02 +08:00
]]></description>
2016-09-09 23:36:35 +08:00
<licence>AGPL</licence>
<version>2.0.0-RC3</version>
<author homepage="https://github.com/brantje">Sander Brand</author>
2016-12-22 21:12:02 +08:00
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
2016-09-09 23:36:35 +08:00
<namespace>Passman</namespace>
<documentation>
<admin>https://github.com/nextcloud/passman#readme</admin>
<developer>https://github.com/nextcloud/passman/tree/master/docs</developer>
</documentation>
2016-12-28 20:35:16 +08:00
<category>tools</category>
2016-12-22 21:12:02 +08:00
<website>https://demo.passman.cc</website>
2016-09-09 23:36:35 +08:00
<bugs>https://github.com/nextcloud/passman/issues</bugs>
<repository type="git">https://github.com/nextcloud/passman.git</repository>
2016-12-22 21:12:02 +08:00
<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>
2016-12-23 01:34:44 +08:00
<screenshot small-thumbnail="https://img.passman.cc/thumbs/password_audit.png">https://img.passman.cc/password_audit.png</screenshot>
2016-09-09 23:36:35 +08:00
<dependencies>
<php min-version="5.6"/>
2016-09-27 23:51:03 +08:00
<owncloud min-version="9" max-version="11" />
2016-12-19 22:37:04 +08:00
<nextcloud min-version="9" max-version="12" />
<database>sqlite</database>
<database min-version="5.5">mysql</database>
2016-09-09 23:36:35 +08:00
</dependencies>
<settings>
<admin>OCA\Passman\Controller\SettingsController</admin>
</settings>
2016-10-16 18:56:48 +08:00
<background-jobs>
<job>OCA\Passman\BackgroundJob\ExpireCredentials</job>
</background-jobs>
2016-09-09 23:36:35 +08:00
</info>