1
0
Fork 0
Commit Graph

12257 Commits

Author SHA1 Message Date
Jan Steemann 100e514841 issue #798: Lower case http headers from arango
This change allows returning capitalized HTTP headers, e.g.
`Content-Length` instead of `content-length`.
The HTTP spec says that headers are case-insensitive, but
in fact several clients rely on a specific case in response
headers.
This change will capitalize HTTP headers if the `X-Arango-Version`
request header is sent by the client and contains a value of at
least `20100` (for version 2.1). The default value for the
compatibility can also be set at server start, using the
`--server.default-api-compatibility` option.
2014-04-03 13:24:59 +02:00
Michael Hackstein fdaacdb209 Added a few convenience functions for the new modalView singleton 2014-04-03 13:04:29 +02:00
Michael Hackstein af406257a8 Sorted cancel button as second from right always 2014-04-03 11:03:09 +02:00
gschwab 98636cf1df first try with modals: some small bugs fixed 2014-04-03 10:53:04 +02:00
Michael Hackstein f9a5548e03 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-03 10:22:15 +02:00
Michael Hackstein 377f9fec1d Added test for the delete button and actually showed and hided the dialog 2014-04-03 10:22:12 +02:00
gschwab 83f4bfb5d3 added id to modal dialog 2014-04-03 10:21:02 +02:00
gschwab 07fd17b364 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-03 09:57:52 +02:00
gschwab 1af661d13f some scss refactoring for modals 2014-04-03 09:57:44 +02:00
scottashton ddca991a3c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-03 09:54:32 +02:00
scottashton 52b48fe586 fixed routerspec and removed unneccesary logs 2014-04-03 09:54:24 +02:00
Michael Hackstein 5c884282db Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-03 09:46:44 +02:00
gschwab 4cebb1a752 added confirmation div 2014-04-03 09:46:17 +02:00
Michael Hackstein e647e5e8e1 Added test for delete button 2014-04-03 09:43:09 +02:00
Michael Hackstein c6d4d7de08 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-02 17:58:41 +02:00
Michael Hackstein 21f8ae668c Fixed jslint warnings 2014-04-02 17:58:19 +02:00
Jan Steemann 0e071eaf52 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 17:51:37 +02:00
Jan Steemann 88c3089b36 don't report bogus error messages 2014-04-02 17:51:25 +02:00
Michael Hackstein 44c301bfae Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-02 17:33:38 +02:00
Michael Hackstein fe246890ae Added tests for modal table template 2014-04-02 17:33:34 +02:00
scottashton a0e5a2e1fb CollectionsViewSpec 2014-04-02 17:02:43 +02:00
Jan Steemann ab6fa6442a updated CHANGELOG
Conflicts:
	CHANGELOG
2014-04-02 16:41:57 +02:00
Esteban Lombeyda 54d0607cf4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 16:35:05 +02:00
Jan Steemann b188cbf608 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 16:29:50 +02:00
Jan Steemann 7eeba86254 update routing cache all or nothing 2014-04-02 16:29:42 +02:00
Esteban Lombeyda d9e9983286 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 16:29:10 +02:00
Esteban Lombeyda df2ef651fe Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 16:27:57 +02:00
Jan Steemann 6e76f9d35f dont log cluster connection problems on startup as errors, but just as info 2014-04-02 16:27:26 +02:00
gschwab 91b3358f6a initial commit of modal table 2014-04-02 16:07:50 +02:00
Jan Steemann f881f6635e Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 15:18:28 +02:00
gschwab 69098a89b2 prepared table content 2014-04-02 15:04:38 +02:00
Esteban Lombeyda dfd7eb7bae implementation of thread number and process times for windows 2014-04-02 14:47:33 +02:00
Michael Hackstein d1edc94afd Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-02 14:43:37 +02:00
Michael Hackstein 58f79be9a2 Start of modal view implementation 2014-04-02 14:43:32 +02:00
Jan Steemann 2770bdc126 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 14:20:29 +02:00
Max Neunhoeffer 089aca33c3 Document how to relaunch a cluster.
This is the case that the dispatcher used originally was restarted.
Basically, this documents how to persist a cluster plan.
2014-04-02 14:19:49 +02:00
Jan Steemann 50f2ffaaaf fixed misbehaving memory barriers for Visual Studio 2013
seems we are affected by the issue described here:
http://lists.schmorp.de/pipermail/libev/2014q1/002318.html
2014-04-02 14:19:40 +02:00
gschwab 694774a645 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-02 14:04:20 +02:00
gschwab 18de674c1d template for modal dialog 2014-04-02 14:04:15 +02:00
Max Neunhoeffer fe640b0a1c Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-04-02 13:54:16 +02:00
Max Neunhoeffer 92d28201e1 Fixes for traversal tests for the cluster. 2014-04-02 13:53:53 +02:00
gschwab 9043a0de34 fixed dashboard modals 2014-04-02 11:52:35 +02:00
Max Neunhoeffer 5006f96e11 Add edge index to CHANGELOG. 2014-04-02 11:41:48 +02:00
Max Neunhoeffer b0f43cf027 Fix documentation of traversals w.r.t. sorting the edges at a vertex. 2014-04-02 11:36:07 +02:00
Max Neunhoeffer ce8580bd8a Repair traversal tests for new edge index. 2014-04-02 11:12:24 +02:00
Max Neunhoeffer 5e0280bfc7 Export sort attribute for traversals via REST. 2014-04-02 11:12:03 +02:00
Max Neunhoeffer 62c1b6ba61 Repair make doxygen. 2014-04-02 11:11:27 +02:00
gschwab 9e21ef2ba8 fixed connection check: firefox does not support async:false 2014-04-02 09:23:46 +02:00
Max Neunhoeffer 0b80d25c29 Fix bug in associative-multi-pointer hash.
Also finish unittest for it.
2014-04-01 20:28:58 +02:00
Michael Hackstein 7549c13bc5 Created a simple change password implementation for foxx. Added Documentation 2014-04-01 17:23:09 +02:00