Is there support for creating webhooks using Mattermost API?
The best place to look for every API call is Go client driver or our Javascript client driver as references. You might need to read the code to figure out the exact routes, but they're usually pretty...
View ArticleHow to authenticate bots using the API
When Mattermost is installed with GitLab and uses GitLab SSO, I wonder how we could integrate with bots. In my use case, webhooks are no option because the outgoing webhooks are not available for...
View ArticleUbuntu 16.04 support
There's interest in Ubuntu 16.04 support, along with someone to help test (thanks @amokleben!). Starting a thread to discuss the differences between Ubuntu 14.04 and 16.04, steps are: Document...
View ArticleIs there support for creating webhooks using Mattermost API?
@keithg, after you're figured out the right APIs, would you be open to helping the open source project by making a pull request to document the ones you used?...
View ArticleHow to authenticate bots using the API
Found the answer. You need to create a user from the CLI which is not a SSO user: cd /opt/gitlab/embedded/service/mattermost/i18n sudo -u mattermost /opt/gitlab/embedded/bin/mattermost...
View ArticleCannot Disable Notifications (Native Client on Windows 10)
Disabling notifications per Account Settings | Notifications does not seem work on Windows 10. See my settings: I am able to disable the text part of the notification by configuring system...
View ArticleA native Windows client
Looks like your last commit on github was in March, and it's currently built for api v1.. Have you abandoned this project? Is it something that you'd be interested in continuing if you had some help?
View ArticleMarking users away from Mattermost vs away from computer
The biggest issue with being marked "away" for both 1 and 2 is this scenario: Have push notifications set up for mobile. Ensure they are only sent when in the "away" status. Be on the desktop app and...
View ArticleUbuntu 16.04 support
Hi, thanks for the kind introduction. I set up mattermost on Ubuntu 16.04.1 following the guide for an installation under Ubuntu 14.04. Differences General setup My setup was done running all services...
View ArticleDesktop App: Marking users as away not working
I see, it appears it could be a network connection issue as you mentioned. Would you be able to see if there are any red entries in the Browser Developer Tools: - on Chrome, press CTRL+SHIFT+I -...
View ArticleIs there support for creating webhooks using Mattermost API?
I would be happy to help yes. It will need to wait until after Nov 9 as we have a project deadline looming.
View ArticleGateway timeout Error while Load Testing: User Login-->Select Team-->...
HelloWe have performed load testing using JMeter for 100 users. For the first few requests everything works fine but after sometime Gateway timeout error is encountered.Please refer to screenshot:...
View Article[SOLVED] Outgoing webhooks are not firing from Mattermost UI?
Thanks for posting back @keithg, I'll mark this issue as solved.
View ArticleGoto_location in Slash Command reponse
Hi @ngcnelson, Nice catch. I think you're right that it should work for external links as well. I think we missed that because we only use it ourselves to change channels on /goto. It still needs to...
View ArticleMarking users away from Mattermost vs away from computer
Thanks everyone for the replies, love the feedback you've shared! One thing to note is that there doesn't seem to be a way to differentiate who is away from Mattermost vs. from their computer on the...
View ArticleMarking users away from Mattermost vs away from computer
You can add a blurb in appropriate places to let the user know about the functionality difference. Where you can currently edit the notifications... Trigger push notifications when [ ] Online, away or...
View ArticleTravis CI integration
Hi there, I need to confirm the build process of travis. To be precise, Travis runs the build on Pull request by supposedly merging the feature branch code in the master branch and then when we click...
View ArticleUbuntu 16.04 support
Hi @amokleben, this is awesome, much appreciated! Based on these differences would you recommend a separate doc for Ubuntu 16.04 or modifying the 14.04 guide with a section to add 16.04 support?
View ArticleConfigurable (non hardcoded) oembed server
I would suggest the ability to add custom OEmbed proxy server. Actually latest mattermost code is using hardcoded noembed (see...
View ArticleOutgoing webhooks from private channels
Since we're discussing webhooks, looking at the hook definition, I realize there's also no information provided about the displayed username, nor if it is a reply to a previous message.
View Article