]> source.dussan.org Git - nextcloud-server.git/commit
Fix DAV mimetype search 17730/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 28 Oct 2019 20:56:05 +0000 (21:56 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 28 Oct 2019 20:56:29 +0000 (21:56 +0100)
commitbc9b223e65afc2691a74b558f6756d359c6c64bf
treede8ce1403e89afe01a010d5d7df91cdc5db69499
parent68953f7c3d765b8b1af1d7c2e8be432fafbcff34
Fix DAV mimetype search

Fixes #15048
Catches the case where a full mimetype is sumbitted in the where like
clause. Before we didn't catch this and it was just forwarded as is
causing invalid queries.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Files/Cache/QuerySearchHelper.php