summaryrefslogtreecommitdiffstats
path: root/lib/Controller/CallController.php
AgeCommit message (Expand)Author
2024-05-16fix: Fix Psalm, OpenAPI and unit testsJoas Schilling
2024-05-13fix: throw error when target has DND on 2skalidindi53
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-03-25fix(openapi): Remove long int-lists now that OpenAPI understands int<min,max>Joas Schilling
2023-11-17Merge pull request #10920 from nextcloud/bugfix/noid/handle-DoesNotExistExcep...Joas Schilling
2023-11-17fix(call): Handle DoesNotExistException when ringing an attendeeJoas Schilling
2023-11-17fix(API): Add more specific int-typesJoas Schilling
2023-10-30Handle dial-out exceptionsJoas Schilling
2023-10-30Fix sipbridge returning a license errorJoas Schilling
2023-10-23Avoid circular dependencyJoas Schilling
2023-10-23feat(call): Add endpoint to send the dial-out request to the HPBJoas Schilling
2023-10-18feat(consent): Save recording consent to DB and allow retrieving with OCCJoas Schilling
2023-10-06feat(recording): Recording consent API - Version 2Joas Schilling
2023-10-06feat(recording): Add API for recording consent MVP levelJoas Schilling
2023-10-06Adjust namespace and dictionary to match TalkJoas Schilling
2023-10-06Add annotations for CallControllerjld3103
2023-09-27fix(note-to-self): Restrict certain actions in note-to-self conversationsJoas Schilling
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
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