Just a few things noticed while I start to look at this app.
This commit is contained in:
Phil Davis 2017-01-06 17:06:54 +05:45
Родитель ab43df9e4e
Коммит d95ec29f34
3 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -23,7 +23,7 @@ Features:
- Clipperz.is
For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
For a demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
## Tested on
- NextCloud 10 / 11
@ -71,9 +71,9 @@ Example:
## Development
Passman uses a single `.js` file for the templates. This gives the benefit that we don't need to request every template with XHR.
For CSS we use SASS so you need ruby and sass installed.
`templates.js` and the CSS are build width `grunt`.
`templates.js` and the CSS are built with `grunt`.
To watch for changes use `grunt watch`
To run the unit tests install phpunit globally, and stup the envioronment variables on the `launch_phpunit.sh` script then just run that script any argumetns passed to this script will be forwarded to phpunit.
To run the unit tests install phpunit globally, and setup the environment variables on the `launch_phpunit.sh` script then just run that script, any arguments passed to this script will be forwarded to phpunit.
## Main developers
- Brantje
@ -86,4 +86,4 @@ Add yours when creating a pull request!
## FAQ
**Are you adding something to check if malicious code is executing on the browser?**
No, because malitous code could edit the functions that check for malicious code.
No, because malicious code could edit the functions that check for malicious code.

Просмотреть файл

@ -4,5 +4,5 @@ export SERVER_BASE_DIR=/var/www/html/nextcloud/
export SERVER_CONFIG_DIR=/var/www/html/nextcloud/config/
export SERVER_CONFIG_FILE=config.php
# Lanuch the actual tests
# Launch the actual tests
phpunit -v $@

Просмотреть файл

@ -175,7 +175,7 @@ paths:
schema:
$ref: '#/definitions/Error'
patch:
summary: Update a item
summary: Update an item
tags:
- Credential
parameters:
@ -199,7 +199,7 @@ paths:
schema:
$ref: '#/definitions/Error'
delete:
summary: Delete a item permanently
summary: Delete an item permanently
description: For a 'soft' delete set delete_time
tags:
- Credential
@ -350,7 +350,7 @@ definitions:
description: Name of the item
description:
type: string
description: Description the user the item has given
description: Description the user has given to the item
created:
type: string
format: dateTime