General
Please search for existing ideas before posting a new idea.
1195 results found
-
Allow Webhooks to post to Reply Threads
From: https://github.com/mattermost/mattermost-server/issues/10463
At the moment, the "comment" value for response_type will only trigger for the triggering message, even if that message is part of a thread. Maybe a value of "thread" can tell it to reply in the thread rather than creating another thread just to respond to the trigger message.
33 votes -
Support ip and mac text search
The docs explains that:
"IP addresses, for example 10.100.200.101, do not return results."
(https://docs.mattermost.com/help/getting-started/searching.html#hashtags)I would like to be able to search on ip-strings from my messages.
87 votes -
Smartsheet
Integrate with Smartsheet like Slack does.
4 votes -
Add support for CSS themes
I'm not happy with the current theme system. We can change only colors, but I would like to change a bit everything, to get something looking for instance like The Lounge:
Things I would like to change:
- typography
- borders + shadow and radius
- margins and paddingsIt would be quite easy if we could upload a piece of CSS based on a few class selectors. Like:
.app__content { box-shadow: 0 0 25px rgba(0, 0, 0, 0.75); z-index: 10; border-radius: 5px; }
1 vote -
Have a reusable authentication link for guest accounts
For guest accounts, right now they have to authenticate manually via credentials.
It would be useful for the guests if there could be a link that they can use to instantly authenticate into the server.
0 votes -
Have the option to enable 2FA authentication only for certain IP ranges
Currently when we enable 2FA authentication, it is either enabled for all users or not at all, without any option to have a more granular approach.
It would be great if we can enable 2FA authentication only for specific IP ranges based on the configurations of the admins.
0 votes -
Add parent message reference for slash commands
When running a slash command and replying to a message, it’d be great if we could also have the ID reference for the parent message being replied to.
Example use case: you have a series of past messages and want to “run a command” using the message as the source of some slash command, and you want it to be ephemeral
Possibly related: https://mattermost.uservoice.com/forums/306457-general/suggestions/31914865-ability-to-reply-to-message-with-webhook
5 votes -
Search direct messages: Member name suggestions
Currently you have to know and type the exact name when searching in a direct message history of a single person via "in:@name". Whatever you type is even falsely "corrected" to some other channel when there is a match and you hit enter!
That is why I suggest to include member names in the suggestions when typing a name with "in:@...".
5 votes -
Better Upgrade Notification for Old Desktop App
As of now, we do not have a clear warning message to indicate that a desktop client has compatibility issue (old version) with the latest Mattermost Server version.
it will be a good idea to have a message (pop up) that detects the desktop client version and remind them to upgrade it to the latest version if it is at least 1.x version behind the current one.
1 vote -
Plugin hook for channel header, title and purpose change.
I would like to add a string to the header and purpose every time it is changed via a plugin, but this is currently not possible as there is no hook for channel metadata in the plugin API.
23 votes -
Include Racially Diverse Emojis
Currently, all of the default emojis (people, hands, etc) on the desktop app have a light yellow skin tone. Since you are already using apple emojis, it would be awesome to integrate the ability to change the skin and hair tone of these emojis.
40 votes -
edit timestamp
When a message is edited, there is currently no possibility to see, when it has been edited. Maybe add the datetime of edit to (edited) text
3 votes -
Delayed messages (/echo) should have longer delay than 10000 seconds
You can delay a message for 5 seconds with this syntax:
/echo "This multiline message
is delayed" 5Today the delay limit is 10000 seconds (~2 hours 45 minutes). This is to short. This should be increased to at least a few days, but why not a week or more (so the message is sent after the vacation is over)?
Sometimes when you got a message, you don't want to disturb the receiver at this time (e.g. in weekends or in vacations) or you got a better strategic moment to submit an idea. Then it would be very handy to…
46 votes -
System admin should be able to create one Slash command available to all teams
I have a serve running Mattermost Team Edition and would like to be able, as a system admin, to create a slash command that can be executed by every team on the server.
9 votes -
hubspot
Pls Connect to Hubspot
6 votes -
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 themsg_count
(second request) from thetotal_msg_count
(first request).This topic has already been discussed on github: https://github.com/mattermost/mattermost-server/issues/8591#issuecomment-383909505
7 votes -
Have ability to close a channel without leaving it
Currently it is not possible to 'close' a channel without leaving it, or remove it from the sidebar. This can be problematic when you are a part of many channels, especially private ones where you will need to be re-invited to it after leaving it. For example, I would still like to be part of a particular private channel in the event that something comes up, but I would like to have the option to close it/remove it from the sidebar to avoid clutter.
Right now there is no method to close a channel from the sidebar and still be…
7 votes -
Directory of public channels/channels I can have access to
A user should be able to easily see & search the list of all channels they have joined and can join. I'm seeing a number of duplicate channels created across teams because the user did not know it existed in another location.
42 votes -
create an integration with LucidChart (lucidchart.com)
Create an integration with LucidChart (web-based Visio-like application)
3 votes -
Enable automatic account deprovisioning for SAML
As per the documentation : https://docs.mattermost.com/deployment/sso-saml.html#saml-single-sign-on-e20 SAML currently does not support automatic deprovisioning, and is only possible if AD/LDAP sync is enabled.
For environments where AD/LDAP is not possible, it would be great if SAML could also automatically deprovision users from Mattermost as well.
7 votes
- Don't see your idea?