Hannah von Reth
Hannah von Reth
Ocis has only one personal drive and doesn't provide a useful name.
``` bool Capabilities::uploadConflictFiles() const { static auto envIsSet = !qEnvironmentVariableIsEmpty("OWNCLOUD_UPLOAD_CONFLICT_FILES"); static int envValue = qEnvironmentVariableIntValue("OWNCLOUD_UPLOAD_CONFLICT_FILES"); if (envIsSet) return envValue != 0; return _capabilities[QStringLiteral("uploadConflictFiles")].toBool(); } ``` Seems to be a server...
TODO: Investigate conflict file logic.
Yes we still just emit the equivalent of balloon notifications... https://github.com/owncloud/client/issues/7552
Not on Windows https://doc.qt.io/qt-6/qsystemtrayicon.html#messageClicked . I'd suggest to implement notifications for Windows. Luckily I'm maintaining a project for that xD
Implement a dialogue like mentioned in https://github.com/owncloud/client/issues/10980#issuecomment-1620198377
> @saw-jan How was the client started? Did it have command-line options? > > Note to myself and @TheOneRing : we do not check for updates after start-up if the...
Hmm the channel selection is only available in testpilotcloud so maybe we can move it to the about dialog?
I think only the text can be branded, so it should be possible to add the info into the main widget.