1
0
Fork 0
arangodb/js/server/modules/@arangodb
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
..
actions
aql fix jslint 2018-02-13 12:21:20 +01:00
foxx Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
actions.js Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
aql-helper.js Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
aql.js Fix: #4583 - adds AQL ASSERT and WARN (#4584) 2018-02-26 14:25:24 +01:00
arango-collection.js Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
arango-database.js server / client side db._parse added (#2789) 2017-07-14 14:31:51 +02:00
arango-statement.js Doc - Move cursor documentation out of deprecation folder (#4353) 2018-01-23 11:01:29 +00:00
arango-view.js initial functionality for views - unstable 2017-03-14 16:35:45 +01:00
cluster.js Bug fix/optimize shard distribution api and ui (#3921) 2018-01-02 12:42:12 +01:00
configuration.js
database-version.js fix path to version file 2017-06-06 15:42:42 +02:00
formatter.js
index.js we may now also do 'milestone'-releases next to devel/alpha/beta/rc 2017-03-22 11:59:25 +01:00
parser.js
pregel.js Adding documented pregel foxx API (#3620) 2017-11-10 09:40:13 +01:00
replication.js Fixing webinterface access (#3464) 2017-10-20 18:06:59 +02:00
request.js Feature/improve logging (#2881) 2017-07-28 09:23:18 +02:00
simple-query.js simply fulltext query handling (#4072) 2017-12-18 13:38:33 +01:00
statistics.js Move Statistics into c++ (#3184) 2017-12-06 16:36:52 +01:00
sync-replication-debug.js Finally remove lock methods 2017-02-10 19:47:31 +01:00
tasks.js
users.js Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
validator.js