Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all 25537 articles
Browse latest View live

How to encrypt postgrersql


Mattermost Command - Custom Headers?

$
0
0

How do I extract posts from a Mattermost channel?

$
0
0

Last week I faced the challenge to extract user posts from Mattermost without using the database. I checked the Mattermost API documentation and came up with a few simple curl commands to achieve this. You can easily build this into a python script or pipe the result into a JSON file to process it afterwards.

Here is what I did:

# Please replace the capital letter words with your environment, tokens etc.
# Login using your credentials (System-Admin)
curl -i -d '{"login_id":"USERNAME","password":"PASSWORD"}' https://MATTERMOST/api/v4/users/login

# Gives you a token for next operations like this:
token: wqgwrca75ibumynq7p1kpzbutw

# Search the team to get the team ID
curl -i -H 'Authorization: Bearer TOKEN' -X POST -d '{ "term": "TEAMNAME"}' https://MATTERMOST/api/v4/teams/search

# Gives you a team ID like this:
"id":"trwd6spc8fd65pymp3dy8rtg4o"

# Search a channel in the team you want to get the posts from:
curl -i -H 'Authorization: Bearer TOKEN' -X POST -d '{ "term": "CHANNELNAME"}' https://MATTERMOST/api/v4/teams/TEAMID/channels/search

# Gives you a channel ID like this:
"id":"z8d65yhzxfrh5nzadyp9aa56qw"

# Get the posts from the channel
curl -i -H 'Authorization: Bearer TOKEN' https://MATTERMOST/api/v4/channels/CHANNELID/posts

Hope this helps!
Christian

Channels vs Teams in Mattermost + BigBlueButton

$
0
0

Hi @sujithkattathara,

I encourage you to read this documentation as it gives a very helpful overview of teams and channels in Mattermost:

Here are the answers to your questions:

  1. I believe it can only be done via channels.

2., 3. Yes, channels can be created in Team Edition. Administration of channels will be handled by System Admins.

  1. Here is information on the types of channels we support: https://docs.mattermost.com/help/getting-started/organizing-conversations.html#channel-types.

  2. We normally recommend starting with one team that includes multiple channels. The documentation that I linked at the top of my message will have more information on the options to organize your channels and teams. Also, if you change your mind in the future and decide to have multiple teams, you can use this CLI command to move channels to a different team: https://docs.mattermost.com/administration/command-line-tools.html#mattermost-channel-move.

  3. Yes, users can belong to multiple channels at the same time.

Regards,

Change Mattermost Build to custom build in Mattermost Desktop

$
0
0

@yuya-oc Pinging you on this one ^

The issue is that Linux it is still showing “file=release/mattermost-desktop-4.1.2.tar.gz” during the make package command.

iOS App Cannot Download File

Multi-Factor Authentication (MFA) in Team Edition

$
0
0

As the world’s largest open source project on enterprise collaboration, Mattermost depends on input and contributions from thousands of companies and collaborators to develop the platform.

We have heard many requests from our community to add multi-factor authentication support to our Team Edition product. Security is an important value at Mattermost and we acknowledge how this feature supports security measures for organizations of all sizes.

As a result, we’re excited to announce that multi-factor authentication is coming to Team Edition soon! We expect to allow Team Edition administrators to enable this feature in first quarter of 2019 with a target release date of February 16.

To learn more about multi-factor authentication, see our documentation at https://docs.mattermost.com/deployment/auth.html.

Note that multi-factor enforcement is considered an access control policy and hence remains in the Enterprise Edition.

Automatically activate plugin

$
0
0

We run mattermost in docker using docker compose. All the settings are variables.

The first setting gets polulated correctly adn uploads are enabled.
- MM_PLUGINSETTINGS_ENABLEUPLOADS=true

Enabling the plugin does not work.
-MM_PLUGINSETTINGS_PLUGINSTATES_COM.GITHUB.MATTERPOLL.MATTERPOLL_ENABLE=true

Any help appreciated.


iOS App Cannot Download File

$
0
0

Hi @RbDev, I tested with a larger file and I’m able to see a progress bar. I’m guessing an improvement / bug fix for this has been included in v1.15.

Automatically activate plugin

$
0
0

Hi @larvel,

Can you help share more details on your environment from here as this will help us diagnose the issue: https://docs.mattermost.com/process/support.html#general-questions-for-any-issues? Also any relevant config settings and log errors will be helpful.

Based on the information you provided, it looks like you are attempting to use the Matterpoll plugin? If yes, I also encourage you to join our Matterpoll channel and ping Hanzei for any questions (he is the maintainer of the Matterpoll plugin).

I want to change Favicon

$
0
0

I want to change Favicon. There is no favicon now.

When searching favicon in this forum, the following topics were selected.

Does the current situation have since changed since then?

Depending on the web browsers I use, when I access Mattermost, the Favicon of my server I use may be set. Even if I can not set my original Favicon, I want to change it to Mattermost favicon at least.

How to encrypt postgrersql

$
0
0

Hello, @alfador.

On top of the documentations shared by @amy.blais, allow me to understand the questions that you have better:

  • Question #1: Can you share the article / documentation that you came across that mentions that the direct messages is stored as plain text? Just to make sure that we are getting the right picture of what is the current behavior of message storage in Mattermost and what you are trying to achieve.
  • Question #2: Would you mind explaining the purpose of encrypting the text even from the root users? The Encryption Options for PostgreSQL provides explanation on what is offered though it does not explicitly mention the steps to perform them.

If we can gather more information on these topics from your end, that will be great. Thanks!

I want to change Favicon

$
0
0

Hi there.
As of now, there is no clear steps as to how change the favicon for Mattermost. However, I came across the following lines in the mattermost-server/web/templates/head.html page

<link id="favicon" rel="icon" href="/static/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/static/images/favicon.ico" type="image/x-icon">

Perhaps this would be something that we should be looking into?

iOS App Cannot Download File

$
0
0

Thats great news. I’m looking forward for 1.15

[SOLVED] How can I connect to Mattermost database?


How to encrypt postgrersql

$
0
0

Hi, @alfador.

Quick update here. The plain text should be stored in the Posts table. For example:

mysql> SELECT Message from Posts;
±------------------------------------------------------------------------------------------------------+
| Message |
±------------------------------------------------------------------------------------------------------+
| adanial joined the team. |
| adanial joined the channel. |
| adanial joined the team. |
| adanial joined the channel. |
| adanial joined the team. |
| adanial joined the channel. |
| adanial joined the channel. |
| adanial joined the channel. |
| :smile: |
±------------------------------------------------------------------------------------------------------+
9 rows in set (0.00 sec)

Automatically activate plugin

iOS app cannot connect to Mattermost server (iOS v1.8.0)

$
0
0

I have also tried connecting the mattermost server but I have been asked to connect to the server. As I was trying this from my iPhone, so I needed my Apple Id. But I don’t know I was having Error connecting to Apple id server.

How can I connect the mattermost now?

iOS app cannot connect to Mattermost server (iOS v1.8.0)

Block files from external

$
0
0

Hello everybody,

the topic is file management.

Can I create my own storage link for attachments on the server? i would like to store my files on my own storage (Files->Storage->File Storage System: not on “Local File System” and not “Amazon S3” )

The problem I have is that I do not want users to be able to download any attachments from external.

Does anyone have experience with such a scenario? Looking forward to answers

thnak you

Viewing all 25537 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>