Joachim Van Herwegen
Joachim Van Herwegen
#### 📁 Related issues Caused by discussion at https://github.com/CommunitySolidServer/CommunitySolidServer/pull/1388#discussion_r930262263 #### ✍️ Description Updates `Vocabularies.ts` with more precise typings so they can be used as type guards together with some utility...
#### Description v4.1.0 and v5.0.0 were the first releases using the new release script and I noticed some issues. The solution to some of these might be to solve https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1334....
#### Description Starting the server with with for example 2 values for `-c` will simply print `path.startsWith is not a function`. We need a clearer error message there. We used...
#### Description `AgentGroupAccessChecker` fetches the document that contains group members to verify if they have access. While doing so it caches that document in memory (for an hour by default)....
#### Description https://github.com/CommunitySolidServer/CommunitySolidServer/pull/1100 states the following: > #### Default values have been removed from the CLI options and moved to the ValueComputers > > This might be controversial. This is...
These are some ideas that I had about possible ways to make it easier for users to customize their CSS configs. None of this is set in stone and might...
#### Feature description: Certain assumptions are made in the code in certain places. E.g., some components assume slash semantics are valid, or even that the server is using LDP. It...
See https://github.com/solid/community-server/pull/898#discussion_r688294151 If the template engines only support extensions matching their implementation (`.ejs` for EJS and `.hbs` for Handlebars) we could have a waterfall handler containing both of them so...
Continuation of the discussion in https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1205#issuecomment-1165786033 It might be a bit much to put everything on the setup page, so we should just have a nice documentation page explaining how...
#### Feature description: As discussed in https://github.com/CommunitySolidServer/CommunitySolidServer/discussions/1346, you can logout on the server. This currently uses the default styling of the oidc-provider library so we should create our own pages...