summaryrefslogtreecommitdiff
path: root/external/libcmis
AgeCommit message (Collapse)Author
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos
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 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-05-02Related tdf#98416 Libcmis: add a patch to fix Google Drive loginGiuseppe Castagno
The new Google login sequence uses two html pages: one for user email the other for password. The older sequence used only one page for both user email and user password. Change-Id: If875ba3ec9680d7e8c700a269873e427ac037a8e Reviewed-on: https://gerrit.libreoffice.org/24513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-03-05upload libmis 0.5.1David Tardon
Change-Id: I13feacdbf5d86798424167c89f768040ba7b01ce Reviewed-on: https://gerrit.libreoffice.org/22927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
...in anticipation of building with clang-cl.exe on Windows Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398 Reviewed-on: https://gerrit.libreoffice.org/19928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-07-15cmis: allow http authentication even when password is emptyVasily Melenchuk
Test environment for CMIS server using Apache Chemistry and by default it has just username without password for authentication. But libcmis uses authentication only if both username and password are given. Corresponding patch is already applied to libcmis master. Using default patch level 1 for libcmis patches, updated existing patches. Change-Id: Id77b59324002e47258b6315d7383496fa1e9c6ae Reviewed-on: https://gerrit.libreoffice.org/17070 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-07-08tdf#90351: server response does not always contain cmis:baseTypeIdThorsten Behrens
So if we know which object we just created, don't rely on the server response to tell us. Improvement on the fix from 5c10e8cd0eedefc2dcc905154c4daa142561aef3. Change-Id: Iddf706fb3b8bef38217a406c806963ba4496c7c9
2015-07-08tdf#90351 libcmis: prevent crashAndras Timar
Change-Id: I2d9673bb261a2586e1802f025c900962249cfc42 Reviewed-on: https://gerrit.libreoffice.org/16854 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-12-15Updated CMIS patches and the makefile for the OneDrive bindingMihai Varga
To fix build, also squashed in: Author: Miklos Vajna <vmiklos@collabora.co.uk> Date: Sun Dec 14 15:18:58 2014 +0100 upload libcmis 0.5.0 Author: Mihai Varga <mihai.mv13@gmail.com> Date: Mon Aug 11 13:23:53 2014 +0300 SharePoint binding settings, part 1 Conflicts: officecfg/registry/data/org/openoffice/Office/Common.xcu Change-Id: I45eb81a0139c42864f93ad89c4a31185f3ac5bd6
2014-05-11libcmis: WaE: warning C4101: 'e' : unreferenced local variableThomas Arnhold
Change-Id: I37456029e766340450988f3d6c768bf2fd7aa973 Reviewed-on: https://gerrit.libreoffice.org/9313 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-03-01libcmis (bundled): add patch with missing definition for HTML_PARSE_RECOVERDouglas Mencken
Change-Id: I4c3760808b92c066181ce7e1294ee9e6dd9ea016 Reviewed-on: https://gerrit.libreoffice.org/8387 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-04fdo#62531: checkout failed due to bad import of properties in libcmisCédric Bosdonnat
Change-Id: Ic9477039d7a1d9649487be634052608efe0d07b7
2013-10-19fdo#70393: move libcmis to a subdir of externalKhaled Hosny
Change-Id: I602ae9b173e42d668cd9383fa0d2517576db12bf Reviewed-on: https://gerrit.libreoffice.org/6326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>