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
2020-06-02Merge branch 'feature/cmd-room-followup' into feature/cmd-room-followup-backp...Daniel Rudolf
2020-05-21Correctly trim user list on name generationJoas Schilling
2020-05-21Sort results of Manager::searchRoomsByToken() and Room::searchParticipants()Daniel Rudolf
2020-05-13Add Manager::searchRoomsByToken()Daniel Rudolf
2020-05-12Run cs:fixJoas Schilling
2020-05-12Reset the assigned signaling server after some timeJoas Schilling
2020-05-12Extend the signaling setting API to allow somewhat clusteringJoas Schilling
2020-05-04Fix ambiguous id in query of getRoomForParticipantJoas Schilling
2020-03-09Fix Room object creation with null from oracleJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
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