nextcloud/apps/files/appinfo
Lukas Reschke 4ea205e262 Block old legacy clients
This Pull Request introduces a SabreDAV plugin that will block all older clients than 1.6.1 to connect and sync with the ownCloud instance.

This has multiple reasons:

1. Old ownCloud client versions before 1.6.0 are not properly working with sticky cookies for load balancers and thus generating sessions en masse
2. Old ownCloud client versions tend to be horrible buggy

In some cases we had in 80minutes about 10'000 sessions created by a single user. While this change set does not really "fix" the problem as 3rdparty legacy clients are affected as well, it is a good work-around and hopefully should force users to update their client
2015-04-20 11:12:17 +02:00
..
app.php Move tag related code into a helper so we can test the query without a view 2015-03-30 17:21:06 +02:00
application.php Update license headers 2015-03-26 11:44:36 +01:00
info.xml Add support for keys in the info.xml 2014-10-09 15:48:30 +02:00
register_command.php [command] delete orphaned file cache entries 2015-04-08 10:23:56 +02:00
remote.php Block old legacy clients 2015-04-20 11:12:17 +02:00
routes.php Fix usage of deprecated private constants 2015-04-18 10:30:02 +02:00
version increase version number of files and migration trigger 2014-06-06 12:28:36 +02:00