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

Standalone Solid Server written in PHP by PDS Interop

Results 17 php-solid-server issues
Sort by recently updated
recently updated
newest added

Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.8.0 to 2.11.1. Release notes Sourced from laminas/laminas-diactoros's releases. 2.11.1 Release Notes for 2.11.1 This is a SECURITY release. All users are encouraged to upgrade immediately. Added...

dependencies

Currently, when the application is visited over HTTP, [a 301 redirect response is given](https://github.com/pdsinterop/php-solid-server/blob/main/src/Controller/HttpToHttpsController.php#L22) as per the spec: > **2.1 HTTP Server** > > [..] When both `http` and `https`...

I'm trying to run php-solid-server without the Docker image by running: ``` $ HOST=127.0.0.1 composer serve-dev ``` Browsing to `http://127.0.0.1:8080` I get this error below. Any hints what I should...

This MR adds support for Solid Link Metadata as proposed in [pdsinterop/solid-link-metadata](https://github.com/pdsinterop/solid-link-metadata/). The functionality itself is provided by the `pdsinterop/solid-crud` and `pdsinterop/flysystem-rdf` packages, hence only a dependency update is needed.

enhancement

See: https://www.w3.org/TeamSubmission/turtle/#sec-diff-sparql These differences are subtle, but just big enough that they trip up the EasyRDF parser in some cases. - - - > > **10\. Turtle compared to SPARQL...

This is this repo's version of the issue described in https://github.com/pdsinterop/php-solid-auth/issues/19 **TL;DR:** In order to support PHP8 we need to drop support for PHP 7.3.

Currently _all_ WAC surface tests seem to be broken: ``` Test Suites: 9 failed, 9 total Tests: 83 failed, 83 total Snapshots: 0 total Time: 13.825 s Ran all test...

> We can easily use https://github.com/o-development/solid-webhook-client to define a test suite for it. > Your post in https://github.com/solid/community-server/pull/1074#issue-1066694064 gives a nice overview of all the links to proposal texts See...

There is an issue with the AddSlashToPathController that causes problems with the DPop class from `pdsinterop/solid-auth`. Because of the added slash, the requested HTU and PATH no longer match. To...

bug