1
0
Fork 0
arangodb/Documentation
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
..
DbaManual issue #393, issue #128 2013-02-20 11:56:26 +01:00
Examples added replaceByExample() and updateByExample() methods 2013-02-19 11:38:55 +01:00
ImplementorManual issue #393, issue #128 2013-02-20 11:56:26 +01:00
ImporterManual converting .dox to .md 2013-02-06 18:20:38 +01:00
InstallationManual fixed -- 2013-02-10 16:29:52 +01:00
Manual added cheat sheet 2013-02-19 13:32:34 +01:00
RefManual fixed navigation 2013-02-10 17:03:14 +01:00
Scripts fixed wrong class-id 2013-02-11 13:43:40 +01:00
UserManual added replaceByExample() and updateByExample() methods 2013-02-19 11:38:55 +01:00
images added web interface description 2012-11-25 20:19:31 +01:00
latex use the upquote package to have real single quotes in the manual instead of latex backticks 2013-01-15 10:03:03 +01:00
man replaced arango-upgrade script with server startup option --upgrade 2012-12-03 13:45:58 +01:00
man1 issue #330 2012-12-21 22:01:51 +01:00
man8 replaced arango-upgrade script with server startup option --upgrade 2012-12-03 13:45:58 +01:00
KeyValue.md moved .dox to .md 2013-02-09 21:57:41 +01:00
Makefile.files issue #393, issue #128 2013-02-20 11:56:26 +01:00
arango.template.in fixed issue #350: XMLMISSING in wiki references 2013-02-10 16:11:35 +01:00
arangodb.css added troubleshooting, fixed css, fixed OBS 2012-12-06 16:58:38 +01:00
empty.html do not use header and footer 2012-10-17 18:02:59 +02:00
footer.html moved documentation changes from 1.1 to devel 2012-11-23 10:18:47 +01:00
header.html issue #230 2012-12-17 13:42:32 +01:00