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-19Move the "can start call" functionality into a methodJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-08-28Allow a timer as wellJoas Schilling
2019-08-28Read and allow to set the lobby stateJoas Schilling
2019-07-25Allow guests to read the display name when they joined a roomJoas 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-06-25Replace the room name for one-to-one chats with deleted usersJoas Schilling
2019-04-25Do not "load" conversations without a tokenJoas Schilling
2019-04-10Remove conversation names and tokens when you are not a participantJoas Schilling
2019-04-01Set read-only state for changelog roomsJoas Schilling
2019-04-01Start changelog implementationJoas 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-02-27Make room names non-optionalJoas Schilling
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-13Use the datetime factory everywhereJoas Schilling
2019-02-12Fix testsJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2018-11-29Add method to get a room by its objectDaniel Calviño Sánchez
2018-10-08Introduce notification levels for participantsJoas Schilling
2018-10-01Correctly cast the in_call flag to integerJoas Schilling
2018-09-25Make Participant class strictJoas Schilling
2018-09-14Ensure that "object_type" and "object_id" are stringsDaniel Calviño Sánchez
2018-08-30Make sure we only select all from room and participantsJoas Schilling
2018-08-27Parse system messages correctlyJoas Schilling
2018-08-08Add support for creating rooms associated to arbitrary objectsDaniel Calviño Sánchez
2018-08-08Add columns "object_type" and "object_id" to table "talk_rooms"Daniel Calviño Sánchez
2018-07-31Highlight the unread count only for mentionsJoas Schilling
2018-07-27Start with system chat messagesJoas Schilling
2018-07-26Left join the last comment instead of doing O(n) queriesJoas Schilling
2018-07-19Store the timestamp of the last activity in a room and sort by that, instead ...Joas Schilling
2018-07-13Handle the favorite on the participant object and fix favorite spellingJoas Schilling
2018-04-09Make sure the token is not a reserved wordJoas Schilling
2018-03-09Reset in call flag when a user timed outJoas Schilling
2018-03-09Add a background job to delete empty roomsJoas Schilling
2018-01-26Use search input as room name for "New public call"Joas Schilling
2018-01-03Make sure column names are lowercase to not break postgresJoas Schilling
2017-11-28Allow other apps to override token generation.Joachim Bauch
2017-11-27Fix SQLite issues where you can only connect to the newest roomJoas Schilling
2017-11-10Fix creating ParticipantsJoas Schilling
2017-11-03Split joining a room and joining a call API wiseJoas Schilling
2017-11-02Change tables to talk_*Joas Schilling
2017-10-10Activities for callsJoas Schilling
2017-09-25Fix getRoomForSession with guestsJoas Schilling
2017-09-25Add events when participants disconnectJoas Schilling
2017-09-22Allow accessing the peers for users which are part of the roomJoas Schilling
2017-09-22Only return limited information before password verificationJoas Schilling
2017-09-22Hash the passwordsJoas Schilling