General
Please search for existing ideas before posting a new idea.
1240 results found
-
The Apple Watch App disappears after recent updates
This is one of my concerns when upgrading to a newer version
1 vote -
Automated configuration data for /slash command
How about allowing for a special parameter ?getslashinfo=1 or something return the various fields that need to be filled in in the Slash Command configuration.
Add a button "Fetch" to the right of the Request URL and if clicked, MM goes to retrieve Display Name, Description, Request Method, Autocomplete Hint and Autocomplete description fields.
Even if the user gets it back in the wrong language, it'll be easy to translate to the local language. Reponse username and icon should obviously not be allowed to be fetched like this, nor the trigger word.
A second parameter could be sent with getslashinfo=1,…
1 vote -
enable sound notification and notification duration on the android app as is desktop app
we have the idea to install mattermost app over the mobile used by technical engineer that work extra- time, night also. we need that the notification sound for mattermost is able to wake up the colleague, specially in the night. for desktop app is possible to select the sound and duration and this is important for our cases. many thanks for your support.
1 vote -
Add a config show cli command
For troubleshooting purposes it would be handy to have a
platform config show
command that lists the effective configuration values. Thus, overriding environment variables must be considered. At least from the wording ofplatform config validate
('The document is valid'), it seems that environment variables aren't considered.There could be filters to mangle the output, but
grep
is fine, imo.1 vote -
Add hard delete post through api/v4 call when loggued in user has system_admin role
It would give more option than a soft delete
1 vote -
At present we can render tables, can we have the control to left/right align the tables
At present we can render tables, can we have the control to left/right align the tables.
Use case : For me my data is some what large, which can't fit in a screen. If we have the option to right align some tables, i can manage the space.1 vote -
Switch the status color indicator to the background of the icon
User icons are okay now on the left side list but would it be even more clear to switch the icon color to white and change the background color for the status? Please check the link for a demo:
https://github.com/mattermost/desktop/issues/5491 vote -
Delete user avatar from CLI
We need a way to delete an user avatar with the CLI tool.
Currently we delete the in data/users/ manually but it would be easier if we could do it by using the email instead of the ID.1 vote -
Unread marker "time machine"
It would be nice to be able to "go back in time" when it comes to "unread posts". I have not studied in detail how MM keeps track of this, but I'm guessing a "last seen postId" or a "last seen postDate" or something similar. Anything greater than this is "unread". Anyway, what I would like to see is a way to "undo" or "go back in time" on nn unread states.
Say I login today, I have 33 unread/new messages. But I want to go back to the "unread count" I had the last time I logged in before…
1 vote -
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 -
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 -
Private message with authorized members only
Hi, (I am new to this forum but I have installed Mattermost in my organization)
Is it possible to add a new choice in the administrative console in the option “Allow users to open private message channels with” to request permission to create private messages with members who use the platform.
Currently, the configuration choices are:
All members of the team
Any user on the Mattermost server
and I would like to add :Only authorized members
To prevent all members from communicating privately without prior noticeIs it a good idea ?
1 vote -
calculator
In google search, when you prefix a search with "=", it automatically runs the search as a maths calculation. It would be great to have this in mattermost as well.
So if a message starts with a "=" and does not contain other text, it should be postfixed with the result of the calculation.1 vote -
1 vote
-
Interactive action buttons
Since Interactive Action Buttons are supported (4.2) it would be nice to support different button styles like in Slack and emoticons as text replacement for the buttons. I think this could enhance the overal look and feel of this new feature.
1 vote -
1 vote
-
add anchors to /help/* docs
Many "normal" users have problems writing markdown when chatting.
For example, my friend don't know how to add "In-line Images".
So, I want to send him a link to "In-line Images" section at https://chat.ohze.net/help/formatting
But I can't because "In-line Images" is not an anchor like, ex https://github.com/mattermost/mattermost-server/blob/master/CONTRIBUTING.md#stage-1-pm-review (auto added by github for headings in a markdown document)1 vote -
List of Flagged Posts in Mobile Application
It would be a good idea in mobile application to have a button that list of flagged post in channel details. To see a flagged post, it would be very difficult to seek all posts earlier.
Thanks in advance.1 vote -
unicode emoji to support chinese character custom emoji names
Current behavior: User interface won't allow me to give Chinese names to emoji.
Requested behavior:
- Allow naming of custom emoji with Chinese characters
- User be able to type :你好: and have the mapped custom emoji show up in chatNotes:
George Goldberg suggested to enable full unicode support for custom emoji names rather than just ascii. https://pre-release.mattermost.com/core/pl/ce5wkyq1w7drxd55mjy38c1apo1 vote -
windows people
Summary
Microsoft now supports pinning conversations within applications to the taskbar through what they call the My People API:https://docs.microsoft.com/en-us/windows/uwp/contacts-and-calendar/my-people-support
It looks like it primarily supports windows store apps/c#, so it might not be possible to do with electron/node. It's also OS-specific, which isn't really beneficial to the app as a whole.
1 vote
- Don't see your idea?