General
Please search for existing ideas before posting a new idea.
- or
No existing idea results
- ~ No ideas found ~
1200 results found
-
Comment on the posted IMG on specific elements.
My Feature Idea:
Open a Preview of the posted IMG or PDF and comment on specific elements. (For Design Teams like the feature in InVision)
Example: Comment on the button on the left side because it looks too small.
I love Mattermost and plan to integrate it in our workflow :)3 votes -
Support connecting with IRC clients
Mattermost should support regular IRC clients. A bridge require you to host an entire separate IRC server just for a couple of IRC clients, unless you want to give control to an IRC network. In addition, a bridge per definition is hackish. People speaking are not in the userlist, private messages are impossible etc.
6 votes -
iOS keyboard improvements
Currently both the iOS app and the Mobile view of mattermost (my local install is the last travis-ci build from a week or so ago) when you bring up the input box you are presented with a Send icon, on top of a Done button along with a Return on the actual keyboard. This from a user perspective is super confusing and unintuitive. I would suggest either completely removing the Send icon, or removing the Done text and that whole extra bar that ends up being drawn just to have it there. Also if at all possible changing return to the normal iOS blue button Send (for at least the app) would make it a lot clearer as to what is going on. If you leave the return and only have the send Icon (no Done button), then make return actually act as a new line rather than send, right now as far as I can tell there is no way for me to add a new line inside something I want to send.
Original: https://github.com/mattermost/platform/issues/1607
Currently both the iOS app and the Mobile view of mattermost (my local install is the last travis-ci build from a week or so ago) when you bring up the input box you are presented with a Send icon, on top of a Done button along with a Return on the actual keyboard. This from a user perspective is super confusing and unintuitive. I would suggest either completely removing the Send icon, or removing the Done text and that whole extra bar that ends up being drawn just to have it there. Also if at all possible changing return to…
2 votes -
Add autocomplete for webhooks
Sorry, I posted my idea here : https://github.com/mattermost/platform/issues/1256
Descirption :
Let me explain this through an example
I've set a outgoing webhooks triggered by "$", then sended text is parsed by my bot, and runs according command.
ie: "$start 1234" runs "start" command with "1234" args.Autocomplete hook could work like this:
I enter "$st" and press tab, the hook is triggered, sends current text to the bot and the response populates the autocomplete list with something like [{command: […], description: […]}, […]] and whatever needed by the list.29 votes -
Copying and pasting is not great
A copied mattermost conversation has three lines per message, and the first line is like "ryantm1 minute ago" and the last line is blank. It would be nice if there were cleaner ways to copy the conversations.
9 votes -
Display option to add a click count next to embedded links
Similar to how discourse (https://forum.mattermost.org/) tracks the number of clicks on a link.
Proposed spec:
1) Add Team Setting > Display > Advanced Message Display Options
Title: Advanced Message Display Options
Help text: "Advanced options for message display."
[ ] Show count of clicks next to hyperlinks in messages.
2) If zero clicks have been made on a link, show no indicator.
1 vote -
Add github integration
I think, an integration with github will become the most important feature that push mattermost among dev teams, because many companies use private github repositaries for internal software development. Btw. maybe it is related with this feature http://mattermost.uservoice.com/forums/306457-general/suggestions/9557994-add-git-hooks, but anyway I just wanted stress out particularly github.
Guys, thank you for your great work!
25 votesThere is a community integration with GitHub here: https://github.com/softdevteam/mattermost-github-integration
-
rooms for gitlab projects or issues
the gitlab integration should have chat rooms per Project or even issues.
3 votes -
Support websockets on separate sub-domain
Cloudflare does not include support for websockets on its free accounts so they advise you to create a subdomain to be used exclusively for websockets and configure the DNS so that the websocket communication is not routed through their service. I'm not sure how difficult this would be to implement, but I am hoping not very ;-)
2 votes -
Add support for custom header/footer on webpages
It would be extremely useful for a straight-forwarded way of adding a custom header and footer to the static HTML pages. For instance, my employer requires some boilerplate legalese on every internal webpage and currently this would require editing nearly every HTML file in /web/templates. Similarly it would be nice to be able to add badging to the header of every page with a logo or something along those lines.
9 votes -
Add import from hipchat
Hipchat to mattermost move API
83 votesYou can export data from HipChat Data Center (see https://confluence.atlassian.com/hipchatdc3/export-data-from-hipchat-data-center-913476832.html) and use the Mattermost ETL framework to import the solution (see https://github.com/Brightscout/mattermost-etl).
Learn more about migration options here: https://docs.mattermost.com/administration/migrating.html#migrating-from-hipchat-server-and-hipchat-data-center-to-mattermost
-
Pretty private message URLs
Just like channel URLs but automatically created.
Example:
http://domain.com:8065/channels/town-square - default channel URL
http://domain.com:8065/users/user - URL for private messages of the user8 votes -
Short URLs
Easy to remember & easy to share
http://chat.domain.com:8065/channels/town-square
to
http://chat.domain.com:8065/c/town-square
or
http://chat.domain.com:8065/town-squareOptinal way to choose URL generation way?
2 votes -
Add package install instructions in addition to Docker install instructions
Posting from GitHub Issues thread: https://github.com/mattermost/platform/issues/58
The first release of Mattermost emphasizes Docker installation, and package install instructions are also being requested.
Please share upvotes for this feature if you agree? Upvoting myself.
1 voteAccepting merge requests for package installation instructions
-
add no reply warning in email template
Hi team and thank you for your work.
We are an organization that runs a Mattermost Team Edition instance which is used by near 6.000 users.
Sometimes, we have users replying directly to email notifications sent by Mattermost. These replies get back to us, and we do not have time to forward it nor to warn the senders that their messages didn't reach the right people.Would that be possible to change email template by adding something like (with french translation, it would be awesome though!):
"Do not reply directly to this email, otherwise people will not get your message"Thank you and sorry for my english :-)
Hi team and thank you for your work.
We are an organization that runs a Mattermost Team Edition instance which is used by near 6.000 users.
Sometimes, we have users replying directly to email notifications sent by Mattermost. These replies get back to us, and we do not have time to forward it nor to warn the senders that their messages didn't reach the right people.Would that be possible to change email template by adding something like (with french translation, it would be awesome though!):
"Do not reply directly to this email, otherwise people will not get your message"…
0 votes -
Create a nextcloud talk integration to mattermost
For simple calls
0 votes -
Have ability to add granular permissions to bot
Currently when it comes to bot accounts they can only be set up as either a member or as a system admin.
It would be very useful if users can add more granular permissions to the bot accounts, so they can customize it to suit the requirements without making bot account a system admin.
0 votes -
Add a whitelist which protocols should be linkified
See https://github.com/mattermost/mattermost-server/issues/7657 for details.
TL;DR: It's not very useful to convert e.g.foo:bar
to a link.0 votes -
Ability to warn users about use of restricted terms
Since Mattermost archives all messages (including deletes and edits), some customers want to warn users before they enter certain content into the permanent record.
This feature would be similar to a speller checker that warn on certain terms, such as confidential terms or expletives.
The checking would happen on the client.
0 votes -
EE: Option to enforce specific channel naming
Option to enforce specific channel naming over software, examples of naming: https://docs.mattermost.com/help/getting-started/organizing.html
0 votes
- Don't see your idea?