nextcloud/apps/dav/lib/connector
Vincent Petry 055d58bfc3 Do not authenticate over ajax
This makes sure that whenever a Webdav call is done through Ajax, if the
session has expired, it will not send back a challenge but a simple 401
response. Without this fix, the default code would send back a challenge
and trigger the browser's basic auth dialog.
2015-11-23 09:44:30 +01:00
..
sabre Do not authenticate over ajax 2015-11-23 09:44:30 +01:00
publicauth.php Consolidate webdav code - move all to one app 2015-10-16 13:17:12 +02:00