android icon indicating copy to clipboard operation
android copied to clipboard

Create guest account

Open davivel opened this issue 8 years ago • 5 comments

https://github.com/owncloud/platform/issues/11

davivel avatar May 26 '17 09:05 davivel

Moved out of scope.

cc @michaelstingl

davivel avatar Jun 07 '17 15:06 davivel

What is the status of this? is it still up to date?

theScrabi avatar Apr 09 '18 12:04 theScrabi

I think this is no longer required. @pmaier1 can you confirm?

michaelstingl avatar Apr 09 '18 12:04 michaelstingl

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.

pmaier1 avatar May 25 '18 13:05 pmaier1

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

PVince81 avatar May 29 '18 12:05 PVince81