]> source.dussan.org Git - nextcloud-server.git/commit
Tags.php and the old sharing mechanism
authorMorris Jobke <hey@morrisjobke.de>
Wed, 29 Apr 2020 18:40:45 +0000 (20:40 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 6 Jul 2020 12:12:12 +0000 (14:12 +0200)
commite20db42a0c51fd7f7d028852ef60d47dd71e4adc
treeed38b52234e8f9e1cd3840997ff39c151db87992
parent08bfd634068cd11166abb82bbb1c0da235da6cec
Tags.php and the old sharing mechanism

The old sharing mechanism isn't working anymore, because it was replaced by Share 2.0. Also it was nowhere used so this removes the code paths and reduces complexity.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
lib/private/Share/Share.php
lib/private/TagManager.php
lib/private/Tags.php
lib/public/ITagManager.php
tests/lib/TagsTest.php