summaryrefslogtreecommitdiff
path: root/external/libcmis
AgeCommit message (Expand)AuthorFilesLines
2024-09-01use final upstream merged fix for this boost issueCaolán McNamara3-13/+48
2024-08-22libcmis: fix build against boost-1.86.0Xisco Fauli2-0/+13
2024-06-24libcmis: fix failing AtomTest::authCallbackTest()Michael Stahl1-4/+5
2024-06-24libcmis,ucb: cmis: improve AllowInsecureProtocols implementationMichael Stahl4-0/+199
2024-06-21libcmis,ucb: get more informative error messages for CMIS UCPMichael Stahl2-0/+172
2024-06-21libcmis: improve Sharepoint authenticationMichael Stahl2-0/+14
2024-06-20libcmis: don't retry if the connection failed at TLS levelMichael Stahl2-0/+18
2024-06-20libcmis: fix UAF on invalid certificateMichael Stahl2-0/+83
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier1-2/+2
2024-02-23Fix warning C4589 when building with MSVC without -Wv:18Mike Kaganski2-0/+223
2024-01-15cid#1545775 COPY_INSTEAD_OF_MOVECaolán McNamara2-0/+72
2023-11-13upgrade libcmisCaolán McNamara4-257/+0
2023-11-07libcmis: fix regression setting wrong type of CURLOPT_SEEKFUNCTIONMichael Stahl2-0/+82
2023-11-06libcmis: HttpSession: add a callback that can be used to configure libcurlMichael Stahl2-0/+143
2023-11-06libcmis: fix regression in HttpSession::initProtocols()Michael Stahl2-0/+35
2023-10-11upgrade to libcmis 0.6.0Caolán McNamara7-1435/+0
2021-09-06Fix build with system boostJan Holesovsky2-0/+12
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier3-0/+889
2020-12-14onedrive integration: updating metadata needs to be http PATCHChristian Lohmaier1-1/+10
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier2-0/+437
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-05-27avoid gbuild warning about no PCH for libcmisLuboš Luňák1-2/+2
2019-05-24disable warnings in external libsLuboš Luňák1-1/+1
2019-05-19PCH for libcmisLuboš Luňák3-0/+84
2018-12-28upload libcmis 0.5.2David Tardon13-1064/+76
2018-12-07All supported versions of Clang and GCC support at least C++17 nowStephan Bergmann1-5/+2
2018-11-02libcmis fails to build with c++2aCaolán McNamara1-1/+1
2018-11-02Compile as C++2a, where availableStephan Bergmann1-1/+1
2018-09-05Update external/libcmis upstream URLStephan Bergmann1-1/+1
2018-09-04Record external/libcmis/xwwwformurlencoded.patch.0 as sent upstreamStephan Bergmann1-0/+1
2018-09-04Properly encode OAuth2 credentialsStephan Bergmann2-0/+60
2018-09-04tdf#119344 fix libcmis build with boost 1.68rezso2-0/+16
2018-05-04Removed executable permission on data filesAndrea Gelmini1-0/+0
2018-02-24tdf#115968: make libcmis work better with CIB doximaAndreas Brandner1-1/+13
2018-01-22boost: upgrade to release 1.66.0Michael Stahl1-0/+4
2017-11-28external/libcmis: Falling back to C++03 is too drasticStephan Bergmann1-2/+2
2017-11-26Build as C++17 when GCC/Clang supports itStephan Bergmann3-0/+424
2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann1-0/+5
2017-09-15consistent naming of externals: cmis -> libcmisMichael Stahl4-103/+103
2017-08-09Revert "libcmis: configure curl to only allow redirects to HTTP/HTTPS"Michael Stahl2-25/+0
2017-08-09libcmis: configure curl to only allow redirects to HTTP/HTTPSMichael Stahl2-0/+25
2017-03-30tdf#98416 libcmis: Google Drive 2FA fixSzymon Kłos2-0/+126
2017-02-16external/libcmis: Silence -Wdynamic-exception-spec errorsStephan Bergmann1-0/+4
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2016-12-11libcmis: error handling for datetime string parserThorsten Behrens2-0/+21
2016-11-17chmod -xTor Lillqvist1-0/+0
2016-08-10tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski2-0/+25
2016-06-09tdf#87938 google 2FA fix, new pin code pageSzymon Kłos1-9/+30
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos2-0/+157
2016-05-02Related tdf#98416 Libcmis: add a patch to fix Google Drive loginGiuseppe Castagno2-0/+107