mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
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> |
||
|---|---|---|
| .. | ||
| templates | ||
| admin.js | ||
| app.js | ||
| breadcrumb.js | ||
| detailfileinfoview.js | ||
| detailsview.js | ||
| detailtabview.js | ||
| favoritesfilelist.js | ||
| favoritesplugin.js | ||
| file-upload.js | ||
| fileactions.js | ||
| fileactionsmenu.js | ||
| fileinfomodel.js | ||
| filelist.js | ||
| files.js | ||
| filesummary.js | ||
| gotoplugin.js | ||
| jquery-visibility.js | ||
| jquery.fileupload.js | ||
| keyboardshortcuts.js | ||
| mainfileinfodetailview.js | ||
| merged-index.json | ||
| navigation.js | ||
| newfilemenu.js | ||
| recentfilelist.js | ||
| recentplugin.js | ||
| search.js | ||
| sidebarpreviewmanager.js | ||
| sidebarpreviewtext.js | ||
| tagsplugin.js | ||
| upload.js | ||