1
0
Fork 0
Commit Graph

19 Commits

Author SHA1 Message Date
Jan Steemann 72aaacbb54 removed priority queues
this feature was never advertised nor documented nor tested.
2013-11-18 11:12:36 +01:00
Jan Steemann 4c6ac2dc0d issue #660: updated documentation on indexes 2013-11-07 23:26:05 +01:00
Jan Steemann 897412b4de initial dropping of databases 2013-09-04 13:04:13 +02:00
Jan Steemann 6c35ea2520 added missing explanation for system attributes 2013-07-01 10:09:09 +02:00
Jan Steemann 5a9a13da8f fixed test, updated docs 2013-06-24 10:58:07 +02:00
Jan Steemann b94feca02c fixed documentation errors 2013-06-04 22:55:07 +02:00
Jan Steemann cd17f1ef44 issue #481 2013-04-21 11:37:46 +02:00
Frank Celler a20f0a9e70 issue #319: Documentation missing for Emergency console and incomplete for datafile debugger. 2013-02-21 13:52:47 +01:00
Frank Celler 36da27ac6f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	Documentation/DbaManual/Authentication.md
	Documentation/DbaManual/UserManagementTOC.md
	js/common/modules/org/arangodb/users.js
2013-02-20 13:52:20 +01:00
Frank Celler a259580989 documentation cleanup 2013-02-20 13:47:28 +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
Frank Celler 94a4965472 fixed pagenation 2013-02-10 16:41:44 +01:00
Frank Celler 91ba0b1ca7 fixed wiki errors 2013-02-10 15:11:18 +01:00
Frank Celler 77c3b233dc moved .dox to .md 2013-02-09 23:37:34 +01:00
Frank Celler f6d54f0a85 moved .dox to .md 2013-02-09 22:57:32 +01:00
Frank Celler 23c1fb6023 moved .dox to .md 2013-02-09 22:16:40 +01:00
Frank Celler 7bf02ccf64 moved .dox to .md 2013-02-09 21:57:41 +01:00
Frank Celler 5f01704256 converting .dox to .md 2013-02-06 16:14:54 +01:00
Frank Celler d05574fe01 added TOC generation 2012-12-03 17:27:25 +01:00