nextcloud-desktop.git
2022-11-03 Nextcloud bot[tx-robot] updated from transifex
2022-11-02 Nextcloud bot[tx-robot] updated from transifex
2022-11-01 allexzanderMerge pull request #5067 from nextcloud/bugfix/e2e...
2022-11-01 allexzanderE2EE. Do not generate keypair without user request.
2022-11-01 Nextcloud bot[tx-robot] updated from transifex
2022-10-31 Claudio CambraMerge pull request #4929 from nextcloud/feature/qml...
2022-10-31 Claudio CambraChange liveDialog to nullDialog
2022-10-31 Claudio CambraUpdate Kirigami WheelHandler to upstream v5.99.0
2022-10-31 Claudio CambraAdd testing for SortedShareModel
2022-10-31 Claudio CambraMoved all server mocking code for share model test...
2022-10-31 Claudio CambraAdd testing for ShareeModel
2022-10-31 Claudio CambraAdd a suite of tests for ShareModel
2022-10-31 Claudio CambraFilter out sharees that already have active shares
2022-10-31 Claudio CambraImprove server error handling in the ShareModel
2022-10-31 Claudio CambraCheck for state of file record retrieval in fileactivit...
2022-10-31 Claudio CambraFix default date parser handling of timezones
2022-10-31 Claudio CambraRenamed _userStoppedTypingTimer to searchRateLimitingTimer
2022-10-31 Claudio CambraAdd trailing comma to shareemodel enum
2022-10-31 Claudio CambraReplace manual index bound checks with calls to checkIndex
2022-10-31 Claudio CambraPerform inactive qquickwindow garbage collection when...
2022-10-31 Claudio CambraUse auto where possible
2022-10-31 Claudio CambraAdd minimum size to file details window
2022-10-31 Claudio CambraRemove default cases in switches, rely on compiler...
2022-10-31 Claudio CambraEliminate unneeded parent Item in FileActivityView
2022-10-31 Claudio CambraAdd early return checks for setter methods
2022-10-31 Claudio CambraRefactor generation of dialogs, remove need for QShared...
2022-10-31 Claudio CambraRemove Q_REQUIRED_RESULT from method with side-effect...
2022-10-31 Claudio CambraUse [[nodiscard]] more broadly in methods returning...
2022-10-31 Claudio CambraShow password set errors in the popup where passwords...
2022-10-31 Claudio CambraImprove share view tab buttons
2022-10-31 Claudio CambraChange 'Link share' to 'Share link', matching server
2022-10-31 Claudio CambraImprove flat buttons in share delegates
2022-10-31 Claudio CambraAdd a file details window/page, QMLify file sharing
2022-10-31 Matthieu Gallienadd mising namespace
2022-10-31 Matthieu GallienMerge pull request #5116 from nextcloud/ci/fixMacCompil...
2022-10-31 Matthieu Gallienuse new public API to open an edit locally URL
2022-10-31 Nextcloud bot[tx-robot] updated from transifex
2022-10-30 Nextcloud bot[tx-robot] updated from transifex
2022-10-29 Claudio CambraMerge pull request #5097 from nextcloud/bugfix/sync...
2022-10-29 Claudio CambraOnly show Sync Now button if account is connected
2022-10-29 Claudio CambraMerge pull request #5105 from nteodosio/master
2022-10-29 Nathan Pratta... Fix compatibility with newer python3-nautilus
2022-10-29 Claudio CambraMerge pull request #5027 from nextcloud/bugfix/modernis...
2022-10-29 Claudio CambraModernise QString-related construction
2022-10-29 Claudio CambraAdd braces to all if statements missing them
2022-10-29 Claudio CambraExpand use of const and auto, improve readability of...
2022-10-29 Claudio CambraMerge pull request #5107 from nextcloud/bugfix/refactor...
2022-10-29 Claudio CambraRename EditLocallyHandler to EditLocallyJob
2022-10-29 Claudio CambraEnsure the checkTokenJob object gets deallocated
2022-10-29 Claudio CambraShow edit locally loading dialog sooner, improve feedba...
2022-10-29 Claudio CambraRefactor edit locally handler management away from...
2022-10-29 Claudio CambraDon't show the user any potenitally questionable remote...
2022-10-29 Claudio CambraVerify token before checking disk or modifying state
2022-10-29 Claudio CambraRefactor edit locally into its own class, rather than...
2022-10-29 Claudio CambraRefactor large editFileLocally FolderMan method into...
2022-10-29 Nextcloud bot[tx-robot] updated from transifex
2022-10-28 Claudio CambraMerge pull request #5093 from nextcloud/work/validate...
2022-10-28 Claudio CambraUse addQueryParams for checkTokenForEditLocally SimpleA...
2022-10-28 Claudio CambraMake sure to check relPath and compare to canonical...
2022-10-28 Claudio CambraMake sure to encode the relPath
2022-10-28 Claudio CambraValidate edit locally token before sending to server
2022-10-28 Nextcloud bot[tx-robot] updated from transifex
2022-10-27 Claudio CambraMerge pull request #5102 from nextcloud/bugfix/fix...
2022-10-27 Claudio CambraFix macOS autoupdater settings
2022-10-27 Nextcloud bot[tx-robot] updated from transifex
2022-10-26 Claudio CambraMerge pull request #5026 from nextcloud/bugfix/modernis...
2022-10-26 Claudio CambraConstexpr settings constant strings, expand use of...
2022-10-26 Nextcloud bot[tx-robot] updated from transifex
2022-10-25 Claudio CambraMerge pull request #5018 from nextcloud/feature/force...
2022-10-25 Claudio CambraAdd a 'Sync now' button to the sync status header in...
2022-10-25 Claudio CambraAdd forcefoldersync method to folder manager
2022-10-25 Claudio CambraCreate commonly accessible properties for current user...
2022-10-25 Claudio CambraMerge pull request #5070 from nextcloud/work/simplify...
2022-10-25 Claudio CambraRemove unneeded parameter from CleanupPollsJob constructor
2022-10-25 Claudio CambraMerge pull request #5042 from nextcloud/bugfix/systray...
2022-10-25 Claudio CambraMake Systray's void methods slots
2022-10-25 Claudio CambraMerge pull request #5071 from nextcloud/work/sync-engin...
2022-10-25 Claudio CambraClean up methods in sync engine
2022-10-25 Matthieu GallienMerge pull request #5086 from nextcloud/NeroBurner...
2022-10-25 NeroBurnerUpdate CMake usage in README build instructions
2022-10-25 Nextcloud bot[tx-robot] updated from transifex
2022-10-24 Matthieu GallienMerge pull request #5087 from nextcloud/bugfix/syncFold...
2022-10-24 Matthieu Gallienemit missing signal to update folder sync status icon
2022-10-24 Matthieu GallienMerge pull request #4949 from nextcloud/bugfix/checkCer...
2022-10-24 Matthieu Gallienfix review comments from @allexzander
2022-10-24 Matthieu Gallienfix more sonarcloud issues
2022-10-24 Matthieu Gallienfix more issues reported by sonarcloud
2022-10-24 Matthieu Gallienremove useless lines: fix review comment
2022-10-24 Matthieu Gallienfix review comments from sonarcloud static analyzis
2022-10-24 Matthieu Gallienaddress review comments from @allexzander
2022-10-24 Matthieu Gallienvalidate certificate for E2EE against private key
2022-10-24 Nextcloud bot[tx-robot] updated from transifex
2022-10-23 Nextcloud bot[tx-robot] updated from transifex
2022-10-22 Nextcloud bot[tx-robot] updated from transifex
2022-10-21 Nextcloud bot[tx-robot] updated from transifex
2022-10-20 Claudio CambraMerge pull request #5074 from nextcloud/bugfix/call...
2022-10-20 Claudio CambraFix call notification dialog buttons
2022-10-20 rakeknivenMerge pull request #5066 from nextcloud/update/changelog
2022-10-20 CamilaUpdate CHANGELOG with 3.6.1 changes.
2022-10-19 Claudio CambraMerge pull request #5013 from nextcloud/bugfix/webflow...
next