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 (Collapse)Author
2020-12-11Fix updating listable attribute from occVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
Always join as USER when joining group or public room Allow nulls for Oracle Changes after review Removed populateBaseRoomData and reused the existing code by adding an extra condition for when querying listable rooms with null participant. Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Adjustments for listable rooms after reviewVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Add listable flags attribute for conversationsVincent Petry
Added ability to set a conversation as listable for regular users and/or guest users from the guest app. This only implements the flag, endpoint and UI to manage it but not yet making it appear in search results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-08Add support for conversation descriptions to occ commandsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-26Introduce constants for the actor typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Move participants table in Manager to attendeesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Import exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Only catch the specific exceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Move the validation and preparation of the name to the RoomServiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-29Introduce a RoomService to handle creation of RoomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Add return types to commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-04Don't let TRoomCommand::completeParticipantValues() return guest participantsDaniel Rudolf
We can't deal with guest participants in CLI commands and array_map() currently returns a empty string that is stripped later anyway. This makes this behaviour just more explicit. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-06-02Merge pull request #3505 from PhrozenByte/feature/cmd-room-followupJoas Schilling
Improve talk:room:* CLI commands
2020-05-29Move talk:room:* command and unit test DI to traitsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-27Add a command to detect active callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-21Use a properly set up input definition for ↵Daniel Rudolf
TRoomCommand::completeParticipantValues() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21Implement TRoomCommand::completeParticipantValues()Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21Remove --circle options from talk:room:create and talk:room:add commandsDaniel Rudolf
See https://github.com/nextcloud/spreed/pull/3505#issuecomment-631969201 for a reasoning Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-13Add bash autocompletion for talk:room:* commandsDaniel Rudolf
Implementations for option "--circle" and participant options/arguments is still pending, i.e. this is work in progress. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-13Rename argument 'user' of talk:room:remove command to 'participant'Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-13Merge branch 'master' into feature/cmd-room-followupDaniel Rudolf
2020-05-13Fix success messages for talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Fix `talk:room:update --owner` adding multiple ownersDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Various small improvementsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Remove unused codeDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Various small improvements to talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Add --user option to talk:room:create and talk:room:add commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Fix TypeError in talk:room:create commandJoas Schilling
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Remove talk:room:list command due to privacy concernsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Add --owner option to talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Add --group and --circle options to talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Don't demote room owners to moderators in talk:room:promote commandDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Proberly exclude one-to-one convos from talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Improve talk:room:update option descriptionsJoas Schilling
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Remove unused codeDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Add talk:room:* CLI commandsDaniel Rudolf
* Create new rooms with talk:room:create * Delete rooms with talk:room:delete * Add users to rooms with talk:room:add * Remove users from rooms with talk:room:remove * Promote users to moderators with talk:room:promote * Demote users with talk:room:demote * Update room settings with talk:room:update * List rooms of a user with talk:room:list The talk:room:* CLI commands don't support one-to-one rooms on purpose. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-04-20Prevent adding hurtful commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-17Make the samples work with ARGUMENTS placeholderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-12Add more hints that commands need to use absolute pathsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11Add a hint to share commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08Check bc before trying to install the commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08More verbose feedback on sample commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08Add calculator exampleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08Add /hackernews exampleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08Add /wiki sample commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>