General
Please search for existing ideas before posting a new idea.
73 results found
-
Add support for S3 server-side-encryption
AWS S3 supports server-side-encryption it would be good if this could be either enabled by default, or configured.
It looks like this should be a fairly small change - the goamz library already has an "SSE" bool flag in the S3 options structure which enables server-side-encryption.
I don't have any experience with go, but I'd be happy to attempt to add this feature myself.
14 votesThis feature is complete and shipped with v4.2
-
resize conversation window
It would be handy to be able to resize the conversation window to make it wider. I have just posted some code in there where some of the lines are longer than the width of the conversation window so they wrap. it makes it kinda hard to comprehend it.
Yes I can of course view the message in the "main" window but this lessens the value of the conversation window.
3 votesThanks for the suggestion, this is completed and available by clicking the expand/collapse icon in the Message Details header on the right-hand-side.
-
Mail notification subject contain channel's name
The email is sent when someone who are in channel mentioned.
But, there is no information about channel name in email notification.
(cf. push notification has channel name information on it.)For better identification, I think that email notification need to provide channel name to mail subject.
4 votesThis feature is already merged into master and will be available in v3.4. Pull request here: https://github.com/mattermost/platform/pull/3824
-
Mattermost protocol implementation for libpurple (Pidgin/Adium/Instanbird)
https://github.com/mattermost/platform/issues/2668
I am interested to build and implement the purple component as pure JS for Instanbird.
161 votesThanks to Eion Robb, we have libpurple-Mattermost integration via https://github.com/EionRobb/purple-mattermost
If you appreciate the work, please consider giving it a star and sharing the news on Twitter!
-
Editing other user’s messages through API
Letting bots edit people's messages through the REST API. As such, bots could replace keywords with links and such, instead of posting new messages and spamming the channel. For instance, with a Github integration, a user typing in "#200" would replace the keyword to a link to issue #200.
6 votesHey all! Big thanks everyone for voting this feature suggestion.
This feature is now available through our Autolink Plugin which is currently in Beta: https://github.com/mattermost/mattermost-plugin-autolink
-
Multilingual hashtags support
Currently hashtags are supported in English only.
It would be great if Mattermost support to use other charsets in hashtags.
1 voteThis feature shipped with v3.6 on January 16th.
-
Option to push-notify to mobile even when logged in elsewhere
The following would be great:
An Option to push-notify even when logged in elsewhere:
a) push notifications are only sent when the user is logged out everywhere (Status quo)
b) push notifications are sent even when user is logged in currentlyProbable Use Case: Stil logged in on Desktop in the Office, but being on the road with a smartdevice
9 votesIn v3.1 (release date June 16th) push notifications are sent even if you are logged in.
-
Make it easier to direct message users from channel
When reading a channel, it's sometimes desirable to direct message a user after reading a message they posted. Right now you have to either find their name on the message list or use the upcoming /msg command. There seems to be a missed opportunity for messaging them from their username though. Clicking on their name opens a popover, but you can't actually send a message from it. I'd propose either double clicking their name opens a DM or putting a link to open a DM in the popover. I can implement this, just want to ask for guidance from a…
11 votesYou can now open a DM from the user’s popover.
-
Javascript Driver
Add a Javascript driver so 3rd party web apps can have full access to APIs and build rich integrations.
Example: An extension could be created to allow Mattermost to be incorporated into other websites to offer live messaging outside of the Mattermost web client: https://mattermost.uservoice.com/forums/306457-general/suggestions/8810731-implement-a-site-chat-feature
79 votesMattermost Javascript driver now available via: https://github.com/mattermost/mattermost-driver-javascript
-
Jump to conversation
It would be great to have something like slack, when you hit STRG + K.
Slack brings up "Jump to conversation, which essentially is a quick dial for private chats or for channels.Here is an example:
http://i.imgur.com/7mztxc4.png15 votesThanks for the feature idea! Keyboard shortcuts now available: https://docs.mattermost.com/help/messaging/keyboard-shortcuts.html
-
1 vote
Thank you Kolja for nominating the feature! The improvement has been added for v3.2.
Would you be open to retweeting the announcement (http://bit.ly/2aALXfc) or sharing some positive words on the blog post announcement (http://bit.ly/29RJ6hn)?
-
7 votes
-
Auto focus cursor to input box on typing or window focus
This was partially implemented in v1.2 but it doesn't go all the way. I think that focus should default to the input box when you begin typing, and when the window regains focus
15 votes -
Add the user online status to the direct messages / Channel-member "user manager"
When a user wants to know the online status of a user, the user needs to klick "more" in the direct message area and the "message" button on the pop-up, so the online status will show up.
It would be quite handy, if the (chosen) online status will show in this "user-pick dialog". This would be usefull for the channel-member-overview as well.15 votesThis feature is complete and shipped with v3.9.0 on May 16th.
-
See who's online in a channel
It should be possible to see who's online in a channel. At the moment all you're able to see is a list of all users that are part of the channel, though in order to see who's online you need to create private channels.
40 votesThank you Frank for nominating the feature! It is available in Mattermost 3.4.
Would anyone like to help re-tweet the announcement? https://twitter.com/mattermosthq/status/777887016851759104
-
compact message theme
Slack allows to have two different message themes. The first is called clean and it is what mattermost has right now. It displays the icon and the username on one line and the text goes onto the next line:
[XX] username time
[XX] <text goes here>Then there is the compact mode which basically removes the user icon and puts everything else onto one line:
time username: <text goes here>
Currently we have hacked some css to make that work, but I think that would be a useful addition in general.
75 votesCompact View now available in Mattermost 3.2 without profile pics
-
Flagged messages
Starred messages and a star filter button on top right like slack would be great.
53 votesThanks to your votes, flagged messages is now available in Mattermost 3.3!
Could we ask your help re-tweet the announcement? https://twitter.com/mattermosthq/status/765566741921406976
-
Autocomplete usernames based on both username and fullname
We've recently switched from Slack to Mattermost and one thing I noticed is that the Slack autocomplete of (user) names is a lot more lenient. It seems that Slack autocompletes both on username as well as full name.
20 votesThank you Pascal for nominating the feature! The improvement has been added for v3.2.
Would you be open to retweeting the announcement (http://bit.ly/2aALXfc) or sharing some positive words on the blog post announcement (http://bit.ly/29RJ6hn)?
-
Collapse/Expand very long message
Sometimes an integration or a talkative user post a very long message, would be great collapse/expand this message :)
27 votesThank you everyone for nominating and contributing to this feature. It is now available in Mattermost 5.2 and later.
-
Add IAM Role support for S3 authentication on AWS servers
I'm deploying Mattermost on AWS using IAM Roles to provide temporary credentials to the instances. I was hoping it would work out of the box and, when it didn't, I created a script to retrieve the temporary credentials periodically and update the Mattermost config.json with the credentials so it can store files in S3. However, the config only supports AccessKeyId and SecretAccessKey. The temporary credentials require the inclusion of a Session Token as well.
I see two possible solutions to this:
The simple solution would be to add an optional AmazonS3SessionToken configuration option in the FileSettings and update the authentication…
21 votesMattermost v4.9 and later now supports AWS Identity and Access Management (IAM) roles for Amazon S3 file storage.
Thanks everyone for voting this feature!
- Don't see your idea?