Skip to content

Releases: CompuMasterGmbH/CompuMaster.OpenCollaborationService

v2024.11.05.100

Choose a tag to compare

@jochenwezel jochenwezel released this 05 Nov 16:44

v2022.06.24.100

Choose a tag to compare

@jochenwezel jochenwezel released this 24 Jun 18:36

Breaking Changes

  • Redesigned OCS interfaces for fixing bad architecture
    • added expiryDate arguments for Share API
    • added argument for name/label (link shares only)
    • renamed a ResponseError to ResponseException
    • renamed ShareWith* methods to CreateShareWith*

Added features

Changes

  • Full Changelog: v2022.6.20.100...v2022.06.24.100
  • fixed lots of unit tests
  • fixed lots of issues uncovered by working unit tests
  • fixed lots of issues depending on NextCloud vs. OwnCloud OCS API
  • fixed several minor issues

v2022.6.20.100

Choose a tag to compare

@jochenwezel jochenwezel released this 21 Jun 08:27

Breaking Changes

  • Redesigned OCS interfaces for fixing bad architecture
    • bool functions are void, now, but throw Exceptions with details on error if it fails (instead of just reporting that it wasn't succesful)
    • renamed a few classes to better reflect their purpose, especially "Client" is now "OcsClient"

Changes

Known Issues

  • method UpdateShare still always fails (at least with OwnCloud's latest version) for no response is delivered by OwnCloud server, see #1

v2022.6.3.100

Choose a tag to compare

@jochenwezel jochenwezel released this 03 Jun 16:21
a9ff7d8
Update README.md

Initial release

Choose a tag to compare

@jochenwezel jochenwezel released this 03 Jun 16:01

Release highlights

  • upgraded RestSharp dependency
  • ready to start within your project (unlike owncloud-sharp project, there is no need for manually copying any files)