]> source.dussan.org Git - nextcloud-server.git/commit
allow non integer version ids 15866/head
authorRobin Appelman <robin@icewind.nl>
Tue, 4 Jun 2019 11:39:23 +0000 (13:39 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 4 Jun 2019 12:15:20 +0000 (14:15 +0200)
commita0a3f534f7bb4498319e180f0164bbf8b22214fd
tree1d344331b1df7716c65c6d217e1139f0922abea5
parentfd9ff581e2a92f65def3f5d3209c4328fb65416a
allow non integer version ids

currently version ids are timestamps, but for storage provided versions
this is not always the case and they might be strings

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files_versions/lib/Controller/PreviewController.php
apps/files_versions/lib/Versions/IVersion.php
apps/files_versions/lib/Versions/IVersionBackend.php
apps/files_versions/lib/Versions/LegacyVersionsBackend.php
apps/files_versions/lib/Versions/Version.php
apps/files_versions/lib/Versions/VersionManager.php