summaryrefslogtreecommitdiffstats
path: root/lib/Controller/CallController.php
AgeCommit message (Expand)Author
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
2023-04-25techdebt(controllers): Migrate Talk annotations to attributesJoas Schilling
2023-04-25feat(middleware): Move RequireCallEnabled annotation to attributeJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-08-22Fix CSJoas Schilling
2022-08-19Use user displayname cache when rendering lists of participants and peersJoas Schilling
2022-06-02Option to make possible start a call without notify participantsVitor Mattos
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-11Allow to disable calling functionalityJoas Schilling
2022-05-05Move permissions logic to room serviceJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-11-03Log dedicated call summary when ending for everyoneJoas Schilling
2021-11-03Add button to end meeting for allVincent Petry
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
2021-06-07Add endpoint to update the call flagsDaniel Calviño Sánchez
2021-03-08Remove old API version handlingsJoas Schilling
2021-02-17Limit the session list on the database instead of selecting all attendeesJoas Schilling
2021-02-15Replace "getNamesBySessionHashes" usages with Attendee accessJoas Schilling
2021-02-11Show "Guest" instead of session hash for guestsJoas Schilling
2021-02-11Use the cached display name from attendee for peer list instead of querying t...Joas Schilling
2021-01-14Also populate the display name on the peer listJoas Schilling
2020-11-26Refresh the peer list and take the display name from thereJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Move changeInCall to particiant serviceJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-04-01Use a query that is better indexedJoas Schilling
2020-03-02Immediate refresh the conversation on signaling command to do soJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-08-28Prevent access to some APIs for non-moderators if lobby is enabledJoas Schilling
2019-03-25Move CallController to AEnvironmentAwareController and add "@RequireReadWrite...Joas Schilling
2019-03-14Readd the left-participant to one-to-one rooms if neededJoas Schilling
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-13Strict controllers and migrationJoas Schilling
2019-01-31Remove unused constructor argumentJoas Schilling
2018-11-12Use Participant objects were possibleJoas Schilling
2018-08-24Add a const for magic 0 as wellJoas Schilling
2018-08-24Rename flag for when user is in call.Joachim Bauch
2018-08-24Change "inCall" state to contain bit flagsJoachim Bauch
2018-07-24Remove useless ping call and "ping" with the signaling fetch insteadJoas Schilling
2018-03-27Abstract away the session handlingJoas Schilling
2018-03-21Merge pull request #710 from nextcloud/bugfix/414/guest-namesIvan Sein
2018-03-21Remove unused dependency to loggerMorris Jobke
2018-03-20Send a request to the server when a guest renamesJoas Schilling
2018-03-12Make sure users with numerical user ids/display names still show as usersJoas Schilling
2017-11-10Also skip guests which are not in the callJoas Schilling
2017-11-10Fix guest/user handling in join/leave callJoas Schilling
2017-11-03Split joining a room and joining a call API wiseJoas Schilling