Skip to content

General

Please search for existing ideas before posting a new idea.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

1206 results found

  1. Add download button for code block

    When someone add code block using ``` add download option for that code block. Perfect option are download that code with automatically added extension from Syntax Highlighting (if used, if not .txt).
    For example: download all code block with .sh extension. That option can be on three dots *
    *, as delete option.

    4 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)
  2. Administration of channels through Admin interface.

    Implement channel management in the admin UI. Currently the only channel administration is in the channel itself or through the CLI.

    1 vote
    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)
  3. add the option to disable notifications for the active window

    Having audio notifications for a window that is currently active seems silly. While I could see some wanting it, I think it would be a valuable feature to be able to disable this feature.

    noted on a Mac client

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Make log file reading easier

    The timestamp within the log is now Unix Timestamp. This makes it really hard to find the right logs when there is a issue.

    Please implement a option to change to a human readable time. I suggest the UTC timestamp. Dateformat can be fix of should better be looking for the server values.

    Now:
    {"level":"debug","ts":1540975612.3137412,"caller":"web/handlers.go:50","msg":"POST - /api/v4/users/status/ids"}

    Better:
    {"level":"debug","ts":10/31/2018 8:46am,"caller":"web/handlers.go:50","msg":"POST - /api/v4/users/status/ids"}

    Optimal (i am in europe):
    {"level":"debug","ts":31.10.2018 8:46,"caller":"web/handlers.go:50","msg":"POST - /api/v4/users/status/ids"}

    Best regards

    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)
  5. Add image upload to webhook profile picture integration

    Instead of relying on a url path for a profile picture in a webhook integration, it would be really useful to have a file upload path.

    Thank you!

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Integrations  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Add typescript type definitions to the mattermost-redux api-lib

    Please could you add types so that developping of plugins/integrations/hooks and such may benefit from the power of type verification and auto completion.
    It would, specially on API dev, be a strong plus ;)

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Enforce MFA as permission.

    Make enforce MFA a permission so you can assign it to specific group(s).
    Some businesses do want to enforce MFA for some groups and some not.

    2 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)
  8. Add shortcut to close current channel/direct chat

    Hello!

    It would be great to have a shortcut to close current channel or direct chat.

    It could be CTRL+F4 or CTRL+W.

    22 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)
  9. Enable the Mattermost mobile app for Intune app protection policies

    Microsoft provides an SDK to enable app protection policies to be applied via Intune. Adding this functionality would be a huge benefit for clients that leverage Intune as their MDM and have data protection requirements that prevent data transfer between managed and non-managed apps.

    More information available here:
    https://docs.microsoft.com/en-us/intune/app-sdk

    1 vote
    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)
  10. Implement custom team shortnames

    Currently the team list shows the first two letters of the team name, if no custom icon is provided. It would be great if these two letters could be configured, so that they can be different from the first two letters of the team name.

    1 vote
    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)
  11. User should be able to archive a thread

    Summary (Feature Request)

    As a Mattermost user (Manager/Admin of channel)

    I would like to close some discussion which is not needed anymore in the main channel (have been resolved)

    so that I can reduce the content noise in the channel content in the channel by displaying relevant content.

    Observed behavior (that appears unintentional)

    In any channel where there are a lot of people, there is always much noise. I would like to archive those threads which are not needed anymore and display the relevant content in the main view.

    Usually, it might be discussions which end with some result/agreement, but…

    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)
  12. Galera cluster support

    Galera cluster provides multi master SQL database (e.g. upon MariaDB or MySQL) and can help strengthen the database backend. As it easy to deal with mattermost-server outages (simply run another instance very quickly), it is mostly painfull to deal with single DB outage.

    Galera cluster can be supported in a direct way - add all db nodes to the configuration and use it in balanced way or as a fallback - or can be used via haproxy or similar.

    https://mariadb.com/kb/en/library/galera-use-cases/
    https://mariadb.com/kb/en/library/about-galera-replication/

    4 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)
  13. Desktop app: Don't require 'http://' or 'https://' when entering server name on desktop

    When users are on-boarding, every one of them has issues with the server URL, because they don't expect to have to enter http:// or https://

    Original request: https://github.com/mattermost/desktop/issues/865

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Desktop: Custom title bar

    Slack enables this feature when more than one workspace is logged in. It would be nice if Mattermost has this by default. This would make the app more unique between others. The default title bar does not fit into the design.

    Original report: https://github.com/mattermost/desktop/issues/862

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Date and Channel Name

    When we type a message it shows time but not shows date. Please add date with time and if possible also add channel name with time and date.

    We copy the message for our reference. It would be more helpfull if Date and channel name added with time.

    8 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)
  16. rename flag post to bookmarked post

    Users seem to expect that "Flag post" means "Report post" and do not think of it as a way to bookmark posts.

    Especially as in the web-app "flag post" is not displayed along the other post-actions, but instead by the side of the posting username.

    I already filed that as a github issue: https://github.com/mattermost/mattermost-server/issues/9990

    2 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)
  17. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 20 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)
  19. Create Business Email With Custom Domain Hosting Via Mattermost

    I think it would be awesome to use Mattermost to host a business domain email instead of Google or Microsoft ect.

    1 vote
    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)
  20. Include of preview of message in each notification

    Please add setting of notifications 'Include of preview of message in each notification'. This option is needed for personal data protection when you screen sharing with any application like skype.
    On one of your site webpages it says that "Mattermost offers alternative ... to Slack’s SaaS-only workplace messaging service". In Slack's this option exists in Notifications settings.

    34 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)
  • Don't see your idea?

Feedback and Knowledge Base