A native Windows client
Hi folks, I'm in the process of developing a native standalone Windows client for Mattermost with WPF. I've just uploaded it to Github, and thought I'd share it here....
View ArticleHooks not working on Docker and DEV
I understand that. Actually the original problem is that stable docker image is not working.So I used DEV. See topic: Docker container exists code 1.
View ArticleBad response from token request after team creation auth
Good for you ! I'm still stuck would you mind copying me your gitlab config ? (without your domain names)
View ArticleNot working notifications
I installed mattermost on ubuntu server via docker. All work fine but notifications not received in desktop windows application only balloon in system tray. What wrong i do?
View ArticleBad response from token request after team creation auth
Sure, here it is. I replaced my domain with mydomain.com. The changes I made are actually very minimal.
View ArticleAPI Query channel members
Hi @tht13. The current api to do that is /api/v1/channels/<CHANNEL_ID>/extra_info/<LIMIT>. From that, you'll get a json blob of the form { id: CHANNEL_ID, members: A list of up to LIMIT...
View ArticleSign in with something other than GitLab?
I run a small gaming community and am wondering if there is a simple way to add other ways to sign in via an external service. Specifically, I'd like to use Valve/Steam to authenticate my users. Is...
View Article[Solved] No logs about Android push failure?
This issue has been resolved, turns out I just didn't trigger a mention correctly
View ArticleBad response from token request after team creation auth
Thanks for sharing My config is similar for mattermost. I can't understand why it doesn't work
View ArticlePUSH-PROXY: how can I turn on logging for the mm-push-proxy?
Hiwe have installed a Mattermost server and it is working fine. Push notifications are working also, including the iOS app using the test-push-proxy. We did setup our own push-proxy now and...
View ArticleA native Windows client
Hi limey98, Definitely a cool thing your working on. I can't seem to get it to run. First there was a syntax error in Selectors.cs:46. After that was fixed it seems to be trying to find a db file that...
View ArticleProblem with Gitlab/Mattermost on Centos 6 with SCL Apache 2.4
Bit more digging and I have found the following in the logs: [Mon Mar 21 07:39:17.030403 2016] [authz_core:debug] [pid 28334] mod_authz_core.c(802): [client {ip_addr}:52922] AH01626: authorization...
View ArticleA native Windows client
Hi Christopher, Thanks for your interest.The issue in Selector.cs was due to me building with VS2015 (and so using C# 6.0). I've fixed that and explicitly set it to target C# 5.0.The database file...
View ArticleSign in with something other than GitLab?
Hi @Andy, this isn't supported right now as: Adding more sign-in methods beyond GitLab increases the difficulty for 3rd party app developers to build extensions for Mattermost. Keeping auth simple...
View ArticleA native Windows client
Hi @limey98, Your work looks really interesting, and quite involved. Would you be interested in creating a compiled release for the community to try out on their own machines?
View ArticleA native Windows client
Hi, Once I've fixed the newly discovered critical bugs, I can certainly build a version, yes. However, it should be noted that it's currently in an extremely early alpha stage. There's no guarantee...
View ArticleMattermost Packager
Many thanks to Pat Lathem / trashcan for creating mattermost-packager to automatically build packages for Mattermost using vagrant and fpm. Installs Mattermost 2.1. Please help share any feedback? As...
View ArticleWebSockets on CentOS 6
So after many hours of configuring Mattermost, I have as far as I am aware only one issue left. I am using GitLab Mattermost on CentOS 6, and I am using Apache/2.2.15.I do not know of any way to proxy...
View Article