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