nextcloud/apps/files
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
..
ajax share api expanded by tags (#26583) 2017-04-11 11:54:13 -05:00
appinfo Remove update.php of files app 2017-04-12 00:35:12 -05:00
css Improve menu CSS 2017-04-19 12:42:23 -05:00
img remove unused parameters and add viewBox 2017-01-02 15:32:16 +01:00
js Do not reload the filelist on first open 2017-05-04 13:29:49 +02:00
l10n [tx-robot] updated from transifex 2017-05-04 00:07:29 +00:00
lib allow apps to set custom mount types 2017-04-28 09:38:21 +02:00
templates Wording detail fix for favorite emptycontent view 2017-04-21 14:11:49 +02:00
tests Do not reload the filelist on first open 2017-05-04 13:29:49 +02:00
download.php Update with robin 2016-07-21 18:13:58 +02:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Add recent file listing 2016-07-22 15:20:51 +02:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00