@jackvictor wrote:
In the repo it mentions you should deploy with apk instead of the app store-- is there a reason for this?
Posts: 1
Participants: 1
@jackvictor wrote:
In the repo it mentions you should deploy with apk instead of the app store-- is there a reason for this?
Posts: 1
Participants: 1
@it33 wrote:
Most of the world doesn't speak English as a native language so we're creating some sub-categories for non-English discussion:
If you'd like any additional languages added, please post here. Thanks to @pjgrizel for suggesting this and for @erlend_sh for recommending how we should set it up on Discourse.
Posts: 1
Participants: 1
@githubkoma wrote:
Dear Team,
i assume currently quite a few people are using the Push Test Server: http://push-test.mattermost.com.
As far as i understand the iOS and Android App that are published on the App Stores are compiled with the respective Developer Keys. So if you want to use your own push Server you have to go all through the Process yourself.
Some People could probably have a hard time to A) pay for their own Apple Dev Account and B) distribute their self compiled apps to their Members. C) Could be some other reasons that i havent thought of now.Do you have plans to transitiion the http://push-test.mattermost.com Server to some kind of Public Push Server? Or perhaps against a small fee?
Posts: 1
Participants: 1
@SallySimons60 wrote:
Hey all,
We are interested in finding a designer who can:
* Utilize the core Mattermost design and integrate our existing voice and faxing features into Mattermost for hospital / HIPPA communications.If this sounds like a project you might be interested in, please send an email to SallySimons60@gmail.com.
Posts: 1
Participants: 1
@tht13 wrote:
What api url can I use to get the most recent messages from a channel? I know I can use a outgoing webhook to get messages as they are sent but I would like to retrieve previous messages like the last 5 sent. Slack has a channel.history api method, however this did not seem to work here.
Documentation of the possible web service api urls would be really helpful. I checked the github logs and there doesn't seem to have been any progress here for 2 months.
Posts: 2
Participants: 2
@vrenjith wrote:
Is there anyway that I can authenticate the client using the client certificates (nginx can be configured for it) and pass this information in http headers into Mattermost?
Posts: 2
Participants: 2
@dwest wrote:
I am trying to import a Slack team into Mattermost, but it fails to import any users that pre-exist in the Mattermost team. It errors out on that user and does not import any posts that the user had made in Slack.
Unable to import user:
The short term fix is to do the importing with a user that is not associated with the Slack group. However, this is not convenient for users to self-manage their own teams since all users are authenticating with an LDAP server through their Gitlab account. Is there a fix for this username collision?
I am using Mattermost 2.1.0 as part of the Gitlab 8.6.1 Omnibus package.
Posts: 3
Participants: 2
@Yzord wrote:
I am running docker-compose and was able to run Mattermost on my system. But my version does not work in Safari. So i filed an issue and the def. answer is:
Hi @Yzord, this issue should be fixed on master, you should be able to see the fix if you use mattermost/platform:dev.
But when i edit my docker-compose.yml file with
mattermost:
image: mattermost/platform:dev
ports:
- 80:80
restart: alwaysI get the following error
Recreating 2d47ed9b3fbe_mattermost_mattermost_1
Pulling mattermost (mattermost/platform-dev:latest)...
Pulling repository docker.io/mattermost/platform-dev
ERROR: Error: image mattermost/platform-dev not foundHow can i run the latest dev version with docker-compose?
Posts: 2
Participants: 2
@usmanarif wrote:
I have compared the API's provided by the Slack and Mattermost and found that MM only provides the basic API whereas Slack has got the rich number of API's available.
I was going to create the API for mattermost as well. Is there anyone who can tell me the estimated hour of creating the single API and also the steps which I should follow for creating the same.
Any type of help is highly appreciable!!!
Posts: 2
Participants: 2
@Zuul47 wrote:
I was able to get Mattermost running on my droplet on Thursday/Friday. I went to login today and it wasn't coming up. I did some dist-upgrades but that was it and it only updated my jitsi packages.
Is there a way to see if everything is running correctly or if there are errors?I am a beginner working with servers.
Posts: 1
Participants: 1
@lfbrock wrote:
Hi everyone! There have been many requests for more built-in slash commands and we'd like to propose a plan.
We'd love to get help and feedback from community members interested in implementing features.
We're starting this thread as a place for discussion. If you're interested in being a part of this effort, please join the discussion here and share what you'd like to work on.
We can discuss the specifics of each command (help text, error cases, corner cases,etc.) and open accepting pull request tickets that you can work on.
Posts: 3
Participants: 2
@lfbrock wrote:
Hi everyone! We'd also like to share our plan for keyboard shortcuts.
Same thing as the slash commands thread, we'd love to get help and feedback from community members interested in implementing features.
f you're interested in being a part of this effort, please join the discussion here and share what you'd like to work on. We can discuss any questions about the shortcuts, and open accepting pull request tickets for people to work on.
Posts: 5
Participants: 2
@lfbrock wrote:
Accepting Pull Requests is used to discuss accepting pull request projects
Posts: 1
Participants: 1
@tht13 wrote:
The api call
/api/v1/users/{user_id}
does not provide a url to the users profile picture but does provide a timestamp for its last update. How can I get this image url?
Posts: 2
Participants: 2
@jimb wrote:
We are looking at using mattermost in our organization, and have been very impressed with the functionality and polish so far.
I've poked around the forum and the docs a bit, and I may have missed the answers, but I still have a few questions:
how do you archive / purge old data? maybe I want to clear conversations in specific channels over a year old? Can that be performed?
Manual setting of user status - am I correct that this is not possible?
Additionally It appears there are only 3 statuses right now: online, away, and offline. No other statuses are available, and no way to only appear offline?
Announcement / Read only Channels - there is no way to make a channel that admins can write in, but all other users can only read, correct? is there any facility for system wide announcements then?
We want to restrict team invites to Admins only. I believe that is a feature set to be added in the future, am I correct about that?
I hope posting this is not "bad form", as I say I'm new here.
Thank you!
Posts: 3
Participants: 2
@lfbrock wrote:
The
electron-mattermost
project is now the official desktop application for the Mattermost open source project.Download available from: https://github.com/mattermost/desktop/releases/tag/v1.1.0
Changes
All platforms
- Rename project from
electron-mattermost
todesktop
- Rename the executable file from
electron-mattermost
toMattermost
- The configuration directory is also different from previous versions.
- Should execute following command to take over
config.json
.
- Windows:
copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json
- OS X:
cp ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json
- Linux:
cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json
Improvements
All platforms
- Refine application icon.
- Show error messages when the application failed in loading Mattermost server.
- Show confirmation dialog to continue connection when there is certificate error.
- Add validation to check whether both of Name and URL fields are not blank.
- Add simple basic HTTP authentication (requires a command line).
Windows
- Show a small circle on the tray icon when there are new messages.
Fixes
Windows
- File > About does not bring up version number dialog.
Linux
- File > About does not bring up version number dialog.
- Ubuntu: Notification is not showing up.
- The view crashes when freetype 2.6.3 is used in system.
Known issues
All platforms
- Images with
http://
do not render.- Some keyboard shortcuts are missing. (e.g. Ctrl+W, Command+,)
- Basic authentication requires a command line.
Windows
- Application does not appear properly in Windows volume mixer.
Posts: 1
Participants: 1
@Nick wrote:
Since 2.1.0 is the latest stable we're running that and we wanted to make some minor template updates. Turns out the 2.1.0 tag has a dependency called mattermost/mm-intl which no longer exists. Can someone restore that repo so the current stable version is build-able?
Thanks!
Posts: 2
Participants: 1