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
2019-10-01Correctly set the unread counter when readding a user to a one-to-one convers...Joas Schilling
2019-09-19Also prevent starting a call on API levelJoas Schilling
2019-09-11Merge pull request #2155 from nextcloud/bye-spreed-hello-talkIvan Sein
2019-09-10Also add the user who started the callJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-08-28Rename lobby constantsDaniel Calviño Sánchez
2019-08-28Fix the system message when the timer was reachedJoas Schilling
2019-08-28Prevent nested calls between setLobby and getLobbyState when the timer was re...Joas Schilling
2019-08-28Allow a timer as wellJoas Schilling
2019-08-28Read and allow to set the lobby stateJoas Schilling
2019-07-24Make sure new users don't start at the endJoas Schilling
2019-07-24Change read marker to work on the comment id isntead of datetimeJoas Schilling
2019-07-17Add a new column to record who joined a callJoas Schilling
2019-04-01Allow changelog-convo to be a read-only convoJoas Schilling
2019-04-01Start changelog implementationJoas Schilling
2019-03-25Allow setting the read-only state of a roomJoas Schilling
2019-03-25Introduce a Read-Only state for conversationsJoas Schilling
2019-03-14Readd the left-participant to one-to-one rooms if neededJoas Schilling
2019-03-14Make one-to-one rooms lockedJoas Schilling
2019-03-04Merge pull request #1581 from nextcloud/bugfix/1530/duplicated-call-summary-m...Joas Schilling
2019-03-01Prevent the last moderator from leaving the roomJoas Schilling
2019-02-28Fix removing users when an old session id expires in the signaling server.Joachim Bauch
2019-02-28Merge pull request #1567 from nextcloud/feature/noid/non-empty-room-namesJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-26Fix duplicated call summary message when multiple people leave at the same timeJoas Schilling
2019-02-26Add reason for removing participant from room so that hook can determine if t...Peter Edens
2019-02-14Adjust param type in documentationDaniel Calviño Sánchez
2019-02-14Allow null sessions when getting participant by sessionDaniel Calviño Sánchez
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-12Fix testsJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2018-12-06Also leave the room when the user tries to join and can not access the file a...Joas Schilling
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 just removedDaniel Calviño Sánchez
2018-11-12Use Participant objects were possibleJoas Schilling
2018-11-12Do not create the participant when we don't need themJoas Schilling
2018-10-08Respect the new notification levelJoas Schilling
2018-10-04Allow to make guests moderatorsJoas Schilling
2018-08-24Add a const for magic 0 as wellJoas Schilling
2018-08-24Return "in_call" flag as integer.Joachim Bauch
2018-08-24Rename flag for when user is in call.Joachim Bauch
2018-08-24Change "inCall" state to contain bit flagsJoachim Bauch
2018-08-08Make the events consistentJoas Schilling
2018-08-08Prevent extra participants from joining a "share:password" roomDaniel Calviño Sánchez
2018-08-08Add support for creating rooms associated to arbitrary objectsDaniel Calviño Sánchez
2018-07-31Highlight the unread count only for mentionsJoas Schilling
2018-07-30Merge pull request #1067 from nextcloud/feature/614/system-chat-messagesJoas Schilling
2018-07-27Start with system chat messagesJoas Schilling
2018-07-27Fix the unit test and php7 the new methodJoas Schilling
2018-07-27Added method to return the password value from room.Peter Edens