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
path: root/src
AgeCommit message (Collapse)Author
2022-01-27Draft: Tests: use external helper executable to do fs changeswork/winvfs-tests-with-helperErik Verbruggen
Otherwise the cfsync api will either ignore local changes, or not deliver the correct callbacks.
2022-01-19Ensure to raise the ssl dialogHannah von Reth
2022-01-18Remove dead codeHannah von Reth
2022-01-18Small cleanupHannah von Reth
2022-01-18Remove error when checking removed file for changesHannah von Reth
Fixes: #9304
2022-01-18Only test the jhash64Hannah von Reth
2022-01-18Improve change set handlingHannah von Reth
2022-01-18Don't try to open empty file nameHannah von Reth
Fixes: `QFSFileEngine::open: No file name specified`
2022-01-14Improve the log message when renewing the credentialsHannah von Reth
2022-01-12Ensure to performe a local discovery on force or after a paused syncHannah von Reth
Fixes: #9341
2022-01-12Don't set origin file of moves to in syncHannah von Reth
2022-01-10Happy new year 2022Hannah von Reth
2022-01-04Fix OpenID Connect authentication regressionFabian Müller
Introduced in ba37025f4b5ac4a2a6cde6aac7d4a5896cfbac1.
2021-12-22Fix unlock of filesHannah von Reth
Fixes: #9316, #9315
2021-12-22Partly Revert "Remove Availability menu from the ui"Hannah von Reth
This partly reverts commit 934da5b219e4774fe0f4ec422ed067437ac44e3c which removed the vfs mode selection by accident. Fixes: #9314
2021-12-17Handle locks in recursive deleteHannah von Reth
2021-12-17Only selectively clear the blacklistsHannah von Reth
2021-12-17Remove Availability menu from the uiHannah von Reth
2021-12-17Only check whether a file is locked before we start the uploadHannah von Reth
Fixes: #9194
2021-12-16Handle file locks with deletesHannah von Reth
Fixes: #9293
2021-12-16Use faster `QFileInfo::exists`Hannah von Reth
2021-12-15Fix wrong status displayed for files moved on the serverHannah von Reth
Completed was emitted before the database entry was created in PropagateDirectory::slotSubJobsFinished.
2021-12-15Restart oauth on errorHannah von Reth
Fixes: #9196
2021-12-14Use tr for user facing messages (#9277)Hannah von Reth
* Use tr for user facing messages * Update src/libsync/propagatedownload.cpp Co-authored-by: Dominik Schmidt <dschmidt@owncloud.com> Co-authored-by: Dominik Schmidt <dschmidt@owncloud.com>
2021-12-14Fix: `QSignalSpy: Unable to handle parameter '' of type 'SyncFileItemSet&' ↵Hannah von Reth
of method 'aboutToPropagate', use qRegisterMetaType to register it.`
2021-12-13Ensure we compare the correct signalsHannah von Reth
2021-12-13Handle local errors with the ignore listHannah von Reth
Fixes: #9208, #9133
2021-12-09Only check for locked files before we start the uploadHannah von Reth
Fixes: #9194
2021-12-09Move dehydration into updateMetadataHannah von Reth
2021-12-09Fix parameter nameHannah von Reth
2021-12-08Fix hiding of activity tab in case app is disabled or not installedFabian Müller
2021-12-03Add log messageHannah von Reth
2021-12-01Use | with flags instead of +Hannah von Reth
2021-12-01Fix an isuse with the Windows path limitHannah von Reth
2021-11-29Fix typoHannah von Reth
Fixes: #9183
2021-11-26Bugfix: Do not sync when unsyncedfolders file cannot be readErik Verbruggen
owncloudcmd now checks if the file specified by --unsyncedfolders exists and can be read, before starting the sync. If it does not exist, show an error message and quit immediately. https://github.com/owncloud/client/issues/9165
2021-11-26Add QDebug operator for std::chrono::durationHannah von Reth
2021-11-25Don't name the eventHannah von Reth
2021-11-25Ensure we prooperly close the log fileHannah von Reth
We relied on the stack to destroy our logger which can have unreliable results.
2021-11-23Display correct error message for files containign `\:?*"<>|`Hannah von Reth
2021-11-23Enable dependency to QtWinExtrasHannah von Reth
2021-11-22Reverse order of migrations (#9226)Fabian Müller
* Reverse order of paths to migrate This way, we won't accidentally migrate an older configuration if a newer one is available. * Add log prefix for non-legacy migration code as well * Also break if file-based migration works * Add stripTrailingSlash to Utility * Simplify code * Make configLocationsToMigrate const Co-authored-by: Hannah von Reth <hannah.vonreth@owncloud.com>
2021-11-22Windows: Block system shutdown until we are properly shutdownHannah von Reth
2021-11-22Fix crash in PropagateRemoteMkdirHannah von Reth
Fixes: #9170
2021-11-19Fix crash when handling SSL errorsErik Verbruggen
https://github.com/owncloud/client/issues/9015
2021-11-18Add prefix to legacy migration log messagesFabian Müller
Makes it easier to distinguish between the regular migration code and the legacy code's logging.
2021-11-17Create our own message loop to receive WM_ENDSESSIONHannah von Reth
This ensures we receive the message even if no window is shown
2021-11-17Fix re-authenticating at startup when logged out beforeErik Verbruggen
Fixes #8924
2021-11-16Add branding option to disable multiple db warningHannah von Reth
2021-11-16Cache unsupportedConfigurationHannah von Reth