client icon indicating copy to clipboard operation
client copied to clipboard

🖥️ Desktop Syncing Client for ownCloud

Results 353 client issues
Sort by recently updated
recently updated
newest added

Under certain currently unknown conditions the client loses the configuration for some sync connections. No data is lost and the connection can manually be restored from a backup config: -...

bug
p2-high

AccountState has the logged in state but this is only available in the ui code. The spaces manager misuse the credentialsFetched signal but thats a bit hacky.

Discussion
technical debt
p3-medium

### Describe the QA issue Currently, we are using `owncloud-test-middleware` to configure the server during the tests. In order to reduce the test dependencies we need to create those `on...

QA:team

### Describe the QA issue Currently, some GUI tests are skipped in the Windows platform due to some inconsistency or other factors. Check if those tests can be fixed and...

QA:team

https://github.com/owncloud/client/blob/33610dea885dd6b10caf32c87f7c2455bc5f617c/src/gui/newwizard/pages/oauthcredentialssetupwizardpage.cpp#L42

p3-medium

Port to https://doc.qt.io/qt-6/qthttpserver-index.html We currently implement a basic http server ourselves by raw writes to a socket. QHttpServer promises to improve our code by a lot.

Qt6

### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...

Enhancement
p4-low
template not followed

We have a whole lot of workarounds regarding the behavior of the systray menu. https://github.com/owncloud/client/blob/3fc5f317e09fc96b65498bdc36d24aed8269923a/src/gui/owncloudgui.cpp#L525 We should investigate which are still needed and whether we can solve the problem in...

p4-low