Frank Celler
456d089deb
generateSwagger can now also parse MD files
...
Conflicts:
js/apps/system/aardvark/api-docs/batch.json
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/edges.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/job.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/api-docs/traversal.json
js/apps/system/aardvark/api-docs/version.json
2014-03-26 23:09:07 +01:00
Jan Steemann
25f81195a9
logfile manager
2014-03-26 16:00:24 +01:00
Jan Steemann
05d8db9430
make ArangoDB not send back a `WWW-Authenticate` header
...
make ArangoDB not send back a `WWW-Authenticate` header to a client in case the
client sends the `X-Requested-With` header with a value of `XMLHttpRequest`
This is done to prevent browsers from showing their built-in HTTP authentication
dialog for AJAX requests that require authentication.
ArangoDB will still return an HTTP 401 (Unauthorized) if the request doesn't
contain valid credentials, but it will omit the `WWW-Authenticate` header,
allowing clients to bypass the browser's authentication dialog.
2014-03-25 18:48:15 +01:00
Frank Celler
d34832bbcf
added changePassword attribute for users
2014-03-25 11:40:13 +01:00
Jan Steemann
5a3f2aaa49
improved job API
...
* added REST API method HTTP GET `/_api/job/job-id` to query the status of an
async job without potentially fetching it from the list of done jobs
* fixed non-intuitive behaviour in jobs API: previously, querying the status
of an async job via the API HTTP PUT `/_api/job/job-id` removed a currently
executing async job from the list of queryable jobs on the server.
Now, when querying the result of an async job that is still executing,
the job is kept in the list of queryable jobs so its result can be fetched
by a subsequent request.
2014-03-21 21:19:45 +01:00
Jan Steemann
54599b86e7
removed documentation for test methods
2014-03-10 10:30:43 +01:00
Jan Steemann
1dc2f55666
added missing API documentation for HTTP GET `/_admin/server/role`
2014-03-10 10:29:51 +01:00
Frank Celler
e10bab8059
Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding
2014-02-27 09:16:02 +01:00
Jan Steemann
f8476ce0b0
fixed tests
2014-02-13 18:14:53 +01:00
Jan Steemann
5270f994c9
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
js/apps/system/aardvark/frontend/css/layout.css
js/server/modules/org/arangodb/arango-collection.js
2014-02-12 12:53:08 +01:00
Max Neunhoeffer
5c467148a3
Add HTTP REST API call for shutdown.
2014-02-12 10:47:43 +01:00
Jan Steemann
d26839ef44
hint for database names in batches
2014-02-12 09:38:16 +01:00
Jan Steemann
bcd7210770
hint for database names in batches
2014-02-12 09:37:37 +01:00
Michael Hackstein
bc16cfae86
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
Documentation/InstallationManual/Installing.md
arangosh/CMakeLists.txt
2014-02-11 15:52:49 +01:00
Frank Celler
b88307f1de
typo (GET should be HEAD)
2014-02-11 15:11:46 +01:00
Max Neunhoeffer
432a52d5c5
Fix a few typos.
2014-02-10 16:10:48 +01:00
Max Neunhoeffer
87d734a5b3
Add documentation of HTTP interface for sharding.
2014-02-10 16:08:31 +01:00
Doerthe Luebbert
b8551c77d3
Update HttpBatch.md
...
@modul8com mentioned this typo on twitter.
2014-02-07 09:06:53 +01:00
Jan Steemann
20008734b9
fixed documentation
2014-02-06 16:12:10 +01:00
Max Neunhoeffer
defa63e5fd
Start to write documentation for sharding.
...
So far we have a "How to try it out" section.
2014-02-06 15:58:14 +01:00
Jan Steemann
ea2af50683
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
Documentation/ImplementorManual/HttpSystem.md
js/apps/system/aardvark/aardvark.js
js/apps/system/aardvark/frontend/css/buttons.css
js/server/version-check.js
2014-01-24 14:50:09 +01:00
Frank Celler
bec2a0e9ef
fixed issue #741 : documentation improvement
...
Conflicts:
Documentation/RefManual/Actions.md
Documentation/UserManual/Foxx.md
Documentation/UserManual/UserManual.md
2014-01-23 23:14:48 +01:00
Frank Celler
3e71b2087e
fixed issue #741 : documentation improvement
2014-01-23 23:11:33 +01:00
Jan Steemann
64417d4423
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-01-21 09:29:45 +01:00
Jan Steemann
12dbcc535d
updated import manual
2014-01-21 09:16:42 +01:00
Jan Steemann
5001709926
updated import manual
2014-01-21 09:15:45 +01:00
Max Neunhoeffer
2a0c85bc07
Finish documentation of ClusterComm test API call.
...
Also fix bug in synchronous mode test.
2014-01-03 11:36:05 +01:00
Jan Steemann
d30ca7b658
added `/_api/database/user` method
2013-11-06 09:34:44 +01:00
Jan Steemann
7924f657d4
added `/_api/database/user` method
2013-11-04 14:22:00 +01:00
Jan Steemann
33736b8e30
updated documentation
2013-11-01 14:49:18 +01:00
Jan Steemann
777a4ecb7e
updated documentation
2013-11-01 13:59:51 +01:00
Jan Steemann
8ccab5b3c1
issue #424 : Documentation about IDs needs to be upgraded
...
Conflicts:
CHANGELOG
2013-10-30 09:43:43 +01:00
Jan Steemann
38b5bd8739
issue #424 : Documentation about IDs needs to be upgraded
2013-10-30 03:01:36 +01:00
Jan Steemann
4b064c014c
issue #612 : extended documentation
2013-10-15 18:41:13 +02:00
Jan Steemann
79f70c7eea
replication applier will now preferrably use collection names instead of collection ids when applying events
2013-10-14 13:45:44 +02:00
Jan Steemann
c2a9caf4e2
added docs
2013-10-11 09:25:31 +02:00
Jan Steemann
63f6cb91f4
added `details` URL parameter for `/_api/import`
2013-10-08 01:34:16 +02:00
Jan Steemann
d6149c9a9a
added documentation for /_api/import
2013-10-02 14:22:25 +02:00
Jan Steemann
af4c2b7659
updated documentation
2013-10-01 17:36:09 +02:00
Jan Steemann
6cbbbd5ef7
updated docs
2013-09-28 01:41:51 +02:00
Jan Steemann
214b0f15cf
updated documentation
2013-09-28 01:29:25 +02:00
Jan Steemann
57e028de9d
updated docs
2013-09-28 01:20:40 +02:00
Jan Steemann
709198c340
updated docs for /_api/jobs
2013-09-28 00:44:03 +02:00
Jan Steemann
85b31f0618
removed unused files
2013-09-26 18:45:32 +02:00
Jan Steemann
18663e7124
async job management
2013-09-26 18:45:20 +02:00
Jan Steemann
e722418fe5
updated documentation
2013-09-24 18:43:03 +02:00
Jan Steemann
97afd329ff
updated documentation
2013-09-24 18:22:38 +02:00
Jan Steemann
7a1f3ae756
updated documentation, added tests
2013-09-24 17:27:52 +02:00
Jan Steemann
46895b4ec2
updated documentation
2013-09-24 15:40:37 +02:00
Jan Steemann
6c68309dd3
updated documentation
2013-09-23 22:08:20 +02:00