Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sharing deck card with a conversation #5110

Merged
merged 3 commits into from
Feb 15, 2021

Commits on Feb 12, 2021

  1. Add sharing deck card with a conversation

    Added deck action for sharing/linking that uses the RoomSelector.
    Improved RoomSelector
    
    Co-authored-by: Joas Schilling <coding@schilljs.com>
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 and nickvergessen committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ddf06db View commit details
    Browse the repository at this point in the history
  2. Don't use collaboration endpoint to trigger RoomSelector

    Deck plugin now creates its own Vue VM to instantiate the
    RoomSelector.
    RoomSelector now allows to specify properties for dialog title and
    whether the result list should be filtered.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    fa55c6c View commit details
    Browse the repository at this point in the history
  3. Remove current room from RoomSelector

    Expose the Talk Vue instance on OCA.Talk.instance.
    In RoomSelector, grab the current room from that instance to filter it
    out, when applicableRemove current room from RoomSelector
    
    Expose the Talk Vue instance on OCA.Talk.instance.
    In RoomSelector, grab the current room from that instance to filter it
    out, when applicable.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ab45b79 View commit details
    Browse the repository at this point in the history