summaryrefslogtreecommitdiffstats
path: root/lib/Controller
AgeCommit message (Expand)Author
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
2023-01-31fix(polls): Don't allow to create polls in changelog conversationsJoas Schilling
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-24Only kick the session we want to remove, not anyJoas Schilling
2023-01-24Only do previous participant work when we actually have a sessionJoas Schilling
2023-01-24Don't load any session when we don't have oneJoas Schilling
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-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-04Remove redundant "recording" at name of methodsVitor Mattos
2023-01-04Move methods of Recording from RoomService to RecordingServiceVitor Mattos
2023-01-04Prevent toggling guests or the lobby directlyJoas 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-04Merge pull request #8492 from nextcloud/feature/store-recordingJoas Schilling
2023-01-04Also check the expiration on all other renderingsJoas Schilling
2023-01-04Only call getDateTime() onceJoas Schilling
2023-01-02Hide expired messages when do not run expire jobVitor Mattos
2023-01-02Merge pull request #8494 from nextcloud/feature/expose-avatar-versionJoas Schilling
2023-01-02Merge pull request #7939 from nextcloud/bugfix/7238/dont-return-deleted-fileJoas Schilling
2022-12-29Expose avatar versionVitor 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-23Move SIPBridge validator to serviceVitor Mattos
2022-12-21* Remove duplicated codeVitor Mattos
2022-12-21Improve the commentVitor Mattos
2022-12-21Changed step to check summarized overviewVitor Mattos
2022-12-21Simplify the method moving to a specific methodVitor Mattos
2022-12-21Move methods to chat managerVitor Mattos
2022-12-21Convert private to protected and implement filter to remove duplicated codeVitor Mattos
2022-12-21Return to before visibilityVitor Mattos
2022-12-21Bulk select in database by shares to reduce the query quantityVitor Mattos
2022-12-21Don't return message if file don't existsVitor Mattos
2022-12-21Changes after code reviewVitor Mattos
2022-12-16Update documentation and expose room propertyVitor Mattos
2022-12-16Merge pull request #8446 from nextcloud/feature/toggle-call-recording-statusJoas Schilling
2022-12-15Remove unused checksVitor Mattos
2022-12-12Add ; pendingVitor Mattos