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
2022-06-29Implement password policy checkerJoas Schilling
2022-05-24Move setDescription to room servicetechdebt/6235/set-descriptionJoas Schilling
2022-05-20Move setAssignedSignalingServer to room servicetechdebt/6235/set-assigned-signaling-serverJoas Schilling
2022-05-17Move setType to room servicetechdebt/6235/set-typeJoas Schilling
2022-05-11Allow to disable calling functionalityJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-10Move setLobby() to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServicetechdebt/6235/set-listableJoas Schilling
2022-05-06Move setSIPEnabled to room servicetechdebt/6235/move-setSIPEnabledJoas Schilling
2022-05-05Move permissions logic to room servicetechdebt/6235/move-setPermissions-logic-to-room-serviceJoas Schilling
2022-05-03Allow to enable SIP without individual pin requirementJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2022-03-21Do not load the session in getParticipantByAttendeeId() as no caller needs itJoas Schilling
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
2022-02-17Change database structureJoas Schilling
2021-12-15Make it explicit when the participant list changedJoas Schilling
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