Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-03Log dedicated call summary when ending for everyoneJoas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Improve validationJoas Schilling
2021-10-07Unify the endpoints and permissions update handlingJoas Schilling
2021-10-07Remove moderator option and clear custom permissions when setting the convers...Joas Schilling
2021-10-07Add integration tests for default and call permissionsJoas Schilling
2021-10-07Fix permission handling in unit testsJoas Schilling
2021-10-07Reset call permissions when the call endedJoas Schilling
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-07-15Implement CloudFederationProvider for TalkGary Kim
2021-07-09Fix constant namesJoas Schilling
2021-06-11Add endpoint to set publishing permissions of attendeesDaniel Calviño Sánchez
2021-06-07Add endpoint to update the call flagsDaniel Calviño Sánchez
2021-05-18Allow changing the room type away from one-to-oneJoas Schilling
2021-04-14Fix CSJoas Schilling
2021-04-12Log conversation deletions in the audit.logJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-02-19Drop guest moderators when changing a conversation to group conversationJoas Schilling
2021-02-17Update Room object last message after updatingVincent Petry
2021-02-12Count guests from attendees instead of the fixed value which bumps up on reco...Joas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2021-01-28Prevent duplicate call summariesJoas Schilling
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Can not SELECT * when selecting more fields afterwards on OracleJoas Schilling
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-08Increase maximum description length to 500 charactersDaniel Calviño Sánchez
2020-12-08Notify external signaling server when description changesDaniel Calviño Sánchez
2020-12-08Add endpoint to set the description of a conversationDaniel Calviño Sánchez
2020-12-08Add description field to conversationsDaniel Calviño Sánchez
2020-11-26Also check the room token when suggesting if SIP can be enabledJoas Schilling
2020-11-26Get the participant by actorJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Allow moderator interactions based on attendee idJoas Schilling
2020-10-30Add an endpoint to validate a PIN for a given conversationJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Move some more functions to the servicesJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Move changeInCall to particiant serviceJoas Schilling
2020-10-30Only use addUsers and joinRoom from Participant serviceJoas Schilling
2020-10-30Move counting functions to participant serviceJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Further adjustments in the RoomControllerJoas Schilling
2020-10-30Fix joining as a guest and leaving a conversation as a sessionJoas Schilling