Joachim Van Herwegen

Results 74 issues of Joachim Van Herwegen

Our integration tests for a SPARQL backend are quite minimal. Several of our integration tests might actually be easy to extend to also test a SPARQL backend though. We could...

➕ test
storage:sparql-endpoint

Due to #858 it is no longer possible to send custom parameters during pod creation. Only a specific set is allowed. The only solution now is for the server owner...

:id: identity-provider

This should be the same information as is shown after registering. We should have a rendering solution where the same object can be used for both the mail as the...

:id: identity-provider

The default setup disables mailing by using an `UnsupportedAsyncHandler`. This means that resetting your password is impossible with that setup as it requires sending a mail. For development and testing...

👩🏾‍💻 developer experience
:id: identity-provider

This requires #205 to be done since we would need to delete a pod if the verification never happens. We could also postpone pod creation until the e-mail address has...

:id: identity-provider

Just spent way too long searching on this problem. The `WebAclAuthorizer` requests Quads from its `ResourceStore` to interpret the acl settings. In case the store does not return Quads though,...

☀️ enhancement
error-handling

As discussed in https://github.com/solid/community-server/pull/279#discussion_r509135299. It can happen that a `RepresentationConverter` is called before the `ResourceIdentifier` of a resource is known, even though it is required as input parameter. In most...

🐛 bug
difficulty:high

Since the ConvertingRouterRule only checks if the incoming data is supported when choosing which store to write to, it is possible to have 2 different documents with the same URI....

🐛 bug
storage:routing

As discussed in https://github.com/solid/community-server/pull/283#discussion_r514614617, it would be nice if the regex router rule could have in its constructor `storeMap: Map | { [regex: string]: ResourceStore }`, with Components.js only taking...

☀️ enhancement
storage:routing

I recently spent some time making the Community Solid Server conform to the status codes requirements in https://github.com/solid/specification/issues/14#issuecomment-683480525. Below are some comments mostly meant as feedback on how these are...