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
2021-01-14Allow SIP dial-in in non-public conversations tooJoas Schilling
2021-01-07Do not load full room object for share queriesRoeland Jago Douma
2020-12-18Adjust files to make cs fixer happyVincent Petry
2020-12-15Use the select helper everywhereJoas Schilling
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Can not SELECT * when selecting more fields afterwards on OracleJoas Schilling
2020-12-11Remove redundant issetVincent Petry
2020-12-11Improve room display name protectionVincent Petry
2020-12-11Check that guests app is enabled when checkingVincent Petry
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
2020-12-11Fix filtering of listable roomsVincent Petry
2020-12-11Make it possible to join listed group conversationsVincent Petry
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Adjust approach for search results for listable roomsVincent Petry
2020-12-11Added search provider for listed conversationsVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-08Add description field to conversationsDaniel Calviño Sánchez
2020-11-26Also load the session information when we load an attendeeJoas Schilling
2020-11-26Add missing alias when deleting a room in the background jobJoas Schilling
2020-11-26Get the participant by actorJoas Schilling
2020-11-26Add method to get room by actorId / actorType.Joachim Bauch
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Simplify query methods and inject the config on the methodJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Only return rooms with an attendee matchJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Further adjustments in the RoomControllerJoas Schilling
2020-10-30Fix joining as a guest and leaving a conversation as a sessionJoas Schilling
2020-10-30Fix loading a Room by sessionJoas Schilling
2020-10-30Fix function usageJoas Schilling
2020-10-30Remove updating-methods from Participant objectJoas Schilling
2020-10-30Move participants table in Manager to attendeesJoas Schilling
2020-10-30Fix PHP CSJoas Schilling
2020-10-30Check if the SIP is configuredJoas Schilling
2020-10-30Add an endpoint to enable the SIP per conversationJoas Schilling
2020-10-30More strict token generationJoas Schilling
2020-10-30Add SIP status column to rooms tableJoas Schilling
2020-10-30Only use numeric tokens for conversations when sip is configuredJoas Schilling
2020-10-28Add a stub for the comments manager to clarify it's defined methodsVincent Petry
2020-10-14Fix entropy calculation and missing default values for lobbyJoas Schilling
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-09-16Don't select the message twiceJoas Schilling
2020-09-16Correctly load the reference id when possibleJoas Schilling
2020-09-15Store the one-to-one users in the "name" column so we can reuse the dataJoas Schilling
2020-09-15Correctly load all data of messagesJoas Schilling
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
2020-06-02Merge pull request #3505 from PhrozenByte/feature/cmd-room-followupJoas Schilling
2020-05-21Sort results of Manager::searchRoomsByToken() and Room::searchParticipants()Daniel Rudolf
2020-05-19Correctly trim user list on name generationJoas Schilling