nextcloud-server/apps/files/js
Arthur Schiwon 5a9c99e6ac
recycle SharedFileInfo values in fileInfo
fileInfo is composed of data from sharing, however additional data is
pulled when sidebar opens, e.g. the size. Then, existing data is
overwritten by data from the other source (files). The data points that
would be lost are not dirty however and still used, so we keep them.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 17:51:56 +01:00
..
templates
admin.js
app.js Enable chunking for bigger files in authenticated web upload 2017-11-03 17:19:23 +01:00
breadcrumb.js Fix menu declaration and width calculation 2017-11-10 08:23:24 +01:00
detailfileinfoview.js
detailsview.js Remove unused variables 2017-11-06 09:43:45 +01:00
detailtabview.js
favoritesfilelist.js Remove unused variables 2017-11-06 09:43:45 +01:00
favoritesplugin.js
file-upload.js Enable chunking for bigger files in authenticated web upload 2017-11-03 17:19:23 +01:00
fileactions.js Add proper handling of files without permissions 2017-11-02 19:37:00 +01:00
fileactionsmenu.js Add support to FileActionsMenu for icon class functions 2017-10-19 01:46:13 +02:00
fileinfomodel.js
filelist.js recycle SharedFileInfo values in fileInfo 2017-11-23 17:51:56 +01:00
files.js Improve drag & drop and fix some background issue if d&d on narrow windows 2017-11-08 19:03:32 +01:00
filesummary.js
gotoplugin.js
jquery-visibility.js
jquery.fileupload.js
keyboardshortcuts.js
mainfileinfodetailview.js Trigger pre and post render events in MainFileInfoDetailsView 2017-06-09 08:43:53 +02:00
merged-index.json
navigation.js Only set the active item when there is one (not the case for quota) 2017-06-13 11:17:44 +02:00
newfilemenu.js Make new file file tooltip error text change 2017-05-21 08:23:17 +05:45
recentfilelist.js
recentplugin.js
search.js Use proper mime icons for search results 2017-05-16 14:30:49 +02:00
sidebarpreviewmanager.js
sidebarpreviewtext.js Do not fetch the whole text file for the sidebar preview 2017-08-03 20:32:59 +02:00
tagsplugin.js Remove requeriment for read permission on some actions 2017-11-02 19:37:01 +01:00
upload.js