Jan Steemann
08184b6951
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-26 17:17:04 +01:00
Jan Steemann
4ddaa74f74
logfile manager
2014-03-26 17:16:49 +01:00
Jan Steemann
25f81195a9
logfile manager
2014-03-26 16:00:24 +01:00
gschwab
ebabd76417
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-03-26 15:09:45 +01:00
gschwab
08878cb42c
removed unnecessary authorization handon
2014-03-26 15:09:38 +01:00
scottashton
baccb90461
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-26 14:44:19 +01:00
scottashton
2c1981ea1b
finished frontend/collections tests
2014-03-26 14:44:06 +01:00
gschwab
b4a9026237
omit www authenticate
2014-03-26 11:38:35 +01:00
Jan Steemann
cf22660e85
fixed memleak
2014-03-26 10:43:23 +01:00
Max Neunhoeffer
2336b9f310
Try variants of TRI_IncModU64 and add TRI_DecModU64.
2014-03-26 09:15:57 +01:00
Jan Steemann
cbd2d92b28
removed unneeded file
2014-03-25 19:14:45 +01:00
Jan Steemann
b4a78b55db
fixed failing test
2014-03-25 18:48:53 +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
Jan Steemann
1ce382ffb3
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-25 18:21:42 +01:00
Jan Steemann
92f87c1421
updated logfile manager
2014-03-25 18:21:31 +01:00
scottashton
ca5ccf9a39
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-25 17:52:22 +01:00
scottashton
78d7a2c18a
more tests
2014-03-25 17:52:14 +01:00
gschwab
d7dbb38587
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-25 17:16:44 +01:00
gschwab
3ef97931f2
karma test for some more models
2014-03-25 17:16:34 +01:00
scottashton
213c61d104
merged conflict
2014-03-25 16:08:17 +01:00
scottashton
1b5e31b9d7
starting collections tests
2014-03-25 16:06:37 +01:00
Frank Celler
d34832bbcf
added changePassword attribute for users
2014-03-25 11:40:13 +01:00
Jan Steemann
cc533c5df5
fixed segfault
2014-03-25 11:16:51 +01:00
Jan Steemann
9f37d22440
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-25 10:50:51 +01:00
Jan Steemann
f758690ddc
fixed memleak
2014-03-25 10:50:38 +01:00
gschwab
444a84157b
karma test for some models, small refactoring (renaming) of ../collections/arangoStatisticsDescriptionCollection.js
2014-03-25 10:20:09 +01:00
Jan Steemann
d0189d1f9b
remove unnecessary syscall
2014-03-25 00:47:43 +01:00
Heiko Kernbach
24df691dd0
files now in files.json
2014-03-24 17:54:44 +01:00
scottashton
9e8cc5613c
added testSpec for arangoCollections
2014-03-24 17:39:08 +01:00
gschwab
a7c6f06fd0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-24 16:15:44 +01:00
gschwab
416e2bcd04
conf for local coverage report
2014-03-24 16:15:39 +01:00
scottashton
a55b9e93c4
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-24 16:14:51 +01:00
scottashton
5a7379e62a
changed type of BytedSend and BytesReceived chart
2014-03-24 16:14:42 +01:00
Jan Steemann
f60eae74e4
fix compiler warning
2014-03-24 16:13:20 +01:00
Jan Steemann
fa391e0636
slight GC improvements
2014-03-24 16:12:59 +01:00
Heiko Kernbach
afdb776b51
html->cobertura
2014-03-24 15:37:45 +01:00
Heiko Kernbach
703c3c0e6e
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-24 15:14:04 +01:00
Heiko Kernbach
7b53a4fe4f
karma for coverage
2014-03-24 15:13:55 +01:00
Max Neunhoeffer
c17daf2ab9
Take out timing debugging output.
2014-03-24 14:21:34 +01:00
Max Neunhoeffer
5c63512bb5
If we run out of prime numbers, do not change value.
2014-03-24 14:07:31 +01:00
Max Neunhoeffer
523029e190
Use only hash lengths that are prime numbers.
2014-03-24 14:07:00 +01:00
Max Neunhoeffer
c683fde9ba
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-03-24 14:04:59 +01:00
Max Neunhoeffer
dde446fb28
Optimise hash tables by no longer using % for wraparound.
2014-03-24 14:04:24 +01:00
Heiko Kernbach
5f1443a527
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-24 11:48:02 +01:00
Heiko Kernbach
2aef561e51
changed delay for notifications
2014-03-24 11:47:55 +01:00
gschwab
fa06331b7e
css refactoring: refactored screenSizes.css - adjusted manifest.json
2014-03-24 09:49:32 +01:00
gschwab
59b16a63a0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-24 09:30:04 +01:00
gschwab
9dc313c61b
css refactoring: refactored screenSizes.css
2014-03-24 09:29:59 +01:00
Jan Steemann
d3baa53f52
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-03-24 09:29:21 +01:00
Jan Steemann
a1e300d934
assume disable-authentication=false when a username is specified on the command-line
2014-03-24 09:28:49 +01:00