Andre Duffeck

Results 18 issues of Andre Duffeck

The acceptance test suite expects the list of shares returned by the ocs API to be ordered, which is currently not guaranteed (see https://github.com/owncloud/core/blob/master/tests/acceptance/features/bootstrap/Sharing.php#L2037). The cs3 share manager for examples...

QA:team

This PR adds a new jsoncs3 share manager which splits the json file per storage space and caches data locally.

With concurrent uploads the last one "wins" by deleting the link from the previous upload and then linking its node in the owner directory. The others leave orphaned nodes and...

Concurrent calls to `RestoreRevision` overwrite existing attributes one by one instead of writing the whole set of attributes atomically. This can potentially lead to the extended attributes of two revisions...

## Description This PR changes a few tests to explicitly accept all shares for the same resource. That is required for the tests to pass in the sharesstorageprovider branch. ##...

This PR adds a new posix fs driver which stores files and metadata directly on a posix compliant directory. It also adds some special handling for gpfs, i.e. for improving...

groupcache (https://github.com/golang/groupcache) or one of its forks (e.g. https://github.com/mailgun/groupcache) have some features that might make it a nice caching solution, such as being a in-code-distributed-cache, running-herd protection etc. Needs some...

This PR brings some performance tweaks and makes the code more robus when encountering invalid space root metadata.