Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pvgritsenko-ansible pushed 5 commits to develop pvgritsenko-ansible/ZoomNet
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Fix incorrect JsonPropertyName in CallHandlingSettings 5c494f3
- Remove extra '/' in URL 3b61369
- Call-handling settings issues (#380) * Fix call-handling issues * remove extra jsonConverter fix call handling ... e51cd08
pvgritsenko-ansible created a comment on a pull request on Jericho/ZoomNet
> I took care of the duplicate JsonPropertyName in CallHandlingSettings. > > I also found an extra slash in this URL in Phone.cs: `.PatchAsync($"/phone/extension/{extensionId}/call_handling/sett...
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Yes, I also have found this issue, but I was sure that I've already fixed it in present pull request...
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Yeah, thanks, fixed!
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Oh, that's right, thanks! JsonDerivedType attribure added to CallHandlingSubsettingsBase.
pvgritsenko-ansible pushed 1 commit to issue/call-handling-settings-update-issues pvgritsenko-ansible/ZoomNet
- remove extra jsonConverter fix call handling settings update url d4396c5
pvgritsenko-ansible opened a pull request on Jericho/ZoomNet
Call-handling settings issues
There are number of issues related with Zoom phone user's cla-handling settings updating: Fixes: 1. Added CallHandlingSubsettingsConverter to correctly restore inherited CallHandlingSubsettings...pvgritsenko-ansible pushed 6 commits to develop pvgritsenko-ansible/ZoomNet
- Throw when undefine enum value Resolves #376 8ee30c2
- Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
- Sort the scopes (for convenience) da559d8
- Formatting 2a35741
- Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
- Sort integration tests alphabetically 8d9fcd9
pvgritsenko-ansible created a branch on pvgritsenko-ansible/ZoomNet
issue/call-handling-settings-update-issues - .NET client library for the Zoom.us REST API v2
pvgritsenko-ansible pushed 8 commits to develop pvgritsenko-ansible/ZoomNet
- XML comment mus end with a period e1b9958
- Fix integration test f493911
- Refresh build script ed13511
- Merge branch 'release/0.83.0' ca7a7fc
- Merge branch 'main' into develop 417ea84
- Fix integration test c427777
- Fix typo in comment 2cf486b
- Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
pvgritsenko-ansible deleted a branch pvgritsenko-ansible/ZoomNet
feature/update-call-handling-settings-and-get-user-presence-status
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Oops, fixed! Thank you!
pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Glad to help on improving usefull lib=)
pvgritsenko-ansible opened a pull request on Jericho/ZoomNet
Update call handling settings and get user presence status
Implemented followig endpoints: 1. GetPresenceStatusAsync to get user's current status 2. UpdateCallHandlingSettingsAsync to update call handling settingspvgritsenko-ansible pushed 1 commit to feature/update-call-handling-settings-and-get-user-presence-status pvgritsenko-ansible/ZoomNet
- PresenceStatusResponse model nullable properties 6adbfcb
pvgritsenko-ansible pushed 1 commit to feature/update-call-handling-settings-and-get-user-presence-status pvgritsenko-ansible/ZoomNet
- Add PresenceStatusResponse to the ZoomNetJsonSerializerContext 2e09866
pvgritsenko-ansible created a branch on pvgritsenko-ansible/ZoomNet
feature/update-call-handling-settings-and-get-user-presence-status - .NET client library for the Zoom.us REST API v2
pvgritsenko-ansible pushed 60 commits to develop pvgritsenko-ansible/ZoomNet
- Add "Async" postfix to CreateTemplateFromExistingMeeting Resolves #356 e870321
- Refresh build script including changes for GitVersion 6.0 da6dadd
- Add DownloadAccessToken to the Recording model class bb208fb
- Modify CloudRecordings.GetRecordingInformationAsync to retrieve the access token and modify DownloadFileAsync to acce... 9ab19c7
- Fix XML comment fc1edf3
- Fix unit test f90771b
- Change the default TTL to 7 days (rather than 5 minutes) 8876f4d
- use inheritdoc instead of duplicating XML comment e5ebd60
- Improve XML comment b726580
- Refresh build script to fix problem when calculating PackageVersion ca093dd
- Unit test to demonstrate the problem with alternate token being ignored when invoking CloudRecordings.DownloadFileAsync f66a8b5
- Fix the problem with alternate token being ignored when invoking CloudRecordings.DownloadFileAsync 11f4f56
- Improve integration test to specify download token when invoking CloudRecordings.DownloadFileAsync 9959af4
- Remove duplicate XML comment f53c088
- Remove duplicate XML comment ee25e3c
- Remove duplicate XML comment 1afe8b2
- Use FullSemVer to calculate PackageVersion f21114d
- Merge branch 'feature/download_access_token' into develop Resolves #348 e8bed59
- Remove '+' character from SemVer when generating nuget package e8d0ae4
- Merge branch 'release/0.80.0' 9ed8171
- and 40 more ...