"http://host/owncloud/f/$fileId?details=$tabId"
This will open the files app, scroll down to the file as before then automatically open the sidebar with the given tab id.
From owncloud/core#32152
cc @DeepDiver1975
@michaelstingl I think you requested something like this for clients so they could link to the versions panel directly. For the versions panel, replace $tabId with "versionsTabView"
"http://host/owncloud/f/$fileId?details=$tabId"
This will open the files app, scroll down to the file as before then automatically open the sidebar with the given tab id.
From owncloud/core#32152
cc @DeepDiver1975
@michaelstingl I think you requested something like this for clients so they could link to the versions panel directly. For the versions panel, replace $tabId with "versionsTabView"