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-11-09Make user status selector modal, show user headerClaudio Cambra
2022-11-09Remove unused remotePath in User::processCompletedSyncItemClaudio Cambra
2022-11-09Do not use copy-assignment of QDialog.alex-z
2022-11-08Fix share delegate button icon colors in dark modeClaudio Cambra
2022-11-08Ensure 'Sync now' button doesn't have its text elidedClaudio Cambra
2022-11-08Remove unused app pointer in CocoaInitializerClaudio Cambra
2022-11-07do not skip folder deletion if BlacklistedError during propagationMatthieu Gallien
2022-11-07improve logs of E2EE API to not pollute logsMatthieu Gallien
2022-11-07logs from discovery are now namespaced by nextcloud to show debug logsMatthieu Gallien
2022-11-07remove dead code related to item renamingMatthieu Gallien
2022-11-07Use separate variable for cfg file name in CMAKE.alex-z
2022-11-03Remove unused internal link widget from old share dialogClaudio Cambra
2022-11-03Fix accounts avatar issue when it becomes completely white due to non-changin...allexzander
2022-11-03Fix incorrect current user index when removing and adding an account.alex-z
2022-11-01E2EE. Do not generate keypair without user request.allexzander
2022-10-31Change liveDialog to nullDialogClaudio Cambra
2022-10-31Update Kirigami WheelHandler to upstream v5.99.0Claudio Cambra
2022-10-31Moved all server mocking code for share model test to independent ShareTestUt...Claudio Cambra
2022-10-31Add a suite of tests for ShareModelClaudio Cambra
2022-10-31Filter out sharees that already have active sharesClaudio Cambra
2022-10-31Improve server error handling in the ShareModelClaudio Cambra
2022-10-31Check for state of file record retrieval in fileactivitylistmodelClaudio Cambra
2022-10-31Fix default date parser handling of timezonesClaudio Cambra
2022-10-31Renamed _userStoppedTypingTimer to searchRateLimitingTimerClaudio Cambra
2022-10-31Add trailing comma to shareemodel enumClaudio Cambra
2022-10-31Replace manual index bound checks with calls to checkIndexClaudio Cambra
2022-10-31Perform inactive qquickwindow garbage collection when generating new file det...Claudio Cambra
2022-10-31Use auto where possibleClaudio Cambra
2022-10-31Add minimum size to file details windowClaudio Cambra
2022-10-31Remove default cases in switches, rely on compiler warnings for missed casesClaudio Cambra
2022-10-31Eliminate unneeded parent Item in FileActivityViewClaudio Cambra
2022-10-31Add early return checks for setter methodsClaudio Cambra
2022-10-31Refactor generation of dialogs, remove need for QSharedPointer and reduce use...Claudio Cambra
2022-10-31Remove Q_REQUIRED_RESULT from method with side-effect where result not always...Claudio Cambra
2022-10-31Use [[nodiscard]] more broadly in methods returning values, and respect it el...Claudio Cambra
2022-10-31Show password set errors in the popup where passwords are set rather than in ...Claudio Cambra
2022-10-31Improve share view tab buttonsClaudio Cambra
2022-10-31Change 'Link share' to 'Share link', matching serverClaudio Cambra
2022-10-31Improve flat buttons in share delegatesClaudio Cambra
2022-10-31Add a file details window/page, QMLify file sharingClaudio Cambra
2022-10-31add mising namespaceMatthieu Gallien
2022-10-31use new public API to open an edit locally URLMatthieu Gallien
2022-10-29Only show Sync Now button if account is connectedClaudio Cambra
2022-10-29Modernise QString-related constructionClaudio Cambra
2022-10-29Add braces to all if statements missing themClaudio Cambra
2022-10-29Expand use of const and auto, improve readability of accountsettingsClaudio Cambra
2022-10-29Rename EditLocallyHandler to EditLocallyJobClaudio Cambra
2022-10-29Ensure the checkTokenJob object gets deallocatedClaudio Cambra
2022-10-29Show edit locally loading dialog sooner, improve feedback for userClaudio Cambra
2022-10-29Refactor edit locally handler management away from application and into own c...Claudio Cambra