summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-02-02Merge pull request #8660 from nextcloud/feature/8610/add-endpoint-to-return-a...Joas Schilling
2023-02-01Fix potential guest supportJoas Schilling
2023-02-01Merge pull request #8651 from nextcloud/bugfix/noid/only-filter-attendees-whe...Vitor Mattos
2023-02-01Merge pull request #8656 from nextcloud/bugfix/noid/notify-participants-about...Joas Schilling
2023-02-01Merge pull request #8477 from nextcloud/send-signaling-messages-when-starting...Joas Schilling
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
2023-01-31fix(conversations): Notify participants about conversation changes so they re...Joas Schilling
2023-01-31fix(polls): Don't allow to create polls in changelog conversationsJoas Schilling
2023-01-31Only filter mentions for conversation membersJoas Schilling
2023-01-31Clean breakout room state after stopping themDaniel Calviño Sánchez
2023-01-31Add "switchto" to the required signaling server featuresDaniel Calviño Sánchez
2023-01-31Do not send "switchto" messages for breakout rooms without sessionsDaniel Calviño Sánchez
2023-01-31Send signaling message when starting or stopping breakout roomsDaniel Calviño Sánchez
2023-01-30Return the rooms when possibleJoas Schilling
2023-01-30Extract the formatter into a separate classJoas Schilling
2023-01-26Merge pull request #8602 from nextcloud/feature/stop-recording-after-end-callJoas Schilling
2023-01-25Stop recording after end callVitor Mattos
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-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-24Merge pull request #8587 from nextcloud/bugfix/noid/only-register-maps-intera...Joas Schilling
2023-01-24Don't break the maps app with talks files sidebarJoas Schilling
2023-01-23Only register Maps plugin when allowed to use TalkJoas Schilling
2023-01-23Fixes after code reviewVitor Mattos
2023-01-23Convert permission from public page to no admin requiredVitor Mattos
2023-01-23Notify alwaysVitor Mattos
2023-01-20perf(PHP): Use static closures for registrationsChristoph Wurst
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-19fix(CI): More sorting for postgresJoas Schilling
2023-01-18Fix share idVitor Mattos
2023-01-18Prevent duplicate shareVitor Mattos
2023-01-18Fixes to share stored recordingVitor Mattos
2023-01-17CHange to more specific textVitor Mattos
2023-01-17Move dismiss stored notification to specific endpointVitor Mattos
2023-01-17Fix share file to roomVitor Mattos
2023-01-16Add dismiss recording notificationVitor Mattos
2023-01-16Fix room name and integration testVitor Mattos
2023-01-14Fix unit testsVitor 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-05Create the Room object from available dataJoas Schilling
2023-01-05Merge pull request #8525 from nextcloud/feature/move-recording-methodsJoas Schilling