summaryrefslogtreecommitdiffstats
path: root/lib/Service/RecordingService.php
AgeCommit message (Expand)Author
2023-08-02fix(recording): Fix transcription opt-inJoas Schilling
2023-07-13feat(recording): Make automatic call recording transcription opt-inJoas Schilling
2023-04-26Avoid out-of-memory errors by using a resource instead of loading entire file...Elmer Miroslav Mosher Golovin
2023-04-24fix(notifications): Remove duplicate call to markProcessed() with recordings ...Joas Schilling
2023-04-20fix(CS): Automatic fix of coding styleJoas Schilling
2023-04-20fix(recording): Add context support to only generate notifications for talk t...Joas Schilling
2023-04-20feat(recording): Add an integration test to proof notifications are deleted o...Joas Schilling
2023-04-20feat(recording): Automatically generate transcripts of call recordings when p...Joas Schilling
2023-04-18fix(recording): Type strictnessJoas Schilling
2023-02-27Change type of notificationVitor Mattos
2023-02-24Send notification when get upload problemVitor Mattos
2023-02-22Return error when trying to stop an unknown recordingDaniel Calviño Sánchez
2023-02-22Add failed status to recordingsDaniel Calviño Sánchez
2023-02-22Add "starting" values for recording statusDaniel Calviño Sánchez
2023-02-22Include participant in start/stop requests to the recording serverDaniel Calviño Sánchez
2023-02-22Change recording status when notified by the recording serverDaniel Calviño Sánchez
2023-02-21Change notification object type for better handling in mobile clientsJoas Schilling
2023-02-14Store recording as VP8 in webm rather than Theora in mkvDaniel Calviño Sánchez
2023-02-14Log some details when a file can not be storedDaniel Calviño Sánchez
2023-02-14Send requests to the recording server to start and stop recordingsDaniel Calviño Sánchez
2023-01-24Merge pull request #8550 from nextcloud/feature/notify-recording-storedJoas Schilling
2023-01-24Log the exceptionJoas Schilling
2023-01-23Fixes after code reviewVitor Mattos
2023-01-23Notify alwaysVitor Mattos
2023-01-20Don't throw/error when the recording was stopped in parallelJoas Schilling
2023-01-18Fix share idVitor Mattos
2023-01-18Fixes to share stored recordingVitor Mattos
2023-01-17Move dismiss stored notification to specific endpointVitor Mattos
2023-01-17Fix share file to roomVitor Mattos
2023-01-14Refactors after code reviewVitor Mattos
2023-01-14Parse stored recording notificationVitor Mattos
2023-01-14Notify recording storedVitor Mattos
2023-01-05Use PHP8 constructor promotionVitor Mattos
2023-01-04Remove redundant "recording" at name of methodsVitor Mattos
2023-01-04Move methods of Recording from RoomService to RecordingServiceVitor Mattos
2023-01-04Fixes after code reviewVitor Mattos
2023-01-03Changes after code reviewVitor Mattos
2023-01-03Remove the possibility to change the allowed mime types by settingVitor Mattos
2022-12-28Don't force the recordings to be inside the attachments folder, just default ...Vitor Mattos
2022-12-28Move default mimes to configVitor Mattos
2022-12-27Fix integration test after CIVitor Mattos
2022-12-27Test get content from file arrayVitor Mattos
2022-12-27Test validate file formatVitor Mattos
2022-12-27Separate methods to make easy the implementation of unit testsVitor Mattos
2022-12-27Remove unecessary strlenVitor Mattos
2022-12-27Prevent DIRECTORY_SEPARATOR in file nameVitor Mattos
2022-12-27Changed RootFolder to a parameter of RecordingServiceVitor Mattos
2022-12-27Prevent warning on IDEVitor Mattos
2022-12-27Moved store to RecordingServiceVitor Mattos