summaryrefslogtreecommitdiffstats
path: root/lib/Controller/RecordingController.php
AgeCommit message (Expand)Author
2024-05-23Merge pull request #12308 from nextcloud/bugfix/9905/handle-broken-recording-...Daniel Calviño Sánchez
2024-05-20fix(recording): Stop broken recording backendJoas Schilling
2024-05-10fix(recording): Handle the problem gracefully when the recording can not be u...bugfix/9905/handle-broken-recording-storeJoas Schilling
2024-04-26chore: Run SPDX convertorJoas Schilling
2024-01-18fix(openapi): Reorganize openapi specsJoas Schilling
2023-11-17fix(API): Add more specific int-typesJoas Schilling
2023-10-26fix(recording): Fail the recording server check when a HPB is configuredJoas Schilling
2023-10-06Adjust namespace and dictionary to match TalkJoas Schilling
2023-10-06Add annotations for RecordingControllerjld3103
2023-07-10Add certificate check to signaling and recording serverMarcel Müller
2023-04-26feat(controllers): Migrate server annotations to attributesJoas Schilling
2023-04-25techdebt(controllers): Migrate Talk annotations to attributesJoas Schilling
2023-04-24fix(controllers): Always specify the bruteforced actionJoas Schilling
2023-04-24fix(controllers): Migrate to BruteForceProtection attributeJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-02-22Add failed status to recordingsDaniel 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-14Limit starting and stopping the recording only to logged in moderatorsDaniel Calviño Sánchez
2023-02-14Send requests to the recording server to start and stop recordingsDaniel Calviño Sánchez
2023-02-14Fix validation of requests from recording serverDaniel Calviño Sánchez
2023-02-14Add verification for the recording serverDaniel Calviño Sánchez
2023-01-23Convert permission from public page to no admin requiredVitor Mattos
2023-01-18Fixes to share stored recordingVitor Mattos
2023-01-17Move dismiss stored notification to specific endpointVitor 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
2022-12-27Changed RootFolder to a parameter of RecordingServiceVitor Mattos
2022-12-27Moved store to RecordingServiceVitor Mattos
2022-12-26Validate and store record fileVitor Mattos
2022-12-26Rename method because the name "store" isn't cleary on RoomServiceVitor Mattos
2022-12-26Add route to store recortingsVitor Mattos
2022-12-15Remove unused checksVitor Mattos
2022-12-12Add ; pendingVitor Mattos
2022-12-12Make more specific the validation to start and stop recordinVitor Mattos
2022-12-12Moved the logic to check if recording is enabled to service methodsVitor Mattos
2022-12-12Moved methods of recording api to specific controllerVitor Mattos