[SOLVED] Upgrade 3.4 to 3.6 using Docker
Hi @eliasYes, I did a dry run first and then did the upgrade over the weekend. It worked without a hitch. Thanks!
View ArticleMattermost moving to API version 4
User and community integrations are important to the Mattermost ecosystem. To make the Mattermost API web service easier to use and to offer more powerful options for these integrations, Mattermost...
View ArticleTroubleshooting "There was a problem connecting the video call." errors
i'm using the preview docker image and tried with own coturn server and public stun server postgresql os: 2x windows 8.1, browser: chrome + firefox, chrome + desktop app, desktop app + desktop app yes...
View ArticleWebsite chat feature for mattermost
Hi All, I want to implement mattermost for my website live chat.Does it come with easy plugins to achieve the same?I need a floating window from where my users can chat. ThanksGargi
View ArticleList all shared media
Hi @pierinhood, appreciate your feedback. This feature has not yet been added to Mattermost - we have an existing feature request for media library, which is currently under review to hear community's...
View ArticleMicrosoft SQL Server DB Backend
Unfortunately, looking at the code in platform/store/sql_store.go there are custom data types at call sites for MySQL and PostgresSQL. That makes supporting a new DB rather difficult to do. Brad
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
@serge or @eliasI'm not sure if this is applicable to my use-case, but I have set up mattermost within gitlab (ie. the omnibus edition, I believe), as per this demo. In this instance, Gitlab is used...
View Article[SOLVED] How to authenticate bots using the API
@jurgenhaas I was wondering if you were able to solve how to get a [session token] for a user where mattermost is set-up as part of gitlab. Given that authentication is happening against gitlab, it...
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
Hi @mccoole, The thing is that when you use gitlab as a SSO you won't have a password assigned as the only way to authenticate the user is by using gitlab. So as a workaround maybe you will want to...
View Article[SOLVED] How to authenticate bots using the API
@mccoole I got it working with an explicitly created user for Mattermost as described above. As that is working just fine, I've never followed up on this issue trying anything else.
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
@elias,Thanks for the suggestion. I suppose I'm not completely clear on how to implement what you suggest. As part of the gitlab set-up that I'm working with, I believe the following (documented at...
View ArticleTroubleshooting "There was a problem connecting the video call." errors
WebRTC is working for us. I set up Mattermost according to the documentation using PostgreSQL. I installed Janus using the unofficial Debian repository here: http://ag-projects.com/debian/...
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
@mccoole Once you setup for Mattermost as an OAuth 2.0 provider you'll need to initiate the auth flow from your app to Mattermost in order to authorize and authenticate the user with the OAuth 2.0 app...
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
Ok, if i got this right. I am using the exact same setup as mccoole.Omnibus gitlab with mattermost, and gitlab as oauth2 provider connected to our ldap server. You describe the way the zapier uses the...
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
@nev sadly there is no way to use the gitlab access token to issue calls to the Mattermost API.
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
So how can we use this part of the api. Or are we stuck to oauth2 app way, like zapier.
View ArticlePrevent channels and private groups deletion
Hi, We start to evaluate Mattermost and I don't find a way to prevent deletion for channels and private groups.Every team member can delete everything. Is there a way to restrict deletion? I did not...
View ArticleGetting Started Developing in Mattermost - minor mods
Hey @mathurin68, sorry for the delay. We have developer's guide which might help get you started. For the specific questions: 1) You can make this change in your own version if you fork the code base...
View Article