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-27[Tests-Only] Reverted removed steps of VFS testsrevert-vfs-testsTalank
2021-12-27[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-25[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-23[tx] updated client translations from transifex [skip ci]ownClouders
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-22[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-21[Tests-Only] Fixed failing GUI tests for VFS (#9307)Talank
2021-12-21add sharing test scenarios (#9190)Saw-jan Gurung
add new steps add new steps auto accept shares in Shares folder add another workaround to set public share expiration date fix file overwriting test step address reviews add comments accept shares in root
2021-12-21[Tests-Only] Skipped VFS tests (#9308)Talank
2021-12-19[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-18[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-17Fix unstable testErik Verbruggen
2021-12-17Handle locks in recursive deleteHannah von Reth
2021-12-17Only selectively clear the blacklistsHannah von Reth
2021-12-17Add changelog entry for win-vfsHannah von Reth
(cherry picked from commit 2b83f0b82392cdbc803d2cb81a50eda382f89fee)
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-17[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-16Handle file locks with deletesHannah von Reth
Fixes: #9293
2021-12-16Use faster `QFileInfo::exists`Hannah von Reth
2021-12-16[tx] updated client translations from transifex [skip ci]ownClouders
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-15Tests: always check the hydration state and the mtimeErik Verbruggen
operator== will now always also check the hydration state and mtime. For the few cases where this will fail (on purpose), the equals method can be called with `IgnoreLastModified` passed to it.
2021-12-15[tests-only]add tests for sharee editing files/folder (#9282)Swoichha Adhikari
2021-12-15[tests-only]Added tests for folder creation and syncing (part 2) (#9258)Talank
2021-12-15Make clang happyHannah von Reth
2021-12-15Run tests with full debug logHannah von Reth
2021-12-15Restart oauth on errorHannah von Reth
Fixes: #9196
2021-12-15[Tests-Only] add test for folder sync (#9280)Swoichha Adhikari
2021-12-14[tests-only]Skipped 3 failed tests (#9288)Talank
2021-12-14[tx] updated client translations from transifex [skip ci]ownClouders
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-14Run test on WindowsHannah von Reth
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-13[tests-only]add test for sharing file to multiple users (#9188)Swoichha Adhikari
2021-12-13bump middleware commit id for tests (#9279)Saw-jan Gurung
2021-12-13[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-12[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-10CI: Update craft-coreHannah von Reth
2021-12-10use qt5.12 squish for UI tests (#9272)Artur Neumann
2021-12-10[tx] updated client translations from transifex [skip ci]ownClouders
2021-12-09Only check for locked files before we start the uploadHannah von Reth
Fixes: #9194
2021-12-09Support dehydrated files in autotestsErik Verbruggen
When creating the local state, check if files are hydrated or not. If not hydrated, don't read the file: the OS will trigger a download. This is bad: first the read will fail, because the test is running on the main thread, the same place where work from callbacks from the OS get handled. This will result in a time-out for the OS, and it will return 0 bytes read. So the size for the file in our local state is set to zero bytes, which makes the comparisson with the remote state fail, which in turn makes the comparisson fail. Worse: the callbacks from the system do come in, and are emitted as a _QueuedConnection_. So when another call to `syncOnce` is made, the queued downloads will be done, and the file will be re-hydrated, thus changing the state of the files on disk.
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-08Ci: Use a 2.10 cacheHannah von Reth