FS#60275 - [owncloud-client] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by Aleeex87 (aleeex87) - Tuesday, 02 October 2018, 08:16 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 02 October 2018, 08:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Official owncloud-client reports unsupported version when used with nextcloud server found in repo.
I have checked the owncloud-client sources and it seems that support is removed for nextcloud (https://github.com/owncloud/client/tree/v2.5.0/src/libsync):

<pre>
bool Account::serverVersionUnsupported() const
{
...
return serverVersionInt() < makeServerVersion(10, 0, 0) || serverVersion().endsWith("Nextcloud");
}
<pre>

Additional info:
* package version(s):
owncloud-client 2.5.0.10650-1
nextcloud: 14.0.0.1

Solution:
Shoudn't the official repo contain nextcloud-client instead of owncloud-client if the repo contains nextcloud?

This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 02 October 2018, 08:29 GMT
Reason for closing:  Not a bug
Additional comments about closing:  The bug tracker is not the place for package requests

Loading...