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
path: root/src
AgeCommit message (Expand)Author
2022-01-19exclude files can be removed so let them be removedbugfix/avoidUnexpectedFilesDeletionMatthieu Gallien
2022-01-19add missing locks in SyncJournalDbMatthieu Gallien
2022-01-19add assert to prevent database errors to be no opMatthieu Gallien
2022-01-19improve reliability: do not ignore errors from SyncJournalDb::setFileRecordMatthieu Gallien
2022-01-17Replace Text with LabelFelix Weilbach
2022-01-17Remove commented out codeFelix Weilbach
2022-01-17Use the font size that Qt suggestFelix Weilbach
2022-01-14Show only filenames in tray activity items, with full path in tooltipClaudio Cambra
2022-01-13ShareDialog: group links and users in one scrollbar.Camila
2022-01-13Just trying to make the sahre dialog look nicer.Camila
2022-01-13Remove unused slots.Camila
2022-01-13Add scroll area for share links.Camila
2022-01-13l10n: Fixed grammarrakekniven
2022-01-13Bugfix. Re-init sharing manager to enable link sharing UI when receiving shar...alex-z
2022-01-12l10n: Fixed grammarrakekniven
2022-01-12Fix review comments.alex-z
2022-01-12Fix review comments.alex-z
2022-01-12Fix review comments.alex-z
2022-01-12Display error message when creating a link share with compromised password.alex-z
2022-01-12write logs to Output window of Visual StudioDmytro Korchynskyi
2022-01-11Refactor DeleteJob and DeleteApiJob to use SimpleFileJob.alex-z
2022-01-11Checksum validation PropagateDownload unit tests.alex-z
2022-01-11Fix typo in usernamePrefillServerVersionMinSupportedMajor.alex-z
2022-01-11Ask server to recalculate checksum on validatin failure.alex-z
2022-01-07Fix spaceClaudio Cambra
2022-01-07Make compiler required when option is on, removed unused defClaudio Cambra
2022-01-07Remove AUTORCCClaudio Cambra
2022-01-07Add option of enabling QtQuick compilerClaudio Cambra
2022-01-07Do not display 'Conflict when uploading some files to a folderalex-z
2022-01-05Try to sign-in after being signed-out due to SslHandshakeFailedErroralex-z
2021-12-20Hide share button for deleted and ignored files in tray activityClaudio Cambra
2021-12-17Remove parenthesisValdnet
2021-12-16ensure any errors after calling FileSystem::getModTime are handledMatthieu Gallien
2021-12-15Added sync stop when failed to cancel delete jobs.alex-z
2021-12-15Do not crash on findAndCancelDeletedJob.alex-z
2021-12-14Fix CMake error in ECMAddAppIcon for mac.alex-z
2021-12-14fix review commentMatthieu Gallien
2021-12-14ensure bulk upload jobs finished after an errorMatthieu Gallien
2021-12-14Save folder settings to config when force-switching VFS.alex-z
2021-12-14Enforce VFS. Disable 'Make always available locally'.alex-z
2021-12-14force download from server for local files that have invalid datesMatthieu Gallien
2021-12-10do not get stuck forever in sync in case of errorsMatthieu Gallien
2021-12-09remove files which gets downloaded with an invalid modified timeMatthieu 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