Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ce7722e authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #80 from nextcloud/versioning

Versioning app can be disabled
parents fa3ea1f2 3385ee79
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -264,8 +264,12 @@ public class GetRemoteCapabilitiesOperation extends RemoteOperation {
                                capability.setFilesUndelete(CapabilityBooleanType.fromBooleanValue(
                                        respFiles.getBoolean(PROPERTY_UNDELETE)));
                            }

                            if (respFiles.has(PROPERTY_VERSIONING)) {
                                capability.setFilesVersioning(CapabilityBooleanType.fromBooleanValue(
                                        respFiles.getBoolean(PROPERTY_VERSIONING)));
                            }

                            Log_OC.d(TAG, "*** Added " + NODE_FILES);
                        }