summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-01-05refactor(breakout): Use PHP8 constructor promotionJoas Schilling
2023-01-05Merge pull request #8525 from nextcloud/feature/move-recording-methodsJoas Schilling
2023-01-05Merge pull request #8462 from nextcloud/feature/8338/breakout-rooms-api-4Joas Schilling
2023-01-05Merge pull request #8465 from nextcloud/add-app-config-for-default-attachment...Joas 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-04Restrict the object rooms that can be createdJoas 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-04Merge pull request #8515 from nextcloud/feature/hide-expired-messages-when-do...Vitor Mattos
2023-01-04Also check the expiration on all other renderingsJoas Schilling
2023-01-04Fixes after code reviewVitor Mattos
2023-01-04Only call getDateTime() onceJoas Schilling
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
2023-01-03chore(copyright): Fix author and copyright infoJoas Schilling
2023-01-02Hide expired messages when do not run expire jobVitor Mattos
2023-01-02Merge pull request #8509 from nextcloud/bugfix/8436/remove-warning-about-unde...Joas Schilling
2023-01-02Merge pull request #8494 from nextcloud/feature/expose-avatar-versionJoas Schilling
2023-01-02Fix(webserver): Improve the webserver configuration check to work in more casesJoas Schilling
2023-01-02Merge pull request #7939 from nextcloud/bugfix/7238/dont-return-deleted-fileJoas Schilling
2023-01-02Merge pull request #8482 from nextcloud/fix/8480/channel-mention-striposJoas 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-28Cover method with unit testVitor Mattos
2022-12-28Move default mimes to configVitor Mattos
2022-12-28Method moved to stay near by other methods related with recordingVitor 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
2022-12-27Unecessary check. Replaced by argument typing.Vitor Mattos
2022-12-27Rename vars to make more readdable and create method to return default record...Vitor Mattos
2022-12-26Update documentationVitor 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