client
client copied to clipboard
🖥️ Desktop Syncing Client for ownCloud
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: -...
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.
### 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...
### 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...
https://github.com/owncloud/client/blob/33610dea885dd6b10caf32c87f7c2455bc5f617c/src/gui/newwizard/pages/oauthcredentialssetupwizardpage.cpp#L42
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.
### 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...
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...