Preview: LDAP/SSO support
Ok, this might stop our transition to MM without LDAP support if only available in the Enterprise Edition or whatever. Please reconsider keeping LDAP only for Enterprise!
View ArticleDocker container exits code 1
2016-03-17 10:42:39 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27) starting as process 78 ... 2016-03-17 10:42:39 78 [Note] InnoDB: Using atomics to ref count buffer pool pages 2016-03-17 10:42:39 78...
View ArticleHooks not working on Docker and DEV
I installed the docker image (DEV) on windows using:docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:dev Then I enabled hooks. And added incoming hook for bugs channel.Then I...
View ArticleFailed to ping db err
Hey there, I'm setting up Mattermost on my current server without a docker container, and would like to use my existing MySQL install. I added a new user and a 'mattermost' database, and I can log in...
View ArticleResetting Gitlab Omnibus Mattermost installation
I'm not understanding how this works. I can't seem to figure out how to reset Mattermost on my GitLab installation. Can someone clarify this?
View ArticleFailed to ping db err
In case this helps anyone, I realized my issue. My DataSource was set to "username:password@127.0.0.1:3306/mattermost" but it should have been "username:password@tcp(127.0.0.1:3306)/mattermost".
View ArticleDocker container exits code 1
I have the same problem ...Using DEV works:docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:dev
View ArticleHow should we transition a user to gitlab authentication?
Bumping this one - any ideas? This seems like an unsupported admin operation, am I right? I have a lot of email signup users and I need to disable email sign in and get them on gitlab auth. Currently...
View ArticleHow should we transition a user to gitlab authentication?
Hi @gubbins, This isn't supported as an admin feature right now, but users can switch the sign in method themselves from Account Settings > Security > Sign-in Method. (This requires both email...
View ArticleHow should we transition a user to gitlab authentication?
Ah, thanks. That's probably not going to work for me because it will take forever to chase down the non-compliant users and I have a timeframe to get everything on LDAP. Is there a web API method that...
View ArticleUsing mattermost architecture for backend API
Hi, I decide to use mattermost for our next project backend. Is this affordable when there are a lot of concurrent users? Because I read code and see that the communication with database is quite...
View ArticlePreview: LDAP/SSO support
I too was rather disappointed when I found out ldap (a basic feature in a bunch of open source software). Luckily my instance can be tied to gitlab, but daisy chaining authentication is a less then...
View ArticleIssue while updating from gitlab 8.2.3 to 8.3.0
I upgraded gitllab from 8.2.3 to 8.3.0, and mattermost is broken. I'm not able to access mattermost at all. ANy ideas? I actually have been upgrading from every single version from 8.1.0 to 8.2.3....
View ArticleIssue while updating from gitlab 8.2.3 to 8.3.0
This is my error wqhen I try to create a team from command line (couldnt get any other message to start debugging) kirthi@gitlab:~$ sudo -u mattermost /opt/gitlab/embedded/bin/mattermost...
View ArticleNo logs about Android push failure?
Hello, I am having trouble debugging a new Mattermost push proxy I just installed. We use Mattermost 2.1 and push proxy 2.0.Push notifications never arrive at the Android phone, but I also cannot find...
View ArticleUsing mattermost architecture for backend API
Hi @RuniVN, One of the things Golang excels at is concurrency. Our server is designed to handle thousands of concurrent users currently and were we to add high availability it would be able to handle...
View ArticleHow should we transition a user to gitlab authentication?
Hi @gubbins, There is an API that will allow a user to change their account to using SSO at /api/v1/users/switch_to_sso but it was not designed for a system admin to take advantage of, as it requires...
View ArticleHooks not working on Docker and DEV
Hi @matejsp. Webhooks are broken on our master branch right now and we're looking into the issue. Thanks for the report!
View ArticleHooks not working on Docker and DEV
We're going through a major development and architecture change to our web client right now, so there are some hiccups like this that we are getting over
View ArticlePackage available for Arch Linux
I was trying to do pacman -S mattermost and it said target not found. What am I doing wrong?
View Article