nextcloud/lib/private/Files
Côme Chilliet 5ad045619c
View needs to return an instance of OC\Files\FileInfo explicitely
Applications are calling methods from the class which are not from the
 public interface, and which cannot be added easily to public interface
 because Node interface extends FileInfo.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-04-03 10:52:35 +02:00
..
AppData Move CappedMemoryCache to OCP 2022-07-14 15:54:31 +02:00
Cache clear encrypted flag when moving away from encrypted storage 2023-04-01 15:36:37 +00:00
Config Add transaction around mass mounts operations 2023-03-07 19:58:55 +00:00
Lock Adapt LockScope to LockContext rename 2022-04-07 11:52:16 +02:00
Mount fix tests 2023-02-07 15:50:10 +01:00
Node Improve typing for fopen/toTmpFile 2023-04-03 10:52:34 +02:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
ObjectStore feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
Search escape path prefix when doing cache jail search 2022-11-02 12:44:51 +01:00
SimpleFS Fix return type of methods returning false on error 2023-04-03 10:52:34 +02:00
Storage Fix return type of methods returning false on error 2023-04-03 10:52:34 +02:00
Stream Fix psalm errors related to filesizes 2023-02-07 11:23:29 +01:00
Template Add app config for default template path 2023-01-24 09:39:31 +00:00
Type composer run cs:fix 2023-01-20 11:45:08 +01:00
Utils split out some path manipulation logic 2022-04-04 15:40:12 +02:00
FileInfo.php View needs to return an instance of OC\Files\FileInfo explicitely 2023-04-03 10:52:35 +02:00
Filesystem.php Fix return type of methods returning false on error 2023-04-03 10:52:34 +02:00
SetupManager.php do onetime user setup before getting any mount from providers 2023-02-22 18:03:38 +01:00
SetupManagerFactory.php make mount cache duration configurable 2022-03-24 17:36:53 +01:00
View.php View needs to return an instance of OC\Files\FileInfo explicitely 2023-04-03 10:52:35 +02:00