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
2022-11-09Differentiate between normal normal and Talk notifications, invoke macOS text...feature/interactive-talk-macos-notificationsClaudio Cambra
2022-11-09Add Talk message type of notifications to native macOS notificationsClaudio Cambra
2022-11-08[tx-robot] updated from transifexNextcloud bot
2022-11-08Merge pull request #5104 from nextcloud/bugfix/doNotDeleteFilesInSyncDatabaseMatthieu Gallien
2022-11-07do not skip folder deletion if BlacklistedError during propagationMatthieu Gallien
2022-11-07new autotest to ensure that we delete folders despite blacklist errorsMatthieu 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-07Merge pull request #5136 from nextcloud/feature/config-name-in-cmakeallexzander
2022-11-07Use separate variable for cfg file name in CMAKE.alex-z
2022-11-07[tx-robot] updated from transifexNextcloud bot
2022-11-06[tx-robot] updated from transifexNextcloud bot
2022-11-05[tx-robot] updated from transifexNextcloud bot
2022-11-04[tx-robot] updated from transifexNextcloud bot
2022-11-04Revert "[tx-robot] updated from transifex"alex-z
2022-11-04[tx-robot] updated from transifexNextcloud bot
2022-11-03Merge pull request #5123 from nextcloud/bugfix/remove-unused-internal-link-wi...Claudio Cambra
2022-11-03Remove unused internal link widget from old share dialogClaudio Cambra
2022-11-03Merge pull request #5092 from nextcloud/bugfix/incorrect-currentuseridallexzander
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-03[tx-robot] updated from transifexNextcloud bot
2022-11-02[tx-robot] updated from transifexNextcloud bot
2022-11-01Merge pull request #5067 from nextcloud/bugfix/e2e-do-not-generate-keys-witho...allexzander
2022-11-01E2EE. Do not generate keypair without user request.allexzander
2022-11-01[tx-robot] updated from transifexNextcloud bot
2022-10-31Merge pull request #4929 from nextcloud/feature/qml-file-detailsClaudio Cambra
2022-10-31Change liveDialog to nullDialogClaudio Cambra
2022-10-31Update Kirigami WheelHandler to upstream v5.99.0Claudio Cambra
2022-10-31Add testing for SortedShareModelClaudio Cambra
2022-10-31Moved all server mocking code for share model test to independent ShareTestUt...Claudio Cambra
2022-10-31Add testing for ShareeModelClaudio 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