Skip to content

General

Please search for existing ideas before posting a new idea.

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

263 results found

  1. Generic OAuth Provider

    Ability to use a generic 3rd party OAuth server for programmatic logins to mattermost server (team edition)

    Please see for detailed description:
    https://github.com/mattermost/mattermost-server/issues/14293

    16 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. Clarified "Channel Purpose"

    The "purpose" element of each channel is very difficult to see. Information such as who created this channel doesn't need to be noticeable. The necessary "purpose" statement is buried in the information. I want at least the "purpose" statement to bold the font.
    I want to hide or move information other than the purpose.

    3 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)
  3. Make new posts stand out more

    When there are multiple teams, when a new post is made to another team, it is difficult for users to notice it. I want you to show it with an impact that would reverse the color information of the icon.
    The same can be said for the channel name display within each team. It is difficult to understand with the current bold display.

    3 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)
  4. Less strict syntax requirements for code blocks

    It's kind of annoying that the syntax for code blocks is so strict.

    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)
  5. Image proxy support for normal proxy servers

    Mattermost image proxy supports atmos/camo Image Proxy and local image proxy. Support should be added for normal proxies that one would set via HTTPSPROXY environment variable. I need images to go through a proxy but I don't want to see HTTPSPROXY for entire application.

    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)
  6. Team admin should be able to export datas

    Right now, only mattermost instance admin can export teams but only all teams.
    There is two issues:

    It would be a great improvement if team admin could use the user interface (and not has to ask to his instance admin).

    91 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)
  7. Users should be able to delete their datas without any admin intervention.

    Hello,
    cli tool is not user's compliant :)
    Users should be able to delete (not just deactivate) their datas without any admin intervention.

    146 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. Better wording for account deactivation

    When a user want to delete his account, he can think "deactivation" is enough but doesn't necessarily know that it just means that he cannot log anymore…

    Maybe (in advanced settings):

    "By deactivating your account you will no longer be able to log in but the messages will be kept. To permanently delete your account and your messages, please contact your administrator."

    And a similar (or the same) message in email notification.

    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)
  9. Possibility to see when user was last time online

    For example, it will be great to see such information in private messages to the user.

    11 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)
  10. System Administrator: Ability to Import Users via CSV / Excel File

    While system administrator are limited to only have the following methods to create / import users:
    * Local users: mattermost user create CLI, direct invite, team invite link
    * External users: LDAP / AD / SAML

    It will be good to have the ability to use CSV or Excel file to bulk import the users with specific formatting especially if the organization has a lot of customers and is not utilizing AD / LDAP / SSO.

    10 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)
  11. API: Add new_msg_count to /users/me/teams/{{team_id}}/channels/members

    Currently you need to make two calls to get the total count of unread messages or to get the count of unread messages from a single channel (/users/me/teams/{{team_id}}/channels and /users/me/teams/{{team_id}}/channels/members).

    To avoid the first request, it would be nice to have a new property e.g. new_msg_count that returns the current new message count for a channel. This is currently only possible by substracting the msg_count (second request) from the total_msg_count (first request).

    This topic has already been discussed on github: https://github.com/mattermost/mattermost-server/issues/8591#issuecomment-383909505

    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)
  12. Prevent non-admin users from posting and editing to channel

    The use case is to provide information to users, for example, release notes, status updates, etc. In order to keep the channel relevant and to avoid clutter, non-admin users have read-only access.

    This feature allows a team to create "reference" channels.

    1. team admins: create, read, update, delete
    2. non-admin users: read-only

    This idea is similar to, and currently under review for Enterprise Edition:

    https://mattermost.uservoice.com/forums/306457-general/suggestions/12874797-add-write-policy-for-channels-and-private-groups#comments

    This idea is related to:

    https://mattermost.uservoice.com/forums/306457-general/suggestions/11205615-different-user-roles-to-configure

    48 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. increase the 22 character limit on channel names.

    Slack recently increased their character limitation on channel names. We would like Mattermost to increase the limit as well, as this has been a helpful feature since it was rolled out.

    18 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)
  14. Disable the "More Actions" tooltip when the menu is already open

    On the [...] button on the right side of a message, there's a tooltip displaying the text "More Actions". When I click on this button, the menu pops up and then the tooltip appears, blocking the "Edit" menu item. The tooltip should never be allowed to pop up if the menu is already open.

    Firefox, Mattermost Version: 5.6.2

    3 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)
  15. Adaptive cards support

    Change attachments for adaptive cards, is more flexible.

    https://adaptivecards.io/samples/InputForm.html

    0 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. More Granular Session lengths for SSO authentication

    Currently the configurations for SSO authentication session lengths allow for a single digit value representing days that the authenticated session will last before expiring and forcing a re-authentication.

    There has been quite a bit of interest within my teams to have this more granular, specifically down to a number of hours (with our preference being somewhere around the length of a work day- 8hours). By doing something less than a single day, with people having varying schedules, it would guarantee that almost everyone will need to re-authenticate when coming back to work. As is, it can happy sporadically depending on…

    3 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. Quote Reply In Threads

    In a thread, because we cant create subthreads, the comment menu should have a new item called "quote reply".

    "Quote Reply" should allow the user to add a new comment with reference from the comment he is replying.

    A : I like cars.
    A : Wanna go for pizza? <-- "Quote Reply"
    B : I like Ferrari.
    B : "Wanna go for pizza?"
    Yes. Pizza is a great idea.

    31 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)
  18. Option to have different themes on different devices

    As of now, a change of theme on one device is automatically synched to all other devices.

    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)
  19. transform message to into an answer to message above

    people are often sloppy in using answers to messages and just type it to the channel when it should be an answer to the message above.
    I propose a button visible to the author and admins that allows to transform a message into an answer to the message above.
    I hope it'll help to create more consistency in the usage of the answer/thread feature.

    11 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)
  20. add newlines with CTRL+ENTER (like in Slack and Skype)

    this is the opposite of the current setting:
    ENTER inserts a new line and CTRL+ENTER submits the message.

    6 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