General
Please search for existing ideas before posting a new idea.
145 results found
-
Add typescript type definitions to the mattermost-redux api-lib
Please could you add types so that developping of plugins/integrations/hooks and such may benefit from the power of type verification and auto completion.
It would, specially on API dev, be a strong plus ;)3 votes -
Allow Mattermost to pick up my availability status from other applications
I use Outlook and Jabber at the moment, and whilst I'm trying to push as much communication as possible to MM, there are times when this isn't possible. If i'm in a meeting, or on a call, it would be nice if MM could be notified of your status change and update your availability. It can be quite frustrating when you're presenting your desktop and you're getting popup notifications, MM should have the ability to figure this out and put me in DND.
51 votes -
Interactive buttons supporting emoji
If the text outside the interactive button is an emoji, eg. ":smile:", it gets rendered as the smile emoji. However, if this text is inside an interactive button, the test ":smile:" gets rendered.
Similarly when dealing with "£" signs, "£" renders correctly outside the button, but inside just the text is rendered.
It would be good if emoji and other HTML shortcuts could be implemented within the buttons themselves.
2 votes -
Zoom - Automatically Generate a new meeting ID when hit the Zoom Button
We've noticed a subtle difference between the zoom integration under Slack vs under Mattermost.
With Slack creating a new zoom with the /zoom command created a brand new meeting id. With Mattemost creating a new zoom with the "Start Zoom Meeting Now" always creates a meeting based on the user's "Personal Meeting ID". i.e. With the recycled meeting id, anyone who know my Personal Meeting ID can hop onto any future zoom meetings I start. We had that accidentally happen this week.
Anyway we can get the the functionality implemented where a new zoom meeting id is generated everytime I…
34 votes -
Archiving direct messages
It would be great to have the possibility to archive direct messages, the same way it is possible to archive chans. Or is it already possible?
2 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 -
Storage backend open stack swift
For users who don't want to or can't use Amazon S3 or local filesystem, adding support for Open Stack Swift improves the "Cloud portability" of Mattermost, in addition to supporting more use cases.
3 votes -
provide system token authentication
We run a couple of scripts that access the Mattermost API, e.g. a script that posts a message to all Town Squares in all teams on our server and a script that creates user accounts (as we allow email login but disable email account creation so that we can control who creates accounts on the server). Right now we have the personal auth token of an administrator hardcoded in the scripts, but obviously this is suboptimal in case the administrator leaves the company, and messages appear to be sent from said administrator.
Therefore it would be great if administrators could…
6 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 -
Ability to Reply to Message with Webhook
It would be awesome for us, when something like this could be achieved:
I use a slash command in a thread (right side), the triggered post will include the parent message id.
Add the parent message id to incoming webhooks. So I can reply to a thread with webhooks.
37 votes -
Make Mattermost recognize jira links to show issue information
One thing you need the whole time when really working with Mattermost is pasting links from other applications like Jira. Because there is no tight integration, either the other person has to open the link all the time or I have to copy the issue title besides the link.
The only way I could solve this party was with a slash command (because it works for every channel) (https://github.com/mattermost-jira-info/mattermost-jira-info)
But it would be nice to extend the link parser (link preview) to be able to connect it to other applications....52 votes -
Send user name to end-points when interactive button was pushed
Currently, when interactive button was pushed, only user-id is sent to the end-points.
And this causes unnecessary operations on end-points side.
(need to search user name from user id via Web API of Mattermost)It seems better to send some information such as / command sends.
5 votes -
Allow emoji reactions to trigger outgoing webhooks
Just like it is possible to trigger outgoing webhooks from specific keywords, it'd be nice to trigger an outgoing webhook from a emoji reaction on a message.
The idea is to allow the message being reacted to to be sent to another system where it could be parsed and analysed for further action.
23 votes -
Working Hours Time Counter
I am always online when I am working .. I would like to track my online activity such that I dont need to extra track my working time. I work remote
2 votes -
Add background color on BOT messages (by condition or log level)
I just wonder that if MM could set background color for messages by condition.
Like hipchat that bot messages could show with different color by info level:
green => success
yellow => warning
red => failed32 votes -
Support for the Slack Real Time Messaging (RTM) websocket API
The RTM API allows integrations to connect to slack from behind a firewall, seemingly connecting much like a normal desktop client might, from any computer, not just an externally visible server.
It's a very important enterprise feature for those wanting to integrate Mattermost with their internal applications.
Further discussion on this can be found here:
https://forum.mattermost.org/t/does-mattermost-support-real-time-messaging-api-from-slack/1287/2And this slack FAQ describes the differences between the Events and RTM API's:
https://api.slack.com/faq#events_apiThis is the Slack RTM API spec:
https://api.slack.com/rtm63 votes -
Wekan
Integration of Wekan - Open Source Trello-like Board System
23 votes -
Todo
ToDo and Notes for private or channel usage.
14 votes -
Allow mattermost inside an iframe, in a controlled way
This pull request introduced a security measure to protect against clicjacking attacks: https://github.com/mattermost/platform/pull/253
But it also prevents some legitimate uses of iframes. For example, Nextcloud has a "external sites" function to run any app as if it was a Nextcloud app, by putting it in an iframe inside Nextcloud (https://docs.nextcloud.com/server/9/admin_manual/configuration_server/external_sites.html).
My proposal is to add some settings to allow an authorized domain, and then change X-Frame-Options, instead of DENY put ALLOW-FROM this domain. And to check the domain also in the javascript check in head.html.
This way it would allow legitimate uses, while still protecting against clickjacking attacks.
51 votes -
allow personal access tokens for all users
Currently non-admins cannot create personal access tokens unless they ask an admin to enable personal access tokens for them. Considering that any user could already go through the SSO flow or use username+password depending on the setup to get a token for the API, there should be a config option to allow everyone to create personal access tokens by default.
8 votes
- Don't see your idea?