]> source.dussan.org Git - nextcloud-server.git/commit
Hack to prevent warning for read-only wrapper in public links
authorVincent Petry <pvince81@owncloud.com>
Wed, 2 Nov 2016 09:22:36 +0000 (10:22 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 16 Nov 2016 18:04:42 +0000 (19:04 +0100)
commite7b1196dd6ca011d8b60764f7c55a5896e96d106
tree6c82560764e29a99d68a5b0ba68e57e5bfb309db
parentcc8750ca30ba5d13ca59cc8c3ce87122a451829a
Hack to prevent warning for read-only wrapper in public links

Storage wrappers should normally always be registered inside a presetup
hook. However in the public link scenario this is not possible and
there is currently no good alternative with the current architecture.

Instead of logging a warning every time, this fix prevents the warning
to be shown but also adds a FIXME in the code for the future. This is
ok because this app is already using private/internal APIs at the
moment and should be reworked properly in the future.
apps/dav/appinfo/v1/publicwebdav.php
lib/private/Files/Filesystem.php