Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 188
    • Issues 188
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajimgajim
  • gajimgajim
  • Merge requests
  • !863

change: Add FileTransferSelector as a central page for sending files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Brötzmann requested to merge filetransfer-page into master Nov 02, 2022
  • Overview 9
  • Commits 2
  • Pipelines 0
  • Changes 17

This MR introduces a new FileTransferSelector page within the ChatFunctionPage.

This new page gets opened whenever a file transfer action is invoked by the user:

  • click on 'Send File' button
  • click on 'Send File Directly / Upload File' in the chat menu
  • drag and drop
  • pasting image from clipboard

Files will be previewed in a list, and further files can be added there via file selector or drag and drop.

A suitable transfer method will be chosen, if the user's preferred method can't be used. The FileTransferSelector makes use of the ResourceSelector widget, if Jingle is chosen as transfer method.

Fixes #9511 (closed)

image

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: filetransfer-page