Andrei

Results 27 issues of 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...

new feature
question

It would be great if we could POST a resource together with its corresponding ACLs in one request, to improve security.

new feature
Access Control

Check if the ACL for a resource has changed before returning HTTP 304 (cached).

bug

Used when a user wishes to terminate their account.

new feature

If Read-only access is given to a resource, the returned Accept-Post or Accept-Patch headers should not be set.

new feature

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

new feature

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...

new feature

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

bug

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...

priority

Just to make sure we regenerate keys and cookies don't become stale.

new feature