πŸ” Open source password manager with Nextcloud integration
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Sander 02b232ee27 Transferring API Description file 2016-09-10 17:08:00 +02:00
appinfo Move revisions and files to credentialController 2016-09-09 18:46:20 +02:00
controller Create models, update controllers 2016-09-09 19:05:18 +02:00
css Add css dir 2016-09-10 14:03:18 +02:00
img Initial commit 2016-09-09 17:36:35 +02:00
js Setup sass 2016-09-10 14:02:54 +02:00
lib Create models, update controllers 2016-09-09 19:05:18 +02:00
sass Setup sass 2016-09-10 14:02:54 +02:00
templates Setup sass 2016-09-10 14:02:54 +02:00
tests Initial commit 2016-09-09 17:36:35 +02:00
.gitignore Setup sass 2016-09-10 14:02:54 +02:00
.travis.yml Initial commit 2016-09-09 17:36:35 +02:00
AUTHORS.md Initial commit 2016-09-09 17:36:35 +02:00
CHANGELOG.md Initial commit 2016-09-09 17:36:35 +02:00
COPYING Initial commit 2016-09-09 17:36:35 +02:00
Gruntfile.js Add sass task to default grunt task 2016-09-10 15:26:51 +02:00
LICENSE Initial commit 2016-09-07 13:30:00 +02:00
Makefile Initial commit 2016-09-09 17:36:35 +02:00
README.md Setup angular, setup grunt, update readme 2016-09-10 13:29:23 +02:00
package.json Update package.json 2016-09-10 15:26:14 +02:00
phpunit.integration.xml Initial commit 2016-09-09 17:36:35 +02:00
phpunit.xml Initial commit 2016-09-09 17:36:35 +02:00
swagger.yaml Transferring API Description file 2016-09-10 17:08:00 +02:00

README.md

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