General
Please search for existing ideas before posting a new idea.
273 results found
-
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 -
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 -
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 -
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 -
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 -
Proxy third-party http requests through Mattermost server
It would be very useful if http/s requests from Mattermost clients (web,desktop,mobile) to third party sites (for example analytics calls via js) could be optionally proxied through the Mattermost server itself. In restrictive environments these calls to third parties are often blocked by local security software, causing errors in the client.
1 vote -
chat level
it is possible t create our own chat hierarchy? for example i want to create some chat on this way
1.- Client
2.- Team
3.- Project: inside here the prject cht rooms woth groups of members managed in a custom app or mattermost1 vote -
API rate limiting whitelist
It would be really helpful to be able to specify a whitelist of IPs or accounts that can bypass the API rate limit. For instance, I use the API to batch-create lots of user accounts, which generates a high volume of requests. Yet, I don't want to allow such a big volume for any user account/IP address, just for sysops and localhost. Would this be possible?
1 vote -
Support moving channel without adding all members to new team first
Currently when moving a channel with CLI you must first manually add all users to new team. The CLI should automatically add missing users to new team when moving channel.
1 vote -
Set user position when user create, in Command Line Tools
The option 'user create' in the Command Line Tools is email, firstname, lastname, locale, nickname, password, username, system_admin. There is no "position".
I would like an option to set "position".1 vote -
Configure AWS sns as push service
Hello Team ,
Let me know how can I use a aws SNS as push service in mattermost ? right now am using the mattermpst push proxy (https://github.com/mattermost/mattermost-push-proxy)
1 vote -
Add "edited by admin" when admin edit someone's message
Team admin can edit users messages (when option is available) but it can be usefull to specify when it's not the user himself that edit, but an admin.
Proposal: add "(edited by admin)" instead of "(edited")
1 vote -
one file installation on hosted servers
The installation should be only depending on a ftp-access to a hosted server storing data in flat files. Second best would be mysql connection.
1 vote -
Image proxy support for normal proxy servers
Mattermost image proxy supports atmos/camo Image Proxy and local image proxy. Support should be added for normal proxies that one would set via HTTPSPROXY environment variable. I need images to go through a proxy but I don't want to see HTTPSPROXY for entire application.
1 vote -
Less strict syntax requirements for code blocks
It's kind of annoying that the syntax for code blocks is so strict.
1 vote -
AWS S3 Prefix/Suffix
Summary
At the moment, it is only possible to use root of the bucket. It will be nice to be able to use subfolder of the bucket. Some of us have more than 50 buckets...adding even single one more is chaos.Expected behavior
Be able to set S3Prefix in order to use s3://bucketname/s3prefix/s3_objectGithub: https://github.com/mattermost/mattermost-server/issues/14498
1 vote -
"Clear History Posts by Admin" and "Delete Channel by Admin"
Hallo,
as Admin on Server, i need options to delete Users,Teams,Channel, History of Posts from "System Console.
Thanks
1 vote -
Support other Postgres schema but public
I have not found any way to specify the Postgres schema that mattermost should use and saw that the "public" schema was in the sql migration files.
Using the public schema is not a recommended practice with postgres : https://wiki.postgresql.org/wiki/Database_Schema_Recommendations_for_an_Application
See first section stating :
"The recommendation is to create a single database with multiple named schemas [...]. Additionally, it is recommended to remove the public schema."1 vote -
Allow users to be set to disallow direct messages
At the moment, you can configure users to be allowed to send direct messages either to other members of the team or to anyone on the server.
I'd like to make it so that normal users cannot start direct messages at all.
My particular usecase may be a little out of the sweet spot - I have created a mattermost for my children (quite young) who I want to be able to chat with while they are doing their home learning, but don't want them using public chat systems. I am happy for them to interact with each other in…
1 vote
- Don't see your idea?