nextcloud-server/apps/files/js
Roeland Jago Douma 8d66e325a9
Do not reload the filelist on first open
Fixes: #4644

Without this patch the filelist would always reload. However since not
all the correct data was set yet it would often:

1. fireoff a propfind to ../webdav/
2. fireoff a propfind to ../webdav/<PATH>

When just opening the file list those are the same so the result is just
fine. However if opening a direct link it means that there is a race
condition on which finishes first.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-04 13:29:49 +02:00
..
templates
admin.js
app.js added quit option in commentstabview.js 2017-03-23 13:12:29 -06:00
breadcrumb.js Replace deprecated $.tipsy(...) by $.tooltip(...) 2017-02-27 22:25:05 +01:00
detailfileinfoview.js
detailsview.js
detailtabview.js
favoritesfilelist.js properly reload favorites list 2017-04-21 14:20:34 +02:00
favoritesplugin.js
file-upload.js Remove dependency on jquery-migrate.js for browser detection 2017-05-01 17:53:48 -03:00
fileactions.js
fileactionsmenu.js
fileinfomodel.js added quit option in commentstabview.js 2017-03-23 13:12:29 -06:00
filelist.js Do not reload the filelist on first open 2017-05-04 13:29:49 +02:00
files.js added quit option in commentstabview.js 2017-03-23 13:12:29 -06:00
filesummary.js
gotoplugin.js Fix closing details view when viewing file in folder 2017-04-25 17:45:42 +02:00
jquery-visibility.js
jquery.fileupload.js
keyboardshortcuts.js
mainfileinfodetailview.js Explain local link 2017-04-13 12:01:45 -05:00
merged-index.json Merge file view JS files 2017-03-24 19:42:22 +01:00
navigation.js
newfilemenu.js Popover positionning and classes 2017-01-22 11:45:08 -06:00
recentfilelist.js
recentplugin.js
search.js Fixed path in other folders search 2017-02-21 00:38:46 +00:00
sidebarpreviewmanager.js
sidebarpreviewtext.js
tagsplugin.js share api expanded by tags (#26583) 2017-04-11 11:54:13 -05:00
upload.js