Integration strategy for chatops
We have installed MM for evaluation. We are hoping to try ChatOps, we use among other things: JIRA, Jenkins, Rundeck, Git, Atlassian wiki, etc. My question is how to go about this architecturally: do...
View ArticleMobile applications and SSL client authentication
Hi guys,I have setup a mattermost server with self-signed certs, it works fine on web browsers of both PCs and android devices except for the android app it says as mentioned above "This address does...
View ArticleIs the "too many open files" error common?
That certainly doesn't sound like enough users to cause a too many open files issue. I've created a ticket here to investigate since we need to be sure that WebSocket connections are being closed...
View ArticleIs the "too many open files" error common?
Will do, thank you! I have set my log to console = ERROR and log to file = DEBUG. Anything in particular I should gather or test next time this happens before I restart the service?
View ArticleMarkdown Help Won't Go Away - On Top of Input Box
Has anyone else experienced this? This has happened for a subset of our users after upgrading our team edition to 2.2. The Markdown help is on top of their input box and it's hard for them to see what...
View ArticleAndroid App connect to Mattermost team link
Android App from play store doesn't seem to identify the link for the team on my server. Keeps stating: address does not appear to be a mattermost server. Any help would be appreciated.
View ArticleTroubleshooting hubot integration
We've installed hubot on the same server as MM. Set up an outgoing webhook with trigger word and carefully configured all the env variables that hubot requires. So I type the trigger word at the...
View ArticleAndroid App connect to Mattermost team link
More information: Problem with hte address does not appear to be a mattermost server - https reroute in nginx config. So obviously issue with https SSL by Letsencrypt. (I converted the CA and CRT to...
View ArticleAndroid App connect to Mattermost team link
Something tells me its the SSL Letsencrypt not passing handshake over SSO. Since gitlab is also using same lets encrypt SSL maybe, it wont work over SSO because again handshake issue.
View Articlessl_error_rx_record_too_long
The SSL_ERROR_RX_RECORD_TOO_LONG error message can indicate a misconfiguration with your SSL certificate. This has been reported with providers like Komodo. To solve this, consider using Let's Encrypt...
View ArticleFeedback on the compact layout
We might just think about not having the colors and the images in for the first version. Then we can add the color function in and an option to toggle images.
View ArticleWay to filter chat messages before they are displayed?
Is there a clean way to hook in a snippet of code that sees every post before it is allowed to show up?
View ArticleOfficial docker image - Upload limit 1 MB
Hi! Downloaded the newest version of your Docker image and figured out the limit of upload files is set to max 1 MB. How come? Possible to change this?
View ArticleAre push notifications for iOS using `http://push-test.mattermost.com` working?
Hi @r2d2leboss, Could you solve your issue?
View ArticleOfficial docker image - Upload limit 1 MB
Hi roasten, What makes you think the limit is 1MB? Unfortunately it's not configurable at the moment, but the limit should be 50MB not 1MB.
View ArticleTroubleshooting hubot integration
Hi @david, You can check the logs for Mattermost in the ./logs/mattermost.log file within your mattermost installation directory. If the outgoing webhooks are failing then you should see some...
View ArticleWay to filter chat messages before they are displayed?
Hi @hamzeh, We do our rendering of posts inside of webapp/components/posts_view.jsx. Maybe take a look in there to see if that's what you're looking for? Be warned though that that file is in queue to...
View ArticleIntegration strategy for chatops
Hi @david, Have you taken a look at our slash command documentation? It will let users interact with third-party systems and receive responses from those systems by typing in commands similar to...
View ArticleOfficial docker image - Upload limit 1 MB
When trying to upload a file over 1 MB Im getting a error message:We received an unexpected status code from the server. (413) And the message is:Request Entity Too Large This is the...
View ArticleHow can we push a message reply as comment back to GitLab issues
Hi @jurgenhaas, I can understand the desire to be able to comment straight from Mattermost to GitLab, that would be pretty cool. Unfortunately it looks to resolve those two issues I think you'd need a...
View Article