mattermost-plugin-zoom icon indicating copy to clipboard operation
mattermost-plugin-zoom copied to clipboard

Zoom plugin for Mattermost :electric_plug:

Results 57 mattermost-plugin-zoom issues
Sort by recently updated
recently updated
newest added

Help Wanted
Hacktoberfest
Difficulty/1:Easy
Type/Enhancement

#### Summary Since the new API was in v6, i had to migrate the dependency from v5 to v6, hence the many changes. Added two new webhook support which checks...

#### Summary Viewing the second commit in isolation will make reviewing this PR much more straightforward, since I moved around some code in the first commit. Description copied from https://github.com/mattermost/mattermost-plugin-zoom/issues/278:...

2: Dev Review
3: QA Review

Zoom has changed how their webhook setup works, and requires some logic on our end to validate the webhook is setup properly. This involves: - [Validating the webhook](https://marketplace.zoom.us/docs/api-reference/webhook-reference/#validate-your-webhook-endpoint) during setup...

Zoom announced that they have deprecated JWT in favor of Server-to-Server OAuth for account-level API access. https://marketplace.zoom.us/docs/guides/build/jwt-app/jwt-faq/ Are there plans to include Server-to-Server OAuth options for this plugin? We have...

Help Wanted
Up For Grabs

- https://github.com/mattermost/mattermost-plugin-zoom/pull/237 - https://github.com/mattermost/mattermost-plugin-zoom/pull/233 - https://github.com/mattermost/mattermost-plugin-zoom/pull/269 - https://github.com/mattermost/mattermost-plugin-zoom/pull/253

This reverts commit 65af542cb1f059ea43085e29c29d0a536a14df6a. #### Summary This feature is partially holding up the next release, as it currently has functional and cosmetic issues. If we revert this PR, we just...

**i don't have fix steps to regenerate the issue but maybe the console logs will help you** https://user-images.githubusercontent.com/89907719/141178114-794363f6-3e2d-44c5-b4dc-eb87d4184d95.mp4 ![Screenshot from 2021-11-10 18-04-36](https://user-images.githubusercontent.com/89907719/141178140-9f77cc0a-e5eb-4dd3-b1f3-84e5cc4529f5.png) ![Screenshot from 2021-11-10 18-24-09](https://user-images.githubusercontent.com/89907719/141178155-5eb9baba-5abd-4ce6-88df-57f0bff687a2.png)

Duplicate

Right now, on Account Level OAuth, OAuth tokens are updated when the token gets refreshed. https://github.com/mattermost/mattermost-plugin-zoom/blob/2acac55e7fc60b0da7cb7f6c3ef17f33a844cd78/server/zoom/oauth.go#L101-L120 This should be also done for User Level Apps. Also, it would be nice...

Type/Bug