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
path: root/lib
AgeCommit message (Expand)Author
2019-04-09Fix duplicated candidate mentions in file roomsDaniel Calviño Sánchez
2019-03-05Fix duplicated call summary message when multiple people leave at the same timeJoas Schilling
2019-02-13Fix "private const" on PHP 7.0Daniel Calviño Sánchez
2019-02-13Fix slower active users not included in user list returned by signalingDaniel Calviño Sánchez
2019-02-08Fix current user not included in user list returned by signalingDaniel Calviño Sánchez
2019-02-07Remove unused constructor argumentJoas Schilling
2019-02-07Remove room information for users which are not a participantJoas Schilling
2019-01-31Also add default stun server on valid but empty valueJoas Schilling
2019-01-30Do not show room names when the user is not part of itJoas Schilling
2019-01-30Merge pull request #1493 from nextcloud/bugfix/1489/cannot-import-class-utilJoas Schilling
2019-01-30Fix display name of reshare with one-to-one room not invited toDaniel Calviño Sánchez
2019-01-30Cannot use OCP\Util as Util because the name is already in useJoas Schilling
2019-01-30Reduce the number of loaded scriptsJoas Schilling
2019-01-29Correctly compare the correct user to the ownerJoas Schilling
2019-01-24Make sure there is always a trailing slashJoas Schilling
2019-01-23Also add the stun and turn servers to the CSPJoas Schilling
2019-01-23Add global Content Security Policy for signaling serversDaniel Calviño Sánchez
2019-01-23Add hook to allow returning additional data for clients joining a room.Joachim Bauch
2019-01-10Remove "{user} wants to talk with you" notification when the participant join...Joas Schilling
2019-01-10Remove "{actor} invited you to {call}" notification when the user joined the ...Joas Schilling
2018-12-17Pass empty list of session ids when notifying about removed guests.Joachim Bauch
2018-12-13Fix room name when the file is in a shared folderDaniel Calviño Sánchez
2018-12-13Extend "has direct access to file" check also to files in shared foldersDaniel Calviño Sánchez
2018-12-06"You" translation for leaving a conversationJoas Schilling
2018-12-06Also leave the room when the user tries to join and can not access the file a...Joas Schilling
2018-12-06Make clear that the user joined the room themselvesJoas Schilling
2018-12-06Also add a system notification for joining a file roomJoas Schilling
2018-12-06Explicitly join the room when opening a file sidebar chatJoas Schilling
2018-12-06Show message in the sidebar while waiting for others to join the callDaniel Calviño Sánchez
2018-12-06Add support for video calls to the Talk sidebar in Files appDaniel Calviño Sánchez
2018-12-06Extract view for media controlsDaniel Calviño Sánchez
2018-12-05Merge pull request #1330 from nextcloud/end-pending-signaling-when-user-is-no...Joas Schilling
2018-12-05Extract CSS styles for videosDaniel Calviño Sánchez
2018-12-05Extract view for the main empty content messageDaniel Calviño Sánchez
2018-12-05Use the existing method to get the participant instead of adding a new queryJoas Schilling
2018-12-04Add "refresh-participant-list" for participants in a room just deletedDaniel Calviño Sánchez
2018-12-04Add "refresh-participant-list" for participants just removedDaniel Calviño Sánchez
2018-12-03Do not show the Talk sidebar in Files app for shared foldersDaniel Calviño Sánchez
2018-12-03Allow to autocomplete users which are not in the room but have access to the ...Joas Schilling
2018-12-03Rename included class from "ShareManager" to "IShareManager"Joas Schilling
2018-12-03Don't send call notifications for file-roomsJoas Schilling
2018-12-03Show Talk sidebar in Files appDaniel Calviño Sánchez
2018-11-29Prevent empty "files" room from being removedDaniel Calviño Sánchez
2018-11-29Prevent participants without access to the file from joining the roomDaniel Calviño Sánchez
2018-11-29Add end point to get the token of a room associated with a fileDaniel Calviño Sánchez
2018-11-29Add method to get a room by its objectDaniel Calviño Sánchez
2018-11-28Move "comments.scss" to "chatview.scss"Daniel Calviño Sánchez
2018-11-28Extract view for call buttonDaniel Calviño Sánchez
2018-11-28Move RichObjectStringParser into the views folderDaniel Calviño Sánchez
2018-11-28Move ChatView to precompiled Handlebars templatesDaniel Calviño Sánchez