General
Please search for existing ideas before posting a new idea.
1195 results found
-
Delete an user's private conversations
In some cases we need to delete all private conversations from an old user but without deleting the user (so it doesn't break continuity in public conversations).
We use an SQL query:
SELECT DISTINCT Name FROM Channels INNER JOIN
(SELECT Id FROMUsers
WHEREUsername
LIKE 'Foo')
sub ON Name LIKE concat('%', sub.Id, '%');
Then "platform channel delete" to delete the channels.But it would be much easier to have a CLI command that does this.
1 vote -
Support Android's central account system
Every time I start Mattermost, it asks me for url and account info, with no option to save it. Please use Android's Account backend to save login information.
17 votes -
Android: fetch text in background for faster opening from notifications
We use Mattermost (self hosted) in a team of 30 people with about 20 channels.
On my medium performance phone (Xperia Z3) it can take quite a while (~20 seconds) from tapping a notification to showing the actual message, even in ok network conditions (WiFi or 3G+).
In the Desktop App, there's no such lags.I'd guess that by having the App run a background service which already fetches the text data for the channel triggering the notification could considerably speed up this use case.
5 votes -
Allow custom emojis to appear in default dimensions
Hey guys,
I really like the product, would be possible to display the custom emojis in their default size? Similar the way we post a picture with a direct link in a conversation. Would be nice to have not only the default emoji sizes (I'm aware of the possibility to use # to make the gifs and pictures smaller/bigger), but if we could add and save them in a larger state. Currently any meme which has writings on it can not be seen well, and we know that memes=life. Thank sin advance!
29 votes -
Simplify chatbot integration by enabling bots to run sandboxed, in-process on the server
Currently if I want any sort of 'bot' behavior, I need to:
- Get an API token (ask an admin for permission)
- Stand up a server or learn serverless
- Figure out deployments/monitoring/logging
To test my code, I need to expose my in-progress work to the internet so it can receive webhooks.
This is a substantial bar to clear, resulting in monolithic projects like Hubot with many plugins.
Organizations implementing this style of bot frequently have only a handful of people who know how to contribute to it.
An alternative would be to support 'Managed bots': custom code (language TBD; javascript (via…
6 votes -
Todo
ToDo and Notes for private or channel usage.
14 votes -
Share pictures from the app
It would be nice if pressing and holding a picture for a few seconds in the chat window would let you share it to other apps. Right now in the React app pressing on a picture in a chat will make it light up a bit, but there's no prompt to do anything with the picture. Also it seems that there's no way to share pictures from within the app in general.
The only other OSS chat app I've found that allows this so far is rocket.chat (but only on their old Cordova app).
15 votes -
Wekan
Integration of Wekan - Open Source Trello-like Board System
23 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 -
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 -
add a go to date feature similar to stack
add a go to date feature similar to stacks. I use this for example to go to the top of a channel. Specially after joining a new channel.
7 votes -
Separate "Favorite channels" and "Favorite users"
The new "Favorite channels" feature interleaves channels and users. It would be better to separate out "Favorite users", the same way Channels and Direct Messages are separate.
22 votes -
Add a /quote command
Pasting a multi-paragraph block of text for quoting is currently frustrating, as you can't just type "> " and then paste and hit return, because if "\n\n" happens to exist in the block, it'll fall out of quote mode.
Since we already have /code for code pastes (like HipChat), let's also go for /quote: you do "/quote <paste><enter>" and done.
The implementation would be virtually identical to /code, just replace the 4 spaces with "> "
29 votes -
"Voiced" channel mode like IRC
Sometimes (especially in open source development) public and private are not granular enough distinctions. I'd like to be able to set a public channel as "voiced" where only certain users can post messages, but everyone can read them.
This is similar to IRC, and is extremely useful for meetings held publicly, but where the only voiced participants are members of the project leadership.
17 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 -
Include channel creation and management restrictions in team edition
I know these features were left out of Team Edition to keep it simple, but these options are present in the config.json file.
Enabling this features from just the config.json file would keep the team edition ui simple, but give smaller teams the same ability to control the whims of their users
3 votes -
Add support for using channel_id in the URL instead of channel_handle
Right now you can link to a channel using the following URL
https://my-mattermost-server.com/teamname/channels/channel_handle
However, if the channel handle is changed, the link gets broken.
This feature proposal adds support for using channel_id the URL instead, which doesn't change. Example:
1 vote -
Make notifications for multi-person direct messages work the same as for single-person direct messages.
Make notifications for multi-person direct messages work the same as for single-person direct messages.
Scroll down to the bottom of the Direct Message section in the channel bar and click More...
Choose 2 names to send a message to and click Go
Type a message in the chat window
Expected behavior
On the recipients' clients, the taskbar icon should show a red dot with a number (eg: 1)
imageOn the system tray icon, a red dot should appear.
imageObserved behavior
On the recipients' clients, the taskbar icon shows a red dot with a white dot in the middle…71 votesRelated ticket here: https://mattermost.atlassian.net/browse/MM-10109
-
Allow us to make the window smaller on desktop without collapsing the sidebar.
Sidebar needs to be able to be resizable and we should be able to make the window smaller with the sidebar still showing. There is a lot of empty space.
4 votes -
direct message
Improve search/filter during direct message.
With more than 100 users, it is really tough to find the user for DM through scrolling. Sometimes the user only know the first name and not last name... or worse, can only guess the spellingWould be great if we could use
"mochi"
to find
"masashi-mochizuki"
7 votes
- Don't see your idea?