1
0
Fork 0
arangodb/lib/Rest
Heiko a472758986 Bug fix/fix internal issue 4451 (#10540)
* Fix dump_authentication suite

* user the correct attribute name

* properly reload user permissions after _users collection restore

* fixed foxx restore test

* changelog

* changed the order of index creation during restore for _users collection

* changed interface of forwarding target in general server rest handler

* added remove header function to general request class

* implemented forwardingRequest interface changes

* added method to find collection in vocbase through shard id

* added co perm verification

* Revert "added method to find collection in vocbase through shard id"

This reverts commit af28442c01432224cfe4d777b6134d0f685e38ba.

* added shard to name map to cluster info

* return ResultT in forwarding

* fixed test

* fixed compile issue

* changelog

* Improved changelog formatting.

* Revert "fixed test"

This reverts commit 3f63d94ff099a94e56addcb432bd0fe733d1bcc6.

* Added authentication dump to singleserver and handle admin users.

* restore perms
2019-11-30 02:40:28 +01:00
..
CommonDefines.cpp Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
CommonDefines.h Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
GeneralRequest.cpp Fuerte + Pregel + Agency = 🥑 (#10110) 2019-10-01 11:19:18 +02:00
GeneralRequest.h Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00
GeneralResponse.cpp Add user restrictions for streaming transactions. (#9793) 2019-08-23 15:31:50 +02:00
GeneralResponse.h clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
HttpRequest.cpp Make some changes to Comm Tasks (#10520) 2019-11-25 20:01:38 +03:00
HttpRequest.h Make some changes to Comm Tasks (#10520) 2019-11-25 20:01:38 +03:00
HttpResponse.cpp micro optimizations for case conversion (#10291) 2019-10-22 09:39:16 +02:00
HttpResponse.h use the default arangosh client connection instead of the simple http client to test the gharial API (#10218) 2019-10-17 13:25:12 +02:00
InitializeRest.cpp remove unused code (#10043) 2019-09-19 12:25:25 +02:00
InitializeRest.h big reformat 2018-12-26 00:54:03 +01:00
RequestContext.h big reformat 2018-12-26 00:54:03 +01:00
Version.cpp Bug fix/fix cluster upgrade (#10411) 2019-11-15 10:42:04 +01:00
Version.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
VstRequest.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
VstRequest.h fix the default case, if we guess that we have structured post data, actually parse it. (#10508) 2019-11-22 15:22:18 +01:00
VstResponse.cpp Bug fix/foxx vst (#10349) 2019-11-07 16:34:02 +01:00
VstResponse.h use the default arangosh client connection instead of the simple http client to test the gharial API (#10218) 2019-10-17 13:25:12 +02:00