summaryrefslogtreecommitdiffstats
path: root/lib/Controller/RecordingController.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-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