File preview, any plans for improvement?
Hello there, I tried looking up news on the matter of previewing files (PDF, DOC, PAGES etc.), but did not find anything. As of now, it looks as if there's only a download option, or are there any...
View ArticleUncaught TypeError: $(...).dragster is not a function
Hi There, I'm using Mattermost version 2.1. I see this error in the Platforms log: [2016/04/07 11:21:06 UTC] [EROR] /api/v1/admin/log_client:client code=0 rid=YYYYYYYYYY uid=XXXXXXXXXX...
View ArticleAbout the Developer Discussion category
The link you posted is outdated and leads to a 404.See Code Contribution Guidelines in the Mattermost Docs instead.
View ArticleWant to contribute (PLT-2112)
Hi, I am new here and I want to contribute. I read the Code Contribution Guidelines and checked your Good First Contribution tickets. I created an account for Jira and the project is building and...
View ArticleCustom Authenticator
There aren't any terms preventing you from compiling and using the platform source code. That said, to apply the latest security updates added to master you would need to manually merge your fork.
View ArticleIncoming webhook throws 404 b/c of template error
I'm getting this same issue. I'm running from the docker mattermost-dev image. 2.1.0, build 6562, Build Hash 2cd006474ec8a808b2ea2b0502a842f44cb0b127. I launched fiddler and composed a POST right in...
View ArticleMySQL and Postgres to support Japanese search
こんばんは!よろしくお願いします。 pg_bigmの方はMattermost本体のSQLをts_queryの方式から普通のLike検索にしないといけない? 現状のクエリから注目すべきWHERE句だけ抜き出して簡単化すると、次のようなSELECT文になるかと思います。 SELECT MESSAGE FROM POSTS WHERE MESSAGE @@ to_tsquery('検索語');...
View ArticleIncoming webhook throws 404 b/c of template error
I filed a Github issue: https://github.com/mattermost/platform/issues/2659
View ArticleMySQL and Postgres to support Japanese search
@yukihane 二通りの方法がある、という認識であっていますでしょうか? A案 to_tsvector('english', MESSAGE) を to_tsvector(MESSAGE) に変更 to_tsvectorの'english'部分はpostgres.confのdefault_text_search_config で指定する B案 to_tsvector('english',...
View ArticleWeb Service doesn't work with Postman
Hi I am trying to use the web service. When I use the cURL statement, it works. But I use Postman, it doesnt work. this works:curl -i -d '{"name":"test2","email":"test@test.com","password":"test"}'...
View ArticleWeb Service doesn't work with Postman
Request sent from Postman was: POST /api/v1/users/login HTTP/1.1Host: URLCache-Control: no-cachePostman-Token: aa8a7619-1ee7-059f-5c26-4982a8c7f6d7Content-Type: application/x-www-form-urlencoded...
View ArticleIs there a way to auto-link to tickets in bug tracker?
Hi there. We use Mattermost and it's great. One thing that would make our lives so much easier is if it automatically created links to our issue tracker when bugs where mentioned. e.g. if someone...
View ArticleMySQL and Postgres to support Japanese search
元々は、(GitLab CEと一緒にyumパッケージ管理したいので)どうすればMattermostのソースコードを変更せずに日本語検索対応できるのだろう、というのが考え始めたきっかけです。 最初考えたのは、MySQLと同様(Issue #2033)N-gram indexを張れば良いのでは、というものですが、 PostgreSQLではそもそもindexが使用されていない(Issue #2622)...
View ArticleMySQL and Postgres to support Japanese search
yukihane: 英語圏の人にとってはN-gramのLIKE検索は使い勝手が悪いと思う すみません、これは単なる私の思い込みで、全く根拠は無いです。(実際どうなのかは、またググったりしてみます…)
View ArticleMySQL and Postgres to support Japanese search
整理すると、(:Terms = keyword) 現状 to_tsvector('english', :Terms) english-tokenizer あるべき姿 英語to_tsvector('english', :Terms)english-tokenizer 日本語 to_tsvector('japanese', :Terms) japanese-tokenizer =...
View ArticleWant to contribute (PLT-2112)
PLT-2112 was merged on March 4th, no comment I will dig through the APR tickets and see if I can find something ...
View ArticleCloudflare and websockets with SSL (free Cloudflare accounts block websocket...
Hi. I have similar problem but I'm not using SSL This is my basic NGINX configuration: upstream gitlab_mattermost { server 127.0.0.1:8065; } map $http_upgrade $connection_upgrade { default upgrade; ''...
View ArticleBuilding install package from source
Hi, I am trying to build a new install package from source. Are there instructions anywhere? Thanks, Darren
View ArticleBuilding install package from source
If you're setting up a developer machine, you can start here: http://docs.mattermost.com/developer/developer-setup.html If you're creating an install package you might check out this project:...
View Article