Andrei
Andrei
During a POST request (with a Slug header set), the server may decide to create a random string that gets appended to the Slug value, if a resource with the...
It would be great if we could POST a resource together with its corresponding ACLs in one request, to improve security.
Check if the ACL for a resource has changed before returning HTTP 304 (cached).
If Read-only access is given to a resource, the returned Accept-Post or Accept-Patch headers should not be set.
Currently, file uploads use the default OS temp dir, which may not be sufficient for large files. Look at [0] for a hint. [0] https://golang.org/pkg/io/ioutil/#TempFile
The server should offer support for LF-SPARQL. We would like to use LF-SPARQL to offload some of the client's work onto the server, and have the server do all the...
The code that comes at https://github.com/linkeddata/gold/blob/master/acl.go#L94 should also follow after https://github.com/linkeddata/gold/blob/master/acl.go#L61
We are currently using libmagic to set the correct CTypes. Unfortunately it does not handle RDF types, so we currently need to work around it [1]. This is especially bad...
Just to make sure we regenerate keys and cookies don't become stale.