Skip to content

Commit

Permalink
Merge branch 'main' into v-pritka/meeting-samples-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithvi-MSFT committed Apr 19, 2023
2 parents a25280d + 4be0ed9 commit 7bd6522
Show file tree
Hide file tree
Showing 344 changed files with 97,835 additions and 69,164 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-complete-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ jobs:

- project_path: 'samples/tab-app-monetization/nodejs/ClientApp'
name: 'tab-app-monetization'
version: '18.x'
version: '16.x'

- project_path: 'samples/tab-device-permissions/nodejs'
name: 'tab-device-permissions'
Expand Down Expand Up @@ -874,11 +874,18 @@ jobs:
- project_path: 'samples/app-cache-meetings/nodejs'
name: 'app-cache-meetings'
version: '18.x'


- project_path: 'samples/app-anonymous-users/nodejs/ClientApp'
name: 'app-anonymous-users'
version: '18.x'

- project_path: 'samples/bot-sso-adaptivecard/nodejs'
name: 'bot-sso-adaptivecard'
version: '18.x'

- project_path: 'samples/bot-teams-authentication/nodejs'
name: 'bot-teams-authentication'
version: '18.x'

fail-fast: false
name: Build all "${{ matrix.name }}" nodejs
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
|2| Teams Conversation Bot SSO quick-start | Messaging and conversation event handling hello world with SSO. | [View][bot-conversation-sso-quickstart#csharp_dotnetcore] | [View][bot-conversation-sso-quickstart#js]| | |
|3| Teams Conversation Bot | Messaging and conversation event handling. | [View][bot-conversation#cs]| [View][bot-conversation#js]| [View][bot-conversation#python] | [View][bot-conversation#java] |[View](/samples/bot-conversation/csharp/demo-manifest/bot-conversation.zip)
|4| Message Reactions | Demonstrates how to create a simple bot that responds to Message Reactions | [View][bot-message-reaction#cs] | [View][bot-message-reaction#js] | | [View][bot-message-reaction#java]|[View](/samples/bot-message-reaction/csharp/demo-manifest/bot-message-reaction.zip)
|5| Authentication with OAuthPrompt| Authentication and basic messaging in Bot Framework v4. | [View][bot-teams-authentication#cs]| [View][bot-conversation-sso-quickstart#js] | [View][bot-teams-authentication#python] | [View][bot-teams-authentication#java]|[View](/samples/bot-teams-authentication/csharp/demo-manifest/bot-teams-authentication.zip)
|5| Authentication with OAuthPrompt| Authentication and basic messaging in Bot Framework v4. | [View][bot-teams-authentication#cs]| [View][bot-teams-authentication#nodejs] | [View][bot-teams-authentication#python] | [View][bot-teams-authentication#java]|[View](/samples/bot-teams-authentication/csharp/demo-manifest/bot-teams-authentication.zip)
|6| Teams File Upload | Exchanging files with a bot in a one-to-one conversation. | [View][bot-file-upload#cs] | [View][bot-file-upload#js] | [View][bot-file-upload#python] | [View][bot-file-upload#java]|[View](/samples/bot-file-upload/csharp/demo-manifest/bot-file-upload.zip)
|7| Task Module | Demonstrating how to retrieve a Task Module and values from cards in it, for a Messaging Extension. | [View][bot-task-module#cs] | [View][bot-task-module#js] | [View][bot-task-module#python] | [View][bot-task-module#java]|[View](/samples/bot-task-module/csharp/demo-manifest/bot-task-module.zip)
|8| Start new thread in a channel | Demonstrating how to create a new thread in a channel. | [View][bot-initiate-thread-in-channel#cs] | [View][bot-initiate-thread-in-channel#js] | [View][bot-initiate-thread-in-channel#python] | [View][bot-initiate-thread-in-channel#java] |[View](/samples/bot-initiate-thread-in-channel/csharp/demo-manifest/bot-initiate-thread-in-channel.zip)
Expand Down Expand Up @@ -406,6 +406,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
[msgext-action#js]:samples/msgext-action/nodejs
[msgext-link-unfurling#js]:samples/msgext-link-unfurling/nodejs
[bot-conversation-sso-quickstart#js]:samples/bot-conversation-sso-quickstart/js
[bot-teams-authentication#nodejs]:samples/bot-teams-authentication/nodejs

[bot-conversation#java]:samples/bot-conversation/java
[bot-file-upload#java]:samples/bot-file-upload/java
Expand Down
3 changes: 3 additions & 0 deletions samples/app-anonymous-users/nodejs/ClientApp/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PORT = 3978
REACT_APP_MICROSOFT_APP_ID="{{Microsoft-App-id}}"
REACT_APP_FACEBOOK_APP_ID="{{FacebookAppId}}"
23 changes: 23 additions & 0 deletions samples/app-anonymous-users/nodejs/ClientApp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit 7bd6522

Please sign in to comment.