]> source.dussan.org Git - nextcloud-server.git/commit
Move Share backends to PSR-4 instead of using class path (#24941) 747/head
authorJoas Schilling <coding@schilljs.com>
Mon, 1 Aug 2016 10:49:41 +0000 (12:49 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 5 Aug 2016 12:13:41 +0000 (14:13 +0200)
commitf37fa6e45c4357ce9849543fa91551a62f3828b8
tree0d2c79bc1d252d43770e839248c6d9b8bc312489
parent84e6b8d9d05f7e481276090101ddf77f1ab3cfdf
Move Share backends to PSR-4 instead of using class path (#24941)
apps/files_sharing/appinfo/app.php
apps/files_sharing/lib/ShareBackend/File.php [new file with mode: 0644]
apps/files_sharing/lib/ShareBackend/Folder.php [new file with mode: 0644]
apps/files_sharing/lib/share/file.php [deleted file]
apps/files_sharing/lib/share/folder.php [deleted file]
apps/files_sharing/tests/BackendTest.php
lib/private/Share/Share.php
tests/lib/Files/EtagTest.php