nextcloud-desktop.git
2024-03-12 Matthieu GallienMerge pull request #6535 from nextcloud/bugfix/avoidDup...
2024-03-12 Matthieu Gallienalways store newly created folders in DB even if it...
2024-03-12 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-11 Camila AyresSet min OSX version via cmake.
2024-03-11 Claudio CambraRemove unneeded fallback for undefined cmake_osx_deploy...
2024-03-11 Claudio CambraOnly set BUILD_FILE_PROVIDER_MODULE if deployment targe...
2024-03-11 Claudio CambraDo not try to link UserNotifications framework when...
2024-03-11 Claudio Cambramacosx: Selectively compile UserNotifications component...
2024-03-11 Claudio CambraCreate systray_mac_common file for common systray functions
2024-03-11 CamilaChange minimun mac OS version to 10.13.
2024-03-11 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-10 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-09 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-08 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-07 Matthieu GallienMerge pull request #6515 from nextcloud/work/ervin...
2024-03-07 Kevin Ottens[socketapi] Replace QClipboard with KSystemClipboard...
2024-03-07 Kevin Ottens[gui] Add KGuiAddons as an optional dependency
2024-03-07 Claudio CambraMerge pull request #6467 from nextcloud/feature/file...
2024-03-07 Claudio CambraImprove design of materialised file delegates
2024-03-07 Claudio CambraUse palette background color for file provider eviction...
2024-03-07 Claudio CambraEnable reloading of materialised items model from withi...
2024-03-07 Claudio CambraAdd title and reload button to file provider eviction...
2024-03-07 Claudio CambraAdd slot to file provider settings controller to refres...
2024-03-07 Claudio CambraExtract enumeration of materialised files for each...
2024-03-07 Claudio CambraFix header text color property
2024-03-07 Claudio CambraImplement eviction capabilities in FileProviderItem
2024-03-07 Claudio CambraReintegrate eviction dialog button
2024-03-07 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-06 Matthieu GallienMerge pull request #6320 from nextcloud/work/ervin...
2024-03-06 Kevin Ottens[dolphin] Adjust CMake to handle the presence of KF6
2024-03-06 Kevin Ottens[dolphin] Remove the desktop file and go straight to...
2024-03-06 Kevin Ottens[dolphin] Don't rely on emit and signals, use the Q_...
2024-03-06 Kevin Ottens[dolphin] Don't rely on const chat * -> QString implici...
2024-03-06 Kevin Ottens[dolphin] Don't rely on QByteArray -> const char *...
2024-03-06 Kevin Ottens[dolphin] Clean up includes
2024-03-06 Claudio CambraMerge pull request #6461 from nextcloud/feature/file...
2024-03-06 Claudio CambraAdd explainer about fast sync to file provider settings
2024-03-06 Claudio CambraLog setting change for fast enumeration in ClientCommun...
2024-03-06 Claudio CambraInstantiate and hook up FileProviderFastEnumerationSett...
2024-03-06 Claudio CambraAdd starter FileProviderFastEnumerationSettings QML...
2024-03-06 Claudio CambraMake default of fast enumeration enabled method in...
2024-03-06 Claudio CambraAdd method to check if fast enumeration setting has...
2024-03-06 Claudio CambraAdd method to set fast enumeration enabled in file...
2024-03-06 Claudio CambraAdd method to acquire fast enumeration enabled status...
2024-03-06 Claudio CambraAdd method in file provider xpc to set fast enumeration...
2024-03-06 Claudio CambraAdd method to get fast enumeration state (if possible...
2024-03-06 Claudio CambraRemove wrapper method for creating debug archive, direc...
2024-03-06 Claudio CambraMake XPC pointer publicly available
2024-03-06 Claudio CambraMark fileProviderAvailable as nodiscard
2024-03-06 Claudio CambraAdd method to set fast enumeration in client communicat...
2024-03-06 Claudio CambraAdd method to get state of fast enumeration setting
2024-03-06 Claudio CambraAdd lazy var for whether the fastEnumeration value...
2024-03-06 Claudio CambraUse value from config for fastEnumeration when creating...
2024-03-06 Claudio CambraAdd fastEnumerationEnabled property to config
2024-03-06 Claudio CambraAdd computed property to FileProviderConfig to get...
2024-03-06 Claudio CambraAdd a starter FileProviderConfig
2024-03-06 Claudio CambraClean up properties and init/invalidate in FileProvider...
2024-03-06 Claudio CambraAdd option to do a fast enumeration of changes which...
2024-03-06 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-05 Matthieu GallienMerge pull request #6463 from nextcloud/bugfix/multiple...
2024-03-05 Matthieu Gallienfix missing tracking for some item rename operations
2024-03-05 Matthieu Gallienadd new test to simulate the data loss scenario
2024-03-05 Matthieu Gallienwhen moving a file, checks that it exists at origin...
2024-03-05 Matthieu GallienMerge pull request #6491 from nextcloud/dependabot...
2024-03-05 dependabot... Bump cpp-linter/cpp-linter-action from 2.8.0 to 2.9.1
2024-03-05 Matthieu GallienMerge pull request #6503 from nextcloud/bugfix/ignoreli...
2024-03-05 alex-zUnit tests for ignorelist exclude status stuck.
2024-03-05 alex-zBugfix. Exclude list. Fix stuck 'excluded' status in...
2024-03-05 Matthieu GallienMerge pull request #6502 from nextcloud/bugfix/federate...
2024-03-05 alex-zUnit tests for federated share activity actions
2024-03-05 alex-zBugfix. Federated share activity show 'Decline' action...
2024-03-05 Claudio CambraMerge pull request #6490 from nextcloud/bugfix/expandab...
2024-03-05 Claudio CambraEnsure there is a return in case FolderPathRole of...
2024-03-05 Claudio CambraCheck parent variable nullness in folderstatusmodel
2024-03-05 Claudio CambraRemove unneeded error variable
2024-03-05 Claudio CambraClean up and add braces for if statements in folderstat...
2024-03-05 Claudio CambraClarify role of idx in slotUpdateDirectories
2024-03-05 Claudio CambraAutomatically fetch first level of subfolders for root...
2024-03-05 Claudio CambraUse braced initialiser where possible for folderstatusmodel
2024-03-05 Claudio CambraConst autofy where possible in folderstatusmodel
2024-03-05 Claudio CambraAvoid excessive single letter variables in FolderStatus...
2024-03-05 Claudio CambraFix undecided lists in fodlerstatusmodel comment
2024-03-05 Claudio CambraModernise and replace foreach loops with for in loops...
2024-03-05 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-04 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-03 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-02 Nextcloud botFix(l10n): Update translations from Transifex
2024-03-01 Nextcloud botFix(l10n): Update translations from Transifex
2024-02-29 allexzanderMerge pull request #6484 from nextcloud/bugfix/fix...
2024-02-29 Nextcloud botFix(l10n): Update translations from Transifex
2024-02-28 allexzanderMerge pull request #6486 from nextcloud/bugfix/e2ee...
2024-02-28 alex-zBugfix. E2EE V2. Fix incorrect root e2ee folder path...
2024-02-28 allexzanderMerge pull request #6479 from nextcloud/bugfix/client...
2024-02-28 alex-zClient Status Reporting. Only report statuses listed...
2024-02-28 Nextcloud botFix(l10n): Update translations from Transifex
2024-02-27 Nextcloud botFix(l10n): Update translations from Transifex
2024-02-26 Nextcloud botFix(l10n): Update translations from Transifex
2024-02-25 Nextcloud botFix(l10n): Update translations from Transifex
2024-02-24 alex-zBugfix. E2ee misleading log fix.
2024-02-24 Nextcloud botFix(l10n): Update translations from Transifex
next