tdf#87938 libcmis: Google 2FA implementation

Desktop / LibreOffice - Szymon Kłos [gmail.com] - 16 May 2016 02:24 UTC

2 Factor Authentication for Google Drive, changes: + parsing additional page with challenge - pin code verification + calling the interaction dialog requesting the code + dialog title changed to more general: Authentication Code + dialog shows url field only if not empty

Change-Id: Idb3ebbad6a12849b9e50af87b46324bfbe966bab Reviewed-on: https://gerrit.libreoffice.org/25002

511db54 tdf#87938 libcmis: Google 2FA implementation
external/libcmis/UnpackedTarball_cmis.mk | 1 +
.../libcmis-google-2FA-implementation.patch | 156 ++++++++++++++++++++
ucb/source/ucp/cmis/auth_provider.cxx | 42 ++++++
ucb/source/ucp/cmis/auth_provider.hxx | 4 +
ucb/source/ucp/cmis/cmis_content.cxx | 3 +
ucb/source/ucp/cmis/cmis_repo_content.cxx | 3 +
uui/source/authfallbackdlg.cxx | 5 +-
uui/uiconfig/ui/authfallback.ui | 2 +-
8 files changed, 214 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share