1
0
Fork 0
Commit Graph

1901 Commits

Author SHA1 Message Date
Michael Hackstein 5757965e26
Bug fix 3.3/anonymize in debug dump (#5190)
* Fixed the amount of Xs generated by debug dump

* Fixed typo in debugDump information
2018-04-24 13:19:10 +02:00
Michael Hackstein 4372767c17
Feature/debugdump ui (#5187) (#5188)
* Adeded a route to aardvark to export a debug dump, it can optinally contain anonymized example data

* Added the Download Debug Button to UI

* fixed zip file download of query dump file

* removed not needed vars

* Added JWT token authentication and error display on debug dump button

* Fixed Error reporting on download debug dump.

* Anonymization does not anonymize system attributes any more.

* Anonymize in explainer debugDump will now anonymize bindVars and will not anonymize system document attributes.
2018-04-24 10:11:36 +02:00
Heiko d4cea1781a Bug fix 3.3/issue 4582 (#4986) 2018-04-13 10:56:46 +02:00
Alan Plum 51b036be9f Don't log stacktrace when fishbowl update fails (#5088) 2018-04-13 10:51:27 +02:00
Heiko 8f40bc35e1 fixed some pagination issues in ui documents view (#4968)
* fixed some pagination issues in ui documents view

* changelog

* fixed behaviour if filter is empty again
2018-04-13 10:49:28 +02:00
jsteemann bde36eb131 release version 3.3.7 2018-04-11 17:16:11 +02:00
jsteemann d452a224df release version 3.3.6.1 2018-04-07 00:44:29 +02:00
jsteemann b11634338e release version 3.3.6.1 2018-04-07 00:38:52 +02:00
jsteemann 18e4109f15 release version 3.3.6.1 2018-04-07 00:30:24 +02:00
jsteemann 1b2b5edea8 release version 3.3.5 2018-03-23 16:39:01 +01:00
Heiko c79c50e4e1 fixed wrong detection of file types (#4771) 2018-03-07 11:03:46 +01:00
jsteemann 36841feac3 release version 3.3.4 2018-03-06 16:24:52 +01:00
Heiko 4ff33c0ee2 fixed wrong behaviour when updatating foxx repository was not successful (#4762) 2018-03-06 12:02:26 +01:00
jsteemann 7cc78dc0cd release version 3.3.4 2018-03-01 19:34:19 +01:00
Jan f3659947f4
Bug fix 3.3/fix ui (#4730)
* fix UI in non-authenticated mode

* added generated files
2018-03-01 18:06:58 +01:00
jsteemann 608c23e69d release version 3.3.4 2018-02-28 18:29:50 +01:00
Heiko 5ed2c3cb97 Bug fix 3.3/issue 4657 (#4707) 2018-02-28 17:13:52 +01:00
Heiko 63048a36de Feature/foxx store (#4600) (#4711) 2018-02-28 17:11:39 +01:00
Heiko 967ccf768d Bug fix 3.3/issue 4698 (#4701) 2018-02-28 16:08:01 +01:00
Simon 1d57a46168 Refactor Authentication Layer (3.3) (#4588)
* added tests for revokeCollection and revokeDatabase

* optimized user permission test

* ui selection bugfix

* fixed ldap ui login

* login view

* Authentication refactoring

* localstorage fallback if user config is not available

* Fixing permission resolution test

* Adding missing import

* local storage queries now supported

* disabled collection task check for ldap

* added internal ldapEnabled function and ldap config to the ui

* more db creation tests

* removed console logs

* render fix

* Various authentication related fixes

* exec ldap test also for cluster

* Adding support to refresh user rights from external auth sources

* ldap test howto comment

* Handling roles more correctly

* jwt

* login view

* First part of rework of LDAP documentation.

* test roles in a ldap environment

* Changing role handling

* Finish revision of the LDAP chapter in the manual.

* Fixing user header

* Fixing some slight issues with LDAP users and roles

* Removing unused code

* Removing unused code

* added ldap test

* fixing a bug in restuserhandler

* more ldap tests

* ldap tests

* ldap tests

* optimized ldap testing, added cluster support, fixed some auth tests

* ldap cleanup test

* ldap tests

* auth tests

* ldap test

* Changing permission defaults

* revert change

* updated user helper test

* rm of try catch block connection

* Removing FeatureCacheFeature

* Changed permission resolution according to discussion

* updated the docs to clarify the permission resolution and the intricacies of LDAP users

* Fixing wrong permissions check in handling of PUT in ResUserHandler

* Using revision ID when replacing users

* Adding basic replace test

* tests

* Fixing some outstanding issues

* Fixing test setup, optimizing some stuff

* Fixing permission resolution rules, testsuite setup, etc

* Fix deadlock

* Adding error message for keyspace, slightly changing test setup

* Removing 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

* Fixing an assert

* Cleanup, adding changelog entry

* fix typo

* Fixing dump_authentication test

* improvements found during code review

* oops

* updated CHANGELOG

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

* added tests for ldap search mode

* Fixing testInvalidGrants

(cherry picked from commit bc7ea2aaa29a9ed0974898f487e8a318f24912f1)

* Removing undefined auth level externally

(cherry picked from commit 70859f43ae6fd694fdbf70f669fbfdafc58e7913)

* Fixing previous commit

(cherry picked from commit 2fbcffd2ed657862ef9fb5e6d45201a6ec8ada69)

* more use of sessionstorage

* 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

* fix LDAP test invocation

* Added roles transformation to ldap test suite

* Fix compilation of community version.

* Imrpved the ldap testsuites by unifying their options

* fix permission problems for system collections

* Improved LDAP configuration documentation.

* Grunt.

* fixed some ro/rw display issues

* fixed some ro/rw display issues part 2

* grunt build

* bump version number

* Fixed typos in LDAP manual
2018-02-28 13:24:18 +01:00
Heiko 70fc52979b ui dashboard http correct label (#4612) 2018-02-20 11:30:28 +01:00
Heiko 3b6abfd4a8 removed not needed menu entry for cluster logs (#4545) 2018-02-12 10:07:56 +01:00
Alan Plum ce9dfe8558 Fix legacy Foxx HTTP API compat layer (#4265) Part 2 (#4469)
* Fix store support in foxx-manager legacy API
* Move store refresh logic into legacy Foxx API
The 'refresh' option is not actually exposed by the new API and the behaviour was incompatible with the old implementation.
* issue #4393 part two
2018-01-30 16:29:10 +01:00
jsteemann dbb9d79311 release version 3.3.3 2018-01-26 11:18:00 +01:00
Heiko c06c552359 Bug fix 3.3/quotation marks query editor (#4381) 2018-01-23 12:38:02 +01:00
Heiko 7d5dfa88c9 Bug fix 3.3/issue 1684 (#4339) 2018-01-17 08:29:28 +01:00
Heiko b8c55b126d Bug fix 3.3/issue 1683 (#4341) 2018-01-17 08:28:47 +01:00
Heiko 941bd2b3e1 UI: optimized login view for very small screen sizes (#3761) (#4318) 2018-01-16 20:55:26 +01:00
Heiko a16fd972eb optimized shard distribution api and ui (#4312) 2018-01-16 20:54:07 +01:00
Heiko da50125e9f Bug fix 3.3/ui query parameter issue 4217 (#4245) 2018-01-16 09:15:01 +01:00
Heiko 7819c217ac Feature 3.3/swagger version upgrade 3.9.0 (#4307) 2018-01-16 09:08:36 +01:00
jsteemann 8908d39031 release version 3.3.2 2018-01-04 09:41:19 +01:00
Heiko 4a22fdba31 ui - updated support view (#4205) 2018-01-03 17:04:17 +01:00
Frank Celler 1c01d07dbd release version 3.3.1 2017-12-28 14:32:01 +01:00
Heiko 953e41b5e2 Bug fix 3.3/issue 4152 ui wfs rocksdb (#4154)
* ui displayed wrong wfs property for a collection while using rocksdb storage engine
* changelog
2017-12-28 12:25:31 +01:00
Heiko 3b5a397241 Bug fix 3.3/ui fix foxx configuration keys 3818 (#3994)
* ui: fixed broken foxx configuration keys. Some valid values could not be handled by the ui.
* changelog
2017-12-28 12:09:12 +01:00
Heiko cd1c44ea56 improved the behavior during collection creation in a cluster environment (#4052)
* improved the behavior during collection creation in a cluster environment

* changelog
2017-12-16 15:33:11 +01:00
Heiko f580b48654 Feature 3.3/ui modals usability 891 (#3990) 2017-12-14 13:00:14 +01:00
Heiko 82f0c660c9 Feature 3.3/ui 1447 nodes sorting (#3987) 2017-12-14 12:58:13 +01:00
Heiko 673ab08142 UI: fixed issue #3822: disabled name input field for system collections (#3961) 2017-12-08 15:39:19 +01:00
Wilfried Goesgens c8d5ae05f8 release version 3.3.rc7 2017-12-07 15:45:38 +01:00
Wilfried Goesgens 3a940eccdc release version 3.3.rc7 2017-12-07 14:48:38 +01:00
Jan 9c45363a6a edge collections were wrongly added to from and to vertices select box during graph creation (#3905)
* edge collections were wrongly added to from and to vertices select box during graph creation

* changelog
2017-12-07 10:37:10 +01:00
Jan 6e0bc341ac Bug fix 3.3/ui issue 2668 document not found (#3914)
* added better not found information if a document or a collection was not found

* UI: added not found views for documents and collections
2017-12-07 10:31:42 +01:00
Jan abf185fe63 UI: using default user database api during database creation now (#3924) 2017-12-07 10:25:20 +01:00
Jan 09ade62c04 Bug fix 3.3/aardvark dont use any for graph start (#3927)
* any() is very slow in rocksdb with large collections.
Instead pick a random document of the first 1000 documents.

* changelog: why do we replace any()
2017-12-07 10:22:44 +01:00
Heiko a432d26065 Bug fix 3.3/ui navigation label issue 1406 (#3935)
* nav label wrongly removed

* changelog
2017-12-07 10:17:58 +01:00
Heiko 57633794bc Bug fix 3.3/ui updating graph viewer values (#3938)
* the graph viewer now displays updated label values correctly

* changelog
2017-12-07 10:09:09 +01:00
Frank Celler 775a1a8066 release version 3.3.rc4 2017-11-28 17:47:54 +01:00
Frank Celler 75a494dc74 Merge branch 'devel' of github.com:arangodb/arangodb into 3.3 2017-11-28 12:49:25 +01:00