Quantcast
Channel: Mattermost Discussion Forums - Latest topics
Viewing all 6313 articles
Browse latest View live

401 for mattermost slash command intergration

$
0
0

@dattanchu wrote:

I configured a slash command to POST to https://myserver.mydomain.com:12345/foo. This REST end point requires GSSAPI authentication (token authentication). The user that runs Mattermost already has the right authentication in its environment variable, however, when Mattermost makes the POST request, the env variable is not included in the header.

How do I configure Mattermost to send this extra token header when making slash command requests?

Posts: 1

Participants: 1

Read full topic


Completing API Documentation

$
0
0

@juandiegopalomino wrote:

Hi everybody!

I hope that everyone's night is going well. So I have a couple of small questions.

A little about me as a user for context: I am currently trying to develop a webapp which requires a messenger system similar to slack. While I was doing a little bit of research, an awesome friend of mine suggested to me to checkout Mattermost, and it seems to offer exactly the messenger services that we need. So now we need to figure out how exactly to integrate Mattermost with our own backend.

Now, I would like to give a small disclosure: much like Jon Snow, I know nothing. Chances are that the issue we're having is an imaginary one (like my friends) and there is already an answer out there (maybe the webhooks? I must admit that I don't understand them fully (and would love a clarification), but I don't think that they have the full scope of functions we want).

So moving on, we're trying to write the backend in node (using express), and what we would like to have is a running Mattermost server which we can call to access several of its services services. As such, we want to use the Mattermost API to perform certain actions. Now here, I would like to be abundantly clear: we are looking for the Restful API, not a driver, and the most complete one at that. Not only do we want to get and post messages, but we also want to view teams, create teams, register users, etc... An example of what we are currently looking for is something similar to, for example, the imgur API. Again, we could be missing something very important right now, so please call us out if you already have an answer.

We looked in-depth at the current API page, as well as all of its links (incuding the one to the Web Service API), and we found the documentation kind of lacking-- we now know how to do an authentication call, but that's pretty much it. Our research did not stop there, and we tried to look at issues raised, feature requests, forum posts (there's a couple more unlisted references), and it seems that there is a general consensus that there is currently no such documentation. The sources we looked at generally instructed us to inspect the source to understand the endpoints, and I think that we found them:

Sadly, none of these handlers (and the others not seen) seem to have any documentation. My question then is: have I been wrong in my train of thought so far, and if not is there any objections to me to try to fill in the documentation? I, of course, do not out-right expect for such documentation to be fully accepted, but would you guys, the Mattermost in-house developers, be amenable to considering such help? This is a really cool project, and I think that such documentation can go a long way for user adoption.

So yeah, that pretty much covers my rant. Sorry that it took so long-- I wanted to be very clear and thorough. Thank you for your time, and have a nice night!

Posts: 3

Participants: 3

Read full topic

FYI, React Router addition to master

$
0
0

@lfbrock wrote:

There's a signiifcant change on master from v2.1, which is the addition of react router and webpack, which will eventually increase performance by decreasing first page load from about 3MB to less than 800K.

It also allows for future improvements like using virtual hosts.

This significant change and will cause some instability on master until the client side components have been converted over to use react router and bugs from this conversion stablize

Many thanks to apaatsio for recommending this path.

Posts: 1

Participants: 1

Read full topic

Is it possible to add in X-No-Decrypt to the rest request header?

$
0
0

@rcmpayne wrote:

Is it possible to add in items to the request header of your rest api's? example: adding the X-No-Decrypt

Posts: 2

Participants: 2

Read full topic

FYI, updates on v2.2 for April 16 and v2.3 for May 16

$
0
0

@lfbrock wrote:

Large changes are happening on master right now:

  1. Addition of React Router
  2. Change to unify user accounts across teams

More time is needed to stabilize these changes so instead of releasing master as v2.2 on April 16, it will release as v2.3 on May 16th.

Instead, a new branch for v2.2, based on v2.1 release branch with bug fixes and updates, will be released on April 16. The changes in v2.2 will be merged into master and available as v2.3 on May 16.

Posts: 1

Participants: 1

Read full topic

