Jan Steemann
fe9464afec
added SKIPLIST AQL function
2014-02-03 16:37:07 +01:00
Jan Steemann
dc1d28fe5d
added option `--server.disable-authentication-unix-sockets`
...
with this option, authentication can be disabled for all requests coming
in via UNIX domain sockets, enabling clients located on the same host as
the ArangoDB server to connect without authentication.
Other connections (e.g. TCP/IP) are not affected by this option.
The default value for this option is `false`.
Note: this option is only supported on platforms that support Unix domain
sockets.
Conflicts:
CHANGELOG
arangod/RestServer/ArangoServer.cpp
arangod/VocBase/vocbase-defaults.c
2014-02-03 13:49:15 +01:00
Jan Steemann
d8e23be6e0
updated CHANGELOG
2014-02-03 11:51:46 +01:00
Jan Steemann
d19f3fc7dd
call global instance destructor
2014-02-03 11:42:10 +01:00
Jan Steemann
d2abd8332c
updated documentation
2014-02-01 00:25:19 +01:00
Jan Steemann
115eb4a095
enhanced traversal documentation with custom expander examples
2014-01-31 19:30:39 +01:00
Jan Steemann
dab81b1702
fixed wrong REST API parameter type in documentation
2014-01-31 13:54:47 +01:00
Jan Steemann
a5d4b1b5a1
make change for issue #755 less strict
2014-01-31 02:07:27 +01:00
Jan Steemann
b7ad436d19
issue #755 : TRAVERSAL does not use strategy, order and itemOrder options
2014-01-31 01:52:07 +01:00
Frank Celler
9c476bd95e
added release date
2014-01-30 20:23:42 +01:00
Frank Celler
ee5c285a92
fix missing script-path
2014-01-30 20:21:26 +01:00
Esteban Lombeyda
57e35b5f34
Merge branch '1.4' of https://github.com/triAGENS/ArangoDB into 1.4
2014-01-29 15:43:17 +01:00
Esteban Lombeyda
b4e58e00b0
Merge branch 'master' of https://github.com/triAGENS/ArangoDB
2014-01-29 15:40:54 +01:00
Esteban Lombeyda
b44b43c1ee
Inserting arango executables into start menu (windows)
2014-01-29 15:03:49 +01:00
Michael Hackstein
b8557a3c2b
Merge branch '1.4' of github.com:triAGENS/ArangoDB into 1.4
2014-01-28 14:35:20 +01:00
Michael Hackstein
19228f5f43
Fixed a wrong label for new foxx importer in web interface
2014-01-28 14:35:13 +01:00
Jan Steemann
95da462279
mount default apps in /system
2014-01-28 14:34:49 +01:00
Jan Steemann
a0122b851e
updated documentation
2014-01-27 17:28:29 +01:00
Jan Steemann
57ca73f463
fixed segfault in import API
2014-01-27 16:12:10 +01:00
Jan Steemann
45e69ca79a
fixed documentation errors
2014-01-27 14:49:41 +01:00
Frank Celler
bd69ad9843
release version 1.4.8
2014-01-27 13:36:41 +01:00
Michael Hackstein
9eba73322d
Updated CHANGELOG
2014-01-27 13:26:40 +01:00
Michael Hackstein
7731d2ce4d
Finished implementing foxx upload in WI
2014-01-27 13:02:14 +01:00
Michael Hackstein
f383c0d654
Fixed style of Foxx Importer
2014-01-27 13:01:56 +01:00
Jan Steemann
16b90f3b60
upload applications via web interface
2014-01-27 13:01:45 +01:00
Michael Hackstein
780eaa84b8
Start of Foxx download in WI implementation. Not functional yet
2014-01-27 13:01:15 +01:00
Jan Steemann
6e096d23bf
allow quotes in revision headers in graph API
2014-01-27 12:54:24 +01:00
Jan Steemann
471cf9a14f
updated documentation
2014-01-27 12:15:34 +01:00
Frank Celler
e7908e7eed
BNAVIGATE
2014-01-27 10:22:39 +01:00
Frank Celler
116873c041
check for null pointer for ROOTDIR
2014-01-25 21:09:16 +01:00
a-brandt
62d81cee14
added HAS and HAS_NOT
2014-01-24 14:59:49 +01:00
Frank Celler
3e71b2087e
fixed issue #741 : documentation improvement
2014-01-23 23:11:33 +01:00
Frank Celler
fdee836023
release version 1.4.7
2014-01-23 17:13:52 +01:00
Jan Steemann
c4c6500b9a
updated man pages
2014-01-23 10:09:32 +01:00
Jan Steemann
a9b579f1b1
issue #744
2014-01-23 09:47:22 +01:00
Jan Steemann
b63a8bdbce
issue #737 : adjusted error message
2014-01-21 15:23:26 +01:00
Jan Steemann
f6b872e01c
updated CHANGELOG
2014-01-21 13:38:32 +01:00
Jan Steemann
d10748155f
follow up for issue #738
2014-01-21 13:31:01 +01:00
Jan Steemann
f99f362f07
small improvement for issue #738
2014-01-21 13:30:38 +01:00
Alan Plum
3e653e303d
Added __dirname, __filename pseudo-globals. Fixes #733 .
2014-01-21 13:28:46 +01:00
Jan Steemann
0c039e0264
mount all system apps by name
2014-01-21 13:27:40 +01:00
Jan Steemann
5001709926
updated import manual
2014-01-21 09:15:45 +01:00
Frank Celler
251c2fa448
release version 1.4.6
2014-01-20 22:09:44 +01:00
Jan Steemann
259b748e22
some more notes on importing edges and attribute meanings
2014-01-18 01:44:51 +01:00
Jan Steemann
5c5b787e83
slightly updated error messages
2014-01-18 01:22:26 +01:00
Jan Steemann
583878176b
issue #736 : AQL function to parse collection and key from document handle
...
Conflicts:
CHANGELOG
2014-01-17 23:13:06 +01:00
Jan Steemann
622edb0fee
updated documentation
2014-01-17 17:10:06 +01:00
Jan Steemann
d639226650
Merge branch '1.4' of https://github.com/triAGENS/ArangoDB into 1.4
2014-01-17 14:04:39 +01:00
Jan Steemann
c7380398d9
added fm.rescan() method
2014-01-17 14:04:10 +01:00
Frank Celler
0ddf9996d8
fix indentation
2014-01-17 11:33:31 +01:00