1
0
Fork 0
arangodb/arangod/Auth
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
..
Common.cpp Bug fix/optimizations 18022019 (#8180) 2019-02-19 19:24:04 +01:00
Common.h add symlinks for windows (#8846) 2019-05-02 17:32:29 +02:00
Handler.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
TokenCache.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
TokenCache.h micro optimizations (#10316) 2019-10-25 18:40:55 +02:00
User.cpp remove cctype (#10501) 2019-11-21 15:59:59 +01:00
User.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
UserManager.cpp Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00
UserManager.h Bug fix/fix internal issue 4451 (#10540) 2019-11-30 02:40:28 +01:00