nextcloud/apps/files/lib/Controller
Julius Härtl 6abb37317f
Do not setup a session when not required on WebDAV requests
If basic auth is used on WebDAV endpoints, we will not setup a session
by default but instead set a test cookie. Clients which handle session
cookies properly will send back the cookie then on the second request
and a session will be initialized which can be resued for
authentication.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-12-21 21:17:16 +01:00
..
AjaxController.php don't force a full setup for getting storage stats 2022-04-06 13:13:37 +02:00
ApiController.php Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +00:00
DirectEditingController.php Update php licenses 2021-06-04 22:02:41 +02:00
DirectEditingViewController.php Update php licenses 2021-06-04 22:02:41 +02:00
OpenLocalEditorController.php Also throttle on expiration 2022-10-12 13:01:19 +02:00
TemplateController.php Update php licenses 2021-06-04 22:02:41 +02:00
TransferOwnershipController.php fix for transferring ownership of groupfolders 2022-05-10 16:54:22 +02:00
ViewController.php Do not setup a session when not required on WebDAV requests 2022-12-21 21:17:16 +01:00