Don't send messages content in e-mail notifications

$
0
0

@toogy wrote:

When a user is IDLE and receives a private message or gets highlighted (with @username) she/he gets an e-mail notification that contains the content of the message.

Is it possible to disable the sending of the content of the message and just send a notification saying

Hey, people are talking to you! You should join the chat to read your messages.

Or something like that, you get the idea :slight_smile:

Posts: 4

Participants: 3

Read full topic

Gather e-mail notifications

$
0
0

@toogy wrote:

Currently, my users get an email everytime they get highlighted (@username) or receive a private message. If you get highlighted a lot or PMed a lot, that's a whole lot of emails :confused:

Is there a way to reduce the number of email notifications by, maybe, gathering them?

Posts: 3

Participants: 2

Read full topic

How to integrate the matter most in my website?

$
0
0

@vinothmathew wrote:

Hi I want to create a new group in my site. i don't know how to do that with the mattermost. i download from the github but i don't know How to integrate.

Posts: 2

Participants: 2

Read full topic


Mattermost android app installation / using

$
0
0

@TomaszGielda wrote:

Hello,

First, I would like to thank you for releasing Mattermost 2.1 and API that let us install and test your android app :slight_smile:
I have following questions regarding this app, 'cause I don't know if our team is doing something wrong or there is some mix-up in documentation.

We are using Mattermost server 2.1, latest release of android app, and your push proxy code from github. We compiled .apk and installed it on our phones. Then we tried to test push notifications, with no luck, there were infos in log about sender id mismatch. We registered at https://developers.google.com/mobile/add and obtained Sender ID and Google API key. We provided API key to our push-proxy instance and change Sender ID in android app code - and everything started to work properly.
So my questions are:
1. Did we do installation correctly, are we correct that teams of users, that compile their own .apk's should also register on above Developers Page and put their own Sender ID's in android app code?
2. Is original Sender ID - 400589284558 working only with http://push-test.mattermost.com server?

Maybe, to make app avaliable in Google Play more universal - should we give users possibility to change Sender ID from app activity?

We can provide proper code to do that, as it will be great to let our users to install universal app from Google Play instead of doing that through our own compiled .apk.

Best regards!

Posts: 1

Participants: 1

Read full topic

FYI, no longer using `dev` tag for Docker images

$
0
0

@it33 wrote:

The dev tag option is being removed from Docker images.

There's been a fair amount of confusion around pulling Docker images with dev tags--people expecting to pull the latest stable build and instead pulling the latest unstable build and then getting confused.

If you need the latest unstable build, you can get the compiled binary from the Developer Install section at http://www.mattermost.org/download/

If you're developing the best is to pull from GitHub and do make test on your dev machine.

While we realize that this could be inconvenient for people wanting to check out the freshest release, this was the most straight forward solution to address the poor experience some community members were having pulling the wrong Docker image.

Posts: 1

Participants: 1

Read full topic

Default User Settings Template

$
0
0

@ruben-juno wrote:

Hi,

Is there a way to create/modify the default user settings ?

Background:
We have tons of clients and for each client we created a team to support them, so we can separate them out, have different colours on each team for visual confirmation of the client etc, mostly it works out well.

Although each team we create and the core staff signs up, they always have to edit their email settings from notify on all to notify on mention, same goes for the clients, by now we had to create custom installation/setup documentation to guide our clients.

Not all of them are tech savy, so it would be easier if could change the default template for when users and/or teams are created.
If I had more time to learn Go I would do it myself, ultimately with a select box to select a template when signing up or creating a team.

Posts: 2

Participants: 2

Read full topic

Custom Authenticator

$
0
0

@vrenjith wrote:

Hi,

I am planning to write a custom authenticator for Mattermost (in fact my requirement was to use Atlassian Crowd authenticator). Any hints or guidelines about how to go about these changes? (is there a plugin architecture by which the authenticator can be plugged in)

-Renjith

Posts: 4

Participants: 2

Read full topic

Android app and several teams

$
0
0

@babs wrote:

Hello,

