]> source.dussan.org Git - nextcloud-server.git/commit
Allow hidden smb shares
authorDaniel Kesselberg <mail@danielkesselberg.de>
Mon, 20 May 2019 15:54:45 +0000 (17:54 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 24 Jul 2019 10:44:19 +0000 (10:44 +0000)
commit9072d82cd6e1bec4734eba1ba9a8eef89fa941f4
treecb93803bd44f505bca2e713ac239999921d04607
parent9e62b2f25aed47725ca87e1203aa5eed2a67f066
Allow hidden smb shares

A hidden smb share ends with $. This patch changes the placeholder
detection to allow shares with $ at the end.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/files_external/lib/config.php
apps/files_external/tests/Config/PlaceholderSubstituteTest.php [new file with mode: 0644]