Skip to content

Vincent

My feedback

7 results found

  1. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Vincent commented  · 

    In international teams this is very important! Just a small sound-file that can be linked from one's profile

    Vincent supported this idea  · 
  2. 187 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Vincent commented  · 

    It could maybe be done via the API, but not easy. Via https://api.mattermost.com/#operation/SearchFiles you can find all files in a team, but it is too restrictive. Easiest would be to check the database to find fileIDs, filenames and dates. Files need to be moved from the filesystem manually, and https://api.mattermost.com/#operation/PatchPost is required to remove the attachment.

    Personally I use a lot of automatic uploads of generated reports. I am thinking to use emojis to label uploads that can safely be removed after a certain time. :firecracker: https://api.mattermost.com/#operation/SaveReaction

    Related: https://github.com/mattermost/mattermost-redux/issues/777

    Vincent supported this idea  · 
  3. 9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Vincent supported this idea  · 
    An error occurred while saving the comment
    Vincent commented  · 

    Looked into it, and could only find https://github.com/mattermost/mattermost-server/blob/3289c856130c4d1956dda9229fb3c6a060655b1a/webapp/components/pdf_preview.jsx

    This code has a clear "const MAX_PDF_PAGES = 5;" in it, which would be easy to override. But... unfortunately it has been replaced with other PDF-preview code, and I'm not following how the code works now.

  4. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Vincent shared this idea  · 
  5. 275 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Vincent commented  · 
  6. 698 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Vincent supported this idea  · 
  7. 15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Vincent supported this idea  · 
    An error occurred while saving the comment
    Vincent commented  · 

    It could be done in two ways:
    - all channels of all teams visible. Can be a cluttered view, and team-name needs to be mentioned for channels with the same name.
    - two steps: team <space or enter> channel. Less clutter, but you need to know in which team the channel is. Ctrl-k can then also be used to switch teams quickly.

    Some details:
    - what to do when a channel has the same name as a team?
    - should teams be listed among the channels or below?

Feedback and Knowledge Base