Want to contribute (PLT-2112)
Hi @apheleia, sorry about that ticket being out-of-date, please consider joining the Developers channel on the pre-release server, and also the APR Tickets channel to see what's new. We would love to...
View Article[Solved] Apache Proxy is reloading every page twice
I have Mattermost setup on http port 8065 as well as Apache setup on port 443 with an SSL cert from Let's Encrypt. Every time I click on a link on the page, such as when switching channels, the page...
View ArticleUncaught TypeError: $(...).dragster is not a function
Hi Michael, When are you seeing this error? Is it just when the page loads or does it require some action like switching channels? Also, does the user have any adblockers or plugins installed in...
View Article[Solved] Apache Proxy is reloading every page twice
I fixed the 500 error by enabling proxy_wstunnel. I fixed the double loading by adding this to my apache config: RequestHeader unset If-Modified-SinceRequestHeader unset If-None-Match From here:...
View Article[Solved] How to transition a user to GitLab authentication?
FWIW, we did transition those users manually by setting AuthService, AuthData and Password to the appropriate new values, and everything went fine. Now we're through that I don't expect to need to...
View ArticlePush-Proxy Server Id
Hi,I've been trying to configure push-proxy on my server and have generated the android app with a signed certificate. Following the readme on GitHub for proxy-push, I'm unable to do a 'curl' as I...
View ArticleHow to handle three-letter team names?
Should it also allow a longer Group name? It seems to be limited to 22 chars for Channel or Private Group. Best is put these restrictions into the Config setup so it can be defined as required...
View ArticleIs there a way to auto-link to tickets in bug tracker?
Hi @MarkMaldaba, Currently there is no functionality for this but we built our system with doing things like that in mind and it wouldn't be too much of a hassle to implement. If you would like to...
View Article[Solved] Web Service doesn't work with Postman
Hi @mittalvishesh, It looks like your Postman request is url encoded and has a Content-Type of application/x-www-form-urlencoded. Our API requires a Content-Type of application/json and all POST...
View ArticleChanging mattermost URL?
The URL is set by looking at how the users access the site. So if you have users using the old URL they will send invites to the old URL. Same thing for the HTTP vs HTTPs problem. I would suggest...
View Article[Solved] Custom documentation
Hi, We are in the process of producing custom documentation for our install. I can find where to change the default location for help docs, terms etc, but under webhooks admin settings, there is a...
View ArticleIs there a way to auto-link to tickets in bug tracker?
Hi @jwilander - thanks for the reply. I've logged a feature request here: https://mattermost.uservoice.com/forums/306457-general/suggestions/13380846-add-auto-link-functionality-e-g-to-create-links...
View Article[SOLVED] Push-Proxy Server Id
You can get the id from the server via SELECT * FROM Systems WHERE Name = 'DiagnosticId'
View ArticleChanging from HTTP to HTTPS results in ERR_CONNECTION_REFUSED for both...
Got it working. I think the key was that I had to generate the SSL key before changing the domain, and in order to do that, I had to add the following line:...
View ArticleChanging from HTTP to HTTPS results in ERR_CONNECTION_REFUSED for both...
I've put together a rough tutorial to help anyone else who's stuck: Setting up GitLab Mattermost with Let's Encrypt This guide assumes you've already installed GitLab along with GitLab Mattermost. The...
View Article