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
path: root/src
AgeCommit message (Expand)Author
2022-10-24fix instances of: c++11 range-loop might detach Qt container warningsci/clazyRangeLoopDetachMatthieu Gallien
2022-10-24fix review comments from @allexzanderMatthieu Gallien
2022-10-24fix more sonarcloud issuesMatthieu Gallien
2022-10-24fix more issues reported by sonarcloudMatthieu Gallien
2022-10-24remove useless lines: fix review commentMatthieu Gallien
2022-10-24fix review comments from sonarcloud static analyzisMatthieu Gallien
2022-10-24address review comments from @allexzanderMatthieu Gallien
2022-10-24validate certificate for E2EE against private keyMatthieu Gallien
2022-10-20Fix call notification dialog buttonsClaudio Cambra
2022-10-19Change unchanging settings strings into constexpr auto in accountmanagerClaudio Cambra
2022-10-19Use prettyName more widely, instead of duplicating fallback string codeClaudio Cambra
2022-10-19Display the user's 'pretty' name in the webflow credentialsClaudio Cambra
2022-10-19Save account's display name in configClaudio Cambra
2022-10-19Improve user-related strings in webflow credentialsClaudio Cambra
2022-10-17Fix account not found when doing local file editing.alex-z
2022-10-17The dismiss button is now a CustomButton component.Camila
2022-10-17Fix the dismiss button: display it whenever possible.Camila
2022-10-17edit locally requires a valid tokenMatthieu Gallien
2022-10-17makes JsonApiJob share common code with SimpleApiJobMatthieu Gallien
2022-10-17introduce a very simple network job to do API requestsMatthieu Gallien
2022-10-12fix review commentsMatthieu Gallien
2022-10-12use correct version copmparison on NSIS updater: fix update from rcMatthieu Gallien
2022-10-12remove support for skipping an update: hard to understand for usersMatthieu Gallien
2022-10-12Fix invisible user status selector button not being checked when user is in O...Claudio Cambra
2022-10-12improve logs when adding sync errors in activity list of main dialogMatthieu Gallien
2022-10-11do not ignore return valueMatthieu Gallien
2022-10-11ensure we do not loose data when syncing locked filesMatthieu Gallien
2022-10-11Fix error in logic.alex-z
2022-10-11Command-line client. Do not trust SSL certificates by default, unlss '--trust...allexzander
2022-10-10Improve 'Handle local file editing' feature. Add loading popup. Add force syn...alex-z
2022-10-04VFS Windows: Display the sharing state and lock state in the 'Status' column ...allexzander
2022-10-04Ensure we are checking lock state without affecting sync behaviourClaudio Cambra
2022-10-04Unschedule previously scheduled sync runs for locked files if it is found the...Claudio Cambra
2022-10-04More efficiently schedule sync runs for files that need delayed sync runsClaudio Cambra
2022-10-04Fix files not unlocking after lock time expiredClaudio Cambra
2022-10-04add [[nodiscard]] attribute via clang-tidyMatthieu Gallien
2022-10-04apply modernize-use-using via clang-tidyci/useUsingMatthieu Gallien
2022-10-03Fix link shares default expire date being enforced as maximum expire date eve...Claudio Cambra
2022-10-03avoid possibly crashing static_castMatthieu Gallien
2022-10-02Merge branch 'master' into cleanConfigFileConstantscleanConfigFileConstantsMatthieu Gallien
2022-10-02use autoMatthieu Gallien
2022-10-02alway use constexpr for all text constantsMatthieu Gallien
2022-09-30Don't set up tray context menu on macOS, even if not building app bundleClaudio Cambra
2022-09-30Fix predefined status text formattingClaudio Cambra
2022-09-29Fix sync progress bar colours in dark modeClaudio Cambra
2022-09-29Fix 'Reply' action primary property.Camila
2022-09-29Remove unused property.Camila
2022-09-29Improve the error box QML componentClaudio Cambra
2022-09-28Make activity action button an actual button, clean up contentsClaudio Cambra
2022-09-28Ensure placeholder message in emoji picker wraps correctlyClaudio Cambra