nextcloud/lib/private/Files
Josh Richards deecb48e54
Catch more invalid cache source storage paths
OC\Files\Cache\Cache::get can return string|false|null, not just string|false.

- nextcloud/server#26270 added handling of false, but null is needed too.
- Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason

Related: nextcloud/server#19009

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-08-03 09:53:46 -04:00
..
AppData Move CappedMemoryCache to OCP 2022-07-14 15:54:31 +02:00
Cache Catch more invalid cache source storage paths 2023-08-03 09:53:46 -04:00
Config Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
Lock Adapt LockScope to LockContext rename 2022-04-07 11:52:16 +02:00
Mount expose MovableMount in public interface 2023-07-28 14:42:09 +02:00
Node fix: Move Node HookConnecter events to IEventDispatcher 2023-07-27 09:57:53 +02:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
ObjectStore fix(s3): add SSE-C parameters to headObject call 2023-07-30 22:54:58 +02:00
Search extend path-prefix optimizer to remove all cases of path_hash= when encountering a path prefix filter 2023-01-11 16:38:41 +01:00
SimpleFS Fix return type of methods returning false on error 2023-04-03 10:52:34 +02:00
Storage fix(storage): fallback to copy and unlink when rename fails 2023-07-31 18:54:21 +02:00
Stream fix SeekableHttpStream::stream_stat errors on failed open 2023-07-13 15:38:58 +02:00
Template Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
Type Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 2023-06-01 23:10:00 +02:00
Utils add summary of detected changes to files:scan output 2023-06-16 17:56:34 +02:00
FileInfo.php chore: ugly type juggling 2023-06-21 16:53:20 +02:00
Filesystem.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
SetupManager.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
SetupManagerFactory.php make mount cache duration configurable 2022-03-24 17:36:53 +01:00
View.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30