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-03Merge pull request #7413 from nextcloud/techdebt/6235/set-descriptionJoas Schilling
2022-06-02Merge pull request #7416 from nextcloud/feature/api-silent-callVitor Mattos
2022-06-02Option to make possible start a call without notify participantsVitor Mattos
2022-06-01Merge pull request #7338 from nextcloud/feature/7335/multi-room-session-pingsJoas Schilling
2022-05-24Move setDescription to room servicetechdebt/6235/set-descriptionJoas Schilling
2022-05-20Add template data as the app parameter is currently not publicJoas Schilling
2022-05-18Merge pull request #7381 from nextcloud/techdebt/6235/set-typeJoas Schilling
2022-05-17Adjust log messagefeature/7335/multi-room-session-pingsJoas Schilling
2022-05-17Allow the HPB to group session pinging across roomsJoas Schilling
2022-05-17Move setType to room servicetechdebt/6235/set-typeJoas Schilling
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-16Merge pull request #7365 from nextcloud/techdebt/noid/fix-missing-constant-usageVitor Mattos
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-05-13Fix missing constant usagetechdebt/noid/fix-missing-constant-usageJoas Schilling
2022-05-11Allow to disable calling functionalityJoas 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-03Add endpoint for the HPB to create guestsJoas Schilling
2022-05-03Allow to enable SIP without individual pin requirementJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-27Introduce a chat permission on the APIJoas Schilling
2022-04-27Allow to get Reactions summary and media tab in read-only roomsJoas Schilling
2022-04-22Fix reactions endpoints not accessible by guestsfix-reactions-endpoints-not-accessible-by-guestsDaniel Calviño Sánchez
2022-04-21Only set header when the value changed and the status is not 304Joas Schilling
2022-04-20Fix access to undefined keyVitor Mattos
2022-04-19Keep "self" in nameJoas Schilling
2022-04-19VueJS Changes to move my reactions to parentVitor Mattos
2022-04-13Fix PHP 7.4 compatibilityJoas Schilling
2022-04-12Move to a dedicated methodJoas Schilling
2022-04-11Expose an attribute "self" in the reaction summary with the list of own react...Joas Schilling
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Merge pull request #7094 from nextcloud/feature/fix-typingJoas Schilling
2022-04-05fix typingVitor Mattos
2022-03-31Use attachment service to store and retrieve shared itemsJoas Schilling
2022-03-24Allow to delete files and object shares on the APIJoas Schilling
2022-03-23Merge pull request #7022 from nextcloud/api/1577/media-tab-endpointJoas Schilling
2022-03-23Instead of the offset based use lastKnownMessageId as for messageJoas Schilling
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-21Add an endpoint for a media tabJoas Schilling
2022-03-10Move validate logic to inside of methodsVitor Mattos
2022-03-10Change returns of reaction APIVitor Mattos
2022-02-17Return the remote token and server so we can compare in testsJoas Schilling
2022-02-17Add an API endpoint to get all invitesJoas Schilling
2022-02-15Make the status code more specificVitor Mattos