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-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-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