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 (Collapse)Author
2022-10-03Ensure we are checking lock state without affecting sync behaviourbugfix/files-not-unlockingClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-28Unschedule previously scheduled sync runs for locked files if it is found ↵Claudio Cambra
the sync run is no longer needed Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-28More efficiently schedule sync runs for files that need delayed sync runsClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-28Fix files not unlocking after lock time expiredClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-27Fix persistent two factor auth notification.Camila
The server app returns a 202 code when the request succeeded, which was not taken into account. Signed-off-by: Camila <hello@camila.codes>
2022-09-27Fix two factor auth notification: 'Approve' link is a primary action.Camila
Signed-off-by: Camila <hello@camila.codes>
2022-09-27Bring back .lnk files on Windows and always treat them as non-virtual files.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-26Remove sorting code in activitylistmodel as not needed with ↵Claudio Cambra
sortedactivitylistmodel Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-26Add a sortedactivitylistmodel that automatically handles sorting of activitiesClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-26Clicking on file name clash activities now opens file in web UI were the ↵Claudio Cambra
clash can be resolved Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-26Categorise file name clash sync file issues as separate FileNameClash enum ↵Claudio Cambra
treated as warning Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-26Ensure strings in main window QML are presented as plain text and not HTMLClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-22Add a placeholder item for empty activity listClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-20Fix two factor auth notification: activity item was disabled.bugfix/two-factor-notification-linksCamila
User couldn't click on the links. Signed-off-by: Camila <hello@camila.codes>
2022-09-17Do not format text in QML components as HTMLClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-17Revert "Remove behavior changes."allexzander
This reverts commit 84d06ce9906df7bb6d87bf7093dd11fac6a6057a. Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Remove behavior changes.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Fix regression in the PropagateDirectory::slotSubJobsFinished.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Fix deprecation warnings.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Do not ignore return values for SyncJournalDB in accountsettings ↵allexzander
folderstatusmodel activitylistmodel abstractpropagateremotedeleteyncrypted lockgilejobs and propagator jobs Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Do not ignore return values for SyncJournalDB in folder, encryptfolderjob, ↵allexzander
hydrationjob, and vfs_suffix. Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Do not ignore return values for SyncJournalDB calls in propagator jobs and ↵allexzander
discovery. Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Fix unit tests.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-17Do not ignore return value of SyncJournalDB in propagator jobsalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-17Do not ignore return value of SyncJournalDB in socket API.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-17Do not ignore return value of SyncJournalDB in syncengine.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-17Do not ignore return value of getFileRecordsByFileId.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-17Added 'nodiscard' attribute to some of SyncJournalDb methods.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-17Check return values for SqlQuery.exec().alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-15Ensure that the file being processed has had its etag properly sanitised, ↵Claudio Cambra
log etag more Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-14Deallocate call notification dialog objects when closedClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-14Make account setup wizard's adjustWizardSize resize to current page size ↵Claudio Cambra
instead of largest wizard page Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-13Refactor ActivityListModel population mechanismsClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-13Fix low-resolution file changed overlay icons in activitiesClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-12Accept valid lsColJob reply XML content typesClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-10Fix add account text clipping, enlarge textClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-10Fix ActivityItem activityHover errorClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-10Fix menu bar height calculation on macOSClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-10Fix fileactivitylistmodel QML registrationClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-10Make sure Folder is deleted from the list and the SyncJournalDB is closed ↵alex-z
for every folder of the account that has been removed. Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-10Check folder invalidity reson when deciding to enable or disable the ↵alex-z
'Finish' button in a Wizard page. Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-09-08makes Qt WebEngine optional only on macOSMatthieu Gallien
should avoid distributing broken builds missing out web flow login that is required by some cusotmers Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-09-07Replace private API QZipWriter with KArchiveClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-07Fix rebase issue with activity list keyboard navigation PRClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-07Improve activity list highlighting/keyboard item selectionClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-07Simplify activity list delegates by making them ItemDelegates, clean upClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-07Clean up QML registrationClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-07Set UnifiedSearchResultNothingFound visibility less messilyClaudio Cambra
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-07Do not display error message in the activity list when aborgint the sync.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2022-09-07Start sync immediately after modifying the selective sync settings.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>