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
2019-04-28TypoTerence Eden
2019-02-15Be less verbose with loggingRoeland Jago Douma
2019-02-14correct app passwords linkJoda Stößer
2018-12-19Make sure _profile and _page are deleted in the correct orderChih-Hsuan Yen
2018-11-11GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"J-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-overrideJ-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-03Migrate http auth to webflowRoeland Jago Douma
2018-09-09OAuth: Remove the timeoutOlivier Goffart
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
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
2017-12-28Fix URL in dialog that requests passwordDaniel Nicoletti
2017-12-14Merge remote-tracking branch 'oc/master' into oc_upRoeland Jago Douma
2017-12-08Utility: use QUrlQueryOlivier Goffart
2017-12-04Shibboleth: Upgrade to OAuth2 When the server supports itOlivier Goffart
2017-11-21Have correct app password linkRoeland Jago Douma
2017-11-14DetermineAuth: Remove concept of Unknown #6148Christian Kamm
2017-11-06DetermineAuthType: Adjustments for tight firewalls #6135Christian Kamm
2017-10-19Use qEnvironmentVariable* instead of qgetenv when appropriateOlivier Goffart
2017-10-13HttpCreds: Fix retry after wrong password #5989Christian Kamm
2017-09-28Test OAuth2Olivier Goffart
2017-09-28OAuth: fix compilation with old gccOlivier Goffart
2017-09-26OAuth: Fix crash when closing the browser while identifyingOlivier Goffart
2017-09-23Httpcreds: Fix double slash in the Request App Password urlOlivier Goffart
2017-09-23OAuth2: Fix double slash in URLOlivier Goffart
2017-09-21Port to new signal-slot syntax what cannot be done automaticallyOlivier Goffart
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-15Reduce timeout for some admin jobsChristian Kamm
2017-09-15Credentials: Use per-account keychain entries #5830Christian Kamm
2017-09-15OAuth: Don't use implicit POST bodiesChristian Kamm
2017-09-15OAuth: Pass client auth in header instead of urlChristian Kamm
2017-09-15OAuth: Use redirectable jobs for oauth token managementChristian Kamm
2017-09-11Use DetermineAuthTypeJob in HttpCredentialsChristian Kamm
2017-09-07Http credentials: Fix behavior for bad password #5989Christian Kamm
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-07-25OAuth: clear refresh token when the server claim not to support oauthOlivier Goffart
2017-07-17OAuth: Add the user in the authorize callOlivier Goffart
2017-07-14OAuth: Better message when loggin in with the wrong usernameOlivier Goffart
2017-07-13OAuth2: Have a link to the browser in the owncloud UIOlivier Goffart
2017-07-11OAuth: Redirects to the server in case of sucessfull loginOlivier Goffart
2017-07-08Account/Credentials: Have identical lifetimesChristian Kamm
2017-06-13OAuth: cleanup debug messagesOlivier Goffart
2017-06-12OAuth: Fix a typo in the success messageChristian Kamm