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-07-21Use Q_UNUSED instead of commenting out arg namesFelix Weilbach
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-02-12Validate the providers ssl certificateFelix Weilbach
2021-02-09Validate sensitive URLs to onle allow http(s) schemes.allexzander
2020-07-01Make sure all our logging categories start with nextcloud.Kevin Ottens
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
2019-09-16Merge branch 'master' into msvc-warn-auditMichael Schuster
2019-09-15Merge branch 'master' into fix_urlscheme_warningDominique Fuchs
2019-09-09Declared Q_UNUSED for as-of-now unused parameters.Dominique Fuchs
2019-05-23WebView: Properly handle usernames with spaces and plus signs in itSven Strickroth
2019-05-13Fixed typo in "certificate"Christian Muehlhaeuser
2019-04-22fix qt warning about registering a URL sheme first.Björn Bidar
2019-02-05Add invalid certiticate messageboxRoeland Jago Douma
2019-01-07Merge pull request #959 from yan12125/correct-webview-deallocationRoeland Jago Douma
2019-01-07Handle spaces in username properly in login flowRoeland Jago Douma
2018-12-19Make sure _profile and _page are deleted in the correct orderChih-Hsuan Yen
2018-12-13Merge pull request #946 from hiiamok/qt5.12-wizard-webviewRoeland Jago Douma
2018-12-13Added missing IncludeOskar Kruschitz
2018-11-11GUI: run clang-tidy modernize-use-overrideJ-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-08Added default scheme when server returns just a hostAleksandr Borisenko
2018-10-31Allow to use the login flow with a self signed certificateRoeland Jago Douma
2018-08-11Remove unused subclass of QWebEngineViewJulius Härtl
2018-08-11Make links open in an external browserJulius Härtl
2018-07-03Set Accept-language header for webview requestsRoeland Jago Douma
2018-07-02Do not force to show the webview on constructRoeland Jago Douma
2018-05-02Address commentsRoeland Jago Douma
2018-05-02Allow the user to sign in againRoeland Jago Douma