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
2021-12-03Always prefill username from Windows login name based on server versionalex-z
2021-11-24Pass username from Windows to login page.alex-z
2021-11-02Replace deprecated QRegExp with QRegularExpression.alex-z
2021-10-06Display the right endpoint in the warning in case of errorKevin Ottens
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-07-30l10n: Replace apostrophe with double quotationValdnet
2021-07-22l10n: Change to uppercaseValdnet
2021-07-22l10n: Change to uppercaseValdnet
2021-07-21Use QStringLiteral instead of plain stringsFelix Weilbach
2021-07-21Fix review commentsFelix Weilbach
2021-07-21Enforce https in flow1 and flow2 for https connectionsFelix Weilbach
2021-06-24Allow to compile without QWebEngineFelix Weilbach
2021-05-12l10n: Replace apostrophe with double quotationValdnet
2021-03-16Display the content of the login dialog correctFelix Weilbach
2021-02-13Add missing override specifer to WebFlowCredentialsFelix Weilbach
2021-02-09Validate sensitive URLs to onle allow http(s) schemes.allexzander
2021-01-05Remove NO_SHIBBOLETH flag and dead codeFelix Weilbach
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15OAuth2: Better error loggingMarkus Goetz
2020-12-15Client certs: Store pkcs12 in config, password in keychainChristian Kamm
2020-12-15HttpCredentials: Do not re-enter the event loopOlivier Goffart
2020-12-15OAuth2: Store 'Account::davUser' in the config, and use that user for connectingOlivier Goffart
2020-12-15Wizard + OAuth: Make opening a new browser after clicking back works againOlivier Goffart
2020-11-02Get rid of FindQt5Keychain.cmakeKevin Ottens
2020-10-15Update commentsMichael Schuster
2020-10-08Use setHeader instead of setRawHeader for the user agentKevin Ottens
2020-10-08Use friendly user agent during webflow2 authKevin Ottens
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-use-equals-default check on clang-tidyKevin Ottens
2020-07-06Cleanup auto pointers and qobject casts, refactor KeychainChunkMichael Schuster
2020-07-06Keychain: Use auto deletion in WebFlowCredentials and ConfigFileMichael Schuster
2020-07-06ConfigFile security: Migrate Proxy password to keychainMichael Schuster
2020-07-06Move KeychainChunk class from gui to libsyncMichael Schuster
2020-07-06Move QKeychain::NoBackendAvailable error handling to KeychainChunk classMichael Schuster
2020-07-01Make sure all our logging categories start with nextcloud.Kevin Ottens
2020-06-03Use default member init when applicableKevin Ottens
2020-05-25Use = default for trivial ctors and dtorsKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-03-03WebFlowCredentials: Make username comparison case-insensitive (fix #1741)Michael Schuster
2019-12-24KeychainChunk: Fix error handling in ReadJob::slotReadJobDoneMichael Schuster
2019-12-24Heavy refactoring: Windows workaround for >= 4k (4096 bit) client-cert SSL ke...Michael Schuster
2019-12-24Flow2: Refactor UI into Flow2AuthWidget only and improve Flow2AuthMichael Schuster
2019-12-24Add new HeaderBanner class for WebFlowCredentialsDialogMichael Schuster
2019-12-24Make WebFlowCredentialsDialog cancellation- and deletion-safeMichael Schuster
2019-12-24WebFlowCredentialsDialog: Bring re-auth dialog to top (raise) on errorMichael 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