]> dgit.raspbian.org Git - nextcloud-desktop.git/shortlog
nextcloud-desktop.git
2022-11-09 Claudio CambraMerge pull request #5118 from nextcloud/bugfix/remove...
2022-11-09 Claudio CambraRemove unused remotePath in User::processCompletedSyncItem
2022-11-09 allexzanderMerge pull request #5148 from nextcloud/bugfix/qdialig...
2022-11-09 alex-zDo not use copy-assignment of QDialog.
2022-11-09 Nextcloud bot[tx-robot] updated from transifex
2022-11-08 Claudio CambraMerge pull request #5132 from nextcloud/bugfix/dark...
2022-11-08 Claudio CambraFix share delegate button icon colors in dark mode
2022-11-08 Claudio CambraMerge pull request #5129 from nextcloud/bugfix/sync...
2022-11-08 Claudio CambraEnsure 'Sync now' button doesn't have its text elided
2022-11-08 Claudio CambraMerge pull request #5127 from nextcloud/bugfix/remove...
2022-11-08 Claudio CambraRemove unused app pointer in CocoaInitializer
2022-11-08 Nextcloud bot[tx-robot] updated from transifex
2022-11-07 Matthieu GallienMerge pull request #5104 from nextcloud/bugfix/doNotDel...
2022-11-07 Matthieu Galliendo not skip folder deletion if BlacklistedError during...
2022-11-07 Matthieu Galliennew autotest to ensure that we delete folders despite...
2022-11-07 Matthieu Gallienimprove logs of E2EE API to not pollute logs
2022-11-07 Matthieu Gallienlogs from discovery are now namespaced by nextcloud...
2022-11-07 Matthieu Gallienremove dead code related to item renaming
2022-11-07 allexzanderMerge pull request #5136 from nextcloud/feature/config...
2022-11-07 alex-zUse separate variable for cfg file name in CMAKE.
2022-11-07 Nextcloud bot[tx-robot] updated from transifex
2022-11-06 Nextcloud bot[tx-robot] updated from transifex
2022-11-05 Nextcloud bot[tx-robot] updated from transifex
2022-11-04 Nextcloud bot[tx-robot] updated from transifex
2022-11-04 alex-zRevert "[tx-robot] updated from transifex"
2022-11-04 Nextcloud bot[tx-robot] updated from transifex
2022-11-03 Claudio CambraMerge pull request #5123 from nextcloud/bugfix/remove...
2022-11-03 Claudio CambraRemove unused internal link widget from old share dialog
2022-11-03 allexzanderMerge pull request #5092 from nextcloud/bugfix/incorrec...
2022-11-03 allexzanderFix accounts avatar issue when it becomes completely...
2022-11-03 alex-zFix incorrect current user index when removing and...
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...
next