nextcloud/lib/private/appframework
Lukas Reschke cc8c0b6a90 Check if request is sent from official ownCloud client
There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check)

While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code.
2016-03-24 08:59:56 +01:00
..
core Happy new year! 2016-01-12 15:02:18 +01:00
db Update author information 2016-03-01 17:25:15 +01:00
dependencyinjection Add activities for comments 2016-02-05 11:30:53 +01:00
http Check if request is sent from official ownCloud client 2016-03-24 08:59:56 +01:00
middleware Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
routing Happy new year! 2016-01-12 15:02:18 +01:00
utility Happy new year! 2016-01-12 15:02:18 +01:00
app.php Happy new year! 2016-01-12 15:02:18 +01:00
http.php Happy new year! 2016-01-12 15:02:18 +01:00