Hi @RbDev,
We have some Jira tickets open to investigate issues with push notifications:
Hi @RbDev,
We have some Jira tickets open to investigate issues with push notifications:
Hi there,
As per the documentation, currently only Okta and OneLogin have native support (EE20).
We’re using Auth0, so I was wondering if you had any plan to add support for that IdP too (via SAML 2.0 integration)?
Cheers
You missed this command:
sudo find mattermost/ -mindepth 1 -maxdepth 1 ! ( -type d ( -path mattermost/config -o -path mattermost/logs -o -path mattermost/plugins -o -path mattermost/data ) -prune ) | sudo xargs rm -r
And the hash is different due to the fact that i use the enterprise edition.
Sorry didn’t see it
We are hosting our very first community design meeting! The topic is folded reply threads, our #1 uservoice request.
March 7th, 2019, 10:00 San Francisco time / 13:00 Toronto time / 18:00 London time
For any questions, let us know!
Does MM have any plans to integrate with StackOverflow?
Specifically:
Hi all,
Something new I’ve noticed with the iOS app client v1.11.0.
Messages already received with multiple text lines tend to disappear after sometime already seen.
So you end up with:
Msg 1 - Hi Johny. How are
<<< Blank White Space >>>
Msg 2 - I’m ok.
Could you have a look at this? Please.
Hi @6rui,
Would you be able to upgrade to the latest app version (v1.16) and see if you still experience the issue?
Hi @Radu3000,
I believe not yet, but feel free to open a feature request ticket for this: https://mattermost.uservoice.com/forums/306457-general!
Hi, I wonder how many pinned messages and flagging messages are set up.
Thanks for you answer @fbartels ! Unfortunetly Nextcloud and MM do not share the same domain but are on a different sub domains. I found a lot of solutions concerning vhost config for installations running nginx but it’s more difficult to find something up to date for apache. Would you have some advices for such an installation on the parameters I would have to specify in my vhost apache config ?
Concerning point 2- could this be useful ? : https://github.com/mattermost/mattermost-redux
Thanks
Hi @batgau71,
for apache you need to do the following (in the mattermost vhost):
Header set X-Frame-Options "ALLOW-FROM https://your-nextcloud.server.com"
Header edit Content-Security-Policy ^(.*)$ "$1;frame-ancestors 'self' https://your-nextcloud.server.com"
Header unset X-Frame-Options
Header unset Content-Security-Policy
though the way this ultimately works is that 2 enables you to embed mattermost on any site, so you could even skip 1. (with Nginx this is indeed more secure, since you can unset the header only for the proxied request).
Depends on the use case but likely no. What you linked is the toolkit to integrate with Mattermost. So you could technically login to Mattermost. But this does not mean that usernames and passwords will be the same between Mattermost and Nextcloud.
As long as Mattermost does not support OpenID Connect I have already given you two of the existing choices.
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
please edit this setting “combined_system_message.left_team.one”: “{firstUser} прикидает команду.”, on покидает команду in json file
download json file on link “ru.8f6b5175f9fbb6183510da18b2611478.json”:
https://drive.google.com/file/d/18WYEaDEu6MGgMokNyqiIWbQKW1uN8-wf/view?usp=sharing
thanks
PS If you use a mobile phone, there is no problem
Hi @Shevchik, I’m not able to open the file, can you help repost it?
Hi @Judy,
Can you help elaborate on what you mean by “limitations”? I believe pinned messages are shown per channel and flagged messages are shown per team.
thanks, the problem is resolve and fix in Mattermost v.5.8.0
Hi @aberenyi,
I believe this is currently not planned but feel free to open a feature request ticket for this here: https://mattermost.uservoice.com/forums/306457-general!
Hi all, I’m looking at the interactive dialog documentation and it mentions that HTTP requests from slash commands will include a trigger ID that can be used to open an interactive dialog (https://docs.mattermost.com/developer/interactive-dialogs.html#opening-a-dialog). When I look at the custom slash documentation, however, it doesn’t mention trigger ID anywhere (https://docs.mattermost.com/developer/slash-commands.html#custom-slash-command). Does anyone have an example of a slash command opening an interactive dialog I can look at?
Okay I’ll try it. Thanks for responding.
hey
seems there is actually a red badge on the status icon when there are unread messages. for some reason it just wasnt working at the moment. gonna follow that feature request though because having a count on the badge would make it nicer.