Benedikt Kulmann

Results 184 comments of Benedikt Kulmann

Thank you for starting the ticket! 👍 So, if an app is installed in two different versions (one delivered with the core bundle, located in `/apps`, one installed from marketplace,...

The same applies on a bare metal installation where the apache config rewrites the `index.php` from the URL.

thanks for the insights @jvillafanez ! 🚀 In fact, the web app already has a controller which serves static assets, see https://github.com/owncloud/web/blob/master/packages/web-integration-oc10/lib/Controller/FilesController.php#L74 As long as you don't rewrite URLs to...

> > Possible remedies: > > > > * add parameters to the _open-in-web_ endpoint for > > * hiding the web UI chrome on top? We could add a...

What should the initial view of the files app be for web? `Shares`? At the moment web is not capable of dealing with no personal space being available, because the...

> What should the initial view of the files app be for web? `Shares`? At the moment web is not capable of dealing with no personal space being available, because...

> @kulmann this is what we give: Thanks, so the requirement is actually to just show a customizable welcome screen? No files related view needed as initial view, correct?

> @kulmann correct, however access to Shares and Projects is still needed. Thats clear. Was just referring to the initial view :-)

From my point of view we can treat the lightweight accounts like normal `User`-role users in ocis. Backend side we'd need to make sure that the lightweight accounts don't have...

I guess https://github.com/owncloud/web/issues/6648 is also needed. But the PR linked by @micbar was a prerequisite for that, so at least we're in an `in progress` state here.