Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Jericho/ZoomNet

Jericho pushed 5 commits to feature/workspaces_resource Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • (GH-197) Add the Workspaces resource 9b1e3d2
  • Formatting 1e9fa49

View on GitHub

Jericho pushed 7 commits to feature/devices_resource Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • (GH-15) Add the Devices resource and method to retrieve all devices 2a8ec7e
  • Remove commented out code e314bdf
  • Fixes due to recent rebase 750260d
  • Formatting 34abe2b

View on GitHub

Jericho pushed 7 commits to feature/groups_resource Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • (GH-7) Get all groups 0e17d90
  • Fixes due to recent rebase 86cbcf2
  • Fix issues due to recent rebase 96d3c15
  • Fix issue due to recent rebase 2581125

View on GitHub

Jericho pushed 11 commits to feature/graphql_client Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • Improve README.md c68b2ad
  • Add a client for GraphQl queries ebfd197
  • ZoomGraphQLClient should accept IConnectionInfo rather than individual oauth connection parameters. This will allow ... 52b9e70
  • Add comment to explain connectionInfo validation 1d85b0e
  • First draft of SendQueryAsync ab40c57
  • Add a simpler query for debugging purposes e0c079d
  • Use the provided cancellation token when running the integration tests 6aa5230
  • Upgrade the GraphQL.Client nuget packages 61e2191

View on GitHub

Jericho pushed 5 commits to feature/trackingfields_resource Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • (GH-16) Add the TrackingFields resource cd91efb
  • Formatting dea7525

View on GitHub

Jericho pushed 8 commits to feature/events_resource Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • Add Events resource 65a4082
  • Add Event to the serializer context f876f3f
  • Fix copy/paste c3799ef
  • (doc) Fix ambiguous cref in XML comment 3f1a301
  • Add the CreateSimpleAsync method 7bb81b8

View on GitHub

Jericho pushed 6 commits to feature/rooms_resource Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • (GH-28) Add the Rooms resource and a methods to retrieve all rooms 1344d4a
  • Fixes due to recent rebase 0459aec
  • Formatting bb57a3a

View on GitHub

Jericho pushed 15 commits to feature/marketplace Jericho/ZoomNet
  • Sort integration tests alphabetically 8d9fcd9
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • Add the marketplace resource 09dcf4c
  • Add methods to get public and account created apps 26431af
  • Add method to retrieve user's entitlements 6535f68
  • Fix GetUserEntitlementsAsync ccbee87
  • Add GetAppsPastRequestsAsync and GetAppsActiveRequestsAsync c181677
  • Add GetPastUserAppRequestsAsync and GetActiveUserAppRequestsAsync 4b958af
  • Update serializer context 5cd781a
  • More methods on the Marketplace resource 479503c
  • paginatedCreatedApps.Records.Length d2a12cb
  • Formatting 994f54e
  • Add the CreateEventSubscription method b8f866e
  • Add GetAppInfoAsync method to the Marketplace resource e70539b

View on GitHub

Jericho pushed 8 commits to feature/contact_center Jericho/ZoomNet
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
  • Fix typo 3f1428f
  • (GH-220) Add the contact center resource 94f1dbd
  • (GH-220) Integration tests for Contact Center 0a9d237
  • (GH-220) Improve how we check for errors in Zoom API responses to account for the fact that error JSON from Contact ... 0ce32bf
  • Formatting ffad930
  • Fix GetErrorMessageAsync 33341c0
  • Fix the url in the SearchUserProfilesAsync method e90ab5e

View on GitHub

Jericho created a comment on a pull request on Jericho/ZoomNet
You and I were typing messages to each other pretty much at the same time, so I want to make sure you saw my comment regarding the two properties with the same `JsonPropertyName`.

View on GitHub

Jericho created a review comment on a pull request on Jericho/ZoomNet
oh and one more important detail: you have two properties in the CallHandlingSubsettings class that are configured with the same `JsonPropertyName`. This leads to `System.InvalidOperationException ...

View on GitHub

Jericho created a review on a pull request on Jericho/ZoomNet

View on GitHub

pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Yeah, thanks, fixed!

View on GitHub

pvgritsenko-ansible created a review on a pull request on Jericho/ZoomNet

View on GitHub

pvgritsenko-ansible created a review comment on a pull request on Jericho/ZoomNet
Oh, that's right, thanks! JsonDerivedType attribure added to CallHandlingSubsettingsBase.

View on GitHub

pvgritsenko-ansible created a review on a pull request on Jericho/ZoomNet

View on GitHub

Jericho pushed 1 commit to develop Jericho/ZoomNet

View on GitHub

Jericho created a review comment on a pull request on Jericho/ZoomNet
The base URI in the ZoomNetClient already contains `v2` therefore you don't need it here. The issue is that you have a `/` prefix. Simply remove the extra `/` and it should solve the problem. Like...

View on GitHub

Jericho created a review comment on a pull request on Jericho/ZoomNet
I am guessing you created this custom converter because the serializer in System.Text.Json is not polymorphic by default. Which means that, when serializing an object, you end up with the propertie...

View on GitHub

Jericho created a review on a pull request on Jericho/ZoomNet
Thanks for testing. I'm glad you caught these problems.

View on GitHub

Jericho created a review on a pull request on Jericho/ZoomNet
Thanks for testing. I'm glad you caught these problems.

View on GitHub

Jericho pushed 1 commit to develop Jericho/ZoomNet
  • Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75

View on GitHub

Jericho pushed 1 commit to feature/marketplace Jericho/ZoomNet
  • Add GetAppInfoAsync method to the Marketplace resource c8cf075

View on GitHub

Jericho created a comment on an issue on Jericho/ZoomNet
It didn't occur to me that [tamasss84](https://devforum.zoom.us/u/tamasss84) was you!!!! I thought it was some other developer reporting the same problem which is why I asked that person to publicl...

View on GitHub

TamasSzilagyi84 created a comment on an issue on Jericho/ZoomNet
@Jericho I have just asked her to DM me so we can share the necessary information with her.

View on GitHub

TamasSzilagyi84 created a comment on an issue on Jericho/ZoomNet
@Jericho Sorry for the late reply, but we have been quite busy lately. So far, `Web Browser Chrome 130` appears to be the only suspicious device name I could replicate. It seems that "130" repres...

View on GitHub

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...
Jericho pushed 1 commit to feature/marketplace Jericho/ZoomNet
  • Add the CreateEventSubscription method 8ee47f9

View on GitHub

Jericho pushed 1 commit to feature/marketplace Jericho/ZoomNet
  • Add the CreateEventSubscription method 399479a

View on GitHub

Jericho pushed 2 commits to feature/contact_center Jericho/ZoomNet
  • Fix GetErrorMessageAsync 06efaaa
  • Fix the url in the SearchUserProfilesAsync method 8137cdf

View on GitHub

Load more