summaryrefslogtreecommitdiffstats
path: root/appinfo
AgeCommit message (Collapse)Author
2023-02-02Remove Tim 😿 Add Maksim 😸Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-01Add an endpoint to return all participants of a room with its breakout roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-18Fixes to share stored recordingVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-17Move dismiss stored notification to specific endpointVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-05Merge pull request #8525 from nextcloud/feature/move-recording-methodsJoas Schilling
2023-01-04Remove redundant "recording" at name of methodsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2023-01-04Allow to apply a new attendee map later onJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-04Merge pull request #8492 from nextcloud/feature/store-recordingJoas Schilling
2022-12-26Add route to store recortingsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-21Add command to transfer ownershipJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-16Merge pull request #8446 from nextcloud/feature/toggle-call-recording-statusJoas Schilling
2022-12-12Fixes after pushVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-12Small fixes after continuous integrationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-12Moved methods of recording api to specific controllerVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-12Allow students to switch to another breakout roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-12Add an API that allows students and teachers so list the breakout roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-12Allow to "Request assistance" and reset itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-09Add system message and testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-09Toggle call recording statusVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-07Allow to start and stop breakout roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-07Add broadcast message endpointJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-07Return avatar of one2one with dark theme when is necessaryVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-07Work with avatar identier stored in room tableVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-07Remove endpoint to get dark avatar, not necessaryVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-07* Endpoint to get dark avatar to dark themeVitor Mattos
* Fix routes names Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-07* Rename from GroupAvatar to AvatarVitor Mattos
* Add capability * Add documentatio * Change type of exception * Fix permissions to access endpoints * Implement cache to images Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-07Implement group avatar endpointsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-12-05Fix route regexJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-05Add integration tests for manual assigning and moderator handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-05API endpoint to create and remove breakout roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-23Move all API version requirements to the same formatJoas Schilling
This allows better parsing for OpenAPI specs later Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07Update info.xmlJoas Schilling
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-11-04Welcome on boardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17Fix requirements for RoomController routesjld3103
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-09-28Add separate commands to monitor all calls and an individual roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-28Move talk:active-calls to dedicated Monitor namespaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22Add Nextcloud 25 support on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-09Bump version to 15.0.0-beta.3Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-12Bump versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Bump version to make possible add the job to databaseVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-12Change point of execution of ExpireChatMessageVitor Mattos
Change job from trigged when as necessary to run all times that cron.php will be executed Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-01Rename textVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Rename message expire to expire dateVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Rename ttl to message expireVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Remove expire job from background job listVitor Mattos
The expire job is started when the expire time is defined Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Add job to apply ttlVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Bump app version to run migrationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-06-30Add mocked endpointsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>