1
0
Fork 0
Commit Graph

80 Commits

Author SHA1 Message Date
Jan Steemann 0fc4d233a1 extended documentation on key generators 2013-03-28 16:56:27 +01:00
Jan Steemann cd8b931041 updated documentation 2013-03-20 12:05:42 +01:00
Jan Steemann 0e0282e48d updated documentation 2013-03-20 11:56:25 +01:00
Frank Celler d186c1ff45 fixed documentation 2013-03-03 22:50:35 +01:00
Frank Celler f78dc0f5a6 added _admin/statistics and _admin/statistics-description 2013-03-01 13:40:49 +01:00
Jan Steemann 0bffa37219 issue #429 2013-02-23 02:02:38 +01:00
Jan Steemann 4707da53d0 updated documentation 2013-02-22 23:51:43 +01:00
Jan Steemann 71459b680f issue #426 2013-02-22 23:26:52 +01:00
Frank Celler 9246faf9db issue #370: add documentation for reloadRouting and flushServerModules 2013-02-21 13:33:03 +01:00
Frank Celler aec2fd2b86 added flush server module documentation 2013-02-21 13:09:04 +01:00
Jan Steemann 71b86815e6 updated docs for user API 2013-02-20 12:03:20 +01:00
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
Jan Steemann d1edc4ddb2 added replaceByExample() and updateByExample() methods
added optional "limit" parameter for removeByExample() method
2013-02-19 11:38:55 +01:00
a-brandt 0ea18150ff added PATCH to graph api 2013-02-13 13:27:43 +01:00
Frank Celler 946c10b05c fixed navigation 2013-02-10 17:03:14 +01:00
Jan Steemann cb97ed5742 added change by @mbj 2013-02-07 13:23:58 +01:00
Frank Celler 7164f0a362 converting .dox to .md 2013-02-06 18:20:38 +01:00
Frank Celler 05a70a236f converting .dox to .md 2013-02-06 18:05:45 +01:00
Frank Celler cc3f1939e9 converting .dox to .md 2013-02-06 17:51:38 +01:00
Frank Celler 366452a8c2 converting .dox to .md 2013-02-06 17:45:38 +01:00
Frank Celler df8fe7bf23 converting .dox to .md 2013-02-06 17:40:44 +01:00
Frank Celler 43ca4855d9 converting .dox to .md 2013-02-06 17:40:03 +01:00
Frank Celler 23a14fdb3b converting .dox to .md 2013-02-06 17:31:01 +01:00
Frank Celler 35819ea70e converting .dox to .md 2013-02-06 17:27:58 +01:00
Frank Celler 2be9e32a7b converting .dox to .md 2013-02-06 17:09:57 +01:00
Frank Celler fedda95c48 converting .dox to .md 2013-02-06 16:54:45 +01:00
Frank Celler 82c483afe6 converting .dox to .md 2013-02-06 16:47:53 +01:00
Frank Celler b9440c338a converting .dox to .md 2013-02-06 16:40:55 +01:00
Frank Celler f9d79280b1 converting .dox to .md 2013-02-06 16:33:29 +01:00
Frank Celler 5f01704256 converting .dox to .md 2013-02-06 16:14:54 +01:00