nextcloud/apps/files/lib
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
..
Activity Get rid of all useless calls to setParsedSubject now that setRichSubject is able to do it 2022-11-29 14:36:29 +00:00
AppInfo Only load direct editing capabilities when required 2022-06-03 07:15:17 +02:00
BackgroundJob Use TimedJob from OCP instead of OC 2022-12-05 10:13:34 +01:00
Collaboration/Resources Add a public replacement for OC::$server->get 2022-05-10 18:51:12 +02:00
Command Cast to int #32837 2022-11-07 16:44:47 +01:00
Controller Do not setup a session when not required on WebDAV requests 2022-12-21 21:17:16 +01:00
Db Add a background job to delete expired tokens 2022-10-12 11:43:00 +02:00
Event Update php licenses 2021-06-04 22:02:41 +02:00
Exception Update php licenses 2021-06-04 22:02:41 +02:00
Listener Move bundles to /dist 2022-01-08 10:11:58 +01:00
Migration Fix psalm error on migration 2022-10-12 11:55:04 +02:00
Notification Get rid of all useless calls to setParsedSubject now that setRichSubject is able to do it 2022-11-29 14:36:29 +00:00
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 Update php licenses 2021-06-04 22:02:41 +02:00
App.php Add a public replacement for OC::$server->get 2022-05-10 18:51:12 +02:00
Capabilities.php Only load direct editing capabilities when required 2022-06-03 07:15:17 +02:00
DirectEditingCapabilities.php Only load direct editing capabilities when required 2022-06-03 07:15:17 +02:00
Helper.php Show usage percenteage in the tooltip 2022-08-10 11:23:27 +02:00