Fix condition's boolean logic
The original code doesn't filter out duplicate name property as it is supposed to do. Your variant doesn't guarantee that either. In addition, it drops all other properties. I've pushed a proper fix. Btw, the development has moved to github: https://github.com/tdf/libcmis.
Fix condition's boolean logic
Thanks for spotting it. Fix in master
test-onedrive fails with Boost 1.59.0
Patch in master. Thanks for the fix.
Remove redundant dynamic_cast
pushed in master. Thanks for the patch
Unsafe copy assignment operator in WSSession
Patch: False --> True
test-onedrive fails with Boost 1.59.0
test-onedrive fails with Boost 1.59.0
Here's a patch to delete the existing members before setting the pointers to null....
Remove redundant dynamic_cast
Here's a patch to delete the existing members before setting the pointers to null....
Thanks for the report. I'll try to check all objects and fix that, though I can't...
Pushed to master. Thanks for the patch
potential memory leaks in cmis-client.cxx
Don't create exceptions on the heap
Pushed to master. Thanks for the patch
Unsafe copy assignment operator in WSSession
potential memory leaks in cmis-client.cxx
Don't create exceptions on the heap
[patch] fix for "cannot find -lboost_date_time"
Patch applied, thanks for spotting the problem.
README: added list of dependencies
More useful README
README is a markdown file
do not require password to be not empty to use ...
tdf#90351: response does not always contain cmi...
avoid use-after-delete
avoid use-after-delete
fix boost configuration with gcc 5
fix boost configuration with gcc 5
[patch] fix for "cannot find -lboost_date_time"
Fix sharepoint object copy test
Added some more sharepoint simple tests
Added a copy constructor tests for WS services
Don't check coverage in Rendition::toString
Test coverage improvements for Rendition
Improved WSObjectType tests
Added SoapResponseFactory copy test
Added some copy constructors tests
test SOAP parseResponse XML version
Added getRenditions test for WS binding
Test coverage improvements for ObjectType
Reworked GDrive properties update test
Added test for GDrive property copy
Test for GDriveSession::setRepository
libcmis: improved test coverage
cppcheck: fixed invalid use of possibly NULL po...
Fixed GDriveSession::getObjectByPath and added ...
SharePoint - checkOut is canceled after checkin...
SharePoint - getParentTest inside getChildrenTest
coverage: marked toString functions as untested
coverity: return const string&
Tested Document::getPaths()
Added unit tests for OneDrive ObjectType
Clean more of the coverage results
Fixed linking with --enable-coverage
Fixed problems reported by cppcheck
Checkin test for the test script
Better arguments parsing for the test script
Folder and documents might have spaces in their...
GDrive - an uploadType parameter was needed to ...
cmis-test now supports bindings with oauth2
removed empy line
AuthCode provided as parameter for the cmis-client
SharePoint - getAllVersions now adds the latest...
Sharepoint - the file vers. createad date prop ...
SharePoint - only documents are versionable
SharePoint parse added some more file version p...
SharePoint request body really needs to be empty
SharePoint properties type is set
SharePoint document isVersionSeriesCheckedOut p...
SharePoint getObjectByPath method
SharePoint repository rootId
SharePoint getObjectByPath test
SharePoint getType method
SharePoint object type - forgot to remove the d...
SharePoint object type
SharePoint updateProperties method
SharePoint move test
SharePoint move method
SharePoint wrong file property name
SharePoint folder properties response
SharePoint createDocument test
SharePoint createDocument method
SharePoint createFolder test
SharePoint createFolder method
SharePoint - updated the tests for the properti...
SharePoint creation/lastModification dates need...
SharePoint getChildren test
SharePoint children JSON responses
SharePoint getChildren method
Extract data from JSON "d" object
SharePoint getFolder test
SharePoint root folder JSON
SharePoint folder creation is now handled