solid-nextcloud icon indicating copy to clipboard operation
solid-nextcloud copied to clipboard

A plugin to make Nextcloud compatible with Solid

Results 37 solid-nextcloud issues
Sort by recently updated
recently updated
newest added

Several users that install the Solid-Nextcloud app throuch the NC App Store run into issues caused by the `vendor` directory not being present. As users _should not_ have to run...

Type: QA

Rather than manually having to release packages to the Nextcloud App Store, this should be automated and run for each tagged release. How to setup this automation can be gleaned...

Type: QA

The new Notifications protocol that is expected to become required in addition to the current pubsub protocol requires: * a new discovery mechanism, same as for webhooks * auth checks,...

As per https://github.com/solid/solid-oidc/blob/a5a966c7342da01a57bfb316e5533ea7d82fd245/index.bs#L163-L166 > The serialized JSON form of a Client ID Document SHOULD use the normative JSON-LD `@context` provided at `https://www.w3.org/ns/solid/oidc-context.jsonld` such that the resulting document produces a JSON...

I'm trying to use https://github.com/michielbdejong/solid-bot-example in combination with https://github.com/pdsinterop/solid-nextcloud/blob/main/setup-test-server.sh and debuggin g the errors I run into.

Based on feedback from a user, we need to add documentation for users that are beginners in the Solid landscape. This doesn't have to be exhaustive (for that links to...

Type: Documentation

Currently, the wording of the description in the Nextcloud app store does not make 100% clear this software is not yet stable. This leads to understandable frustration (see pdsinterop/code-of-conduct-violations#1). Hence,...

TypeError: OC\\User\\LazyUser::__construct(): Argument #2 ($displayNameCache) must be of type OC\\User\\DisplayNameCache, OC\\User\\Manager given, called in /var/www/html/lib/private/Files/View.php on line 1328 at /var/www/html/apps/solid-nextcloud/solid/vendor/nextcloud/server/lib/private/User/LazyUser.php#35 ``` {"reqId":"yI7uu5w2n0gBb52Yc12a","level":3,"time":"2023-07-03T13:51:52+00:00","remoteAddr":"172.28.0.2","user":"einstein","app":"PHP","method":"GET","url":"/index.php/apps/solid/@einstein/","message":"TypeError: OC\\User\\LazyUser::__construct(): Argument #2 ($displayNameCache) must be of type...

When logging in with solid-nextcloud, if the redirect url contains #, the code is appended to the URL, so it becomes #foo?code=abc. It should have redirected to ?code=abc#foo instead.