-
Notifications
You must be signed in to change notification settings - Fork 509
↕️ Split participants into 👤 Attendees and ⏳ Sessions #4324
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
99dd713
Only use numeric tokens for conversations when sip is configured
nickvergessen 688d3b1
Add a setting which groups can enable SIP in conversations
nickvergessen d955555
Add dial-in info and fix group display names
nickvergessen 6ad483c
Add SIP status column to rooms table
nickvergessen ca9ebc2
Fix unit tests?
nickvergessen 845c53f
More strict token generation
nickvergessen f76a2ad
Add a shared secret
nickvergessen ab2e30a
Allow the SIP bridge to get the room data
nickvergessen 89bdbe0
Add an endpoint to enable the SIP per conversation
nickvergessen 2ae9926
Check if the SIP is configured
nickvergessen c4a16e6
Add UI option to enable SIP
nickvergessen a4543ae
Notify the HPB about SIP changes
nickvergessen 61504d5
Add a phone icon for SIP phone users
nickvergessen 94cea96
Fix PHP CS
nickvergessen 20bc007
No mix of _ and -
nickvergessen 4706b55
401 Unauthorized when the SIP headers are provided but invalid
nickvergessen 3b8299f
Split table of participants into attendees and sessions
nickvergessen eae9ad7
Move participants table in Manager to attendees
nickvergessen 3c1cb1d
Remove updating-methods from Participant object
nickvergessen a961a26
Fix casting of values
nickvergessen c19f07c
Fix function usage
nickvergessen 311aa4b
Currently ignore session handling in chat controller
nickvergessen 1912c91
Fix joining a room for users
nickvergessen f2d5dac
Add a function to change the participant type
nickvergessen ccfd918
Fix loading a Room by session
nickvergessen f905186
Fix getting the list of participants
nickvergessen 9fed7b6
Fix joining as a guest and leaving a conversation as a session
nickvergessen b76b92f
Fix creating conversations and adding participants
nickvergessen 542c379
Further adjustments in the RoomController
nickvergessen 6c20e59
Move Room::getParticipantUserIds() to participant service
nickvergessen b7c7838
Fix sharing code
nickvergessen cc93851
Move counting functions to participant service
nickvergessen c41b57b
Allow to include/ignore guest moderators
nickvergessen 1062736
Fix adding participants to file rooms
nickvergessen 9666866
Only use addUsers and joinRoom from Participant service
nickvergessen 204d80f
Update the session correctly
nickvergessen ad6a3ae
Move changeInCall to particiant service
nickvergessen 1acb100
Fix session handling so lobby can kick you correctly
nickvergessen b22912e
Remove users when they are denied (e.g. the share was removed)
nickvergessen 8a5bcd1
Fix PHP CS
nickvergessen def9d73
Fix typo in function name
nickvergessen d590841
Fix searching for mention auto completes
nickvergessen 86a3bb5
Fix chat code base
nickvergessen 5c38932
!fixup Fix chat code base
nickvergessen d945483
Move some more functions to the services
nickvergessen b7a677e
Fix PHP cs
nickvergessen 8cdcf5a
Only return rooms with an attendee match
nickvergessen ca16dca
Ignore "missing" doctrine classes
nickvergessen 3bacf9c
Fix some more participant handling
nickvergessen 696bb5e
Fix checking for Session class
nickvergessen 3c61bd4
Move more functions to the services
nickvergessen a11b907
Remove last participant modifying functions from Room object
nickvergessen 5577de7
Simplify query methods and inject the config on the method
nickvergessen c08b291
Fix commands
nickvergessen 2861712
Start integration tests for commands
nickvergessen 70599c2
Execute integration tests on drone
nickvergessen 776bcd6
Add integration tests for creation (as that tests all parts of the se…
nickvergessen 164da75
Remove talk:room:* unit tests as they don't work anymore and should b…
nickvergessen d24e523
Fix the unit tests
nickvergessen 2891f29
===================================================
nickvergessen d907221
Add an endpoint to validate a PIN for a given conversation
nickvergessen c2f00e0
Generate a PIN when inviting an email address
nickvergessen 7678eba
Fix PHP CS
nickvergessen 4504cb6
Inject the room into the pin validation
nickvergessen b0b6cb9
Add API v3 with actor type and id
nickvergessen 6b3f5e0
User v3 APIs to display email invites
nickvergessen a1cabcf
Only remove attendee in case of a guest for now (needs fixing in the …
nickvergessen b010a1f
last_joined_call is not a timestamp not a date field
nickvergessen 6996121
Allow moderator interactions based on attendee id
nickvergessen fcc296a
Add an endpoint to delete a participant by attendee id
nickvergessen f1fdecc
userId is no more
nickvergessen e703520
Update the docs a bit
nickvergessen 6cc98c5
Only use the Mapper in the Services
nickvergessen 05e7cac
Add an empty display_name column as preparation to merge the oc_talk_…
nickvergessen 13d5596
Temporary disable SIP UI parts
nickvergessen 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
Check if the SIP is configured
Signed-off-by: Joas Schilling <[email protected]>
- Loading branch information
commit 2ae99269f491c92a638e7bbad592d1913c1227ef
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.