I'm trying the android app (custom built) on my own server. So far so good works like a charm except for notification but I'm looking into it :slight_smile:
I might have missed it but is it possible to join several teams (of the same server) at the same time? I haven't find a way without logging out :confused:

Regards,
D.

Posts: 2

Participants: 2

Read full topic

[Solved] Process to for a distributable build, help?

$
0
0

@Nick wrote:

Hello, I'm struggling to get a working distributable build. I've setup the dev environment on a VM of Ubuntu 14.04 64bit, having a working test and dev install running at version 2.1.0. Make test passes, make run works great and I can actively modify running Go and React code and see the results in my local env. But now that I've made some changes and I want to deploy. So I run make dist and the build works. This is where the problem starts - when I deploy the binary platform file it says "cannot execute binary file: Exec format error". I'm building on the same box I'm trying to run it on, it should match the architecture of the box - but it's saying it doesn't. I'm relatively new to GoLang, but shouldn't a binary built on a machine run on the same machine? Probably a noob error but looking for some guidance.

Any help is appreciated. Thanks!

Posts: 2

Participants: 1

Read full topic

About the Japanese /日本語 category

$
0
0

@it33 wrote:

日本語での議論のため。私たちは、日本のコミュニティを招待します。

Posts: 3

Participants: 2

Read full topic


MySQL and Postgres to support Japanese search

$
0
0

@terukizm wrote:

日本語での全文検索についてです。

see:

個人的に動作確認できたのは、

  • MySQL 5.7.9+
    • ngram Full-Text Parser を使ったN-Gram方式
    • MeCab Full-Text Parser Plugin を使った形態素解析方式も、たぶんできると思います。
  • Postgres 9.4.x
    • fulltextsearch_ja + Mecab を使った形態素解析方式
    • pg_bigmの方はMattermost本体のSQLをts_queryの方式から普通のLike検索にしないといけない?

というあたりでしょうか。

いろいろ情報交換できると嬉しいです。

Posts: 3

Participants: 2

Read full topic

File preview, any plans for improvement?

$
0
0

@arjan wrote:

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 extensions available that would enable this?

In my office we use Pages Documents a lot (don't ask why), does anyone know if there will ever be a preview option available for this format? It may sound like a small feature, but being able to quickly preview and read documents without saving them and finding them on your drive is a great workflow enhancement.

Thank you for your help and all your hard work,

A happy MM user

Posts: 1

Participants: 1

Read full topic

Uncaught TypeError: $(...).dragster is not a function

$
0
0

@jkt684 wrote:

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 ip=172.16.0.212, 172.18.0.1 msg: Uncaught TypeError: $(...).dragster is not a function row: 13 col: 13135 stack: TypeError: $(...).dragster is not a function url: https://chat.taktsoft.com/static/js/bundle-2.1.0.min.js [details: ]

which causes the client (In this case: Chrome) to reload the site. This happens every time, the Clients user clicks to another channel in Mattermost. Any ideas how to Fix this?

Kind regards,
Michael

Posts: 1

Participants: 1

Read full topic

Want to contribute (PLT-2112)

$
0
0

@apheleia wrote:

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 running on my machine :thumbsup:

I picked PLT-2112 as my first ticket to get my feet wet:

Allow Access-Control-Allow-Origin to be set from config.json

Questions

  1. Do I simply add a comment in the Jira Ticket that I want to work on this?
  2. Who can help me get started with the correct entry points?
  3. I actually prefer go over js and most tickets that are good as first contribution are tickets related to the web client. Once I get more into the project, where can I find easy go tickets to start with?

Thanks for your help!

Posts: 1

Participants: 1

Read full topic

Web Service doesn't work with Postman

$
0
0

@mittalvishesh wrote:

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"}' http://URL/api/v1/users/login

But the same thing on Postman gives me this error:
{
"id": "api.user.login.blank_pwd.app_error",
"message": "Password field must not be blank",
"detailed_error": "",
"request_id": "6bspxjiejbdsuck7t1s5sfz65y",
"status_code": 403,
"is_oauth": false
}

Any clue? Thanks so much.

Posts: 2

Participants: 1

Read full topic

Viewing all 6313 articles
Browse latest View live