Conversation
…ted with the wrong permissions
…ave to delete user profiles
…h_from_sparql_semappsuser defaultGraph and ACL graph configuration, Closes #570
…_mechanism ACL verification mechanism closes #569
…nied_in_middleware handle access denied in middleware
…_of_a_ressource
Middleware permission mechanism: {get, set, add, has}Rights
This reverts commit 765253f
# Conflicts: # src/jena/fuseki-docker/extra/semapps-jena-permissions-1.0.0.jar
575 acl groups
…sort field if invalid
…ry' into improve-data-provider-sparql-query
…ry' into improve-data-provider-sparql-query
This reverts commit e4024f1.
…ry' into improve-data-provider-sparql-query
…r-sparql-query Improve data provider SPARQL query
… smarter-disassembly-update
…update Smarter disassembly update
# Conflicts: # src/frontend/boilerplates/archipelago/src/App.js # src/frontend/boilerplates/archipelago/src/resources/Agent/Activity/Task/TaskEdit.js # src/frontend/boilerplates/archipelago/src/resources/Agent/Activity/Task/TaskList.js # src/frontend/boilerplates/archipelago/src/resources/Agent/Actor/Organization/OrganizationEdit.js # src/frontend/boilerplates/dms/package-lock.json # src/frontend/boilerplates/dms/package.json # src/frontend/packages/archipelago-layout/dist/index.cjs.js # src/frontend/packages/archipelago-layout/dist/index.es.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New feature: WebACL
This new release includes WebACL handling on Fuseki, the middleware and the frontend (Archipelago layout). WebACL management is optional and must be turned on manually.
See the doc for the middleware and the frontend.
If you want to migrate an existing SemApps middleware, call the
migration.addRightsToAllaction in pair-ldp-server. To create a new dataset with WebACL-checking enabled, please use thefuseki-admin.createDatasetaction, passing asecure: trueparameter (otherwise Fuseki will not check the permissions of the triples it returns).Breaking changes
getApiRoutes.moleculer-webpackage, as theaddRouteaction has been added here.@semapps/connectorpackage has been renamed to@semapps/auth, and you should now use the new AuthService instead of importing a Connector in the ApiGateway. See the new docs.