Authentication with OAuth2
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 28 Mar 2017 08:31:38 +0000 (10:31 +0200)
committerMarkus Goetz <markus@woboq.com>
Thu, 1 Jun 2017 08:39:33 +0000 (10:39 +0200)
commit3d93527a8eda3902486a678a1ed83b23726b3826
tree690485dbdb2152387c1ba7c49f0a091420823baa
parent8a19f2ac65c4a86d8657857fe68fc82631447686
Authentication with OAuth2

When the OAuth2 app (https://github.com/owncloud/oauth2) is enabled,
We will open a browser and perform the OAuth2 authentication

Issue: #4798 and https://github.com/owncloud/platform/issues/17
16 files changed:
src/gui/CMakeLists.txt
src/gui/creds/httpcredentialsgui.cpp
src/gui/creds/httpcredentialsgui.h
src/gui/creds/oauth.cpp [new file with mode: 0644]
src/gui/creds/oauth.h [new file with mode: 0644]
src/gui/owncloudsetupwizard.cpp
src/gui/wizard/owncloudoauthcredspage.cpp [new file with mode: 0644]
src/gui/wizard/owncloudoauthcredspage.h [new file with mode: 0644]
src/gui/wizard/owncloudsetuppage.cpp
src/gui/wizard/owncloudwizard.cpp
src/gui/wizard/owncloudwizard.h
src/gui/wizard/owncloudwizardcommon.h
src/libsync/creds/httpcredentials.cpp
src/libsync/creds/httpcredentials.h
src/libsync/theme.cpp
src/libsync/theme.h