Create guest account
https://github.com/owncloud/platform/issues/11
Moved out of scope.
cc @michaelstingl
What is the status of this? is it still up to date?
I think this is no longer required. @pmaier1 can you confirm?
I think this is no longer required. @pmaier1 can you confirm?
Well, with 2.7.0 it does not yet work. It is correct that a separate UI should not be required anymore but we need to find a way for that the sharing autocomplete will display guest suggestions. Maybe that's just server-side/API. Probably @PVince81 can clarify if time permits.
the "add guest" entry is added dynamically by the JS frontend code of the guests app, so querying backend endpoints will not return it
we might need to rework this and have said entry be injected at the API endpoint level