1
0
Fork 0
arangodb/js/common/bootstrap
Jan Steemann 3fdebb38ee issue #393, issue #128
Added a REST API for user management
The REST API exposes the functionality available in module "users" for HTTP access.

The following methods are available:
* GET /_api/user/username: fetch user information
* POST /_api/user: create new user
* PUT /_api/user: replace an existing user
* PATCH /_api/user: (partially) update an existing user
* DELETE /_api/user: remove an existing user

Additionally, a module "crypto" is introduced and exposed for Javascript actions.
The crypto module provides the following functions:
* require("org/arangodb/crypto").md5();
* require("org/arangodb/crypto").sha256();
* require("org/arangodb/crypto").rand();
2013-02-20 11:56:26 +01:00
..
errors.js added docs for CONTAINS(), added LIKE() 2013-02-06 11:40:45 +01:00
module-console.js more cleanup 2013-01-17 18:24:58 +01:00
module-fs.js more cleanup 2013-01-17 18:24:58 +01:00
module-internal.js issue #393, issue #128 2013-02-20 11:56:26 +01:00
modules.js fixed unloadAll 2013-01-23 15:45:54 +01:00
monkeypatches.js fixed comments 2013-01-17 16:10:42 +01:00