David Christofas
David Christofas
This issue should contain all the temporary hacks we implemented in the edge branch which should be changed later on. To not miss anything let's collect them here: - https://github.com/cs3org/reva/blob/edge/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/spaces.go#L105-L110...
### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...
## tl;dr For ownCloud Web we needed a different way to authenticate downloads of password protected link shares. The current design of the share manager doesn't allow us to implement...
We are using maps as caches in some places (there might be more, I just found this): - https://github.com/cs3org/reva/blob/edge/pkg/storage/cache/cache.go#L40-L44 [Maps don't shrink in Go](https://teivah.medium.com/maps-and-memory-leaks-in-go-a85ebe6e7e69) so we should be careful when...
Not all information that are relevant for verifying the integrity of the encrypted file blocks are stored within the files. The file versions are stored in the database instead. Due...
I am opening this issue to document some ideas we have at ownCloud. We would like to be able to communicate with the idm using the Graph API. The API...
I am opening this issue to document some ideas we have at ownCloud. We would like to have a basic web UI to manage users. The web UI could talk...