iOS App Notifications
Hi,I just recently updated my Gitlab Omibus server and now have Mattermost 2.0. I downloaded the new iOS app(2.0). I am not receiving any type of notifications from the iOS app. I have notifications...
View ArticlePlatform support for Real Time Communication
Hi, Have you guys tried applying in Google Summer of Code? (the deadline for applying is over now). You can get dedicated resources for this task. Meanwhile I can help in implementing RTC in...
View ArticleShould I receive iOS/Mail notifications for posts incoming webhooks by my user?
Well, yes, I expected to be notified for external activity too, not just my collaborators when I purposely set up notifications for external activity. xD Yes, coming from another platform *cough* I...
View ArticleiOS App Notifications
Have you made sure you set a push notification server? The setting is mattermost['email_push_notification_server'] in /etc/gitlab/gitlab.rb. (And yes, currently the app is rather spartan.)
View ArticleiOS App Notifications
Thanks for the reply, Ghost. I have not set this value and I really not sure what I would set it to. I have my own server. It is behind a firewall but I pass through select ports and could pass others...
View ArticleiOS App Notifications
The iOS app is just a reference implementation. (it's supposed to give you a working example how things can be done.) If you still want to send push notifications without compiling it for your own...
View ArticleInitial single server setup with Ubuntu 14.04.4 - ./platform not work
I've configured a single Ubuntu 14.04.4 server and have been following the Ubuntu 14.04 LTS guide: http://docs.mattermost.com/install/prod-ubuntu.html When I run ./platform the service does not...
View ArticleHubot mattermost direct messages
Hi @raiku, here's another Hubot Mattermost option (hubot-matteruser) which uses a user account that could you use for private groups. Does this help?
View ArticleDeveloper Workflow
The changes I make to the code are not reflected unless I stop and restart the container, is there a way to automate it? that changes are real-time ? Would love to know how others are doing it.
View ArticleThe smilies make me nervous
The current set should be Emoji One.I replaced many of the smilies by myself with the "default" apple ones:http://emojipedia.org/apple/For unicodes, I used the extracted ones from here:...
View ArticleCannot mount host directory with mattermost Docker container
Yes it is indeed a problem related to docker + EBS on AWS. I don't know why, but if I mount the EBS disk after that docker is started, data will not be writtend on the mountpoint volume. Instead,...
View ArticleBlank webpage and "Uncaught TypeError: window.setup_signup_team_page is not a...
Thank you for your response. We use Ubuntu 15.04. I didn't have time to try a clean install but i should do it in the near future because the team can't wait for the upgrade.
View ArticleDeveloper Workflow
Hi @matz, For the majority of the client side code changes (basically anything in .jsx) you shouldn't need to restart the server, just wait a few seconds after saving your file for the bundle.js to...
View ArticleDeveloper Workflow
Assuming you started the server with make run then no re-start would be required for javascript changes per jwilander note. useful commands: make run make stop make stop-server make run-server
View ArticleMattermost in am HA cluster
I have a Nginx cluster with three modes and I want to install Mattermost on it.Can Mattermost be running on three different servers sharing the same database and data folder?What about sessions?Thank...
View ArticleWhat's the status of the Android app?
Available for testing too, and a little bit of code if needed
View ArticleCLI tool crashing, missing translation
Trying to use the cli tool in the gitlab omnibus installation and I am getting the following error: $ /opt/gitlab/embedded/bin/mattermost -config /var/opt/gitlab/mattermost/config.json...
View ArticleInitial single server setup with Ubuntu 14.04.4 - ./platform not work
Sorry, I had not set, the version is the Current Stable Release (v2.0.0).Regards.
View ArticleCLI tool crashing, missing translation
Thanks for the report! Confirmed bug from localization push, and this should be fixed in next release.
View Article