nextcloud/apps/files_versions
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 Move files_versions to bootstrap mechanism 2020-07-09 14:13:18 +02:00
composer Update autoloaders for composer v1.10.1 2020-03-19 09:48:49 +01:00
img Svgo optimization 2016-09-27 20:56:26 +02:00
js Bump @nextcloud/eslint-config and peers 2020-07-31 09:35:55 +02:00
l10n [tx-robot] updated from transifex 2020-08-13 02:16:38 +00:00
lib Fix undefined index and consequential damages in versions code 2020-10-13 15:39:32 +00:00
src Bump @nextcloud/eslint-config and peers 2020-07-31 09:35:55 +02:00
tests VersioningTest:729 is unreliable and should be disabled 2020-10-13 07:10:52 +00:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Use different jsonpFunction 2019-09-06 11:10:11 +02:00