General
Please search for existing ideas before posting a new idea.
273 results found
-
Possibility to see when user was last time online
For example, it will be great to see such information in private messages to the user.
11 votes -
Clarified "Channel Purpose"
The "purpose" element of each channel is very difficult to see. Information such as who created this channel doesn't need to be noticeable. The necessary "purpose" statement is buried in the information. I want at least the "purpose" statement to bold the font.
I want to hide or move information other than the purpose.3 votes -
System Administrator: Ability to Import Users via CSV / Excel File
While system administrator are limited to only have the following methods to create / import users:
* Local users: mattermost user create CLI, direct invite, team invite link
* External users: LDAP / AD / SAMLIt will be good to have the ability to use CSV or Excel file to bulk import the users with specific formatting especially if the organization has a lot of customers and is not utilizing AD / LDAP / SSO.
10 votes -
Notify Modified Messages And Added Reactions
There should be an option to allow MM to send notifications wheneven user modifies a message or maybe even when a message is deleted.
Also you be great to have anotification wheneven someone adds a reaction to your message.151 votes -
increase the 22 character limit on channel names.
Slack recently increased their character limitation on channel names. We would like Mattermost to increase the limit as well, as this has been a helpful feature since it was rolled out.
18 votes -
Less strict syntax requirements for code blocks
It's kind of annoying that the syntax for code blocks is so strict.
1 vote -
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 -
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 -
add newlines with CTRL+ENTER (like in Slack and Skype)
this is the opposite of the current setting:
ENTER inserts a new line and CTRL+ENTER submits the message.8 votes -
Option to have different themes on different devices
As of now, a change of theme on one device is automatically synched to all other devices.
9 votes -
Video File Thumbnails
Just like we have tumbnails on pictures. helping us identify what we are looking for without having to open the preview tool.
It would be great if we could have thumbnails on videos too.50 votes -
transform message to into an answer to message above
people are often sloppy in using answers to messages and just type it to the channel when it should be an answer to the message above.
I propose a button visible to the author and admins that allows to transform a message into an answer to the message above.
I hope it'll help to create more consistency in the usage of the answer/thread feature.11 votesPlanned with this ticket: https://mattermost.atlassian.net/browse/MM-35848
-
Add ability to move mistaken thread replies in a channel to the intended thread
If a user misses replying to a thread in a channel and instead replies directly to the channel, this message is not part of the thread that it was intended to be and the conversation is not clear.
There should be a way for a user or channel admin to move a message to the intended thread inside the channel and keep it inline with the on-going threaded conversation (since everything is timestamped this seems possible).
This would clean up the conversations and mistakes that users will make.
150 votesWork on this feature has begun! Big thanks to @kkekkonen for starting the effort.
If anyone would be interested testing it, you can help out here: https://github.com/mattermost/mattermost-server/pull/9165
PS: Previous update incorrectly mentioned that this an Enterprise Edition feature.
-
Disable the "More Actions" tooltip when the menu is already open
On the [...] button on the right side of a message, there's a tooltip displaying the text "More Actions". When I click on this button, the menu pops up and then the tooltip appears, blocking the "Edit" menu item. The tooltip should never be allowed to pop up if the menu is already open.
Firefox, Mattermost Version: 5.6.2
3 votes -
Delete messages from a channel to clean it
Hello,
in the case a channel is used to receive notifications in a defined interval, messages are bound to multiply and to be too numerous.
So i think it should be interesting to delete the messages from a channel by the creator of this channel or by a webhook.
42 votes -
Add a command /play to play sound, movies quotes, etc.
We use Mattermost in a small team and when it comes the time to chill out, we sometimes abuse of the #random channel
We loved the emoticon customization and we would love to see the possibility to send a sound to react to a message with the right movie quote for example.That could be a plugin with a command like /play, I just doubt that the plugin would have the right to play a sound in browser.
The sound (and the command) could be created by users just like emoticons. The user should have to upload a sound file…
46 votes -
Adaptive cards support
Change attachments for adaptive cards, is more flexible.
0 votes -
Make search work as it should.
Currently, search is horribly broken for technical conversations. For example, given a post which contains a log message, such as:
PROBLEM srvnagios at 10.4.1.74/MYSQL_threads-connected is WARNING
A search for MYSQL will not show this as a result. This is, certainly, just an example and it's been relayed that this is by design due to a lack of support for preceding wildcards (which shouldn't be needed anyway). Simply typing MYSQL in the text box should return any string that contains MYSQL or mysql.
11 votes -
More Granular Session lengths for SSO authentication
Currently the configurations for SSO authentication session lengths allow for a single digit value representing days that the authenticated session will last before expiring and forcing a re-authentication.
There has been quite a bit of interest within my teams to have this more granular, specifically down to a number of hours (with our preference being somewhere around the length of a work day- 8hours). By doing something less than a single day, with people having varying schedules, it would guarantee that almost everyone will need to re-authenticate when coming back to work. As is, it can happy sporadically depending on…
3 votes -
Email notification for any activity (without mention)
Currently, the notification system allows:
- Getting browser desktop notification for any activity
- Getting email notification for mentions
I'd like to have the mix: get email notification for any activity when I'm not logged-in. Many systems allow this (eg. gitter's "You have unread messages" emails), but I couldn't find it in Mattermost.
Ideally, the system would :
- Wait a few minutes before sending the notification, to send a mail containing several messages at once.
- Send only one notification even if there are further messages, to avoid flooding the mailbox with tons of emails
This would be very useful to follow low…
10 votes
- Don't see your idea?