node-solid-server
node-solid-server copied to clipboard
Solid server on top of the file-system in NodeJS
During the testing process on https://solid-crud-tests-example-1.solidcommunity.net, several tests have unfortunately not yielded successful results. The tests in question specifically pertain to the Notification and Storage categories. To provide a concise...
### Steps to reproduce no longer valid: https://accounts.google.com/DisplayUnlockCaptcha result: > This website is no longer available > > To better protect your account, Google no longer allows account access with...
#### Reference issue #### Type of change Documentation #### What does this implement/fix? I have made updates to the Code-Of-Conduct.md file. This file serves as a guideline that ensures an...
v.10 protocol introduced some changes to storage discovery and Allow header (see https://solidproject.org/TR/protocol#change-log) - [storage discovery](https://solidproject.org/TR/protocol#server-storage-description) - https://solidproject.org/TR/protocol#server-allow-methods - https://solidproject.org/TR/protocol#server-accept-headers
http://www.w3.org/TR/activitypub Implement AP where applicable. LDP container representation as AS2 collection of items (semantic overlap), and actor's `outbox` should be high priority. Response body in *compact* JSON-LD is required. Going...
### TL;DR Subsequent `INSERT DATA` and `DELETE DATA` of the same triple with object `"1234.56789e0"^^` leads to response status `409 Conflict`. _edit: The first request actually contained `"1234.56789"^^`, and the...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
See https://github.com/solid-contrib/test-suite/issues/158 for an exact description of what NSS does in this case.
@melvincarvalho How can I help you ? - I can create a branch - I can review your code. The problem is I don't know how dataIsland is defined in...
This implements the discovery and creation/modification of HTML data island : a script HTML block containing RDF data. See https://github.com/nodeSolidServer/node-solid-server/issues/1714