General
Please search for existing ideas before posting a new idea.
1206 results found
-
"Team Directory" - Show Username, Mail, Timezone, Phone Number of other Members
I like to see information about other Users when I klick their name in the chat. Slack show Username, Mail, Timezone and Phone - I think that's a good start for a simple user profile.
Users could decide which information they like to make public.31 votes -
Add badge for all unread non-mention messages
Add badge for all unread non-mention messages to sidebar. Something like in skype. Actually it had already implimented, and would probably be merged into main release if a lot of people will be interest in this.
https://github.com/mattermost/platform/pull/273181 votes -
22 votes
-
Option to disable user "Access History"
Mattermost seems to log all user IP as a default.
Maybe it would be a nice option to opt-out per user or system wide the logging of all IP addresses.4 votes -
Implementing Pingdom Webhooks
Actually Pingdom webhooks aren't supported, either in (old) /GET nor (new) /POST flavour.
New /POST format:
FORM/POST PARAMETERSNone
HEADERSAccept-Encoding: gzip, deflate
Accept: /
Content-Length: 621
X-Request-Id: 23152976-5a56-45b8-9d0a-9a782b57691b
Via: 1.1 vegur
Total-Route-Time: 0
Host: requestb.in
Connection: close
Content-Type: application/json
User-Agent: pingdom-bot
Connect-Time: 1
RAW BODY{"checkid": 2148165, "checkname": "test", "checktype": "HTTP", "checkparams": {"basicauth": false, "encryption": false, "fullurl": "http://nos.ww12asdfdsfsdfsf.com/", "header": "User-Agent:Pingdom.combotversion1.4(http://www.pingdom.com/)", "hostname": "nos.ww12asdfdsfsdfsf.com", "ipv6": false, "port": 80, "url": "/"}, "tags": [], "previousstate": "UP", "currentstate": "DOWN", "statechangedtimestamp": 1464616436, "statechangedutctime": "2016-05-30T13:53:56",…
54 votes -
Place to enter Google Analytics or Piwik stats tracking code
Ability to add in footer some tracking code from Google Analytics or Piwik stats
21 votes -
New Channel Announcements
When people create new channels within a team, it would be great to have a popup that shows team members within the channel a screen something like "New Channels created since your last visit, refresh, etc..."
What we are finding is people are creating new channels within Teams, yet no one knows about them unless they click on the More link within the team.
14 votes -
Code snippet with preview
It would be really nice to have preview boxes of long code blocks (Code snippets).
It should be cropped if there are more then x lines (maybe configurable), and could be opened in a new tab or fade out within the chat. An extra code viewer "window" would be nice.E.g. :
https://i.imgur.com/6I25yR1.pngIt is really easy to do so:
Add a span/div element within the code block, give it absolute bottom position and a height (50px here), give it a gradient bg color and give the code block a max-height with overflow hidden. there you go.66 votesThe feature is under review. Would anyone would be interested contributing the improvement if we made it a help wanted ticket? https://docs.mattermost.com/process/help-wanted.html
-
Enable integration on all teams
We host multiple teams that need the same slash command. It would be pretty useful to be able to setup the integration once for all the teams.
15 votes -
69 votes
-
"Remember me" checkbox when start tne application
It's quite annoying to input username\pass every start. Actually if user clears running applications he has to input username\pass again. I assume it's already had but I couldn't find this functionality.
8 votes -
Team name length longer than 15 characters
we have teams with names like infrastructure engineering - 26 chars. we will struggle to fit in 15. ok for the url but poor for finding them
44 votes -
make administrators able to look into private chats
In corporate environments it is sometimes necessary on legal grounds to check an employees communication. Usually the management asks the IT therefor to deliver ones communication. Currently an administrator is neither able to view the existing private chats from any user nor is there an export function to extract all users content from the database
57 votes -
GitLab SSO OAuth SSL Client Certificate
On servers where GitLab+Mattermost are hosted and require SSL client certificates for all connections, Mattermost fails to get a token from GitLab OAuth because its request does not include a client certificate. Please add an option within config.json to include an SSL client certificate within "GitLabSettings" for those requests. Optionally add other SSL-related configurable fields just as CA validation, etc.
27 votes -
Implement changing channel ownership
There is currently no method for changing the owner of a channel.
- A channel owner should be able to assign ownership of their channel to another user
- Team admins and System Admins should be able to assign ownership of any channel to another user
44 votesEnterprise Edition includes Channel Admins: https://docs.mattermost.com/help/getting-started/managing-members.html#channel-admin.
-
Ability to customize the site favicon
When a user interacts with several Mattermost instances having always the same favicon can get highly confusing.
With versions pre-3.0 it was fairly easy to directly change the favicon files on the installation. It looks way more complex since the 3.0 came out as the file names are no longer predictable
33 votes -
Add better filters/search for messages and attachments
Have a panel in the sidebar (similar to Slack) to view all available files/your files for the team/channel. Filters by file type and being able to search the filename would also be nice.
Have additional search filters (again similar to Slack) such as the time/duration or the has: qualifier (e.g. has: link)
58 votes -
Auto/Periodic Refresh of Channel Header
Some users find themselves navigating through multiple channels quite frequently; while others find themselves "squatting". My team happens to be full of the those that squat largely because we use one channel per project, and one build per project. We'd like to include the build shield/badge images into the header (which is currently possible); however, since the channel header is never refreshed, individuals must rely solely on messages within the channel to bring the current build status to their attention.
Either adding an auto-refresh to all channel headers, or allowing administrators to selectively enable a channel header for periodic update/refresh…
18 votes -
Make search results accessible via a URL
It would be handy if search results were dereferencable via a URL.
Not all communications in our org are done via MatterMost (email is still popular) and I would like the ability to link to search results via a URL such as https://mattermost.org.com/search/search-term
This would enable me to refer to (ever-changing) search results from places external to MatterMost.
19 votes -
EE: OAuth2 for generic identity provider
Add support for a generic OAuth2 provider for Mattermost Enterprise Edition, in addition to other single-sign-on features for enterprises.
241 votesWork has begun to support OpenID Connect, which enables one to use any OAuth 2.0 identity solution. It is planned for Mattermost Cloud and Mattermost Self-Managed E20.
- Don't see your idea?