server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
notification.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back the ability to reply to push notifications in iOS (#8977)
Elias Nahum
2018-06-21
1
-0
/
+1
*
Skip notifications for expired sessions (#8934)
Daniel Schalla
2018-06-08
1
-0
/
+5
*
Relese5.0 merge master 20180607 (#8927)
Carlos Tadeu Panato Junior
2018-06-07
1
-0
/
+1
*
MM-10597 Improved handling of punctuation around notifications (#8901)
Harrison Healey
2018-06-05
1
-10
/
+11
*
Push notification styling improvements (#8818)
Elias Nahum
2018-05-30
1
-44
/
+82
*
Avoid emails if user status is OOO or post is an auto response (#8842)
Chris Duarte
2018-05-28
1
-1
/
+3
*
Update email notification subject line and contents for Group Messages (#8689)
Ugurcan Turkdogan
2018-05-15
1
-13
/
+64
*
add notification when @user, @here, @all and @channel has colon ":" at the en...
Saturnino Abril
2018-05-11
1
-6
/
+7
*
Structured logging (#8673)
Christopher Speller
2018-04-27
1
-16
/
+16
*
Fix panics caused by race in notification code (#8652)
Joram Wilander
2018-04-19
1
-0
/
+12
*
MM-10122: Adds a mention for added-to-channel messages even when 'username me...
Martin Kraft
2018-04-19
1
-0
/
+11
*
MM-9918: Trim trailing / from push proxy URL. (#8635)
George Goldberg
2018-04-17
1
-1
/
+1
*
Add Auto Responder handler (#8386)
Stan Chan
2018-04-12
1
-3
/
+15
*
MM-10036 Ensured correct handling of capitalized special mentions (#8607)
Harrison Healey
2018-04-11
1
-3
/
+3
*
fix out of channel mentions for mentioned word with valid punctuations (#8585)
Saturnino Abril
2018-04-06
1
-8
/
+4
*
revert default ephemeral post message for out of channel mention (#8571)
Saturnino Abril
2018-04-04
1
-11
/
+2
*
MM-9868 Fixed mentioning users when followed by multiple periods (#8548)
Harrison Healey
2018-04-02
1
-2
/
+11
*
[PLT-4340] Channel Mute and "/mute" command #7617 (#7713)
Christian Claus
2018-03-28
1
-0
/
+15
*
[MM-9703] Push notifications are sent for own DM's (#8439)
Carlos Tadeu Panato Junior
2018-03-15
1
-4
/
+9
*
ICU-682 Stopped sending out of channel mention warnings for system messages (...
Harrison Healey
2018-03-09
1
-1
/
+1
*
Remove global site url (#8343)
Chris
2018-02-22
1
-2
/
+2
*
Fix push notification content for file only messages (#8346)
Joram Wilander
2018-02-22
1
-2
/
+6
*
Merge branch 'release-4.7' into icu753
Derrick Anderson
2018-02-14
1
-45
/
+36
|
\
|
*
gofmt
Stephen Kiers
2018-02-13
1
-2
/
+0
|
*
rerun jenkins?
Stephen Kiers
2018-02-13
1
-0
/
+1
|
*
remove debug statement
Stephen Kiers
2018-02-13
1
-2
/
+0
|
*
Added more tests and simplified code
Stephen Kiers
2018-02-13
1
-48
/
+39
|
*
Fixes ICU-764
Stephen Kiers
2018-02-12
1
-0
/
+3
*
|
ICU-753 Added unit tests for messages with only push notifications
Harrison Healey
2018-02-13
1
-1
/
+1
*
|
ICU-753 Added unit tests for push notification contents
Harrison Healey
2018-02-13
1
-39
/
+51
*
|
ICU-753 Remove special behaviour for group messages in generic push notificat...
Harrison Healey
2018-02-13
1
-2
/
+2
|
/
*
add App.License, remove utils.IsLicensed / utils.License calls (#8203)
Chris
2018-02-06
1
-2
/
+2
*
Fix panic when invalid types used in post props (#8191)
Joram Wilander
2018-02-02
1
-6
/
+6
*
use markdown parsing to identify mentions (#8139)
Chris
2018-01-23
1
-99
/
+107
*
PLT-3383: image proxy support (#7991)
Chris
2018-01-22
1
-1
/
+1
*
Remove utils.ClientCfg and utils.ClientCfgHash (#8041)
Chris
2018-01-05
1
-1
/
+1
*
PLT-8350 "mention" when channel user count equals to max allowed num (#7976)
Siyuan Liu
2017-12-15
1
-1
/
+1
*
Replace Channel Name for Team in Email Notifications (#7839)
Chris Duarte
2017-11-24
1
-0
/
+2
*
send-mail refactor (#7885)
Chris
2017-11-23
1
-1
/
+1
*
HTTP client refactor (#7884)
Chris
2017-11-22
1
-1
/
+1
*
refactor template code (#7860)
Chris
2017-11-20
1
-2
/
+2
*
more global config ref cleanup (#7802)
Chris
2017-11-09
1
-3
/
+3
*
fix push notification when user status is in DND (#7731)
Carlos Tadeu Panato Junior
2017-10-30
1
-2
/
+5
*
add RootId to out-of-channel-mentions ephemeral post for that to render at RH...
Saturnino Abril
2017-10-27
1
-0
/
+1
*
[PLT-4341] add dnd command (#7694)
Carlos Tadeu Panato Junior
2017-10-25
1
-0
/
+2
*
[PLT-7701] Fix emoji names that trigger mention (#7663)
Saturnino Abril
2017-10-25
1
-4
/
+9
*
[PLT-7362] Option to add user to channel if mentioned user is not currently i...
Saturnino Abril
2017-10-21
1
-4
/
+29
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-18
/
+18
*
Add back consumeAndClose functionality. (#7608)
Christopher Speller
2017-10-12
1
-3
/
+1
*
Goroutine wranglin (#7556)
Chris
2017-10-03
1
-7
/
+15
[next]