JSON order matters for parsing?
@lfbrock I'm still very confused. I've modified the service to quote every parameter... It should work. In fact when I send it to Mattermost 3.4.0 through curl, it does work! Only when I try to...
View Article"Sign-in Method" option unavailable after Gitlab 8.9 upgrade
Thanks!! - it works with new release
View ArticleJSON order matters for parsing?
And I upgraded Mattermost to 3.5.1 last night - still have the same problem with the very same JSON... Works when sent to an incoming webhook, but fails as a response to a custom command. Perhaps I...
View ArticleChanging from HTTP to HTTPS results in ERR_CONNECTION_REFUSED for both...
I received the same msg ERR_CONNECTION_REFUSED and was blocked from doing any searches. (But I could listen to and watch Youtube videos!) I don't know what your computer said, but I am running Google...
View ArticleIs there a way to add a list of users to a team?
Hello @udayathreya, Thank you for your question. At the moment there isn't a way to do this but the feature is on the roadmap and can be tracked with this ticket.
View ArticleMonitoring Mattermost
Dear reader, What is the best way to do 'external' monitoring of Mattermost as a system administrator. As a bare minimum - I would like to know if Mattermost is responding to users and thinking about...
View ArticleCLI crashes with error message: "panic: Failed to load system translations...
Summary I'm happily working with Mattermost 3.5.0 (Build Hash: 3f19ccf1b1a6efdcc990cf8a0270ec4ffc0c6e22, Build Date: Tue Nov 15 18:55:53 UTC 2016), which is bundled with the most recent GitLab Omnibus...
View ArticleCLI crashes with error message: "panic: Failed to load system translations...
I've had that problem before as well and for some reason you have to cd /opt/gitlab/embedded/service/mattermost/i18n and run your commands from there. Then it works. Just tried again and can confirm...
View ArticleInline Images from Attachment
Hi @christiananton, We're actually improving how file attachments appear on posts right now so that single images will appear much larger than they currently do. You can track the ticket and see...
View ArticleCLI crashes with error message: "panic: Failed to load system translations...
Yes, thank you very much, @jurgenhaas! Moments after my post I've found your suggestion in http://forum.mattermost.org/t/solved-how-to-authenticate-bots-using-the-api/2405/2 (I couldn't post the link...
View ArticleJSON order matters for parsing?
@goeland86 - sorry found the issue, there isn't support yet for attachments on commands. It seems it's only currently supported for incoming webhooks, would you be interested in helping add it for...
View ArticleCannot Disable Notifications (Native Client on Windows 10)
@ngcnelson Can you try if the issue reproduces on the newest Mattermost Android app in the Google Play store? We made some improvements and bug fixes with the 3.5 release.
View ArticleWebsockets not connecting because insecure Websocket endpoint
I fixed this by changing http://fqdn to https://fqdn for the site URL in the System Console.
View ArticleJSON order matters for parsing?
@lfbrock Thanks for finding the underlying cause! I didn't see the outstanding issue when I was browsing for it, and that explains the consistent behaviour we saw. Sadly I won't have time until next...
View ArticleJSON order matters for parsing?
@goeland86 - no worries! I'll ask around and see if we can find someone else to work on it. Glad we found the issue at least
View ArticleAutocomplete inactive users in from: field of find box
gubbins: The Find box supports "from:" which supports searching for posts by both active and inactive users. However, the autocomplete excludes inactive users, which makes it less clear that searching...
View ArticleSlack import fails to import existing user
No problem @cvillalvav! Let me know if it works.
View ArticleConvert a private channel to public channel and vice versa
Hey @MarkMaldaba, the query should work, but it would make a channel private. update channels set type = 'O' where name = 'channelname' would make it public. Hope that helps!
View ArticleCLI crashes with error message: "panic: Failed to load system translations...
freecastle: Steps to reproduce install most recent GitLab Omnibus (8.14.1) on Ubuntu 14.04.5 LTSfire the CLI with the path to the config file: sudo -u mattermost /opt/gitlab/embedded/bin/mattermost...
View Article