🔐 Open source password manager with Nextcloud integration
Find a file
2016-09-13 23:03:12 +02:00
appinfo Starting to work on login to vault 2016-09-11 19:45:20 +02:00
controller Style password meter, add last access time of vault 2016-09-12 18:25:16 +02:00
css Add otp tab, add files tab 2016-09-13 23:03:12 +02:00
img
js Add otp tab, add files tab 2016-09-13 23:03:12 +02:00
lib Style password meter, add last access time of vault 2016-09-12 18:25:16 +02:00
sass Add otp tab, add files tab 2016-09-13 23:03:12 +02:00
templates Add otp tab, add files tab 2016-09-13 23:03:12 +02:00
tests
.gitignore Setup sass 2016-09-10 14:02:54 +02:00
.travis.yml
AUTHORS.md
CHANGELOG.md
COPYING
Gruntfile.js Add generate password, copy to clipboard 2016-09-13 00:10:24 +02:00
LICENSE
Makefile
package.json Update package.json 2016-09-10 15:26:14 +02:00
phpunit.integration.xml
phpunit.xml
README.md
swagger.yaml Transferring API Description file 2016-09-10 17:08:00 +02:00

passman

Passman is a password manager for Nextcloud Place this app in nextcloud/apps/

Building the app

The app can be built by using the provided Makefile by running: npm install

Building the templates.

Passman uses compiled Angular js templates.
A grunt task compiles the views (located in templates/views), to templates.js. You can compile the templates using grunt If you are a developer and want to watch the changes you made use: grunt watch