neodash
neodash copied to clipboard
NeoDash - a Dashboard Builder for Neo4j
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed...
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.3. Release notes Sourced from dompurify's releases. DOMPurify 3.1.3 Fixed several mXSS variations found by and thanks to @kevin-mizu & @Ry0taK Added better configurability for...
As the title says, this feature is about changing the the default protocol from neo4j to neo4j+s in the login page.
*Expected behaviour*: When sharing without password, take the user to a login screen instead of attempting to recommend with an empty password and automatically failing the connection.
Under the sharing section on https://neo4j.com/labs/neodash/2.4/user-guide/dashboards/
## Context - NeoDash version: 2.4.8 - Neo4j Database version: 5.X (Aura) ## Steps to reproduce - Go on https://neodash.graphapp.io/ - Create a new Bar Chart - Try to select...
This short fix has the objective of parsing number while exporting a CSV, even if the number value is 0. Check issue #950 for more information.
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
Fixing edge case when sharing set standalone to True and authenticating using SSO led to a state when the standalone coming from then URLParams was overwritten by the config.json
Adding the docker file and the corresponding conf file to support starting the NeoDash server on https. In our project, we have successfully used this approach to have our NeoDash...