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
Jan Steemann
d1edc4ddb2
added replaceByExample() and updateByExample() methods
...
added optional "limit" parameter for removeByExample() method
2013-02-19 11:38:55 +01:00
Jan Steemann
1e517c4792
commented test
2013-02-18 17:23:06 +01:00
Jan Steemann
a5c1862cf7
test case for issue #411
2013-02-18 17:21:45 +01:00
Jan Steemann
e760627c83
closed issue #413
...
the problem seems to have been caused by issue #410
2013-02-18 16:46:24 +01:00
a-brandt
25882a3cd0
bugfix #410 : Graph REST API returns "400:Bad request" instead of "404:Not found"
2013-02-18 09:28:03 +01:00
Jan Steemann
c96dfba3ff
make jslint happy
2013-02-15 13:44:43 +01:00
Frank Celler
cf2888b4fc
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
...
Conflicts:
CHANGELOG
Documentation/Manual/Upgrading12.md
Installation/Linux/rc.arangod.OpenSuSE
2013-02-15 12:59:16 +01:00
Jan Steemann
68986e068e
added optional parameter "excludeSystem" for GET /_api/collection
2013-02-14 16:57:39 +01:00
Jan Steemann
3e04acf3ee
added AQL functions KEEP() and UNSET()
2013-02-14 16:14:22 +01:00
Jan Steemann
3d47748434
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-02-14 15:19:22 +01:00
a-brandt
4f244e9096
bugfix #396 : Creating a Graph with an existing graph's name _key doesn't throw an error
2013-02-14 15:12:59 +01:00
a-brandt
46c5d66f8e
bugfix #396 : Creating a Graph with an existing graph's name _key doesn't throw an error
2013-02-14 15:12:11 +01:00
Jan Steemann
494586af2b
exit arango-dfdb if there are no collections
2013-02-14 15:11:08 +01:00
Jan Steemann
4acd777b6c
fixed jslint warnings
2013-02-14 11:40:14 +01:00
a-brandt
067a8d54fb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-13 13:29:03 +01:00
a-brandt
d6426107f3
dded PATCH to graph api
2013-02-13 13:28:24 +01:00
a-brandt
0ea18150ff
added PATCH to graph api
2013-02-13 13:27:43 +01:00
Jan Steemann
f00bf9c8d2
be more strict with numeric limits
2013-02-13 12:08:59 +01:00
a-brandt
cce1e6bc02
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-12 13:28:20 +01:00
a-brandt
7cb58ca920
fixed wrong http return code
2013-02-12 12:56:00 +01:00
a-brandt
01729482ad
fixed wrong http return code
2013-02-12 12:55:38 +01:00
Jan Steemann
672a5c6c0f
issue #395
2013-02-12 12:05:04 +01:00
Jan Steemann
861a2e6b25
issue #395
2013-02-12 11:46:55 +01:00
Frank Celler
d461356c67
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
...
Conflicts:
CHANGELOG
Documentation/Makefile.files
VERSION
arangod/Documentation/api-graph.dox
arangod/Documentation/api-simple.dox
arangod/Documentation/aql.dox
arangod/Documentation/implementor-manual.dox
arangod/Documentation/index-cap.dox
arangod/Documentation/index-fulltext.dox
arangod/Documentation/index-geo.dox
arangod/Documentation/index-hash.dox
arangod/Documentation/index-skiplist.dox
build_posix.h
configure.ac
js/common/tests/shell-database.js
2013-02-10 16:22:55 +01:00
Frank Celler
3f9869ab27
fixed issue #350 : XMLMISSING in wiki references
2013-02-10 16:11:35 +01:00
Frank Celler
77c3b233dc
moved .dox to .md
2013-02-09 23:37:34 +01:00
Frank Celler
9bf9862f2b
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-09 13:15:34 +01:00
Frank Celler
8cca06127c
moved .dox to .md
2013-02-09 13:15:28 +01:00
a-brandt
7c0dd75415
use colors in jsunity tests
2013-02-08 15:40:34 +01:00
Jan Steemann
723164ffed
added AQL function EDGES()
2013-02-08 00:11:44 +01:00
Jan Steemann
ca81913abb
added AQL function EDGES()
2013-02-07 22:53:50 +01:00
Jan Steemann
68c77ac8b1
re-added location headers
2013-02-07 14:45:30 +01:00
Jan Steemann
87b6e147d7
re-added location headers
2013-02-07 12:55:32 +01:00
Jan Steemann
e268ba2aa6
fixed arango-dfdb to not segfault that often when reading corrupt datafile
2013-02-06 14:26:59 +01:00
Jan Steemann
7273af5c53
fixed arango-dfdb to not segfault that often when reading corrupt datafile
2013-02-06 14:26:18 +01:00
Jan Steemann
a4eb737dbe
fixed some jslint warnings
2013-02-06 11:46:59 +01:00
Jan Steemann
b3b914dd9b
added documentation for CONTAINS(), added LIKE()
2013-02-06 11:46:21 +01:00
Jan Steemann
e67a0d6b91
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-02-06 11:42:25 +01:00
Jan Steemann
f16f88a2e6
added docs for CONTAINS(), added LIKE()
2013-02-06 11:40:45 +01:00
a-brandt
e1e32f0e3b
changed version number to 1.3.alpha
2013-02-06 10:22:58 +01:00
Jan Steemann
878ba2bef8
issue #383 : updated documentation
2013-02-05 17:56:33 +01:00
Jan Steemann
adebe5429c
issue #383 : updated documentation
2013-02-05 17:54:00 +01:00
Jan Steemann
cae80dfa45
applied Franks fix
2013-02-05 14:08:25 +01:00
Jan Steemann
ae36ce63b6
fixed test
2013-02-05 14:05:55 +01:00
Frank Celler
d643015acf
fixed length
2013-02-05 13:56:31 +01:00
Jan Steemann
ff67ef15b2
fixed test
2013-02-05 13:08:00 +01:00
Jan Steemann
e06329db48
fix cross-collection queries in AQL
2013-02-05 10:56:28 +01:00