🔐 Open source password manager with Nextcloud integration
Find a file
2016-09-26 10:37:43 +02:00
appinfo Add random data importer, change return to callbacks 2016-09-26 00:27:02 +02:00
controller Add random data importer, change return to callbacks 2016-09-26 00:27:02 +02:00
css Small fixes to menu 2016-09-25 18:19:55 +02:00
img
js Add select on click 2016-09-26 10:37:43 +02:00
lib Add function to get sharing keys 2016-09-25 22:02:58 +02:00
sass Small fixes to menu 2016-09-25 18:19:55 +02:00
templates Add select on click 2016-09-26 10:37:43 +02:00
tests
.gitignore Add missing files from last sharing commit 2016-09-25 15:23:46 +02:00
.travis.yml
AUTHORS.md
CHANGELOG.md
COPYING
Gruntfile.js Update todos 2016-09-15 00:11:59 +02:00
LICENSE
Makefile
package.json
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