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-19Display the user's 'pretty' name in the webflow credentialsClaudio Cambra
2022-10-19Improve user-related strings in webflow credentialsClaudio Cambra
2022-08-02mark unused variable as bein unused to avoid clang warningMatthieu Gallien
2022-06-24Make client language gender-neutral and more clearClaudio Cambra
2021-06-24Allow to compile without QWebEngineFelix Weilbach
2021-03-16Display the content of the login dialog correctFelix Weilbach
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-20Use auto to avoiding repeating type namesKevin Ottens
2020-03-03WebFlowCredentials: Make username comparison case-insensitive (fix #1741)Michael Schuster
2019-12-24Heavy refactoring: Windows workaround for >= 4k (4096 bit) client-cert SSL ke...Michael Schuster
2019-12-24Make WebFlowCredentialsDialog cancellation- and deletion-safeMichael 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-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-26Login Flow V2: adds re-auth upon logout, improvementsMichael Schuster
2019-08-26fix comment typo in webflowcredentials.cppMichael Schuster
2019-04-28TypoTerence Eden
2019-02-15Be less verbose with loggingRoeland Jago Douma
2018-11-11GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"J-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-03Migrate http auth to webflowRoeland Jago Douma
2018-09-04Add a WebFlowCredentialsAccessManagerRoeland Jago Douma
2018-07-02gui Q_UNUSEDRoeland Jago Douma
2018-05-02Mark credentials as valid if there is no errorRoeland Jago Douma
2018-05-02Address commentsRoeland Jago Douma
2018-05-02Allow the user to sign in againRoeland Jago Douma
2018-05-02Actually use webflow credentailsRoeland Jago Douma
2018-05-02Start with persisting credentialsRoeland Jago Douma