General
Please search for existing ideas before posting a new idea.
- or
1200 results found
-
Magic Link (similar to slack) for logging into mobile or desktop app
Ability to generate a magic link to facilitate logging on to mobile and desktop apps.
11 votes -
Give an option to make team invite links one-time-use
Give an option to make team invite links one-time-use. Reusable invite links (especially ones that aren't auto-regenerated at any point) leaves too much opportunity for unauthorized signups
8 votes -
Disable highlighting of own messages
When chatting, the own messages are currently highlighted (grey background) which is a little bit confusing in my opinion. It would be create to either disable that, turn it the other way around or make it configurable
43 votes -
List the 10 most recent channels/users in the Switch Channels view
Without typing anything, one should be able to select a previous user or channel from the Switch Channels view (Command+K). They should also be listed in chronological order (from most to least recent)
8 votes -
Team specific position
Sometimes we don't have the same position in different team. Maybe it would be interesting to be able to have different position depending on the team, and not one position per account.
9 votes -
Display new messages at the top of channel
It would be nice if there was option to change whether newest messages are displayed at the top or bottom of a channel.
18 votes -
Unread posts in the API
I want to use the API to check if I have unread posts, but it doesn't seem the API contains such a counter. It contains a
msg_count
and amention_cout
, but not the counter I want.
There is still a possible hack:
For each channel in a team:
* Get the timestamp of the last visit
* Get the posts created after that timestamp
* Count them
Besides the fact that it's insanely complex compared to a simple yet handy counter in the API, it involves that we have to fetch the content of all the unread posts, which is a great waste of net traffic, if you intend to check it frequently.I want to use the API to check if I have unread posts, but it doesn't seem the API contains such a counter. It contains a
msg_count
and amention_cout
, but not the counter I want.
There is still a possible hack:
For each channel in a team:
* Get the timestamp of the last visit
* Get the posts created after that timestamp
* Count them
Besides the fact that it's insanely complex compared to a simple yet handy counter in the API, it involves that we have to fetch the content of all the unread posts, which…23 votes -
Add notification replies for wearables
Currently, whenever a mobile notification is received, it displays the message in the notification, but accessing the notification from a wearable (Android Wear, Tizen, Pebble, etc.) only gives the option to show on phone, with no choice to reply to the message from the notification. It would be nice to have notification replies so that people with wearables can respond to messages quickly without needing to pull out their phone.
31 votes -
Permalink to the part of message
If you want to show something in source code message or big plain text, you can select part of message and send it as permalink instead full message permalink.
7 votes -
Preinstalled "matter-bot"
I´m just stealing the idea from slack ;)
I would like to see a simple bot that I can configure much like the "Slack Bot" (https://get.slack.help/hc/en-us/articles/202026038-Slackbot-your-assistant-notepad-programmable-bot)
This is a great and simple way to get started with bots!
110 votes -
Let admins allow anonymous posts / anonymous channels
A setting that allows users to make anonymous posts. Or that forces all posts in a given channel to be anonymous.
On a trusted server, this gives users a safe place to make anonymous statements.
Similar to the "Anonymous posting" feature of Discourse: https://www.discourse.org/about/
Enable anonymous posting mode and your users can easily switch to anonymous mode to post about controversial, dangerous, or political issues without fear.
47 votes -
Add a way to spoiler some messages or part of messages
I think it would be a great idea to add spoiler tags like message or message but for spoilers (i.e ^This is a spoil^)
There are several ways to implement this:
-By having an expand/close button for showing/hiding the message
-By having to select the text to see it
-By having to hover on the text with the cursor to see it (might be problematic for touch-based devices)I suggest discussing on what is the best for mattermost.
148 votesFor now, a plugin can be used: https://github.com/moussetc/mattermost-plugin-spoiler.
-
Create a "already used tags" drop down menu when typing # , based on the already used hashtags
To preserve or moderate a given thread , theme or channel, tagging them makes the search much easier afterwards. But to make sure, that the given hashtags will be the same (tag cloud?), by typing # a dropdown should show up with already used tags. Behavior could be the same lile with @ or :(for smileys!).
138 votesHey all! Thanks for upvoting the feature, it is now planned: https://mattermost.atlassian.net/browse/MM-10456
Anyone interested helping contribute the feature to the project?
-
Positive sorting of emojis for autocomplete
Switch to the positive attitude of Slack
If you type : thumbs ... : slack suggests :thumbsup: where as mattermost suggests :thumbsdown:15 votes -
Create an ARM build pathway
Right now there's no approved way to do mattermost on ARM. I think ti'd be a great idea to fix that, and I'm working on fixing it myself. If I get a definitive result, I will post it in the regular forums and/or submit a pull request.
253 votes -
Easily change default channel town-square
Across Go and React code, town-square channel is hardcoded. Maybe we can make it configuration-based so teams can easily change it and the platform can redirect correctly to /channel/<new name>.
However doing this, we also have to change the mobile app code e.g. https://github.com/mattermost/android/blob/master/app/src/main/java/com/mattermost/mattermost/MainActivity.java#L137 code.
122 votes -
EE: Single-Channel Guests for non-team members
For IT policy compliance, offer the ability to invite non-team members users to Mattermost as "single-channel guests" to have access to read and write to one channel and direct message any other users in that channel.
Potential scenarios include opening discussions with non-team members, including customers, vendors, partners and interview candidates.
685 votesThis is now available in Beta in E10 and E20: https://docs.mattermost.com/deployment/guest-accounts.html.
-
Support different sets of Emoji / allow users to switch Emoji styles
Slack (sorry --) supports different styles of Emoji, which would be awesome because I'm not a big fan of the current emojoy style ^^
15 votes -
Order DM and Members list by online indicator
- Member list (popup box) in the header
- Direct Messages list
- If you can change order by in this lists to order first by online status, then second by name, then it could be more useful.
5 votesThe member list in the channel header now orders members by their online status and then by their name.
-
Better /me command style
/me command has very poor style distinction. It only uses italics but it is enclosed in a dialog balloon as any other message.
It is more distinguishable, for example, when the system balloon tells join/leave actions in 3rd person. I think something like that would be more accurate for the /me command.
18 votes
- Don't see your idea?