Enabling mattermost in gitlab 8.10 complains of role missing
Seems this was fixed in gitlab 8.10.2
View ArticleCan't authenticate via curl after setting up docker evaluation version
What version of the server software is compatible with your mobile clients?I upgraded to 3.4 but then I found that none of the mobile clients work.
View ArticleIntegration with Trello: help needed
Hi everybody. I have recently switched from Slack to MatterMost for our team project PARTONS.Everything went relatively smoothly, but for the fact that I am unable to understand how the trello...
View ArticleURL behaviour in IOS Application for Mattermost
Summary When a user posts a LINK with either http or https to a any site external to the domain on which Mattermost is served sees the link opening in a 'new' browser session with some text on the top...
View ArticleMass Load / Performance Testing
I just saw that the ticket was closed ("won't fix"). As there is no info regarding Mattermost performance testing, what about Mattermost performance facts? I know that there are hundreds of users on...
View ArticleCan't authenticate via curl after setting up docker evaluation version
All versions since at least 3.0 should be compatible with the apps that are available on the App Store and Google Play Store. What sort of behaviour are you seeing from the apps? They make just take a...
View ArticleMass Load / Performance Testing
Come on guys Take a look here https://about.mattermost.com/pricing/ This kind of functions included the Tests could and should be Part of enterprise. The nice Team need some functions to make money....
View ArticleRestrict account creation to specified email domains doesn't work
Hi @ChrisDan. Were the users able to create the accounts after receiving the email invitations? The users should hit an error on account creation if the email they sign up with does not match one of...
View ArticleIntegration with HumHub social network kit
Hi @primantok, we currently don't have any plans to add HumHub integration. I'd encourage you to submit a feature idea on our feature idea forum so the community can up vote.
View ArticleBulk add of custom emojis
Agreed it can be time consuming. We don't currently have any plans for bulk adding of custom emoji. I'd encourage you to submit a feature idea on our feature idea forum so the community can up vote!
View ArticleI delete my admin account in postgresql,can i rescue?
I delete my admin account because some problem.can i rescue? or give another account to admin authority?
View ArticleI delete my admin account in postgresql,can i rescue?
Hi VagrantPi, If you have access to Mattermost on the command line, you can use the CLI to give a new account the system admin role. ./platform -assign_role -email="user@example.com"...
View ArticleAutogenerate inline link from keyword or command
Thanks for the suggestion! There is a request on our feature idea forum for this idea. You get 10 votes on forum and each one influences the future of Mattermost, feel free to upvote the idea there!
View ArticleStarting mattermost with /etc/init.d/mattermost start failed
It looks like Mattermost doesn't have write permissions where it is trying to write it's log file. Make sure it has permissions there and to the data directory. Both are specified in the config.json.
View Article[SOLVED] Technical question on how this application starts up
In brief:- User goes to Mattermost- The go code serves the static root.html. - The web browser requests the additional assets listed in root.html. - One of those JavaScript assets...
View ArticleMultitenant - multiple separate teams with their own unique URL/branding?
Hi @Simon, Mattermost is designed for self-hosted communications, so we haven't been thinking of different URLs for teams. It's not a configuration supported today.
View ArticleDirect Message with REST API issue
Hi warmcool, Direct message channels are treated the same as regular channels so they have to be explicitly created before you can send a message on them. That being said, I think it would make sense...
View Article[SOLVED] Technical question on how this application starts up
Yeah I figured it out but thanks for writing it out, it's a very elegant technique.
View ArticleDirect Message with REST API issue
Hi @warmcool, can you help me understand the context in which you'd like to send a direct message via a webhook? I'd encourage you to create a feature request on our feature idea forum with some...
View ArticleConvert a private channel to public channel and vice versa
for now I just go into the database, and update the channel type to 'P'update channels set type = 'P' where name = 'channelname'
View Article