nextcloud/lib/private/Files
Vincent Petry db8b66c546
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.
2016-11-17 17:00:49 +01:00
..
Cache Adding test case for getPathById including a jailed cache where root is just empty 2016-08-10 11:29:11 +02:00
Config Prevent error with orphaned shares when updating user mount cache 2016-08-30 19:45:22 +02:00
Mount prevent infinite recursion while getting storage from mount 2016-08-23 13:59:01 +02:00
Node make AvatarManager use LazyRootFolder, fixes #1251 2016-10-12 14:08:12 +02:00
ObjectStore Run the license script 2016-07-22 11:40:41 +02:00
Storage Only use realpath for real directories (#26060) 2016-09-27 00:15:27 +02:00
Stream Run the license script 2016-07-22 11:40:41 +02:00
Type [stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151) 2016-09-26 11:33:13 +02:00
Utils Store the shared propagator instance 2016-08-10 10:59:56 +02:00
FileInfo.php Run the license script 2016-07-22 11:40:41 +02:00
Filesystem.php Hack to prevent warning for read-only wrapper in public links 2016-11-17 17:00:49 +01:00
View.php Run the license script 2016-07-22 11:40:41 +02:00