semapps
semapps copied to clipboard
A toolbox to create semantic web applications
New `deleteFusekiBackupsAfterCopy` setting
Backups can take a lot of space. Once they are copied to the remote server, there is usually no need to keep them in the local server. This could be...
Currently, once a WebSocket channel expires, the frontend just stops listening and no message is provided to the user. https://github.com/assemblee-virtuelle/semapps/blob/master/src/frontend/packages/semantic-data-provider/src/notificationChannels/subscribeToUpdates.ts#L135-L140 If the tab is visible (`!document.hidden`), or when it becomes...
Currently in the PermissionButton (and PermissionDialog), the name of the webId resource (`Person`) is hard-coded. This should be configurable. Also, we should find a way to make it work with...
At the moment, expired notifications channels (with a `endAt` date in the past) are closed only on server start, on the `loadChannelsFromDb` method. This may leave hundreds of expired channels...
Hello, Little change here to allow undefined urls to be passed to useCheckPermissions hook and getPermissions method. React-admin can first render view component without context url fully provided, and so...
When I want to remove public read ACL permissions from a resource using the semapps authProvider (`removePermission('foaf:Agent', 'acl:agentClass', 'acl:Read');`, this fails for me. The client performs a `PUT` request on...
https://github.com/felixmosh/bull-board It could be integrated directly into Moleculer and we could thus avoid requiring to launch another Docker container
Closes https://github.com/assemblee-virtuelle/semapps/issues/1264 Closes https://github.com/assemblee-virtuelle/semapps/issues/1192 > :warning: Warning: Relies on a temporary TripleStoreAdapter taken from https://github.com/assemblee-virtuelle/semapps/pull/1417. We are waiting for that PR to be merged before removing this adapter and merging...
- #1402 - #1408 (_:warning: Breaking changes_) - #1416 (_:warning: Breaking changes_) - #1420 (_:warning: Breaking changes_) ## Migration First migrate to Fuseki 5: - Export all datasets from Fuseki...