From 25ee77be8c41f96be4de3a674d59b33d672b5637 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Wed, 9 Dec 2015 13:00:04 -0500 Subject: [PATCH 1/3] Update config settings documentation --- doc/install/Configuration-Settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/Configuration-Settings.md b/doc/install/Configuration-Settings.md index 46a6defdf1..5f9b3b62d8 100644 --- a/doc/install/Configuration-Settings.md +++ b/doc/install/Configuration-Settings.md @@ -146,10 +146,10 @@ Port of SMTP email server. #### Push Notification Settings -```"SendPushNotifications": true``` +```"SendPushNotifications": false``` "true": Your mattermsot server sends mobile push notifications to the server specified in **PushNotificationServer**; "false": Mobile push notifications are disabled. -```"PushNotificationServer": "https://push.mattermost.com"``` +```"PushNotificationServer": ""``` Address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services). From 88d1543088057931de829721b7397251bb5aa773 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Wed, 9 Dec 2015 13:02:42 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d1883977..1751f24d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,8 +70,8 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt - Removed: `"ApplePushServer": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer` - Removed: `"ApplePushCertPublic": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer` - Removed: `"ApplePushCertPrivate": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer` - - Added: `"SendPushNotifications": true` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer` - - Added: `"PushNotificationServer": "https://push.mattermost.com"` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services) + - Added: `"SendPushNotifications": false` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer` + - Added: `"PushNotificationServer": ""` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services) #### Known Issues From 8c06096fa517dc82c387bd9eb6640f68589a5a9a Mon Sep 17 00:00:00 2001 From: lfbrock Date: Wed, 9 Dec 2015 13:09:27 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1751f24d68..a9dad17985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt - No scroll bar in center channel - Pasting images into text box fails to upload on Firefox, Safari, and IE11 - Slack import @mentions break +- Usernames containing a "." do not get mention notifications #### Contributors