node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

Solid server on top of the file-system in NodeJS

Results 151 node-solid-server issues
Sort by recently updated
recently updated
newest added

SolidWs here starts with a capital S. All the other variables start with a small letter. I think we should flag this as a typo? https://github.com/nodeSolidServer/node-solid-server/blob/f5b2b5cd88e9201138ac4e65c498e0dc5c2c6539/lib/create-server.js#L7

>Server MUST generate a Last-Modified header field in response to GET and HEAD requests. https://solidproject.org/ED/protocol#server-last-modified-includes >Servers are strongly discouraged from exposing information beyond the minimum amount necessary to enable a...

feature
good first issue

Mixed Content: The page at 'https://krischen.solid.community/profile/card' was loaded over HTTPS, but requested an insecure resource 'http://xmlns.com/foaf/0.1/PersonalProfileDocument'. This request has been blocked; the content must be served over HTTPS.

input-needed

I have tried to upload various images to my POD and at some point I named it "x-jpg" instead of "x.jpg". It turns out that the solid server uses the...

We have this on the backend, but this should be dynamically handled on the frontend.

enhancement
priority-low

```sh curl -iH'Accept: application/ld+json' https://csarven.solid.community/public/ HTTP/1.1 200 OK Content-Type: application/ld+json curl -iH'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"' https://csarven.solid.community/public/ HTTP/1.1 200 OK Content-Type: text/turtle ``` See also: ```sh curl -iH'Accept: application/ld+json; profile=""' https://csarven.solid.community/public/ Content-Type:...

retest

Currently, the link to delete an account points to the relative URL `/account/delete` but that has been disallowed by #1073, it has to be relative to the POD provider.

Per the discussion in https://github.com/solid/community/pull/16 , we should make a Turtle file per provider, where the provider may describe themselves and their policies. They could then submit their URL to...

for example GET request to foo.png includes correct header `Content-Type: image/png` but HEAD request to foo.png responds with **incorrect** header `Content-Type: text/plain; charset=utf-8`

bug
priority-high