1. 9019419 Build script fix for skd name iOS > 9 by Peter Sutter · 7 years ago trunk
  2. 34b26c6 Release preparation: removed dev tag from version and updated NOTICE and README file by Peter Sutter · 7 years ago
  3. d865cfc CMIS-1040 Fix issues found with static analyzer by Peter Sutter · 7 years ago
  4. 1d0a67d CMIS-1025 OAuth support by Peter Sutter · 7 years ago
  5. 0fc0b02 Updated version numbers in plist (CMIS-898) by Gavin Cornwell · 9 years ago
  6. 3471771 Applied patch for CMIS-898 by Gavin Cornwell · 9 years ago
  7. 101f319 Updated README to reflect updated minimum requirements by Lukas Gross · 9 years ago
  8. 7a262b9 Updated NOTICE file to 2015 by Lukas Gross · 9 years ago
  9. c8d30e5 Execute callback blocks on original thread by Lukas Gross · 9 years ago
  10. a702f12 Fixed bug introduced with previous commit: Response not returned by CMISHttpRequest by Lukas Gross · 9 years ago
  11. 7bc2d8c - Implemented Negative Type Cache by Lukas Gross · 9 years ago
  12. 6464551 Fixed issue in CMISURLUtil that can cause a crash. by Gavin Cornwell · 9 years ago
  13. f65c480 Final part of CMIS-874 (Switch from NSURLConnection to NSURLSession). by Gavin Cornwell · 9 years ago
  14. 82bdca0 Second part of CMIS-874 (Switch from NSURLConnection to NSURLSession). by Gavin Cornwell · 9 years ago
  15. a612d18 First part of CMIS-874 (Switch from NSURLConnection to NSURLSession). by Gavin Cornwell · 9 years ago
  16. 35833dd Update device name to something that exists in Xcode 6.1. by Gavin Cornwell · 10 years ago
  17. 510e275 CMIS-837: Mac OS X build target is required by Gavin Cornwell · 10 years ago
  18. f931664 fix for https://issues.apache.org/jira/browse/CMIS-864 Browser Binding: exception & error response message not parsed by Peter Sutter · 10 years ago
  19. 3820387 - Added interfaces to CMISSession to retrieve latest document revision by Lukas Gross · 10 years ago
  20. 4dabeef Added removePropertyWithId method to CMISProperties and also removed use of "id" as a method parameter. by Gavin Cornwell · 10 years ago
  21. 4b6e51a CMIS-856: Add support for retrieving a users checked out documents by Gavin Cornwell · 10 years ago
  22. 8fba201 CMIS-852: Typo in CMISObjectService API by Gavin Cornwell · 10 years ago
  23. 5be0bcb CMIS-851: Fix NSInvalidArgumentException in [CMISObjectByIdUriBuilder buildUrl] by Gavin Cornwell · 10 years ago
  24. 89202f0 Various improvements: by Gavin Cornwell · 10 years ago
  25. 125a025 Minor adjustment to conditional include for CMIS-831, strangely TARGET_OS_MAC is always set to 1 so the code was not being included for iOS target. by Gavin Cornwell · 10 years ago
  26. fff88b3 Fixed https://issues.apache.org/jira/browse/CMIS-838 (Property definition default value is not being parsed by either binding) by Gavin Cornwell · 10 years ago
  27. b676044 Updated version number to 0.5 by Gavin Cornwell · 10 years ago
  28. 39402db Applied patch for CMIS-831: MacOS target incompatibility issues by Gavin Cornwell · 10 years ago
  29. 7dc1fcc Fixes for the following issues: by Gavin Cornwell · 10 years ago
  30. f497d08 Added NSDateFormatter Cache for CMISQueryStatement by Lukas Gross · 10 years ago
  31. 2e4df32 Updated release script to use version number defined in ObjectiveCMIS/ObjectiveCMIS.xcconfig by Gavin Cornwell · 10 years ago
  32. 8fe5d86 CMIS-823: Apps that use the ObjectiveCMIS static library crash when attempting to use the browser binding by Gavin Cornwell · 10 years ago
  33. 982d830 Added CMISQueryStatement to create proper escaped SQL statements by Lukas Gross · 10 years ago
  34. e5165be Changed CMISAtomWorkspace.h to be a public header. by Gavin Cornwell · 10 years ago
  35. 8fc8fca Populate the localizedFailureReason property from the provided error. by Gavin Cornwell · 10 years ago
  36. baaddac Fixed header visibility of all the new/moved headers (they were not marked as public). by Gavin Cornwell · 10 years ago
  37. 4177bef Added secondaryTypes test (for servers that support the 1.1 binding). by Gavin Cornwell · 10 years ago
  38. bff7778 CMIS-805: Detect when no network is available and return error immediately. by Gavin Cornwell · 10 years ago
  39. 31674ba Merged browser-binding branch to trunk. The main branch therefore now supports the same level of functionality against the atom and browser bindings. by Gavin Cornwell · 10 years ago
  40. 0458a16 CMIS-802: Browser Binding: URL encoder should use RFC-3986 reserved characters for encoding by Lukas Gross · 10 years ago browser-binding
  41. 71c78b0 Removed AtomPub specifics from CMISHttpUploadRequest as discussed on dev mailing list. by Gavin Cornwell · 10 years ago
  42. 153aa16 Moved atom pub specific media types back to CMISAtomPubConstants class, converted the category method declared in CMISURLUtils to a private helper method and renamed the get**Url methods in CMISBrowserBaseService to follow Apple recommendations. by Gavin Cornwell · 10 years ago
  43. 2936c10 CMIS-797: Browser Binding: Create Document fails when no input stream is set by Lukas Gross · 10 years ago
  44. 075bb8a CMIS-795: Browser Binding: Issue when writing date property by Lukas Gross · 10 years ago
  45. b4355fa Final part of re-factoring, moved last set of atom specific constants out of binding session. Also fixed underlying issues to enable all test to pass on both atom and browser bindings (both bindings are now enabled for testing). by Gavin Cornwell · 10 years ago
  46. 2be0706 Re-factor part 2, renamed classes so atom binding class names all at least contain Atom and browser binding class names start with CMISBrowser. Also moved several classes that were in the wrong location. by Gavin Cornwell · 10 years ago
  47. 79c0dba Apply patch provided for CMIS-794, implementation of create document, set content stream and checkin methods for browser binding. by Gavin Cornwell · 10 years ago
  48. 14e1546 Changed "id" and "desc/description" properties to "identifier" and "summary", respectively, as the previous names having other meanings in Objective-C. by Gavin Cornwell · 10 years ago
  49. 4c746b6 CMIS-792: Browser Binding: current state of write support by Lukas Gross · 10 years ago
  50. 6947d2c Fixed some compiler warnings for 64bit architecture by Lukas Gross · 10 years ago
  51. 21f8e6f CMIS-791: Browser Binding: Implemented Query and DeleteObject by Lukas Gross · 10 years ago
  52. 168a0da CMIS-790: Browser Binding: Mergerd with trunk (repository capabilites, move object) by Lukas Gross · 10 years ago
  53. 41e6a50 CMIS-789: Browser Binding: improve error handling in CMISBrowserUtil by Lukas Gross · 10 years ago
  54. 49853bf CMIS-788: Browser Binding: Implement property conversion according to type definition by Lukas Gross · 10 years ago
  55. d2c74db CMIS-785: Create RepositoryCapabilities class that translates all plain text values into appropriate types by Lukas Gross · 10 years ago
  56. ce905a9 CMIS-784: Unit tests: New server env. for 1.1 browser binding. Tests run as non-admin user (applied patch, with some modifications). by Gavin Cornwell · 10 years ago
  57. 45dcdb3 CMIS-787: Browser Binding NSNull issue when serializing json data (applied patch in JIRA issue). by Gavin Cornwell · 10 years ago
  58. eb711b4 Add delay before checking in document in testCheckoutCheckin method to mitigate intermittent test failures. by Gavin Cornwell · 10 years ago
  59. c3e8171 Applied patch for CMIS-784. Updated test configuration to use new 4.2 server (old ones are still present but disabled). Also changed test user so we're not using admin or the root of the repository. by Gavin Cornwell · 10 years ago
  60. 1e84b7e CMIS-786: Implement read support for browser binding by Lukas Gross · 10 years ago
  61. b81b1f1 CMIS-778: Implementation of moveObject in object services of the atomPub binding by Lukas Gross · 10 years ago
  62. 2c7b0fb Prepared release by Lukas Gross · 10 years ago
  63. 6d38290 Fixed other occurrences of the pattern that causes cancel requests to be ignored. by Gavin Cornwell · 10 years ago
  64. d240a58 Fixed issue with canceling create operations, calling cancel on the returned request object for create folder and create document methods had no effect. by Gavin Cornwell · 10 years ago
  65. 6adb3a4 Run tests against the latest available SDK rather than a hard-coded one. by Gavin Cornwell · 10 years ago
  66. 0ed9fee Skeleton implementation of the browser binding. A session can be created, from which the repository info and root folder can be retrieved. Individual objects and their children can be retrieved. The first four existing tests are also passing when run using the browser binding. by Gavin Cornwell · 10 years ago
  67. 0a4e5e9 Set <chemistry:filename> attribute to write name also in (readonly) filename property of repository (fixed as in Open CMIS) by Lukas Gross · 10 years ago
  68. c74363e Reverted the previous project settings change as it's caused the unit tests to stop running. by Gavin Cornwell · 10 years ago
  69. 88e95d2 Updated project settings to fix Xcode warnings. by Gavin Cornwell · 10 years ago
  70. 988cfdd Made the recently added files public so they get included in the build output. by Gavin Cornwell · 10 years ago
  71. ac4c723 Branch for browser binding by Gavin Cornwell · 10 years ago
  72. 75fa3ac Added principalIdAnonymous and principalIdAnyone to CMISRepositoryInfo by Lukas Gross · 10 years ago
  73. 37c0f17 Removed *stop flag for canceling transmission requests by Lukas Gross · 10 years ago
  74. d6922d3 Added fixes so that all Unit Tests are green again by Lukas Gross · 10 years ago
  75. d891848 Fixed Project File and Unit Tests by Lukas Gross · 10 years ago
  76. 6b0a4a1 Resume download (download files with range) by Lukas Gross · 10 years ago
  77. 1ce36d0 Added XCode workspace folder with ignore property for xccheckout files. by Gavin Cornwell · 10 years ago
  78. e8cc6db Added support for checkin, checkout and cancel checkout on the versioning service. by Gavin Cornwell · 10 years ago
  79. c8e5b36 Build script fixes (also made scheme shared) by Gavin Cornwell · 10 years ago
  80. 28a1896 Migrated unit tests to use XCUnit from SenTest by Gavin Cornwell · 10 years ago
  81. 203183e Changes as a result of recent Apple recommendations surrounding support for 64 bit and modern Objective-C syntax. Also some cleanup of unused imports in implementation files. by Gavin Cornwell · 10 years ago
  82. 9a90a4e Bug fixes (network requests continue on background threads, CMISDateUtil was not thread safe, title element not XML escaped), code tidy and fixed typos. by Gavin Cornwell · 10 years ago
  83. 189d30d Fixed uploaded bytes value in progress callback method: Value now reflects the size of actual uploaded data rather than the base64 encoded size by Lukas Gross · 10 years ago
  84. e406f58 added auto-retrieval of CMISTypeDefinition (like in OpenCMIS), added support for 'versionable' and 'contentStreamAllowed' properties in CMISDocumentTypeDefinition by Peter Eberlein · 11 years ago
  85. 14b2dce Patch from Mike Hatfield to fix a malformed <title> element during update by Peter Eberlein · 11 years ago
  86. c2951d3 update to project file for added files by Peter Eberlein · 11 years ago
  87. bc61d0a added type cache by Peter Eberlein · 11 years ago
  88. 83a6033 added CMISStandardUntrustedSSLAuthenticationProvider to support untrusted SSL connections in test environments as suggested by Mike Hatfield @Alfresco by Peter Eberlein · 11 years ago
  89. 8dba591 Moved CMISLog macros back to CMISLog.h but guarded them with #if !defined. As a results, consumers do not need to add own CMISLog macros to their .pch but they can if they wish to. by Peter Eberlein · 11 years ago
  90. 447b7b4 Moved CMISLog macros to .pch to make it is easier for consumers to replace the default implementation with their own by Peter Eberlein · 11 years ago
  91. 57126d3 Another fix for the base64 stream implementation that addresses three issues: by Peter Eberlein · 11 years ago
  92. 6ef3e15 fix for creating a document with no content stream by Peter Eberlein · 11 years ago
  93. 5b6364a Discarded all changes made to support untrusted server certificates (TrustedSSL parameter). This functionality will be re-implemented for those who need it in the CMISAuthenticationProvider as it is done in OpenCMIS. by Peter Eberlein · 11 years ago
  94. e60f077 retrieveFolderWithOperationContext always passed on nil as NSError - this caused meaningless error messages upstream by Peter Schmidt · 11 years ago
  95. c3fcfe9 we can actually use [url host] instead of [url absoluteString] when verifying the host name by Peter Schmidt · 11 years ago
  96. 8fb6a75 renamed TrustedSSL constant to something more meaningful; added comments; also check the server URL against the expected one before trusting it by Peter Schmidt · 11 years ago
  97. adcfb77 A parameter has been introduced to CMISSessionParameters to allow the setting of a flag indicating an SSL server is trusted. This flag is then checked in the Request class to see if we should handle self-certified SSL servers. The default is NO. by Peter Schmidt · 11 years ago
  98. 73a5b86 consistent use of UTF8 Strings instead of ASCII. AuthenticationProvider to deal with self-certifying servers (NSURLAuthenticationMethodServerTrust). The build script uses 1 parameter (Debug or Release) for building. If you upgraded to the latest version of XCode - please clean the build directory. You may also have to clear the precompiled header cache. by Peter Schmidt · 11 years ago
  99. ce41fdb replaced malloc with foundation classes. some adjustments for the unit tests were necessary due to restructuring of test data on Amazon server by Peter Schmidt · 11 years ago
  100. 532b65a - Fixed a double PUT, updating properties on a node was calling the same PUT call twice which by Gavin Cornwell · 11 years ago