Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-17Remove version checks for < 10.0Hannah von Reth
2022-05-11Cleanup namespaceHannah von Reth
2022-03-24Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-03-24Fix basic auth logoutHannah von Reth
2022-02-21Remove Account dependency from OAuth (#9426)Fabian Müller
2021-12-15Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2021-12-15Restart oauth on errorHannah von Reth
2021-11-25Use std::chrono with QTimer::singleShotHannah von Reth
2021-08-05Update httpcredentialsgui.cppHannah von Reth
2021-08-05Fix the 'Re-open Browser' button becoming unresponsiveHannah von Reth
2021-08-02If we know we are using oauth, don't try to redetermineHannah von Reth
2020-12-21Properly display parent Window when displaying a dialogHannah von Reth
2020-07-15Fix assert overload, not supported by msvcHannah von Reth
2020-06-29Make the password dialog modalHannah von Reth
2020-06-23OAuth: Fix reopening the browser from the account pageHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-02-10[OAuth] Fix namingHannah von Reth
2020-01-24[Oauth] move oauth refresh to oauth.cppHannah von Reth
2020-01-24Oauth: CleanupHannah von Reth
2019-11-22Revert "Add a noPreFlight branding option"Hannah von Reth
2019-11-20Support for openid connectOlivier Goffart
2019-02-01Add a noPreFlight branding optionOlivier Goffart
2018-12-17HttpCredentials: Do not re-enter the event loopOlivier Goffart
2018-10-12OAuth2: Store 'Account::davUser' in the config, and use that user for connectingOlivier Goffart
2017-11-14DetermineAuth: Remove concept of Unknown #6148Christian Kamm
2017-11-06DetermineAuthType: Adjustments for tight firewalls #6135Christian Kamm
2017-10-13HttpCreds: Fix retry after wrong password #5989Christian Kamm
2017-09-23Httpcreds: Fix double slash in the Request App Password urlOlivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-11Use DetermineAuthTypeJob in HttpCredentialsChristian Kamm
2017-09-07Http credentials: Fix behavior for bad password #5989Christian Kamm
2017-07-25OAuth: clear refresh token when the server claim not to support oauthOlivier 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-06-01Authentication with OAuth2Olivier Goffart
2017-05-17Apply clang-formatChristian Kamm
2017-05-17Reformatting: Reformat some lines that would become really longChristian Kamm
2017-04-19Server: Parse version from capabilities too #5691 (#5698)Markus Goetz
2017-03-15HttpCreds: Update app passwords url #5605Christian Kamm
2017-03-15Account server version: Helper to create versionsChristian Kamm
2016-06-28Fix the URL from previous commitOlivier Goffart
2016-06-28GUI: Show link to the page that allow to add a new token (#4963)Olivier Goffart
2015-09-05Separate the credential dialog from their fetch #3350Jocelyn Turcotte
2015-07-17HttpCreds: Add keychain failure hint. #3268Christian Kamm
2015-07-03Password dialog: Include account name.Christian Kamm
2015-06-15Credential: move the implementation to the guiOlivier Goffart