Releases: CompuMasterGmbH/CompuMaster.OpenCollaborationService
Releases · CompuMasterGmbH/CompuMaster.OpenCollaborationService
v2024.11.05.100
Full Changelog: v2022.06.24.100...v2024.11.05.100
v2022.06.24.100
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
- added OCS Sharee API, see
- added support for more share types
- added property ShareType for Share class to report the exact share type for all known and unknown share types
- added RemoteShare support
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
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
- Full Changelog: v2022.6.3.100...v2022.6.20.100
- fixed lots of unit tests
- fixed lots of issues uncovered by working unit tests
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
Update README.md
Initial release
Release highlights
- upgraded RestSharp dependency
- ready to start within your project (unlike owncloud-sharp project, there is no need for manually copying any files)