Author: psutter
Date: Tue May 16 10:33:32 2017
New Revision: 1795295
URL: http://svn.apache.org/viewvc?rev=1795295&view=rev
Log:
CMIS-1025 OAuth support
CMIS-1026 Content download: On server error, response body is written to
OutputStream
CMIS-1027 Per-App-VPN issue
CMIS-1028 Browser Binding: Implement ACL service
CMIS-1029 Deprecation warnings for newer iOS deployment targets
CMIS-1030 Issue when baseType is not cmis:folder or cmis:document
CMIS-1031 Browser Binding: Implement retrieveContentChanges in discovery service
Added:
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/AtomPub/CMISAtomPubAclService.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/AtomPub/CMISAtomPubAclService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserAclService.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserAclService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISChangeEvent.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISChangeEvent.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISChangeEventInfo.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISChangeEventInfo.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISChangeEvents.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISChangeEvents.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISPolicyIdList.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISPolicyIdList.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Client/CMISItem.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Client/CMISItem.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISOAuthAuthenticationProvider.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISOAuthAuthenticationProvider.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISOAuthToken.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISOAuthToken.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISOAuthHttpRequest.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISOAuthHttpRequest.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISOAuthHttpResponse.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISOAuthHttpResponse.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISURLSessionUtil.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISURLSessionUtil.m
Modified:
chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/project.pbxproj
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/AtomPub/CMISAtomPubBinding.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/AtomPub/CMISAtomPubDiscoveryService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/AtomPub/CMISAtomPubObjectByIdUriBuilder.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/AtomPub/CMISAtomPubObjectByPathUriBuilder.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBroswerFormDataWriter.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBroswerFormDataWriter.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserBinding.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserConstants.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserConstants.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserDiscoveryService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserNavigationService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserObjectService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserUtil.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserUtil.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/Browser/CMISBrowserVersioningService.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISAclService.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISBindingSession.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISDiscoveryService.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Bindings/CMISQueryStatement.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Client/CMISObject.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Client/CMISObject.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Client/CMISSession.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Client/CMISSession.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISAuthenticationProvider.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISConstants.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISConstants.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISEnums.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISEnums.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISErrors.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISErrors.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISObjectData.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISSessionParameters.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISSessionParameters.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISStandardAuthenticationProvider.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Common/CMISStandardUntrustedSSLAuthenticationProvider.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/ObjectiveCMIS.xcconfig
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISDateUtil.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISDefaultNetworkProvider.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISDefaultNetworkProvider.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpDownloadRequest.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpRequest.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpRequest.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpResponse.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpUploadRequest.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISMimeHelper.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISMimeHelper.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISObjectConverter.h
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISObjectConverter.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISReachability.m
chemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISURLUtil.m
chemistry/objectivecmis/trunk/ObjectiveCMISTests/ObjectiveCMISTests.m