You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ownCloud desktop and mobile apps have a limited feature set, but users could open the web UI for all the remaining features. For this, it would need capabilities or a new endpoint where clients could get information, which file actions are available for a resource (file/folder/space) in the web UI:
1) Add capabilities with the string ?details=$tabId to extend the private link
Ugly, because clients would need to compose http://host/owncloud/f/$fileId + ?details=$tabId manually
2) New endpoint that lets clients know all available file actions for a resource (file/folder/space)
Benefit would be, it could in the future also include a short-living token that allows certain actions in the web UI, without the need for re-login. (irrelevant with SSO)
Describe alternatives you've considered
A while ago, I thought about using the AppProvider for this:
Is your feature request related to a problem? Please describe.
ownCloud desktop and mobile apps have a limited feature set, but users could open the web UI for all the remaining features. For this, it would need capabilities or a new endpoint where clients could get information, which file actions are available for a resource (file/folder/space) in the web UI:
Related:
Describe the solution you'd like
1) Add capabilities with the string
?details=$tabId
to extend the private linkUgly, because clients would need to compose
http://host/owncloud/f/$fileId
+?details=$tabId
manually2) New endpoint that lets clients know all available file actions for a resource (file/folder/space)
Benefit would be, it could in the future also include a short-living token that allows certain actions in the web UI, without the need for re-login. (irrelevant with SSO)
Describe alternatives you've considered
A while ago, I thought about using the AppProvider for this:
@tbsbdr @micbar @kulmann this would be a high-prio item right after oCIS GA.
/cc @TheOneRing
The text was updated successfully, but these errors were encountered: