Skip to content

Commit

Permalink
Add v1.3.0 of mattermost-plugin-zoom to the Marketplace (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Apr 3, 2020
1 parent 0de6b00 commit b37f64c
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/statik/statik.go

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,81 @@
},
"updated_at": "2019-06-11T14:04:45Z"
},
{
"homepage_url": "https://github.com/mattermost/mattermost-plugin-zoom",
"icon_data": "",
"download_url": "https://github.com/mattermost/mattermost-plugin-zoom/releases/download/v1.3.0/zoom-1.3.0.tar.gz",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-zoom/releases/tag/v1.3.0",
"signature": "iQIzBAABCAAdFiEExViBuA9p6GO4WtXR0bVLR6XO/sQFAl5C0nYACgkQ0bVLR6XO/sR69xAAlK4Qgzu4dKNOXfkgmkFf2+5m54DW4m2ykVUsHtZvRCX6V8CpoWo1x9NzbUpYCKQ4v4nRXCTmKbALgBX8lNcyEriNhbI0Apk7IYK06tWNtXdJEXEAco+n8K4kl2O78bhNP034J7aCvh+T6NXHwDImTAeteGV4Q1SR7gC/zGFye+JdAvBj8wgFO6Y3jit9jMnLvHhK0F45Du2YrijUdsbQ+dPLuq+IzBDXAXsMsbRgBXIVEAyaJgPVtOXaRpGeFrkCegg0ttLgrcSQiYEEOQRF4eaoF1y8ud1fA7D1X7dyvL8m1yMQ+mu//9w8W5XVakppCzP6VWxg+ieAShmF0YEnRjLn0evAQ7fRYqsu2dHvc/uDgwK3fuZ+K5GKABkKxB43pr+wTsFXazQukaxPrvDeP9uKhLxxLHsWRvhBQn9HBPemVrYF7SPU26UWZ8xLpgiNnUbtHq5vnfuujn/Jj09XzxolwPIyFf1oJhAo9HlBGhzmJMrcIOkkKKpmmzmb8Q/KpQta4iAaQmPAJUxukgEccsHBMhwDhObkofFOUcXCl/U86vXf3Yb/+r3oOYtqZGjwoQ70KxRCvTLnLtpeqkgN5XqIAJpbDb5KFrgq/SJ/p4Eooa70mTMQwshBO2Pv8NOw6eijN/NFukV43HyJqAKLZGC1YQ7tryV+Z4sPYK6sksw=",
"manifest": {
"id": "zoom",
"name": "Zoom",
"description": "Zoom audio and video conferencing plugin for Mattermost 5.2+.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-zoom",
"support_url": "https://github.com/mattermost/mattermost-plugin-zoom/issues",
"version": "1.3.0",
"min_server_version": "5.12.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
},
"executable": ""
},
"webapp": {
"bundle_path": "webapp/dist/main.js"
},
"settings_schema": {
"header": "",
"footer": "Use this webhook URL to set up the Zoom plugin. See [documentation](https://about.mattermost.com/default-zoom-documentation) to learn more.\n\n```https://SITEURL/plugins/zoom/webhook?secret=WEBHOOKSECRET```",
"settings": [
{
"key": "ZoomURL",
"display_name": "Zoom URL",
"type": "text",
"help_text": "The URL for a self-hosted private cloud or on-premise Zoom server. For example, https://yourzoom.com. Leave blank if you're using Zoom's vendor-hosted SaaS service.",
"placeholder": "https://zoom.us",
"default": null
},
{
"key": "ZoomAPIURL",
"display_name": "Zoom API URL",
"type": "text",
"help_text": "The API URL for a self-hosted private cloud or on-premise Zoom server. For example, https://api.yourzoom.com/v2. Leave blank if you're using Zoom's vendor-hosted SaaS service.",
"placeholder": "https://api.zoom.us/v2",
"default": null
},
{
"key": "APIKey",
"display_name": "API Key",
"type": "text",
"help_text": "The API Key generated by Zoom, used to create meetings and pull user data.",
"placeholder": "",
"default": null
},
{
"key": "APISecret",
"display_name": "API Secret",
"type": "text",
"help_text": "The API Secret generated by Zoom for your API key.",
"placeholder": "",
"default": null
},
{
"key": "WebhookSecret",
"display_name": "Webhook Secret",
"type": "generated",
"help_text": "The secret used to authenticate the webhook to Mattermost.",
"regenerate_help_text": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing Zoom plugin.",
"placeholder": "",
"default": null
}
]
}
},
"updated_at": "2020-02-07T15:38:44Z"
},
{
"homepage_url": "https://github.com/mattermost/mattermost-plugin-zoom",
"icon_data": "",
Expand Down

0 comments on commit b37f64c

Please sign in to comment.