Thomas Richter
58282f0cf3
path to rest-apis in js changed
2013-04-17 14:38:14 +02:00
Jan Steemann
7d9777f8c5
extended API for user-defined AQL functions
2013-04-16 18:32:19 +02:00
Jan Steemann
e366ec2da3
added documentation for transaction REST API
2013-04-13 00:51:02 +02:00
Jan Steemann
229893c086
documentation for transactions
2013-04-12 00:03:05 +02:00
Jan Steemann
e2effff144
fixed doxygen errors
2013-04-02 09:34:06 +02:00
Lucas Dohmen
2b62715b47
Added the Foxx User Manual to the Wiki Group
2013-03-26 11:27:21 +01:00
Thomas Richter
9a08a1d609
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
work in progress swagger
2013-03-26 09:14:05 +01:00
Thomas Richter
48df7ab80a
work in progress
2013-03-26 09:13:56 +01:00
Jan Steemann
af4be86cef
fixed doxygen errors
2013-03-24 18:31:23 +01:00
Frank Celler
e3de563668
requiresLibs and requiresModels
2013-03-24 15:03:01 +01:00
Jan Steemann
6648735f4d
fixed make doxygen
2013-03-23 20:54:49 +01:00
Thomas Richter
f14efc0278
swagger added
2013-03-22 12:21:55 +01:00
Frank Celler
f78dc0f5a6
added _admin/statistics and _admin/statistics-description
2013-03-01 13:40:49 +01:00
Frank Celler
11cfadbf05
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-22 21:36:21 +01:00
Frank Celler
3af1f5c2e8
new documentation format for REST calls, hopefully allowing swagger.it like output
2013-02-22 21:36:11 +01:00
Jan Steemann
ade0e5bea0
removed configure option --enable-arangob
2013-02-22 15:40:47 +01:00
Jan Steemann
f2e3ac9528
fixed doxygen errors
2013-02-22 08:56:52 +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
946c10b05c
fixed navigation
2013-02-10 17:03:14 +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
fcecd3a15e
moved .dox to .md
2013-02-09 23:11:48 +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
Jan Steemann
51638a1a93
wrote new features 12
2013-02-07 12:55:06 +01:00
Frank Celler
5f01704256
converting .dox to .md
2013-02-06 16:14:54 +01:00
Jan Steemann
017aebbc8a
issue #386 : add missing manual section
2013-02-05 18:35:35 +01:00
Jan Steemann
adebe5429c
issue #383 : updated documentation
2013-02-05 17:54:00 +01:00
Jan Steemann
518b9972f4
issue #358 : moved CORS documentation to a page of its own
...
in implementor manual => advanced topics
2013-02-05 13:02:14 +01:00
Jan Steemann
b258ec7c9f
adjusted Documentation Makefile
2013-01-30 13:25:04 +01:00
a-brandt
5c02218d50
deleted blueprints
2013-01-29 14:49:31 +01:00
Jan Steemann
ac9360eb36
fixed doxygen errors
2013-01-18 17:42:56 +01:00
a-brandt
f1f6eca036
changed the graph document
2013-01-15 17:28:22 +01:00
a-brandt
a9ca9084d2
added graph documentation
2013-01-15 16:06:09 +01:00
Frank Celler
33e3031380
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
Makefile.in
VERSION
arangod/V8Server/v8-query.cpp
build_posix.h
configure
configure.ac
2013-01-10 18:00:25 +01:00
Frank Celler
8e43629c38
fixed doc generation
2013-01-10 16:07:12 +01:00
Frank Celler
128cb67c8b
Merge remote-tracking branch 'origin/1.1' into devel
...
Conflicts:
Documentation/Examples/shell-read-document-bad-handle
Makefile.in
arangod/Documentation/shell-document.dox
configure
js/actions/system/api-collection.js
js/actions/system/api-index.js
js/actions/system/api-system.js
js/common/bootstrap/modules.js
js/common/bootstrap/print.js
js/server/ArangoCollection.js
lib/V8/v8-utils.cpp
2013-01-09 15:30:21 +01:00
Frank Celler
99b42b90b7
updated documentation for deployment and removeByExample
2013-01-08 11:02:14 +01:00
Frank Celler
3826a4603e
removed print.js
2013-01-06 00:23:40 +01:00
Frank Celler
89a7cac605
added listTree
2013-01-05 22:45:09 +01:00
Frank Celler
503e0ff8fe
fixed merge conflicts
2013-01-02 18:07:57 +01:00
Frank Celler
3ffac7bb9c
cleanup
2012-12-18 15:11:12 +01:00
Frank Celler
621e4409bc
Merge remote-tracking branch 'origin/1.1' into devel
...
Conflicts:
.gitignore
CHANGELOG
Documentation/Makefile.files
Installation/build.sh
Installation/epm/arangodb.list
Makefile.in
README
README.md
VERSION
aclocal.m4
arangod/HashIndex/hasharray.c
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
config/config.guess
config/config.sub
config/depcomp
configure
configure.ac
html/admin/js/master.js
js/server/arango-password.js
js/server/version-check.js
lib/BasicsC/files.c
lib/BasicsC/logging.c
utils/Makefile.files
2012-12-18 13:37:34 +01:00
Frank Celler
18e5f884eb
added troubleshooting, fixed css, fixed OBS
2012-12-06 16:58:38 +01:00
Frank Celler
d05574fe01
added TOC generation
2012-12-03 17:27:25 +01:00
Frank Celler
8f88311ab5
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
2012-12-03 15:20:57 +01:00
Frank Celler
e5ee30f30b
added bitarray documentation, added TOC
2012-12-03 15:20:49 +01:00
Jan Steemann
d60888e970
replaced arango-upgrade script with server startup option --upgrade
2012-12-03 13:45:58 +01:00
Jan Steemann
42ba0502f0
changed upgrade procedure
...
removed arango-upgrade script, replaced it with --upgrade server option
adjusted documentation & start scripts
2012-12-03 13:02:59 +01:00
Jan Steemann
59461d0c4b
added functionality to add and remove users programatically
...
removed arango-password script
2012-12-03 11:42:30 +01:00
Frank Celler
2debef13f7
added more cleanup for 3rd party, see issue #269 : fix make distclean & clean
2012-11-27 13:28:47 +01:00
Frank Celler
45bdea0ef3
removed obsolete file
2012-11-27 10:37:31 +01:00
Frank Celler
56c3a4fd18
added web interface description
2012-11-25 20:19:31 +01:00
Jan Steemann
5d9ad9da33
added description of new features
2012-11-23 00:54:41 +01:00
Jan Steemann
f73364354d
updaded upgrading notes in documentation
2012-11-21 19:26:33 +01:00
Frank Celler
cccb3511c5
fixed documentation again
2012-11-21 17:42:13 +01:00
Frank Celler
85e3e2e888
create modules directory
2012-11-13 16:09:25 +01:00
a-brandt
b800f2652c
renamed "blueprint" to "blueprints" and added documentation and tests
2012-10-30 13:35:36 +01:00
Frank Celler
aaf74fe8f6
fixed title for website output
2012-10-18 17:33:21 +02:00
Frank Celler
9e4dad83d9
joined Examples, added options to html2html to add header
2012-10-18 11:57:03 +02:00
Frank Celler
3aebed3020
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
...
Conflicts:
Documentation/Makefile.files
2012-10-17 18:03:46 +02:00
Frank Celler
04f6a677b1
new css from Stefan
2012-10-17 18:02:18 +02:00
Jan Steemann
dd07a3c311
do not remove Doxygen/wiki on make clean
2012-10-17 16:58:11 +02:00
Jan Steemann
be54759314
issue #245
2012-10-17 14:24:31 +02:00
Jan Steemann
5add822096
documentation about server's HTTP behavior
2012-10-16 18:23:16 +02:00
Frank Celler
7c3547e815
Merge branch 'devel' of github.com:triAGENS/ArangoDB
...
Conflicts:
Makefile.files
Makefile.in
js/actions/system/api-system.js
2012-10-11 23:18:55 +02:00
Frank Celler
1f96f6baaa
removed generated files
2012-10-11 20:37:41 +02:00