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
2021-02-12Make sure that collections scripts event is properly emittedJulius Härtl
2021-01-07Don't remove a chat when a self-joined user leavesJoas Schilling
2020-12-18No participants means everything is okayJoas Schilling
2020-12-18Fix owner being able to add more users to a password request roomDaniel Calviño Sánchez
2020-12-18Fix additional participants being able to join a password request roomDaniel Calviño Sánchez
2020-11-12Do not list unavailable commands in "/help"Daniel Calviño Sánchez
2020-11-12Handle unavailable commands as commands that do not existDaniel Calviño Sánchez
2020-11-02Inject MimeTypeLoader into RoomShareProvider to not query it on each createSh...Morris Jobke
2020-10-30Keep file roomsJoas Schilling
2020-10-30Also delete the room if the last moderator leaves …Joas Schilling
2020-10-23Only show the conflict warning when the session was in a callJoas Schilling
2020-10-21Fix isolated modules in Files app sidebarDaniel Calviño Sánchez
2020-10-15Fix entropy calculation and missing default values for lobbyJoas Schilling
2020-10-07Fix key name in collaboration resource listener for add user eventDaniel Calviño Sánchez
2020-09-09Add a default on NotNull columnJoas Schilling
2020-08-03Pass base URL of Nextcloud to signaling server in backend requests.Joachim Bauch
2020-07-31Always allow local HPBsJoas Schilling
2020-07-02Catch exceptions during logout cleanupDaniel Calviño Sánchez
2020-07-01If the user has no participant anymore, it was not a conflictJoas Schilling
2020-07-01Send a signal to disconnect the old session before killing itJoas Schilling
2020-07-01Redirect to a plain page to avoid reconnectionsJoas Schilling
2020-07-01Further pass on the sessionId to leaveRoomAsParticipantJoas Schilling
2020-07-01Leave the room with the old sessionJoas Schilling
2020-07-01Return session id, in call flag and last pingJoas Schilling
2020-07-01Also support guests to prevent breaking their sessionsJoas Schilling
2020-07-01Handle duplicated sessions more gracefully with the internal signalingJoas Schilling
2020-07-01Optionally return 409 when trying to join a second timeJoas Schilling
2020-06-26New line as information seperatorJoas Schilling
2020-06-26Circumvent long messages breaking the activity app by accidentJoas Schilling
2020-06-25Improve push notifications for upcoming iOS/Apple changesJoas Schilling
2020-06-10Reset attachment folder when it cannot be createdJoas Schilling
2020-06-09Fix user timeout with numeric idsJoas Schilling
2020-06-08Merge pull request #3784 from nextcloud/backport/3757/stable19Joas Schilling
2020-06-08Merge pull request #3783 from nextcloud/backport/3759/stable19Joas Schilling
2020-06-08Merge pull request #3782 from nextcloud/backport/3745/stable19Joas Schilling
2020-06-08Merge pull request #3778 from nextcloud/backport/3755/stable19Joas Schilling
2020-06-08Merge pull request #3776 from nextcloud/backport/3744/stable19Joas Schilling
2020-06-08Merge pull request #3756 from nextcloud/backport/3738/stable19Joas Schilling
2020-06-08Don't ping the session while waiting for chat messagesJoas Schilling
2020-06-08Bring back session expirationJoas Schilling
2020-06-08Also cache the participantJoas Schilling
2020-06-08Do not query the participants for pushing call notificationsJoas Schilling
2020-06-08Temporarily cache the rooms in the notifierJoas Schilling
2020-06-08Make sure pinging session ids only uses indexesJoas Schilling
2020-06-08PHP CS fixingJoas Schilling
2020-06-08Dispatch an event to signal interest in defering the notificationsJoas Schilling
2020-06-05Special handling of CLI administrators in system messagesJoas Schilling
2020-06-05Don't let TRoomCommand::completeParticipantValues() return guest participantsDaniel Rudolf
2020-06-02Merge branch 'feature/cmd-room-followup' into feature/cmd-room-followup-backp...Daniel Rudolf
2020-05-29Move talk:room:* command and unit test DI to traitsDaniel Rudolf