master
Commits on Feb 27, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 26, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 25, 2022
-
Merge pull request #4268 from nextcloud/bugfix/new-files-removed-with…
…-parent-dir-removal Do not remove a folder that has files that were not uploaded yet during propagation
-
Fix review comments from Matthieu. Using curent reverse iterator when…
… searching for parent. Signed-off-by: alex-z <blackslayer4@gmail.com>
-
Signed-off-by: alex-z <blackslayer4@gmail.com>
-
Unit tests for new files restore logic when the parent folder is remo…
…ved on the server. Signed-off-by: alex-z <blackslayer4@gmail.com>
-
Do not remove a folder that has files that were not uploaded yet duri…
…ng propagation. Signed-off-by: alex-z <blackslayer4@gmail.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 24, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 23, 2022
-
Merge pull request #4303 from nextcloud/feature/rollback-local-move-o…
…n-server-move-failure Rollback local move on server move failure
-
Rollback local move when server move has failed.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Commits on Feb 22, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 21, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 20, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 19, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 17, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 16, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 15, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 14, 2022
-
Merge pull request #4272 from nextcloud/Valdnet-patch-2
l10n: Change to lowercase
-
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 13, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 12, 2022
-
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 11, 2022
-
Merge pull request #4257 from nextcloud/ci/addHeadersInCmake
add headers in cmake files to get them properly detected
-
add headers in cmake files to get them properly detected
qt creator for example requires that headers are explcitly given in the source lists Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-
Merge pull request #4263 from nextcloud/bugfix/handleBulkUploadNetwor…
…kErrors ensure that bulk upload network job errors are handled
-
ensure that bulk upload network job errors are handled
in case we get a network error during bulk propagator POST network request, report all files within this upload as files in error that will then be sent using the plain old WebDAV protocol Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 10, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 9, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 8, 2022
-
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Commits on Feb 7, 2022
-
Merge pull request #4205 from nextcloud/bugfix/renameTrailingLeadingS…
…paceInName ensure we emit a rename command for renamed files
-
simplify sync folder in some automated local discovery tests
should be faster and easier to understand Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-
clean transition when files with spaces exist already
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>