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-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
2019-12-24WebFlowCredentialsDialog: Bring re-auth dialog to top (raise) upon showing Se...Michael Schuster
2019-12-24Flow2: Poll for auth result upon account setup wizard window activationMichael Schuster
2019-12-08Fix deleteKeychainEntries: Stay consistent with job->setInsecureFallback(false)Michael Schuster
2019-12-08Fix Windows key-chunk deletion (too paranoid)Michael Schuster
2019-12-08Fix member variable name from last refactoring (Windows code)Michael Schuster
2019-12-08Remote Wipe: Implement hack to allow deleting all keychain entries (SSL certs...Michael Schuster
2019-12-08Refactoring: Windows workaround for >= 4k (4096 bit) client-cert SSL keysMichael Schuster
2019-12-08Windows: Workaround for storing >= 4k (4096 bit) client-cert SSL keysMichael Schuster
2019-12-06Fall back to old login flow on GS as this is not yet ready (#2: re-auth)Michael Schuster
2019-11-29Fix remote wipe keychain storage (issue #1592)Michael Schuster
2019-10-17Once client gets 401/403 from the server, check if remote wipe was requested.Camila San
2019-10-10Add a 'Content-Length: 0' header to initial POST requestsMichael Schuster
2019-09-09Prevented warning regarding operator precedence - enhanced clarity by adding ...Dominique Fuchs
2019-09-09removed reduntant /* within a commentDominique Fuchs
2019-08-30fix indents, add commentMichael Schuster
2019-08-30Windows: Workaround for CredWriteW used by QtKeychainMichael Schuster
2019-08-27Also store the CACertificates of the client side certificateRoeland Jago Douma
2019-08-27Adds SSL client cert storage to webflow + Login Flow v2Michael Schuster
2019-08-26Fix some compiler warningsRoeland Jago Douma
2019-08-26Login Flow V2: adds re-auth upon logout, improvementsMichael Schuster
2019-08-26fix comment typo in webflowcredentials.cppMichael Schuster
2019-08-26Login Flow V2: 1st implementation, cleanupMichael Schuster
2019-08-26Login Flow V2: 1st test-implementationMichael Schuster
2019-08-19Merge pull request #1225 from edent/patch-1Roeland Jago Douma
2019-05-12Fixed typoYaron Shahrabani