summaryrefslogtreecommitdiffstats
path: root/lib/Command
AgeCommit message (Expand)Author
2023-01-03chore(copyright): Fix author and copyright infoJoas Schilling
2022-12-21Add command to transfer ownershipJoas Schilling
2022-10-21Query in sqlite returning wrong result.Vitor Mattos
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling
2022-10-02Move deleteRoom() to RoomServiceJoas Schilling
2022-09-29Fix group byJoas Schilling
2022-09-29Bump CS and PsalmJoas Schilling
2022-09-28Add separate commands to monitor all calls and an individual roomJoas Schilling
2022-09-28Move talk:active-calls to dedicated Monitor namespaceJoas Schilling
2022-07-15Convert specific command to generic create and updateVitor Mattos
2022-07-15OCC to set expire messageVitor Mattos
2022-07-01Merge pull request #7498 from nextcloud/add-schemes-to-turn-commandsJoas Schilling
2022-06-29Add schemes to turn:delete OCC commandDaniel Calviño Sánchez
2022-06-29Add schemes to turn:add OCC commandDaniel Calviño Sánchez
2022-06-29Remove extra spaceDaniel Calviño Sánchez
2022-06-29Implement password policy checkerJoas Schilling
2022-05-24Move setDescription to room serviceJoas Schilling
2022-05-17Move setType to room serviceJoas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServiceJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-26Add JSON option to active-calls commandJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2021-12-02Add command to remove users from all roomsVitor Mattos
2021-11-25Removed: when InputOption::VALUE_NONE the value will be boolVitor Mattos
2021-11-24Return room tokenVitor Mattos
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-04-30Do not allow to manually interact with the bridge-bot userJoas Schilling
2021-03-26Add a method to add group members directly to a conversationJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-02-24Reduce complexity for autocomplete suggestionsJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2020-12-11Fix updating listable attribute from occVincent Petry
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
2020-12-11Adjustments for listable rooms after reviewVincent Petry
2020-12-11Add listable flags attribute for conversationsVincent Petry
2020-12-08Add support for conversation descriptions to occ commandsDaniel Calviño Sánchez
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Fix commandsJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
2020-10-30Move participants table in Manager to attendeesJoas Schilling
2020-06-29Import exceptionJoas Schilling
2020-06-29Only catch the specific exceptionJoas Schilling
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
2020-06-26Add return types to commandsJoas Schilling
2020-06-04Don't let TRoomCommand::completeParticipantValues() return guest participantsDaniel Rudolf