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-04-27Disallow sharing without chat permissionsJoas Schilling
2022-04-19Move collaboration listener annonymous function to staticVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-12-06Replace deprecated methodVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Changes after run --alterVitor Mattos
2021-04-30Do not allow to manually interact with the bridge-bot userJoas Schilling
2021-03-26Filter out groups which are already participantsJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-01-29Return self-joined users in add participant searchVincent Petry
2021-01-21Fix "Call to undefined method OCA\\Talk\\Participant::getUser()"Joas Schilling
2021-01-21Fix "Undefined index: userId"Joas Schilling
2020-10-30Fix some more participant handlingJoas Schilling
2020-10-30Fix function usageJoas Schilling
2020-10-06Fix key name in collaboration resource listener for add user eventDaniel Calviño Sánchez
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-04-22Move routes to appJoas Schilling
2020-04-07Limit creating public and group conversations to a groupJoas Schilling
2020-02-25Filter out existing participants when requesting suggestions to addJoas Schilling
2020-02-25Split the listener into a dedicated CollaboratorsListenerJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-10-01More IShare::TYPE_* fixesJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-07-30Correctly check if a user has access to a conversationJoas Schilling
2019-03-28Fix missing room name of one-to-one roomsJoas Schilling
2019-03-27Catch a missing resource, so the tests work againJoas Schilling
2019-03-27Add a link for roomsJoas Schilling
2019-03-27Make the image-path absolute and fix non-public-roomsJoas Schilling
2019-03-27Add icon to resource objectsJulius Härtl
2019-03-27Update lib/Collaboration/Resources/ConversationProvider.phpJulius Härtl
2019-03-27Add a provider for linked collaboration resourcesJoas Schilling
2019-03-25Do not allow to share files into read-only conversationsJoas Schilling
2019-02-27Fix unit testsJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2018-08-24Add collaborator plugin for roomsDaniel Calviño Sánchez