1
0
Fork 0
Commit Graph

837 Commits

Author SHA1 Message Date
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
Frank Celler 959b7f46d1 fixed manual error 2014-03-14 14:36:32 +01:00
Jan Steemann 7df402d1cd removed command line option `--database.remove-on-drop` 2014-03-10 17:03:17 +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
Jan Steemann 3d4b7931a8 issue #776: update compilation instructions 2014-03-07 20:29:48 +01:00
Max Neunhoeffer 9101d6b2bc Change documentation on user reload for coordinators. 2014-03-07 12:38:09 +01:00
Frank Celler f412ed510f added setup link 2014-03-06 13:59:49 +01:00
Frank Mayer 3c290a79ed A few corrections to the text...
Made some minor corrections. Feel free to adopt as is, or pick only the ones you like ;)
2014-03-05 22:26:47 +02:00
Jan Steemann 3d877549d6 fixed typo 2014-03-05 14:40:36 +01:00
Frank Celler 81daeb47a7 add missing page, cleanup GNUmakefile 2014-03-05 14:26:38 +01:00
Frank Celler 3d96be0cb2 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-03-05 14:22:47 +01:00
Jan Steemann 75eed02014 updated manual 2014-03-05 13:12:46 +01:00
Frank Celler 71763daff9 fixed images 2014-03-04 20:45:25 +01:00
Jan Steemann e693a6cdcd updated manual 2014-03-04 18:47:04 +01:00
Frank Celler ae61ed7b53 changed title 2014-03-04 15:16:54 +01:00
Frank Celler cce0f9f99e added cluster pic 2014-03-04 13:54:38 +01:00
Frank Celler 5bd4cca336 added image 2014-03-04 09:56:16 +01:00
Frank Celler eb16dbc10a fixed typos 2014-03-03 17:14:31 +01:00
Frank Celler f3b3bfea17 added cluster cookbook 2014-03-03 17:05:46 +01:00
Frank Celler 0e2075f3f3 fixed missing blank 2014-03-03 10:17:08 +01:00
Frank Celler 7115ef31a0 added 2.0 upgrade and new features file 2014-03-02 22:21:18 +01:00
Max Neunhoeffer 87302e87e1 Add two more items and fix some typos. 2014-02-28 23:07:15 +01:00
Jan Steemann 87284a47f9 slightly improved AQL documentation
Conflicts:
	Documentation/UserManual/Aql.md
2014-02-28 20:20:51 +01:00
Max Neunhoeffer 5c449c67ba Add version numbers to manual chapter. 2014-02-28 20:01:50 +01:00
Max Neunhoeffer 5ca1054f9e Update documentation. 2014-02-28 12:15:50 +01:00
Max Neunhoeffer bc660c7fba More changes to documentation. 2014-02-27 23:18:13 +01:00
Max Neunhoeffer f771fe865a Changes after Claudius' comments. 2014-02-27 23:13:53 +01:00
Jan Steemann 8edf96e9aa added documentation for cluster authentication options 2014-02-27 19:27:12 +01:00
Max Neunhoeffer a0e187cc29 Finish sharding chapter in user documentation. 2014-02-27 16:20:53 +01:00
Max Neunhoeffer 4dbe05d8c4 First draft of sharding chapter in user manual. 2014-02-27 13:54:17 +01:00
Frank Celler e10bab8059 Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding 2014-02-27 09:16:02 +01:00
Frank Celler 8406f51435 Merge remote-tracking branch 'origin/1.4' into devel
Conflicts:
	CHANGELOG
	VERSION
	arangod/Ahuacatl/ahuacatl-access-optimiser.c
	arangod/Ahuacatl/ahuacatl-codegen.c
	build.h
	configure
	configure.ac
	js/apps/system/aardvark/api-docs.json
	js/apps/system/aardvark/api-docs/batch.json
	js/apps/system/aardvark/api-docs/database.json
	js/apps/system/aardvark/api-docs/endpoint.json
	js/apps/system/aardvark/api-docs/job.json
	js/apps/system/aardvark/api-docs/replication.json
	js/apps/system/aardvark/api-docs/system.json
	js/apps/system/aardvark/frontend/js/modules/org/arangodb/graph/traversal.js
	js/common/modules/org/arangodb/graph/traversal.js
	js/server/modules/org/arangodb/ahuacatl.js
	lib/HttpServer/HttpCommTask.h
2014-02-27 09:13:03 +01:00
Max Neunhoeffer eeb04b41b0 Start documentation of what works and what not. 2014-02-26 16:05:16 +01:00
Jan Steemann 785df6f016 added documentation for AQL SHORTEST_PATH 2014-02-26 13:42:56 +01:00
Max Neunhoeffer 1545586e8f Collection features not yet implemented. 2014-02-26 11:47:57 +01:00
Jan Steemann 23ba186b0d Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	CHANGELOG
	arangod/Ahuacatl/ahuacatl-access-optimiser.c
	arangod/CapConstraint/cap-constraint.c
	js/apps/system/aardvark/frontend/scss/_tiles.scss
	js/apps/system/aardvark/frontend/scss/generated.css
	js/apps/system/aardvark/frontend/scss/style.scss
	js/common/modules/org/arangodb/users-common.js
2014-02-25 17:21:14 +01:00
Max Neunhoeffer 826714c1b3 Document REUSEADDR setup. 2014-02-24 12:54:21 +01:00
Jan Steemann 870f969933 added user validation API at POST `/_api/user/<username>` 2014-02-24 11:12:37 +01:00
Max Neunhoeffer f7e57a5b47 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	js/apps/system/aardvark/frontend/scss/generated.css
	js/apps/system/aardvark/manifest.json
	lib/Rest/EndpointIp.cpp
	lib/Rest/EndpointUnixDomain.cpp
	lib/V8/v8-utils.cpp
2014-02-21 15:28:21 +01:00
Jan Steemann 512999c030 updated manual 2014-02-21 15:04:40 +01:00
Jan Steemann 8f94107904 updated manual 2014-02-21 15:04:09 +01:00
Michael Hackstein 015ab56259 Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
	arangod/VocBase/document-collection.c
	arangosh/CMakeLists.txt
	js/apps/system/aardvark/test/karma/karma.conf.js
2014-02-18 08:50:27 +01:00
Jan Steemann c40d930fa6 issue #765: added SLICE AQL function 2014-02-17 11:09:03 +01:00
Jan Steemann 0f0ef8a33f updated index docs 2014-02-14 10:30:05 +01:00
Jan Steemann f8476ce0b0 fixed tests 2014-02-13 18:14:53 +01:00