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 (Expand)Author
2021-12-08Merge pull request #4050 from nextcloud/backport/4014/stable-3.4allexzander
2021-12-08Use different icon for a sync folder on Windows depending on zoom level.alex-z
2021-12-08Merge pull request #4051 from nextcloud/backport/4031/stable-3.4Camila
2021-12-08Always prefill username from Windows login name based on server versionalex-z
2021-12-08Merge pull request #4049 from nextcloud/backport/4045/stable-3.4Matthieu Gallien
2021-12-08add log statements for each new assert about invalid modified timeMatthieu Gallien
2021-12-08recover from local invalid modifie time: force download from serverMatthieu Gallien
2021-12-08prevent cases where desktop client would store invalid modified timeMatthieu Gallien
2021-12-08prevent injecting invalid modified time through CfApi callsMatthieu Gallien
2021-12-08do not consider that a file has changed if its mtime is invalidMatthieu Gallien
2021-12-08avoid downloading a file from server when modified time is invalidMatthieu Gallien
2021-12-08prevent invalid modified time from being propagatedMatthieu Gallien
2021-12-08assert on invalid modtimeMatthieu Gallien
2021-12-08[tx-robot] updated from transifexNextcloud bot
2021-12-07Merge pull request #4046 from nextcloud/backport/4033/stable-3.4Matthieu Gallien
2021-12-07do not forget the path when renaming files with invalid namesMatthieu Gallien
2021-12-07test files that should be renamed in sub-directoryMatthieu Gallien
2021-12-07[tx-robot] updated from transifexNextcloud bot
2021-12-06[tx-robot] updated from transifexNextcloud bot
2021-12-05[tx-robot] updated from transifexNextcloud bot
2021-12-04[tx-robot] updated from transifexNextcloud bot
2021-12-03[tx-robot] updated from transifexNextcloud bot
2021-12-02[tx-robot] updated from transifexNextcloud bot
2021-12-01[tx-robot] updated from transifexNextcloud bot
2021-12-01[tx-robot] updated from transifexNextcloud bot
2021-11-30[tx-robot] updated from transifexNextcloud bot
2021-11-29Merge pull request #4013 from nextcloud/backport/4012/stable-3.4v3.4.0Camila
2021-11-29fix random error when updating CfApi metadataMatthieu Gallien
2021-11-29Merge pull request #4010 from nextcloud/bump-versionv3.4.0-do-not-useCamila
2021-11-29Bump VERSION.cmake to 3.4.0.Camila
2021-11-29[tx-robot] updated from transifexNextcloud bot
2021-11-28[tx-robot] updated from transifexNextcloud bot
2021-11-27[tx-robot] updated from transifexNextcloud bot
2021-11-26Merge pull request #4006 from nextcloud/bugfix/speedUpBulkUploadMatthieu Gallien
2021-11-26use the error message sent by the server for bulk uploadMatthieu Gallien
2021-11-26allow sending parallel batch of files: curretly disabledMatthieu Gallien
2021-11-26really check that this is a valid answer when receiving batch uploadMatthieu Gallien
2021-11-26batch upload: only handle file that are in the replyMatthieu Gallien
2021-11-26let auto tests of batch upload return proper file pathsMatthieu Gallien
2021-11-26make sure we do not start a new batch when the previous one is not sentMatthieu Gallien
2021-11-26use a proper constant for the size of batchMatthieu Gallien
2021-11-26Merge pull request #4003 from nextcloud/bugfix/errorBulkUploadMatthieu Gallien
2021-11-26if BulkPropagatorJob abort after an error emit finished signalMatthieu Gallien
2021-11-26[tx-robot] updated from transifexNextcloud bot
2021-11-25[tx-robot] updated from transifexNextcloud bot
2021-11-24Merge pull request #4001 from nextcloud/bumpVersionv3.4.0-rc2Matthieu Gallien
2021-11-24release 3.4.0 RC2Matthieu Gallien
2021-11-24Merge pull request #3887 from nextcloud/feature/bulkUploadMatthieu Gallien
2021-11-24implement bulk uploadMatthieu Gallien
2021-11-24read capabilities for bulk upload from serverMatthieu Gallien