Arne Hassel

Results 140 comments of Arne Hassel

Just to follow up with some thoughts on what we might want to do: - expose this feature better somewhere in the documentation - facilitate the init-script to allow developers...

An error I did earlier was forgetting to change `serverUri` to a `https` based Uri. Might be the reason for the failed run of the server.

Also seems `provider.json` in `.db/oidc/op/provider.json` uses https no matter what. I guess it is a requirement, so might not be something we want to change.

After trying out http-version of the server, it's kinda painful... seems that there are a lot developed with https in mind, and stripping out the certificates is just not a...

A good point, and it shouldn't be difficult to normalize URLs.

Thank you for the input @jaxoncreed - I'll solve this by implementing some proper checks in the trusted app view ^_^

There are some panes that are making the current data browser more confusing than they are of help (in my opinion), so I suggest not including the following panes until...

Some thoughts when trying to add an index.html to your root: - You cannot drag-and-drop files to your root (returns 403 Forbidden), which means you cannot drag-and-drop an index.html file...

Navigating to the global panes from the user menu was broken - I've fixed it in the latest versions of `dev`

I've [added some hacky functionality to "Under the hood" that "protects" certain URIs to be deleted via the data browser](https://github.com/solid/solid-panes/commit/9f763e6399878402a7e23eb57478eecbf322bc30). Essentially it's a hard-coded list of resources where the delete...