nextcloud/apps/files/tests/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
..
appSpec.js
breadcrumbSpec.js
detailsviewSpec.js
favoritesfilelistspec.js Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
favoritespluginspec.js
fileactionsmenuSpec.js
fileactionsSpec.js
filelistSpec.js Do not reload the filelist on first open 2017-05-04 13:29:49 +02:00
filesSpec.js Add ignore_files to config, 2017-03-20 01:17:12 -06:00
filesummarySpec.js Display number of hidden files in files summary (#25870) 2016-08-29 14:47:41 +02:00
fileUploadSpec.js Upload autorename on client side 2016-11-02 22:15:03 +01:00
mainfileinfodetailviewSpec.js Style modifications of favorite star on main detail view (#26658) 2016-12-19 17:34:09 +01:00
newfilemenuSpec.js
tagspluginspec.js