General
Please search for existing ideas before posting a new idea.
- or
1262 results found
-
Add a feature to create custom command alias within Mattermost client
We would like a feature to allow leveraging slash command integrations so that users could create custom aliases locally. For instance, one of our integration commands is '/zoom' with additional arguments of 'join' and '<meeting ID>'. We would like to be able to create a custom alias so that a user could always include the arguments along with the slash command without entering 'join' and their 'meeting ID' each time they use the integration.
11 votes -
Add option to disable 2FA on per-account basis
For automation purposes, it can be desirable to disable the two-factor authentication enforcement for an individual account. In particular, bots such as Matterbridge cannot handle the 2FA requirement/enforcement.
8 votes -
Uploaded mp4 video files should display with the play controls and preview frame
ummary: Uploaded mp4 video files should display with the play controls and preview frame directly inside the channel for recognizability and immediate playback.
Description: Just as image files received an image preview feature with 4.7 I would like to suggest the same behavior for mp4 video files. Currently there is only an icon and file information in the channel. With a lot of videos uploaded to a channel it becomes hard to distinguish the files.
Also, adding the video play controls below would make it faster to browse through videos.
Could this be implemented using the html5 <video> tag with preload=“none”?
We post alot of small videos and we've relied upon this feature in Slack and we sorely miss it in Mattermost
Thank you for your time.
Andy
https://forum.mattermost.org/t/show-mp4-video-first-frame-and-playbar-directly-instead-of-icon/4957
ummary: Uploaded mp4 video files should display with the play controls and preview frame directly inside the channel for recognizability and immediate playback.
Description: Just as image files received an image preview feature with 4.7 I would like to suggest the same behavior for mp4 video files. Currently there is only an icon and file information in the channel. With a lot of videos uploaded to a channel it becomes hard to distinguish the files.
Also, adding the video play controls below would make it faster to browse through videos.
Could this be implemented using the html5 <video> tag with…
114 votes -
Make it possible to wrap a mobile application using MobileIron sdk/portal (not AppConfig)
https://info.mobileiron.com/rs/mobileiron/images/appconnect_faq.pdf
We tried to wrap the application for android through the mobile iron wrap portal. But it crashed on launch.
3 votes -
Create the possibility to make unread answers more prominent
I suggest a way to make the newly received messages more prominent and pronounced.
The reason here is that my father has some issues in reading and quickly overreads new messages except for the very last one. I thought if it was ideally possible to put a e.g. reddish background to all new messages the same way as there is a tiny line with the text new message. For an image see https://forum.mattermost.org/t/how-to-make-unread-answers-more-prominent/7627.
I am thinking if such a background similar to the light gray one behind a self written message. Maybe a bit more prominent.
Also as a person suffering color vision deficiency some of the predefined colors are not ideal. This is maybe also a god idea to make the colors either customable or to introduce a high contrast mode per-user at least.
Thanks a lot
I suggest a way to make the newly received messages more prominent and pronounced.
The reason here is that my father has some issues in reading and quickly overreads new messages except for the very last one. I thought if it was ideally possible to put a e.g. reddish background to all new messages the same way as there is a tiny line with the text new message. For an image see https://forum.mattermost.org/t/how-to-make-unread-answers-more-prominent/7627.
I am thinking if such a background similar to the light gray one behind a self written message. Maybe a bit more prominent.
Also as a…
2 votes -
Configurable default value of "Display Clock" 12-hour or 24-hour
Currently the default Display Clock for a new user is set to 12-hour clock.
In Europe we use the 24-hour clock for the most of us.
We therefore propose to make it possible to set the default "DisplayClock" in the config.json file.
In the "bulk-loading-data-format" it can be specified that "usemilitarytime" should be used. That is what we would like in the config.json45 votes -
Add an option to hide the menu bar
In the desktop client, it could be useful to have an option to hide the menu bar by default (Signal desktop has this, also an Electron-based app), since it's not used that much in day-to-day usage. It could appear when pressing alt (Signal does this, as well as Firefox). Ideally I'd like the application to be more in-line with Gnome design, using a headerbar, but I realize this would be larger thing, and may not be desirable in a third-party application…
4 votes -
Have OS X client integrate with native system text services
In all other OS X apps, including Chrome, a variety of standard system services will be available to use with the selected text. For example, looking up the selected word in the dictionary or searching for it on the web. Users can also install custom text services systemwide.
Original report: https://github.com/mattermost/desktop/issues/463
8 votes -
LaTeX equation rendering in mobile app
LaTeX is integrated in a very useful way in the desktop app (Linux and MacOS as far as I can see). However, on iOS as well as Android LaTeX appears as a code snippet. Unfortunately, I cannot offer to contribute this feature myself, but I would highly appreciate equation rendering also in the mobile app.
42 votes -
Have the option for a test license for existing enterprise license holders
It would be incredibly helpful for enterprise license holders to be able to generate a sort of test license, so that they can set up a test instance with all the features of Enterprise instances (such as LDAP, SAML, etc) so they can test out their settings first before implementing them into their production instance.
4 votes -
Inline Code highlighting
Can there be a way to also change the inline code colors, for both background and text color. So we can configure the client to be more appealing and it can be seen easily.
Original report: https://github.com/mattermost/desktop/issues/897
9 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.
-
4 votes
-
Distinguishing Between Users Compact Mode
In compact view, it is difficult to tell users apart. The color of the user's name is the same as the message itself. Perhaps a smaller display image, or coloring their name. I don't even use compact view now becuase it's too hard to tell who said what.
Thanks!
2 votes -
1 vote
-
Provide support for storage within Microsoft Azure
Provide access to Microsoft Azure blob storage through shared access signatures / keys.
2 votes -
Improve the inline display of attached photos on mobile
The current image display on iPhone with the file properties listed to the side of the image doesn't allow the user to really see what the image is. Instead, the user must click the image every time. The current format gives more emphasis to the image properties than it does the image. When typically the user really only cares about seeing the image.
It would dramatically improve usability if it functioned similar to the web app/browser. Display a fullwidth image with the file name on a separate row above it.
7 votes -
Diagrams and flowcharts support (Markdown)
Mermaid (Introduced in GitLab 10.3)
It is possible to generate diagrams and flowcharts from text using Mermaid.
In order to generate a diagram or flowchart, you should write your text inside the mermaid block.
More info on:
- Gitlab Mermaid: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#mermaid
- Mermaid official page's: https://mermaidjs.github.io/
- Mermaid Github with examples: https://github.com/knsv/mermaid
55 votes -
Function 'Automatically Close Direct Messages' shouldn’t close unread Messages
The function should only close already read messages. If a user is on vacation and comes after ten days back to work, the user should see all unread messages in the sidebar even if the unread message is older than seven days.
1 vote -
Support multiple AD/LDAP domains
Currently Mattermost supports AD/LDAP integration to a single AD/LDAP domain. The proposal is for the integration to support multiple AD/LDAP domains.
We have an open ticket for it in our backlog, and this feature proposal is to gauge how popular this feature would be among our user base.
https://mattermost.atlassian.net/browse/MM-5751
Note that you can currently configure Mattermost deployments with multiple AD/LDAP domains using a forest structure: https://docs.mattermost.com/deployment/sso-ldap.html#configure-ad-ldap-deployments-with-multiple-domains
31 votes
- Don't see your idea?