server/lib
Roeland Jago Douma a52d206684
Make sure the log doesn't try to read from PUT if it can't
If a PUT request comes in that is not JSON or from encoded. Then we can
only read it (exactly) once. If that is the case we must assume no
shared secret is set.

If we don't then we either are the first to read it, thus causing the
real read of the data to fail.

Or we are later and then it throws an exception (also failing the
request).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-30 20:18:19 +02:00
..
composer Added disabled count per groups 2018-05-24 17:52:15 +02:00
l10n [tx-robot] updated from transifex 2018-05-30 00:12:08 +00:00
private Make sure the log doesn't try to read from PUT if it can't 2018-05-30 20:18:19 +02:00
public Merge pull request #9488 from nextcloud/disabled-users-fix 2018-05-25 15:54:47 +02:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Use APCu caching of composer 2018-05-10 12:35:56 +02:00
versioncheck.php