Skip to content

General

Please search for existing ideas before posting a new idea.

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

1195 results found

  1. Report duplicate AD/LDAP information rather than setting usernames to random strings every hour

    When the AD/LDAP User Filter is too permissive, multiple user objects with the same Email Attribute may be returned. When this happens, and the Username Attribute is not present on the returned value, Mattermost may reset the username of the existing user with the same email address to a random string. This repeats every 60 minutes (or whatever the Synchronization Interval is set to).

    For example, if two LDAP objects are returned:
    { userclass=contact, email=myusername@example.com }
    { userclass=user, sAMAccountName=myusername, email=myusername@example.com }

    In this case, Mattermost may cause username@example.com's account to have its user id changed to a…

    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)
  2. Sub-comment

    Hi,

    please implement this code to all CSS templates:

    .post.same--root.post--comment, .post.same--root.same--user.post--comment {
    padding-left: 4em;
    }

    so chat look like this:

    http://www.image-share.com/ipng-3649-129.html

    We are using it some time, and chat is more clear to read.

    Many thanks.

    Miroslav

    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)
  3. Ability to search all content (FOIA)

    Sorry if this is already a feature (I'm a Mattermost noob) but I haven't found a way of doing this yet...

    If we are going to implement this, we WILL need a way to search all content (Public/Private channels, Direct messages and Archived) for legal queries!

    This is a basic requirement of all software we implement within Government!

    Note: I am currently using the Team edition as a trial, so maybe it is a feature in the Enterprise version??

    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)
  4. Google MFA Authenticator subject should be the URL not just "Mattermost"

    Summary

    When using "Scan barcode" to automatically configure Google Authenticator for MFA the subject is always "Mattermost".

    Steps to reproduce

    1. Enable LDAP.
    2. Enable Multi-factor authentication.
    3. When a user scans the barcode to configure Google Authenticator the subject of the account is always Mattermost.
    4. If you use couple of instances of Mattermost (example test+prod) you can't distinguish which code to use and can't login to Mattermost.

    Expected behavior

    1. The subject of the account should be the url of the Mattermost instance you are configuring MFA for.
    4 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)
  5. Open/View any type of files within built-in applications

    Also we need an ability to open any type of files within built-in mobile applications without the need of previously downloading file. For example: one chat member sends a “.docx” file to the group chat, other members can open this file directly by tapping the link once and choose an application to open it

    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)
  6. Allow interactive message button clicks to edit buttons on message

    Currently, when a user clicks on an interactive message button, MM sends a request to a remote web server with some information. When the server responds, it can send in a Message json blob, but this does not allow you to change the buttons on the message.

    For example, if I were making a poll integration, there might be vote buttons, and after voting, I might update the button message to thank the user, and present them with the options to see the results or hide the message. Currently this is not possible.

    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)
  7. add anchors to /help/* docs

    Many "normal" users have problems writing markdown when chatting.
    For example, my friend don't know how to add "In-line Images".
    So, I want to send him a link to "In-line Images" section at https://chat.ohze.net/help/formatting
    But I can't because "In-line Images" is not an anchor like, ex https://github.com/mattermost/mattermost-server/blob/master/CONTRIBUTING.md#stage-1-pm-review (auto added by github for headings in a markdown document)

    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. 1 vote
    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)
  9. Ability to modify attached files when editing a message

    Currently, Mattermost provides the ability to edit a message after you have posted it.

    However, there is no way to modify the file attachments via this editing process.

    Recent use case: I uploaded the wrong file when posting a message. Ideally I would have been able to edit the post to correct the mistake, i.e. to remove the incorrect file and attach the one I meant to attach. However, I could find no way of doing this.

    Luckily, in my case it was simply an old version of the document, and therefore not too big a problem. However, I am…

    104 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. Support Mattermost behind Basic Auth

    Currently, Mattermost Server usage behind Basic Auth is limited/handicapped due to authentication issues caused by the websocket connection (as it seems, basic auth headers are not propagated correctly).

    In our company, public services must be at least secured by basic auth. I guess other companies have same restrictions.

    So basic auth support would be a nice feature.

    27 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. Allow emoji reactions to trigger outgoing webhooks

    Just like it is possible to trigger outgoing webhooks from specific keywords, it'd be nice to trigger an outgoing webhook from a emoji reaction on a message.

    The idea is to allow the message being reacted to to be sent to another system where it could be parsed and analysed for further action.

    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)
  12. Interactive action buttons

    Since Interactive Action Buttons are supported (4.2) it would be nice to support different button styles like in Slack and emoticons as text replacement for the buttons. I think this could enhance the overal look and feel of this new feature.

    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  ·  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)
  13. Allow adding custom words to user and/or team dictionaries.

    Words not in the stock dictionaries are always marked as errors; there's no way around it.

    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)
  14. Enable more/custom spelling languages

    Add more 'Spelling Languages' options or provide a method for people to add their own dictionaries.

    72 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. Implement emoji picker for Android (same as already implemented for reactions)

    A lot of our team members ask for this feature, as using Android's system emoji keyboard leads to ??? on other platforms. Would be really helpful to have an Android emoji picker in the same style which is already implemented for reactions. The current system (typing : and emoji name) is not really working, especially for new team members.

    21 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. Notifications for replies in threads, and ability to follow/unfollow threads (like slack)

    I wish there was a notification setting like in slack to enable the setting "Notify me about replies to threads I'm following"... and then the ability to opt-out of following threads (but following them is automatic for any threads that you start or comment on)

    55 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. Allow users to adjust the display size for in-message text

    The message text is currently too small for my liking. It would be wonderful if we could allow users to adjust the display size of the text. Slack for instance lets you do this to some extent. Even a choice between 'small, medium, large, extra large' would be great. Thank you

    30 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)
  18. Add support 3D Touch

    • new messages
    • favorite chanel
    • search
    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)
  19. 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)
  20. Host a repository for the mattermost-desktop Debian package

    It is nice to have a .deb package for mattermost-desktop, but it would be even easier to have a repository we can add to sources.list so the app can be easily updated.

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

Feedback and Knowledge Base