Developer Machine Setup: database schema and setting up external database
Hi @guava01, I responded to your other question.
View ArticleWindows Desktop App v1.3.0
Update: The code-signing is now validated and v1.3.0 official released in https://about.mattermost.com/downloads/ To see what has improved, check our changelog for v1.3.0 here:...
View ArticleWindows Desktop App v1.3.0
Hey everyone, As mentioned previously, Windows and Mac Desktop Apps v1.3 for Mattermost have been code-signed to verify they have been built by Mattermost, Inc. However, while installing the...
View ArticleWindows Desktop App v1.3.0
Update: Downloading the Windows App should now show "Mattermost" as the publisher if you receive the Windows SmartScreen. As mentioned previously, we'll also look into upgrading our certificate for a...
View ArticleEnabling mattermost in gitlab 8.10 complains of role missing
I've found I can recreate this in this way:Run docker container as such. docker run --name gitlab-test -d -p 80:80 -v /host/user/gitlab-ce:/etc/gitlab gitlab/gitlab-ce:8.10.1-ce.0 Then change the...
View ArticlePush notifications (iOS) message content not visible
Hi there, Yes it does! After upgrading, I now can get the message in the notifications. Thanks.Best.Fred
View ArticleNginx/1.4.6 (Ubuntu) - 504 Gateway Time-out
The 504 gateway timeout means that nginx can't reach the Mattermost server. Can you check that the Mattermost server is running and responding to requests by using curl http://localhost:8065 on the...
View ArticleChange user's email address (SSO with Gitlab)
Hi @au-ee, Currently you can trigger a sync by temporarily switching the user's account to Email/Password and then having them switch back to GitLab through Account Settings -> Security ->...
View ArticleCan't authenticate via curl after setting up docker evaluation version
Hi @sprintshot_guy, Can you log into the web app, go to the System Console (the first account you created should have access to this), go to Settings > Authentication > Email in the left side...
View ArticleSecurity feature listed in about.mattermost.com
Yea, is e2ee implemented by using TLS or how is it implemented?And one more question, if you may. Is it possible to do public key pinning via nginx headers, if the iOS app renders WebView, data for...
View ArticleCan't authenticate via curl after setting up docker evaluation version
Since my first message, I switched to using the Ubuntu 16.04 installof the server but still experiencing the same problems. I see the System Console but I don't see:Settings -> Authentication ->...
View ArticleWho to compact/cleanup database and filesystem storage?
Thanks @someone for the feedback, We currently don't support this feature but I encourage you to contribute your suggestion to our feature idea forum so it can be discussed, upvoted and considered for...
View ArticleDon't send messages content in e-mail notifications
Thanks everyone for the feedback here! @toogy, @githubkoma, @jimb, @Darya I encourage you to contribute the suggestion to our feature idea forum (I didn't find an existing request), so it can be...
View ArticleDon't send messages content in e-mail notifications
I've added it here https://mattermost.uservoice.com/forums/306457-general/suggestions/15425175-don-t-send-message-contents-in-email-notifications I hope you all will upvote for it. As I've said, this...
View ArticleCan't authenticate via curl after setting up docker evaluation version
Oh sorry, I should've asked what version of Mattermost you were running. Our API documentation is already limited for the current version, but it's practically nonexistent for older ones. If you're...
View ArticlePeriodic update of channel header?
UPDATE: UserVoice added: https://mattermost.uservoice.com/forums/306457-general/suggestions/15428139-auto-periodic-refresh-of-channel-header Starting this question here, so I'm not sure if it already...
View Article403 Error on File Upload
When attempting to upload files above a certain size, users get a 403 error from the server. Previously, users would get a 413 error. I increased the value of SecRequestBodyLimit in modsecurity.conf...
View ArticlePeriodic update of channel header?
Hmm... interesting scenario, I don't think this is supported today. It's a little weird, it's like you'd want to set some sort of refresh interval on just the header. I can totally see why though. It...
View ArticlePeriodic update of channel header?
Thanks for your quick response! Absolutely agree that it could be expensive... Nevertheless the implementation would be trivial, including the addition of a channel setting (Poll for Updates) within...
View Article403 Error on File Upload
OK. I found a solution. I tracked the issue to modsecurity and a MULTIPART_UNMATCHED_BOUNDARY message. In the /etc/modsecurity/modsecurity.conf file, I commented out these two lines SecRule...
View Article