Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-23Aling dialog titleHannah von Reth
2022-05-20Use static libraries againFabian Müller
In recent CMake versions (> 3.19.2 at least), using OBJECT libraries with Qt fails because CMake does not link AUTOMOC targets properly into users of the OBJECT libraries. This should have been fixed in 3.20, but apparently in our case this still is not working. Suggested workarounds like linking Qt5::Core into the OBJECT libraries also did not yield success.
2022-05-19FolderWizard use vfs with spacesHannah von Reth
Fixes: #9649
2022-05-06Sync spaces to Spaces subfolderHannah von Reth
2022-05-05Introduce per account default folderHannah von Reth
2022-04-13Add display name to foldersHannah von Reth
2022-04-13Allow to add Folder sync pairs based on spacesHannah von Reth
2022-04-13Use the folder object directly instead of looking it up by its name (#9583)Hannah von Reth
2022-04-12Implement advanced sync options in wizardFabian Müller
2022-04-12Restore VFS confirmation dialog in new classFabian Müller
The old confirmation dialog was located within the setup wizard, which did not make a lot of sense. Therefore, the old code was restored, but moved into a new dedicated class, which can be used from other places easily, too.
2022-04-06Move FolderWizard to moduleHannah von Reth