Skip to content

General

Please search for existing ideas before posting a new idea.

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

106 results found

  1. make administrators able to look into private chats

    In corporate environments it is sometimes necessary on legal grounds to check an employees communication. Usually the management asks the IT therefor to deliver ones communication. Currently an administrator is neither able to view the existing private chats from any user nor is there an export function to extract all users content from the database

    57 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. EE: OAuth2 for generic identity provider

    Add support for a generic OAuth2 provider for Mattermost Enterprise Edition, in addition to other single-sign-on features for enterprises.

    241 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. Atlassian Crowd Support

    Atlassian Crowd is the SSO and central user-manager for all Atlassian Products. Its provides an REST and SOAP API.

    Following features would be nice:
    - Synchronize users with crowd
    - Use crowd Cookie to authenticate user

    Also see:
    - Atlassican Crowd Features: https://www.atlassian.com/software/crowd/overview/key-features
    - Atlassican Crowd Pricing: https://www.atlassian.com/software/crowd/pricing

    50 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. Purge Inactive Users

    It would be great to be able to purge users who have not logged into the site in a definable window.

    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)
  5. Microsoft Active Directory SSO with reverse proxy REMOTE_USER

    For advanced enterprises with sophisticated authentication requirements, this feature would allow authentication through REMOTE_USER information passed in via HTTP headers

    This feature requires a fundamental change to the Mattermost user model so that users can exist outside of teams.

    Several threads have discussed this feature:
    - https://forum.mattermost.org/t/active-directory-sso-through-a-reverse-proxys-remote-user/295
    - https://forum.mattermost.org/t/client-side-certificate-authentication/1174

    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)
  6. Microsoft MS-CAPI / PKCS 11 Support

    For advanced enterprises, MS-CAPI / PKCS 11 support would allow additional enterprise authentication options across all native clients plus the web experience.

    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)
  7. Prompt email-based accounts to re-auth using LDAP during migration period

    Our organization wishes to use the new bulk export tool to migrate teams and users from our pilot server. This server used email-based accounts, and we are now using LDAP authentication on the new Enterprise server.

    All of these accounts should have LDAP, but were created using email addresses that do not always map. We want users to be able to log in once with their old email authentication, then be prompted to log in again using their LDAP credentials.

    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)
  8. Enable Team invite link when account creation is set to false for private teams

    Team invite link is not available when account creation is set to false.
    Inviting users manually via email is tedious, it would be easy if the team invite link is available.

    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)
  9. Re-Add yourself to a channel you left

    We would like to have a feature where you can add yourself back to a channel that you have left.

    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. Chatting to Golang Bot through direct message

    Hello, I have the golang bot implemented into a mattermost channel.
    It would be helpful to have an option for users to ask the bot questions in a Direct message as opposed to just a public channel.
    I feel that this would encourage users to use the bot more and help shy users as well. That way there can be some sort of privacy between users.
    Also, a way to have a log for Admins to keep track of what questions are being asked will be helpful in developing the bot further.

    36 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. EE: Provide controls for creation of public and private channels at the team level

    The global channel settings aren't flexible enough create teams with differing levels of channel security. Please consider adding the public & private channel settings at the team level.

    Simplistic example:

     Team A: invite only with the creation of public rooms disabled
     Team B: public team, with the creation of public rooms enabled
     Team C: public room with the creation of public rooms disabled
    
    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)
  12. 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)
  13. 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)
  14. 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
    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. 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
    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. EE: Legal notice presentation for system, team and channels

    Similar to Custom intro text for systems, teams and channels (https://mattermost.uservoice.com/forums/306457-general/suggestions/18595492-custom-intro-text-for-system-team-and-channels) this EE feature would be to enable the presentation of legal notices, formatted in markdown, by clicking an "I agree" button, instead of a "I do not agree" button (which would deny access to the system, team or channel on which the legal agreement is attached.

    There needs to be a PRINT button to print the agreement, and a DOWNLOAD button to download a copy as a text file (in markdown, which is readable).

    A full text record of the agreement at the time of acceptance should…

    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)
  17. Add option to set Avatar size

    Currently the avatar size is around 32px.

    My test users are hoping it could be bigger so as to recognize people easily.

    I did a local test and increasing the size to 50px+ would not affect the layout and is indeed easier to find people.

    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)
  18. The ability to convert all users from SAML/LDAP auth, to Email-Password Authenication

    I would like to ability to bulk convert users from SAML/LDAP auth to Email-password auth in the scenario where LDAP or SAML provider is down.

    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)
  19. Add ability to send permalinks via email/sms

    The ability to generate and copy permalinks is great, but it would be awesome if there was an ability to share that URL, so that standard iOS share sheets, or Android intents, could be used to send urls via Gmail, iMessage, etc. Would make it much easier to integrate into our workflow.

    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)
  20. We need "(managerable) Closed Public Channel / Nonstealth private group"

    as we like the style of discussion coming up to several topics, a lot customers we work with, make us work with an NDA. So we are not allowed to discuss work related stuff with people, that did not sign this NDA. Ok. We could go with Private Groups. BUT: this is invite only. Sometimes it would be helpful to be able to "see" that there are several topics that might be of my intrest, so i would like to ask the admin to let me join. So I would like to have different "Channel Modes" like : administrate channe…

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

Feedback and Knowledge Base