You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New endpoint that show's agents ACL authorizations
* Modal access request form
* Reloading access matrix when agent select changes
* RDF/POST inputs in form-request-access
* Access request endpoint
* Moved access endpoints to the admin app
* Fixed authorization request form
* CSS fixes
* Request access form fixes
SPARQL endpoint is now read-only accessible for authenticated agents
* Check acl:mode in AuthorizationFilter instead of authQuery
* Access endpoint uses SPARQL query to load document types and injects them into the ACL query
* `AuthorizationFilter` uses new `SERVICE`-less queries and gets `VALUES ?Type` injected
All endpoints now have to be described in RDF with types (otherwise empty `VALUES` makes the ACL query return empty result)
* If accessTo document does not exist (has no types), retry PUT authorization with a parent URI
* ACL query fixes
* AuthorizationFilter fixes
* Restored $base binding
* Included nfo:FileDataObject case in the document type query
* Include `ontologies/namespace/` as a special case in ownerAclQuery
* Fixrd ACL for the `admin/clear` endpoint
* Only containers allow child documents
* Only root *and* containers allow child documents
* Fixed parent type value
* Aligned HTTP tests with the new `AuthorizationFilter` behavior
* HTTP test fixes
* Cleanup
* Improved Java syntax
* Removed `$Container` bindings
* XSLT cleanup
* Create document owner authorization on the fly
`xhtml:Input` and `ldh:parse-rdf-post` fixes
* Check owner of parent document after checking its type
* Extracted common utility functions from `AuthorizationFilter` and the `Access` endpoint
* Moved document type/owner query into the web.xml config
* Access endpoint returns `lacl:OwnerAuthorization` as well
0 commit comments