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
2020-10-13Ensure we use the app name in the GUIKevin Ottens
2020-10-13Fix the secure lock label aspectKevin Ottens
2020-10-13Hide the slideshow when going to the login pageKevin Ottens
2020-10-13Add a label explaining the server address fieldKevin Ottens
2020-10-13Improve wording on the wizard buttonsKevin Ottens
2020-09-23Allow server URL to be pre-defined without enforcing it to be used unmodifiedMichael Schuster
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
2020-08-31Enable all the misc clang-tidy check except oneKevin Ottens
2020-08-13Enable the modernize-deprecated-headers check on clang-tidyKevin Ottens
2020-08-13Enable the modernize-use-equals-default check on clang-tidyKevin Ottens
2020-07-01Make sure all our logging categories start with nextcloud.Kevin Ottens
2020-06-03Use default member init when applicableKevin Ottens
2020-05-27Use the return braced init list patternKevin Ottens
2020-05-27Merge pull request #2024 from nextcloud/use_raw_string_literalsMichael Schuster
2020-05-26Use raw string literals when appropriateKevin Ottens
2020-05-25Use = default for trivial ctors and dtorsKevin Ottens
2020-05-23Show URL placeholder hint in wizardStephan Beyer
2020-05-23Change vertical size policy of URL input field in wizardStephan Beyer
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-05-20Use the default parameter: QUrl::path(QUrl::PrettyDecoded = 0x000000)Michael Schuster
2020-05-20Use nullptr when appropriateKevin Ottens
2020-03-21Fix container detachingNicolas Fella
2020-03-11WebView: Add missing Q_OBJECT macrosMichael Schuster
2020-03-01owncloudsetuppage.cpp: adapt to string change from master: url -> URLMichael Schuster
2020-03-01owncloudsetuppage.cpp: also rename client/theme/lock-http(s) PNGs to SVGMichael Schuster
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp....Dominique Fuchs
2019-12-24Flow2AuthWidget: Minor fixes and improvementsMichael Schuster
2019-12-24Flow2: Refactor UI into Flow2AuthWidget only and improve Flow2AuthMichael Schuster
2019-12-24Add new HeaderBanner class for WebFlowCredentialsDialogMichael Schuster
2019-12-24Flow2: Make ProgressIndicator's background-aware (Dark-/Light-Mode switching)Michael Schuster
2019-12-24Flow2: Add poll status text, ProgressIndicator and countdown timerMichael Schuster
2019-12-24Small fixes and code cleanupMichael Schuster
2019-12-24Flow2: Poll for re-auth result upon WebFlowCredentialsDialog window activationMichael Schuster
2019-12-24Flow2: Use ownCloudGui::raiseDialog to bring account setup wizard to top (rai...Michael Schuster
2019-12-24Flow2: Poll for auth result upon account setup wizard window activationMichael Schuster
2019-12-24Flow2: Bring account setup wizard to top (raise) on auth resultMichael Schuster
2019-12-20Make all ProgressIndicator's background-aware (Dark-/Light-Mode switching)Michael Schuster
2019-12-20Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching)Michael Schuster
2019-12-03Use … instead of 3 dotsJoas Schilling
2019-10-17Once client gets 401/403 from the server, check if remote wipe was requested.Camila San
2019-10-10Fix outdated link to server admin docsMichael Schuster
2019-09-25Fixed some missing 'translatable' exclusions, added missing window titles in ...Dominique Fuchs
2019-09-16Merge branch 'master' into ivan/remote-size-retrieved-race-conditionMichael Schuster
2019-09-16Merge branch 'master' into msvc-warn-auditMichael Schuster
2019-09-15Merge branch 'master' into fix_urlscheme_warningDominique Fuchs
2019-09-15Merge branch 'master' into fix_urlscheme_warningDominique Fuchs
2019-09-13Fixed unused varDominique Fuchs
2019-09-13Added slight svg transparency as requested in ref issue, fixed bg detection l...Dominique Fuchs
2019-09-13(Maybe) finished implementation of themed wizard buttons and accessibility re...Dominique Fuchs
2019-09-13[WIP] themed button implementationDominique Fuchs