nextcloud-server/apps/files/lib
Carl Schwan 028ca0935c Don't redirect when loading files index page
Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an
issue because we then need to load two pages with full file system setup
and authentification instead of one and the assets won't start loading
until the second page is delivered to the user.

Additionally when loading ?dir=/, we then change the url back to
?dir=/&fileid=2 (without reload) so that the next time we load the page
again we do the same thing again.

Depending on the speed of the server and internet connection we can save
100ms to 400ms, improving the user experience.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-17 17:06:33 +01:00
..
Activity Don't provide favorite activity settings 2022-02-09 10:49:32 +01:00
AppInfo
BackgroundJob fix tests 2021-12-02 17:43:16 +01:00
Collaboration/Resources
Command Move storage encoding compatibility warning logic 2021-11-17 09:24:13 +01:00
Controller Don't redirect when loading files index page 2022-02-17 17:06:33 +01:00
Db
Event
Exception
Listener Move bundles to /dist 2022-01-08 10:11:58 +01:00
Migration
Notification
Search Fix wrong unified search link to folder 2022-01-13 18:26:07 +01:00
Service Merge pull request #30953 from nextcloud/feat/init-storage-when-transferring-ownership 2022-02-10 18:13:43 +01:00
Settings
App.php
Capabilities.php
Helper.php Merge pull request #26494 from rigrig/fix-php8-deprecations 2021-06-07 23:30:59 +02:00