Skip to content

General

Please search for existing ideas before posting a new idea.

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

1161 results found

  1. Private message with authorized members only

    Hi, (I am new to this forum but I have installed Mattermost in my organization)

    Is it possible to add a new choice in the administrative console in the option “Allow users to open private message channels with” to request permission to create private messages with members who use the platform.

    Currently, the configuration choices are:

    All members of the team
    Any user on the Mattermost server
    and I would like to add :

    Only authorized members
    To prevent all members from communicating privately without prior notice

    Is it a good idea ?

    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)
  2. I can search easily for a group name on iPhone, but there is not the same convenient matching feature on macOS.

    I can search easily for a group name on iPhone, but there is not the same convenient matching feature on macOS. Also on iPhone, I see all unread messages at top of list, on macOS I have to scan the whole list to find unread messages. So the macOS client needs to catch up with the iPhone.

    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)
  3. Restrict Direct Messages user list to the members of the currently viewed team

    The DM user list can be very crowded. My suggestion is to restrict this user list to the members of the team that is currently selected in the Teams Sidebar, just like the way public channel list is implemented.

    So the user list in the "Direct Messages" section will change when the user switches to a different team.

    [1] https://mattermost.uservoice.com/forums/306457-general/suggestions/13620234-add-option-to-restrict-dms-to-users-who-share-at-l

    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  ·  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. Use different color for nicknames

    Using various colors for nicknames improves readibility a lot!

    https://i.imgur.com/GxyJgyz.png

    vs

    https://i.imgur.com/Kbz4b8t.png

    Slack does it already.

    60 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. MSI installer for windows client

    We need a MSI file for automated (silent) installation. That way you can deploy the application with the group policy of windows.

    102 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)
  6. Modify a user via CLI

    Would be nice to have the ability to update/modify a user via the CLI. Similarly to create user, you are able to set their name, email, etc. It would be nice to be able modify those details of an existing user via the CLI or even UI. I've found some user's end up entering their names all lower case or some don't even enter their details.

    29 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. Delete an user's private conversations

    In some cases we need to delete all private conversations from an old user but without deleting the user (so it doesn't break continuity in public conversations).
    We use an SQL query:
    SELECT DISTINCT Name FROM Channels INNER JOIN
    (SELECT Id FROM Users WHERE Username LIKE 'Foo')
    sub ON Name LIKE concat('%', sub.Id, '%');
    Then "platform channel delete" to delete the channels.

    But it would be much easier to have a CLI command that does this.

    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)
  8. Support Android's central account system

    Every time I start Mattermost, it asks me for url and account info, with no option to save it. Please use Android's Account backend to save login information.

    17 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. Android: fetch text in background for faster opening from notifications

    We use Mattermost (self hosted) in a team of 30 people with about 20 channels.
    On my medium performance phone (Xperia Z3) it can take quite a while (~20 seconds) from tapping a notification to showing the actual message, even in ok network conditions (WiFi or 3G+).
    In the Desktop App, there's no such lags.

    I'd guess that by having the App run a background service which already fetches the text data for the channel triggering the notification could considerably speed up this use case.

    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)
  10. Allow custom emojis to appear in default dimensions

    Hey guys,

    I really like the product, would be possible to display the custom emojis in their default size? Similar the way we post a picture with a direct link in a conversation. Would be nice to have not only the default emoji sizes (I'm aware of the possibility to use # to make the gifs and pictures smaller/bigger), but if we could add and save them in a larger state. Currently any meme which has writings on it can not be seen well, and we know that memes=life. Thank sin advance!

    26 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. Simplify chatbot integration by enabling bots to run sandboxed, in-process on the server

    Currently if I want any sort of 'bot' behavior, I need to:

    • Get an API token (ask an admin for permission)
    • Stand up a server or learn serverless
    • Figure out deployments/monitoring/logging

    To test my code, I need to expose my in-progress work to the internet so it can receive webhooks.

    This is a substantial bar to clear, resulting in monolithic projects like Hubot with many plugins.

    Organizations implementing this style of bot frequently have only a handful of people who know how to contribute to it.

    An alternative would be to support 'Managed bots': custom code (language TBD; javascript (via…

    6 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)
  12. Todo

    ToDo and Notes for private or channel usage.

    14 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. Share pictures from the app

    It would be nice if pressing and holding a picture for a few seconds in the chat window would let you share it to other apps. Right now in the React app pressing on a picture in a chat will make it light up a bit, but there's no prompt to do anything with the picture. Also it seems that there's no way to share pictures from within the app in general.

    The only other OSS chat app I've found that allows this so far is rocket.chat (but only on their old Cordova app).

    15 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. Wekan

    Integration of Wekan - Open Source Trello-like Board System

    23 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)
  15. Make Mattermost recognize jira links to show issue information

    One thing you need the whole time when really working with Mattermost is pasting links from other applications like Jira. Because there is no tight integration, either the other person has to open the link all the time or I have to copy the issue title besides the link.
    The only way I could solve this party was with a slash command (because it works for every channel) (https://github.com/mattermost-jira-info/mattermost-jira-info)
    But it would be nice to extend the link parser (link preview) to be able to connect it to other applications....

    52 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. Add background color on BOT messages (by condition or log level)

    I just wonder that if MM could set background color for messages by condition.
    Like hipchat that bot messages could show with different color by info level:
    green => success
    yellow => warning
    red => failed

    https://cdn-standard.discourse.org/uploads/mattermost/original/2X/7/7c73a31b081c6207d23ff87a7a98aafe89d83901.jpg

    32 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. add a go to date feature similar to stack

    add a go to date feature similar to stacks. I use this for example to go to the top of a channel. Specially after joining a new channel.

    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)
  18. Separate "Favorite channels" and "Favorite users"

    The new "Favorite channels" feature interleaves channels and users. It would be better to separate out "Favorite users", the same way Channels and Direct Messages are separate.

    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)
  19. Add a /quote command

    Pasting a multi-paragraph block of text for quoting is currently frustrating, as you can't just type "> " and then paste and hit return, because if "\n\n" happens to exist in the block, it'll fall out of quote mode.

    Since we already have /code for code pastes (like HipChat), let's also go for /quote: you do "/quote <paste><enter>" and done.

    The implementation would be virtually identical to /code, just replace the 4 spaces with "> "

    29 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. "Voiced" channel mode like IRC

    Sometimes (especially in open source development) public and private are not granular enough distinctions. I'd like to be able to set a public channel as "voiced" where only certain users can post messages, but everyone can read them.

    This is similar to IRC, and is extremely useful for meetings held publicly, but where the only voiced participants are members of the project leadership.

    17 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