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-10-31Fix call to EditLocallyManager in CocoaInitializerwork/fix-edit-locally-macClaudio Cambra
2022-10-31Merge pull request #5116 from nextcloud/ci/fixMacCompilationEditLocalllyMatthieu Gallien
2022-10-31use new public API to open an edit locally URLMatthieu Gallien
2022-10-31[tx-robot] updated from transifexNextcloud bot
2022-10-30[tx-robot] updated from transifexNextcloud bot
2022-10-29Merge pull request #5097 from nextcloud/bugfix/sync-now-visible-connectedClaudio Cambra
2022-10-29Only show Sync Now button if account is connectedClaudio Cambra
2022-10-29Merge pull request #5105 from nteodosio/masterClaudio Cambra
2022-10-29Fix compatibility with newer python3-nautilusNathan Pratta Teodosio
2022-10-29Merge pull request #5027 from nextcloud/bugfix/modernise-accountsettings-codeClaudio 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-29Merge pull request #5107 from nextcloud/bugfix/refactor-folderman-edit-locallyClaudio 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
2022-10-29Don't show the user any potenitally questionable remote dataClaudio Cambra
2022-10-29Verify token before checking disk or modifying stateClaudio Cambra
2022-10-29Refactor edit locally into its own class, rather than bolting onto FolderManClaudio Cambra
2022-10-29Refactor large editFileLocally FolderMan method into smaller, clearer separat...Claudio Cambra
2022-10-29[tx-robot] updated from transifexNextcloud bot
2022-10-28Merge pull request #5093 from nextcloud/work/validate-edit-locally-tokenClaudio Cambra
2022-10-28Use addQueryParams for checkTokenForEditLocally SimpleApiJobClaudio Cambra
2022-10-28Make sure to check relPath and compare to canonical cleaned pathClaudio Cambra
2022-10-28Make sure to encode the relPathClaudio Cambra
2022-10-28Validate edit locally token before sending to serverClaudio Cambra
2022-10-28[tx-robot] updated from transifexNextcloud bot
2022-10-27Merge pull request #5102 from nextcloud/bugfix/fix-mac-autoupdater-settingsClaudio Cambra
2022-10-27Fix macOS autoupdater settingsClaudio Cambra
2022-10-27[tx-robot] updated from transifexNextcloud bot
2022-10-26Merge pull request #5026 from nextcloud/bugfix/modernise-account-codeClaudio Cambra
2022-10-26Constexpr settings constant strings, expand use of const and auto, modernise,...Claudio Cambra
2022-10-26[tx-robot] updated from transifexNextcloud bot
2022-10-25Merge pull request #5018 from nextcloud/feature/force-sync-tray-buttonClaudio Cambra
2022-10-25Add a 'Sync now' button to the sync status header in the tray windowClaudio Cambra
2022-10-25Add forcefoldersync method to folder managerClaudio Cambra
2022-10-25Create commonly accessible properties for current user colours in Style.qmlClaudio Cambra
2022-10-25Merge pull request #5070 from nextcloud/work/simplify-cleanuppollsjob-constru...Claudio Cambra
2022-10-25Remove unneeded parameter from CleanupPollsJob constructorClaudio Cambra
2022-10-25Merge pull request #5042 from nextcloud/bugfix/systray-slotsClaudio Cambra
2022-10-25Make Systray's void methods slotsClaudio Cambra
2022-10-25Merge pull request #5071 from nextcloud/work/sync-engine-method-cleanupClaudio Cambra
2022-10-25Clean up methods in sync engineClaudio Cambra
2022-10-25Merge pull request #5086 from nextcloud/NeroBurner-patch-1Matthieu Gallien
2022-10-25Update CMake usage in README build instructionsNeroBurner
2022-10-25[tx-robot] updated from transifexNextcloud bot
2022-10-24Merge pull request #5087 from nextcloud/bugfix/syncFolderStatusIconMatthieu Gallien
2022-10-24emit missing signal to update folder sync status iconMatthieu Gallien