]> source.dussan.org Git - nextcloud-server.git/commit
Do not lower the sharee search
authorRoeland Jago Douma <rullzer@owncloud.com>
Tue, 12 Jan 2016 09:05:09 +0000 (10:05 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Tue, 12 Jan 2016 09:05:09 +0000 (10:05 +0100)
commit71976a095fd777e2727e40229d33ade338298a37
treeebcf19b70eee9adcd41db3da43aff4314a717e58
parent3317dd0a8e2ca265172d53a16f9241f3351aa3b8
Do not lower the sharee search

Fixes #21639

When lowering the remote search it break remotes that have uppercase
letters like foo@example.com/ownCloud/

Backends do the mathcing so they should also make sure that the search
string is converted to the format they require.
apps/files_sharing/api/sharees.php