Fabian Müller
Fabian Müller
Continuation of https://github.com/owncloud/client/pull/9482/files#r821509212. Currently, folder synchronization is disabled while the wizard is shown. This behavior has been preserved in the new wizard (#9482). We are not sure why this has...
As seen in #10058, `FolderStatusModel::data` may return invalid `QVariant`s. In this case, we forgot to handle a case (subfolders) properly, and checking for validity might have saved us from some...
### 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 recently experimented a bit with using QML in the client. After seeing it in another project, I thought that instead of relying on a 3rd-party library, we should switch...
### 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...
While working on #25, I wished there was one or more demo applications contained in this code base that don't actually send the data but behave like the transfer was...