-
Notifications
You must be signed in to change notification settings - Fork 91
[GH-183] Add jaas support #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
raghavaggarwal2308
wants to merge
69
commits into
mattermost-community:master
Choose a base branch
from
Brightscout:add_jaas_support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 68 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
30a2ff8
Add contributing information to README
jasonblais 74a6f0c
Update README.md
jasonblais 18b443c
Create CONTRIBUTING.md
jasonblais 0a41971
Update CONTRIBUTING.md
justinegeffen e9e710d
Apply suggestions from code review
justinegeffen 79dc804
Update CONTRIBUTING.md
justinegeffen a43d1ec
Add support for JaaS
cristifg 6b6c268
Address review comments
cristifg d4f14bb
Fix compatibility mode
cristifg 0e3394c
Address review comments
cristifg 01e20f6
Move plugin struct definitions to model.go
cristifg a476e04
Address review comments
cristifg 4d07154
Keep manifest version 2.0.0
cristifg cd1edfc
Remove generated file from commit
cristifg f4bd5f8
Fix lint issue
cristifg 6f78a25
Fix lint issue
cristifg cc5cf92
Add ts manifest
cristifg 97b6e79
Merge remote-tracking branch 'origin/master' into theunafraid-master
hanzei 250d91d
pull from jasonblais-contribute
a1f9a18
Merge branch 'master' of github.com:theunafraid/mattermost-plugin-jit…
9546ad0
Merge branch 'master' of github.com:mattermost/mattermost-plugin-jits…
2ad938a
[MI-1865] Fixed error in jaas/index.tsx file
ba58fb5
[MI-1865]Added translation
683ef17
[MI-1865]Upgraded UI
947dbaa
[MI-1865]Fixes
06fb874
[MI-1865]Updatedd description of private key
4dae89d
[MI-1865]Removed redundant jaas directory
fd53d20
removed extra console.log statements
e5ca98e
[MI-1865]Review fixes
37f5b93
[MI-1865]Review fixes
467da80
[MI-1865]Review fixes and restored deleted code
3e26435
Self review fix
252c27a
[MI-1917]: Add radio field and input field components
ayusht2810 c00fcfb
[MI-1917] Review fixes
ayusht2810 ed375b9
[MI-1865]Review fixes
612f7d2
[MI-1865]Review fixes
139ae91
[MI-1865]Review fixes
2dc0256
[MI-1917] Review fixes 2
ayusht2810 94aafca
[MI-1917] Pull from MI-1865
ayusht2810 cab2c8b
[MI-1917] Fix TS error
ayusht2810 5254536
Merge pull request #1 from Brightscout/MI-1865
59880af
[MI-1865] Fixed camera and microphone issue
860a2d3
[MI-1917] Review fixes 3
ayusht2810 dc91a52
[MI-1917] Correct prop name
ayusht2810 4b9b0ba
[MI-1865] Fixed failing ci test
ec11210
Removed code to turn off camera and mic by default
ee26016
Fixed lint error
bb91613
Merge pull request #4 from Brightscout/MI-1865
068b8de
[MI-1917] Review fixes 4
ayusht2810 e9ee058
[MI-1917] Review fixes 5
ayusht2810 58adbc3
Merge pull request #3 from Brightscout/MI-1917
ayusht2810 5ab46bf
[MI-2097]:Fixed review fixes given by mattermost on Jaas Support PR (#5)
Kshitij-Katiyar 5d7154d
fixed lint errors
Kshitij-Katiyar 8dd04ef
Merge branch 'master' of github.com:mattermost/mattermost-plugin-jits…
b33b88f
[MI-2371] updated golang.org/x/sys
c13ed5c
Merge pull request #7 from Brightscout/MI-2371_fix
9966780
[MI-2453]:Fixed review comments given by mattermost team on Jitsi PR …
Kshitij-Katiyar ea0313a
[MI-2589]: Fixed the bug of updating the redux state after login and …
Kshitij-Katiyar 0ddc924
[MI-2735]:Added check for loaded script (#12)
Kshitij-Katiyar 2e76cd9
Merge branch 'master' of github.com:mattermost/mattermost-plugin-jits…
4f2a796
Fix lint errors
a7cf239
Fix test cases
6cc34c1
Fix build errors
1d39e73
Merge branch 'master' of github.com:mattermost/mattermost-plugin-jits…
915b5e3
Update webapp/tsconfig.json
425a001
Merge branch 'master' of github.com:mattermost-community/mattermost-p…
89b261c
Fix lint error
a7d92c6
[MM-552] Fix build error
97af4ac
Fix issue: jaas meeting not getting created with appbar button when j…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,8 @@ server/manifest.go | |
|
|
||
| assets/i18n/translate.*.json | ||
|
|
||
| public/jaas | ||
|
|
||
| # Jetbrains | ||
| .idea/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this gitignored?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make dist will automatically generate folder named Jaas inside the public directory