1
0
Fork 0
arangodb/UnitTests
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
..
Cambridge issue #145: added epsilon 2012-08-09 15:06:22 +02:00
HttpInterface issue #393, issue #128 2013-02-20 11:56:26 +01:00
Jutland moved classes to separate files 2012-10-17 15:23:10 +02:00
Philadelphia added gcc-specific pragma for a test 2013-02-18 14:09:37 +01:00
Makefile.unittests issue #393, issue #128 2013-02-20 11:56:26 +01:00
Runner.cpp renamed to Arango 2012-05-12 14:40:34 +02:00
import-1.csv issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-1.json issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-1.tsv issue #204: allow import of tab-separated values 2012-09-30 01:38:32 +02:00
import-2.csv issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-2.json issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-2.tsv issue #204: allow import of tab-separated values 2012-09-30 01:38:32 +02:00
import-3.json backport of issue #300 2012-12-22 03:38:29 +01:00
import-4.json backport of issue #300 2012-12-22 03:38:29 +01:00
server.pem added tests for ssl and unix socket endpoints 2012-07-27 10:47:03 +02:00