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
2021-12-08Ci: Update craft coreHannah von Reth
2021-12-06get proper errors from scenario outline tests (#9232)Swoichha Adhikari
2021-12-04[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-03reduce time waiting for password box (#9254)Artur Neumann
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-12-01Stacktrace on crash (#9235)Talank
2021-12-01[tx] updated client translations from transifex [skip ci]ownClouders
2021-11-30[tx] updated client translations from transifex [skip ci]ownClouders
2021-11-29[tx] updated client translations from transifex [skip ci]ownClouders
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-26Ci: Update craft-blueprints-owncloudHannah von Reth
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-24Release 2.9.2Hannah von Reth
2021-11-23Display correct error message for files containign `\:?*"<>|`Hannah von Reth
2021-11-23Enable dependency to QtWinExtrasHannah von Reth
2021-11-22Bump versionHannah von Reth
2021-11-22Add missing changelog for 9224Hannah 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-22[tests-only] add tests for public share (#9201)Swoichha Adhikari
* tests-only] add tests for publick link with password * add new type of password for test
2021-11-20Change Docker image used in CIFabian Müller
Future releases are going to be built against Qt 5.15. For 2.9, we prepared a new tag that still ships Qt 5.12. https://github.com/owncloud-ci/client/pull/13
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-18Update translate.ymlHannah von Reth
2021-11-18Ci: Translations, only push if we have a changeHannah von Reth
2021-11-18[gui-tests-only] Fix intermittent test fails (#9207)Saw-jan Gurung
* merge similar steps * fix sharing tests
2021-11-18[tx] updated client translations from transifex [skip ci]ownClouders
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-17Add manual test which emulates the quit event send by MSIHannah von Reth
2021-11-17Fix re-authenticating at startup when logged out beforeErik Verbruggen
Fixes #8924
2021-11-17[tx] updated client translations from transifex [skip ci]ownClouders
2021-11-16Add branding option to disable multiple db warningHannah von Reth
2021-11-16Cache unsupportedConfigurationHannah von Reth
2021-11-11create sync path per user (#9123)Saw-jan Gurung
remove inline sync path code fix tests address reviews create sync path only when the user is being added to the client fix sync test steps address reviews
2021-11-11[tx] updated client translations from transifex [skip ci]ownClouders
2021-11-10Ensure we only update the clients url after the sync was stopped (#9202)Hannah von Reth
When the client detects a change of the url we ask the user to accept the change or if it was only representational change we directly accept the change. Due to a bug the we aborted the sync only after we updated the url. This caused the client to idle for one minute.
2021-11-09CI: Update craft, detect build tools installed with msvc2022Hannah von Reth
2021-10-29[Tests-Only]Added tests for folder creation and syncing (#8980)Talank
2021-10-29Fix gcc format string errorYujia Qiao
Use non-literal format string will make recent gcc fail to compile. This commit address the issue to make gcc happy.
2021-10-29[tx] updated client translations from transifex [skip ci]ownClouders
2021-10-28bump middleware commit id for tests (#9074)Saw-jan Gurung
2021-10-27Fix propagation of ignore list changesErik Verbruggen
Previously, when changing the ignore list, those changes would not be propagated to existing sync folders. Only after restarting the client, would these changes be applied. https://github.com/owncloud/client/issues/8975 https://github.com/owncloud/client/pull/9149
2021-10-27Add branding parameter to disable explorer context menu iconsHannah von Reth
Fixes: #9167
2021-10-26add gui tests for selective sync scenarios (#9009)Saw-jan Gurung
add more tests for selective sync scenarios address reviews refactor test steps address reviews