Skip to content

Commit

Permalink
Remove some unused static documentation source
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc committed Oct 10, 2016
1 parent af4b2e2 commit b50f802
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 543 deletions.
Binary file not shown.
1 change: 0 additions & 1 deletion community/server/src/docs/dev/rest-api/security.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

In order to prevent unauthorized access to Neo4j, the REST API supports authorization and authentication.
When enabled, requests to the REST API must be authorized using the username and password of a valid user.
Authorization is enabled by default, see <<security-server-auth>> for how to disable it.

When Neo4j is first installed you can authenticate with the default user `neo4j` and the default password `neo4j`.
However, the default password must be changed (see <<rest-api-security-user-status-and-password-changing>>) before access to resources will be permitted.
Expand Down
2 changes: 1 addition & 1 deletion community/server/src/docs/dev/rest-api/traversals.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[WARNING]
The Traversal REST Endpoint executes arbitrary Javascript code under the hood as part of the evaluators definitions. In hosted and open environments, this can constitute a security risk.
In these case, consider using declarative approaches like <<cypher>> or write your own server side plugin executing the
interesting traversals with the Java API ( see <<server-plugins>> ) or secure your server, see <<operations-security>>.
interesting traversals with the Java API ( see <<server-plugins>> ) or secure your server.

Traversals are performed from a start node.
The traversal is controlled by the URI and the body sent with the request.
Expand Down
126 changes: 0 additions & 126 deletions community/server/src/docs/ops/powershell.asciidoc

This file was deleted.

163 changes: 0 additions & 163 deletions community/server/src/docs/ops/security.asciidoc

This file was deleted.

16 changes: 0 additions & 16 deletions community/server/src/docs/ops/server-debugging.asciidoc

This file was deleted.

0 comments on commit b50f802

Please sign in to comment.