Skip to content

General

Please search for existing ideas before posting a new idea.

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

1234 results found

  1. direct message

    Improve search/filter during direct message.
    With more than 100 users, it is really tough to find the user for DM through scrolling. Sometimes the user only know the first name and not last name... or worse, can only guess the spelling

    Would be great if we could use

    "mochi"

    to find

    "masashi-mochizuki"

    7 votes
    How important is this to you?
  2. 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
    How important is this to you?
  3. Include channel creation and management restrictions in team edition

    I know these features were left out of Team Edition to keep it simple, but these options are present in the config.json file.

    Enabling this features from just the config.json file would keep the team edition ui simple, but give smaller teams the same ability to control the whims of their users

    3 votes
    How important is this to you?
  4. Add support for using channel_id in the URL instead of channel_handle

    Right now you can link to a channel using the following URL

    https://my-mattermost-server.com/teamname/channels/channel_handle

    However, if the channel handle is changed, the link gets broken.

    This feature proposal adds support for using channel_id the URL instead, which doesn't change. Example:

    https://my-mattermost-server.com/channels/channel_id

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  5. Image preview should honor exif orientation

    Mattermost fetches images from a URL to that image, however it ignores the exif data. This results in the preview often being in the wrong orientation.

    36 votes
    1 comment  ·  Admin →
    How important is this to you?
  6. Allow navigation through all channel images

    Right now you can only navigate through images posted at the same time, whereas slack will let you navigate through the entire history of images

    16 votes
    How important is this to you?
  7. Unread marker "time machine"

    It would be nice to be able to "go back in time" when it comes to "unread posts". I have not studied in detail how MM keeps track of this, but I'm guessing a "last seen postId" or a "last seen postDate" or something similar. Anything greater than this is "unread". Anyway, what I would like to see is a way to "undo" or "go back in time" on nn unread states.

    Say I login today, I have 33 unread/new messages. But I want to go back to the "unread count" I had the last time I logged in before…

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  8. Allow for bots to directly upload images

    Bots are only able to post text messages to rooms, however, it would be convenient if bots were able to attach photos as a message to the room.

    We would prefer if our bot didn't have to upload images to an accessible URL and then post that url to the room (and then only get a preview of an image), as this adds a few extra steps to viewing the image and requires our bot to be aware of when it is done uploading the image to the host and then finally post the link to the room.

    37 votes
    How important is this to you?
  9. 100% Slack Compatible Webhooks

    I would like Mattermost to be able to consume any Slack-compatible webhook. It is very frustrating that I have to build a tool to proxy webhooks from GitHub for example.

    20 votes
    How important is this to you?
  10. At present we can render tables, can we have the control to left/right align the tables

    At present we can render tables, can we have the control to left/right align the tables.
    Use case : For me my data is some what large, which can't fit in a screen. If we have the option to right align some tables, i can manage the space.

    1 vote
    How important is this to you?
  11. Set policy for password history

    A companies security policy often has rules stating that a password may not be reused. To facilitate this many applications have a feature that allows the administrator to state how many passwords the application should remember until a password can be reused. Think, for example, a maximum of 10 password that the application must remember.

    3 votes
    How important is this to you?
  12. Delete user avatar from CLI

    We need a way to delete an user avatar with the CLI tool.
    Currently we delete the in data/users/ manually but it would be easier if we could do it by using the email instead of the ID.

    1 vote
    How important is this to you?
  13. Add Reply-To header to email notifications of direct messages

    If notification has only direct messages from single sender, add Reply-To with sender's email.

    3 votes
    How important is this to you?
  14. Automated configuration data for /slash command

    How about allowing for a special parameter ?getslashinfo=1 or something return the various fields that need to be filled in in the Slash Command configuration.

    Add a button "Fetch" to the right of the Request URL and if clicked, MM goes to retrieve Display Name, Description, Request Method, Autocomplete Hint and Autocomplete description fields.

    Even if the user gets it back in the wrong language, it'll be easy to translate to the local language. Reponse username and icon should obviously not be allowed to be fetched like this, nor the trigger word.

    A second parameter could be sent with getslashinfo=1,…

    1 vote
    1 comment  ·  Integrations  ·  Admin →
    How important is this to you?
  15. Switch the status color indicator to the background of the icon

    User icons are okay now on the left side list but would it be even more clear to switch the icon color to white and change the background color for the status? Please check the link for a demo:
    https://github.com/mattermost/desktop/issues/549

    1 vote
    How important is this to you?
  16. Add anchor to enable introduction text to trigger a command

    This would allow for instance to execute a command for the user from a link in the introduction to display a code of conduct, help or whatever usefull content.

    2 votes
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  17. 1 vote
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  18. Add user_id parameter to api/v4/commands/execute

    Adding this parameter would allow direct message to user through api call.
    {
    "channelid": "string",
    "command": "string",
    "user
    id":"string"
    }

    3 votes
    0 comments  ·  Integrations  ·  Admin →
    How important is this to you?
  19. Add a config show cli command

    For troubleshooting purposes it would be handy to have a platform config show command that lists the effective configuration values. Thus, overriding environment variables must be considered. At least from the wording of platform config validate ('The document is valid'), it seems that environment variables aren't considered.

    There could be filters to mangle the output, but grep is fine, imo.

    1 vote
    How important is this to you?
  20. enable sound notification and notification duration on the android app as is desktop app

    we have the idea to install mattermost app over the mobile used by technical engineer that work extra- time, night also. we need that the notification sound for mattermost is able to wake up the colleague, specially in the night. for desktop app is possible to select the sound and duration and this is important for our cases. many thanks for your support.

    1 vote
    How important is this to you?
  • Don't see your idea?

Feedback and Knowledge Base