summaryrefslogtreecommitdiffstats
path: root/lib/Service
AgeCommit message (Expand)Author
2023-02-02Merge pull request #8660 from nextcloud/feature/8610/add-endpoint-to-return-a...Joas Schilling
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
2023-01-31Clean breakout room state after stopping themDaniel Calviño Sánchez
2023-01-30Return the rooms when possibleJoas Schilling
2023-01-30Extract the formatter into a separate classJoas Schilling
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
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-19fix(test): Don't require a specific order of breakout rooms on the APIJoas 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-06Merge pull request #8527 from nextcloud/techdebt/noid/hello-php8Joas Schilling
2023-01-05Use PHP8 constructor promotionVitor Mattos
2023-01-05refactor(breakout): Use PHP8 constructor promotionJoas Schilling
2023-01-05Merge pull request #8525 from nextcloud/feature/move-recording-methodsJoas Schilling
2023-01-04Use a different reason when deleting a userJoas Schilling
2023-01-04Remove redundant "recording" at name of methodsVitor Mattos
2023-01-04Move methods of Recording from RoomService to RecordingServiceVitor Mattos
2023-01-04Fix documentation of applyAttendeeMapJoas Schilling
2023-01-04Prevent toggling guests or the lobby directlyJoas Schilling
2023-01-04Remove attendees from breakout rooms as wellJoas Schilling
2023-01-04Allow to apply a new attendee map later onJoas Schilling
2023-01-04Add user to parent room when added to a breakout roomJoas Schilling
2023-01-04Allow creating individual breakout rooms via the normal APIJoas Schilling
2023-01-04Delete breakout rooms when deleting the parentJoas Schilling
2023-01-04Merge pull request #8492 from nextcloud/feature/store-recordingJoas Schilling
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
2023-01-03Merge pull request #8479 from nextcloud/feature/8412/transfer-ownershipJoas Schilling
2022-12-29Expose avatar versionVitor 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