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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-13[tx-robot] updated from transifexHEADmasterNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10Merge pull request #5151 from nextcloud/ci/fixOneTestOnWindowsMatthieu Gallien
properly escape a path when creating a test file during tests
2022-11-09do not run tests in parallel as we may get side effectsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-09properly escape a path when creating a test file during testsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-09Merge pull request #5145 from nextcloud/feature/userstatusselector-modalClaudio Cambra
Make user status selector modal, show user header
2022-11-09Make user status selector modal, show user headerClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-11-09Merge pull request #5118 from nextcloud/bugfix/remove-unused-var-userClaudio Cambra
Remove unused remotePath in User::processCompletedSyncItem
2022-11-09Remove unused remotePath in User::processCompletedSyncItemClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-11-09Merge pull request #5148 from ↵allexzander
nextcloud/bugfix/qdialig-do-not-use-copy-assignment Do not use copy-assignment of QDialog.
2022-11-09Do not use copy-assignment of QDialog.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-11-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08Merge pull request #5132 from nextcloud/bugfix/dark-mode-share-delegate-buttonsClaudio Cambra
Fix share delegate button icon colors in dark mode
2022-11-08Fix share delegate button icon colors in dark modeClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-11-08Merge pull request #5129 from nextcloud/bugfix/sync-now-button-elideClaudio Cambra
Ensure 'Sync now' button doesn't have its text elided
2022-11-08Ensure 'Sync now' button doesn't have its text elidedClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-11-08Merge pull request #5127 from nextcloud/bugfix/remove-unused-app-ptrClaudio Cambra
Remove unused app pointer in CocoaInitializer
2022-11-08Remove unused app pointer in CocoaInitializerClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-11-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08Merge pull request #5104 from nextcloud/bugfix/doNotDeleteFilesInSyncDatabaseMatthieu Gallien
Bugfix/delete folders during propagation even when propagation has errors
2022-11-07do not skip folder deletion if BlacklistedError during propagationMatthieu Gallien
in case some propgation actions ends up with a BlacklistedError, we would skip the deletions of local folders (even though they have been deleted from server) let's not skip them but rather keep track of the error status and properly report them Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-07new autotest to ensure that we delete folders despite blacklist errorsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-07improve logs of E2EE API to not pollute logsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-07logs from discovery are now namespaced by nextcloud to show debug logsMatthieu Gallien
use nextcloud namespace for discovery logs as it does not show correcly without that this is because we have central rules for all logs from nextcloud namespace Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-07remove dead code related to item renamingMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-11-07Merge pull request #5136 from nextcloud/feature/config-name-in-cmakeallexzander
Use separate variable for cfg file name in CMAKE.
2022-11-07Use separate variable for cfg file name in CMAKE.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-11-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04Revert "[tx-robot] updated from transifex"alex-z
This reverts commit 89c68c48dc50897f1d7a1c827ba156a60001bc93.
2022-11-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-03Merge pull request #5123 from ↵Claudio Cambra
nextcloud/bugfix/remove-unused-internal-link-widget Remove unused internal link widget from old share dialog
2022-11-03Remove unused internal link widget from old share dialogClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-11-03Merge pull request #5092 from nextcloud/bugfix/incorrect-currentuseridallexzander
Fix incorrect current user index when adding or removing a user account. Also fix incorrect user avatar lookup by id.
2022-11-03Fix accounts avatar issue when it becomes completely white due to ↵allexzander
non-changing account id member with changing account index in the list. Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-11-03Fix incorrect current user index when removing and adding an account.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-11-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01Merge pull request #5067 from ↵allexzander
nextcloud/bugfix/e2e-do-not-generate-keys-without-request E2EE. Do not generate keypair without user request.
2022-11-01E2EE. Do not generate keypair without user request.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-11-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-31Merge pull request #4929 from nextcloud/feature/qml-file-detailsClaudio Cambra
Add a new file details window, unify file activity and sharing
2022-10-31Change liveDialog to nullDialogClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-10-31Update Kirigami WheelHandler to upstream v5.99.0Claudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-10-31Add testing for SortedShareModelClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-10-31Moved all server mocking code for share model test to independent ↵Claudio Cambra
ShareTestUtils file Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-10-31Add testing for ShareeModelClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>