1
0
Fork 0
arangodb/js/common/bootstrap/modules
Simon 345fc3c0b7 Refactor Authentication Layer (devel) (#4592)
* Cherry Picking LDAP changes

* Adding missing merges

* Fixing remaining mentions of FeatureCacheFeature

* Fix jslint

* Fixing some failed tests

* Fixing cluster authentication issue, red tests

* Fixing ldap testsuite, adding trace logging

* Fixint ldap tesuite setup and LDAP recognition

(cherry picked from commit 686d28a779)

* Fixing wrong assert

* Adding changelog entry, making requested changes from code review

* Fixing dump_authentication, fix typos

* improvements found during code review

* oops

* more use of sessionstorage

* fix tests

* Fixing broken handling, disallowing adding of local users when disabled

* Fixing testInvalidGrants

* Removing undefined auth level externally

* Fixing previous commit

* added tests for ldap search mode

* intentionally removed `after` methods from tests

because they are executed before the tests start
no cleanup is performed right now after the authentication tests
however, a cleanup is done at start of every test

* ldap tests all modes

* forward port changes from 3.3

* added generated files

* forward port missing changes for web UI

* added generated files

* added generated files
2018-02-28 13:24:28 +01:00
..
assert.js
buffer.js Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
console.js When a transaction aborts, add the error messages to the returned sta… (#2848) 2017-07-27 12:01:30 +02:00
events.js
fs.js Improve Foxx cluster resilience (#2479) 2017-05-16 17:41:29 +02:00
internal.js Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
path.js
process.js Use COLOR_OUTPUT to determine whether to use color 2017-03-15 20:44:03 +01:00
vm.js