Giuseppe Lo Presti
Giuseppe Lo Presti
Currently, the `ocmd` example works but without apps -> the documentation is obsolete. The most complete example is `storage-references` -> need to check that apps work and fix it +...
RFE: Extend the `/userinfo` endpoint in order to return optional group claims in all circumstances
Hello, as discussed in the escape AAI chat I report here an unexpected behavior of the `userinfo` endpoint as implemented by iam-escape. Context: my identity at iam-escape belongs to the...
This PR supersedes https://github.com/cs3org/OCM-API/pull/41. I have rebased the new endpoints on top of the current `develop` branch. We should have a discussion with @michielbdejong as a main contributor in this...
The current OCM invite/accept workflow to create shares between user A and B is not symmetric, in the sense that once A invited B and B accepted, A can share...
The Microsoft 365 cloud services provide since long time an up-to-date, GUI-based WOPI validation test suite. Most tests pass or are skipped because of missing capabilities, but a few fail...
Similarly to the Reva repo, we should add a CI to at least: - [x] pylint the code - [x] run the unit tests against a local filesystem - [...
This refers in particular to the core code base and the storage interfaces.
Currently in case of errors we return a raw text string most of the time in the HTTP Body, along with the HTTP status code (which is what matters for...
After #87 is merged, a remaining open point is to optimize the logic in `setlock` so to cover the different `LOCK`, `REFRESH_LOCK`, and `UnlockAndRelock` semantics with a minimal number of...
Currently, in the interaction with "bridged" apps like CodiMD a number of user-visible messages are generated in the backend and passed to the frontend UI. To support multiple languages this...