43f0d2a3b5
In a file list files with a default action
have an href that will trigger the action.
This way ctrl-click and middle button click open the default action in a new tab.
In order to achieve this a new param `openfile` was introduced to the files app.
It will make the files app trigger the default action for the file in question.
This also allows linking to file content rather than just the details display.
Introduce fileList.getDefaultActionUrl()
to create a link with that param set.
It's overwritten in the trashbin fileList
so that anchors continue to have `#` as a href.
Fix the link generation for subfolders of public shares:
|
||
---|---|---|
.. | ||
appSpec.js | ||
breadcrumbSpec.js | ||
detailsviewSpec.js | ||
favoritesfilelistspec.js | ||
favoritespluginspec.js | ||
fileUploadSpec.js | ||
fileactionsSpec.js | ||
fileactionsmenuSpec.js | ||
filelistSpec.js | ||
filesSpec.js | ||
filesummarySpec.js | ||
mainfileinfodetailviewSpec.js | ||
newfilemenuSpec.js | ||
tagspluginspec.js |