General
Please search for existing ideas before posting a new idea.
1195 results found
-
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.
-
i forgot my password link close
we use LDAP user account login in mattermsot,if users fotgot password, they can not use "i forgot my password" link to reset password.
can you let manager to choose open or not open this link?
4 votes -
Add support for Adaptive Icons on Android 8
Android 8 introduced a featured called Adaptive Icons; it lets users pick the shape of icons on their home screen. Supporting this is extremely easy, and only requires 4 lines of XML code. Please add support for this feature in a future release.
Documentation is available here: https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive.html
4 votes -
Show Emoji picker for current message when hovering on message and typing space
It is a bit cumbersome to select an emoji reaction since the button is fairly small and all the way to the right. I suggest to open the emoji reaction picker when hovering on a message and typing space.
Preview of the idea : http://output.jsbin.com/zabupucuso
7 votes -
search in bots' messages
We use MM EE integrate with GitLab EE, so "bots" from GitLab post issues / comments / merge requests to our channels. Today I discovered that MM Search feature does not search (or index?) messages send by such bots as it does not consider them as char participants (from: autocomplete does not offer bots' names, only humans). Is there a setting affecting this or it's by design? Thank you.
18 votes -
Better AWS S3 Integration
AWS S3 is a great option and I've gotten it working using an IAM role w policies to access that specific S3 bucket. What I'm suggesting is that instead of S3 being used as just a file "dump", there could be an optional setting for "Serve content directly from S3" (as well as perhaps another option available for "serve directly using cloudfront" - which would have a notice on the extra cost).
The idea is that instead of serving assets from the Mattermost instance itself, the objects in S3 could have presigned URL's set on them (with another setting for…6 votes -
Sending payload in »application/json« for slash commands
Almost all integrations in Mattermost send or receive payloads with a »application/json« content type. Incoming Webhooks, Outgoing Webhooks (configurable, see ticket https://github.com/mattermost/mattermost-server/issues/1649), Interactive Message Buttons… but not »Slash Commands«. Slash Commands are the only integration type, which sends it payload as »application/x-www-form-urlencoded«. Please allow sending a slash command with »application/json«.
4 votes -
add the ability to preview messages, or a larger editor in the RHB
It would be really great to be able to have a preview of a message before it's sent. Putting a full-size, WYSIWYG-able editor available in the right-hand bar would make it easier to compose longer messages, especially if you need to reference other posts inside of Mattermost.
3 votes -
An External Apps Marketplace.
The idea would be to create a standard bridge and a marketplace to integrate with Mattermost external applications.
It could be a calendar (like in an other idea) or files management systems, gantt ... or many useful apps, based on the oauth2 authentication of Mattermost18 votes -
Prevent users from posting ineffective @mentions while editing a post
At the moment, there is no indication whether a mention will be "effective" (i. e. it will actually trigger notifications).
This lead to confusion among our users, who intended to trigger a mention by editing an existing post, what - of course - currently doesn't work.There are two possible solutions to this:
1) Show users a warning, when their @mention will not have any effect
This could be along the lines of: "You can't trigger @mentions by editing an existing post. Please write a new post if you want to mention someone."2) Make edits trigger mentions
This would…14 votes -
List of Flagged Posts in Mobile Application
It would be a good idea in mobile application to have a button that list of flagged post in channel details. To see a flagged post, it would be very difficult to seek all posts earlier.
Thanks in advance.1 vote -
Toggle the visibility of bot/webhook messages
I'd like a way to quickly hide/show bot and webhook messages in a channel. It would be easier to have conversations when the channel is regularly "spammed" by bot messages. Could be a simple button in the channel header
6 votes -
Add a font which is readable without Anti Aliasing
With release v4.0 release (July 16, 2017) the ability to choose fonts was removed. The one and only font (Open Sans) is quite unreadable if Anti Aliasing is switched off. Please think about people with handicaps which cannot use Anti Aliasing because of their eyes.
Please add at least one font (as Arial or Ubuntu from pre 4.0) or provide a simple description of how someone can do this for a local installation.
3 votes -
JIRA improvements
Add to jira plugin features to notify about new comments, description changes, attachments changes in a ticket.
132 votesThe status of this feature can be followed via this Jira ticket: https://mattermost.atlassian.net/browse/MM-12474.
-
Login with QR code
I have a very long password and I would like to keep it. To make it easier to login on the phone it would be great if a QR is code shown on the computer which I can scan. (Where I am already logged into Mattermost.) Similar to Whatsapp where you login like this on the computer.
10 votes -
Map Lync/Skype for Business user presence to Mattermost
Hi,
We use Lync/Skype for Business as the primary communications tool at my company, but for small project/team communications we use a self-hosted Mattermost server, because it's obviously 9000 times better than SFB.
However, Mattermost (especially the desktop client) does not integrate very well with Windows regarding the user's presence.
Short Scenario:
If I lock my computer, SFB immediately sets my presence toAway
, meanwhile Mattermost doesn't.On the other way around, if I minimize the Mattermost Desktop client to the tray, and I have an other application running on full-screen, after a short period, Mattermost goes to mark…
10 votesHi Kristóf, thank you for suggesting this feature!
Sounds that what you are experiencing is similar to this Help Wanted ticket: https://github.com/mattermost/mattermost-server/issues/7721
Would you be open to help contribute to it? If so, we’d be more than happy to guide you through the process. The change would be in our Desktop App which uses Javascript instead of Go.
-
Allow bulk upload of custom emoji
Upload a zip of emojis, use the filename as the :emoji:. Parrot party follows this format. Or multi select files and upload them all at once.
14 votes -
add support for custom server storage via SSH.
Currently the pull down menu for "File Storage System:" on /admin_console/files/storage only offers Local Storage and Amazon. I want to use my file server. So SSH access. (I guess WebDav for some people?)
That means that you would have a third option in the pull-down that says "Custom Server (SSH)" and the fields below it would be:
- Username
2a. Password OR
2b. Paste your public RSA key here
Server URL (ex - 'myfileserver.mycompany.com')
SSH port (default: 22)
root directory (default: ~)
6 votes -
IOS/Android local notifications
Use local notifications when the app is running or in background. I know that encrypted push notifications are supported when using the enterprise version, but it would be very handy if the app would support local notifications when running in background or foreground for new messages.
This creates the ability to use the app without sending data around the world.327 votes -
Add the posibility to select a default team afer login
Add the possibility to set a "default" team for every user. Currently the teams i am a member of are sorted alphabetically. If I login via GitLab the first team is selected.
I would like to have the option to select a "default" team which is automatically selected after login and not the first in an alphabetically order.53 votes
- Don't see your idea?