nextcloud/apps/files_versions/lib
Christoph Wurst 8a25ded758 Fix undefined index and consequential damages in versions code
If the user has no space and there are no versions, there won't be an
`all` index in the versions entry. Hence this triggers a warning and
becomes `null`, afterwards `count`, `foreach` and friends will happily
throw even more warnings and errors because they don't want to play with
`null`. Thus adding a fallback to an empty array.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-13 15:39:32 +00:00
..
AppInfo Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
BackgroundJob Update license headers for 19 2020-04-29 11:57:22 +02:00
Command Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Controller Update license headers 2019-12-05 15:38:45 +01:00
Events Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Listener Update license headers for 19 2020-04-29 11:57:22 +02:00
Sabre Update license headers for 19 2020-04-29 11:57:22 +02:00
Versions Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Capabilities.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Expiration.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Hooks.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Storage.php Fix undefined index and consequential damages in versions code 2020-10-13 15:39:32 +00:00