server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
post.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed autodetection of SiteURL (#3764)
Harrison Healey
2016-08-09
1
-0
/
+1
*
Fix garbled mail subject (#3694)
MARUYAMA Takayuki
2016-08-04
1
-1
/
+1
*
PLT-3506 Added flagged posts functionality (#3679)
Joram Wilander
2016-08-04
1
-0
/
+28
*
PLT-3408 Add SiteURL to config.json (#3692)
Harrison Healey
2016-08-02
1
-1
/
+0
*
Add option to trigger outgoing webhook if first word starts with trigger word...
Pierre Rudloff
2016-07-26
1
-4
/
+11
*
PLT-2408 Adds here mention for online users (#3619)
Joram Wilander
2016-07-21
1
-7
/
+38
*
PLT-914 Add mention notifications for replies on a comment thread (#3130)
samogot
2016-07-19
1
-6
/
+21
*
PLT-2241 Refactored statuses into a more real-time system (#3573)
Joram Wilander
2016-07-18
1
-1
/
+7
*
Added infrastructure for basic WebSocket API (#3432)
Joram Wilander
2016-07-12
1
-6
/
+6
*
Fix connection leaks in push notifications, diagnostics and oauth (#3469)
Joram Wilander
2016-07-06
1
-1
/
+4
*
Changing email notifications to use permalinks (#3399)
Christopher Speller
2016-06-28
1
-1
/
+1
*
Make sure profile is not nil when assigning in sendNotifications (#3395)
Joram Wilander
2016-06-21
1
-1
/
+3
*
Fixed @all not working as intended (#3335)
David Lu
2016-06-15
1
-6
/
+2
*
System messages trigger notifications when user is mentioned (#3235)
Joram Wilander
2016-06-06
1
-24
/
+23
*
PLT-2990 Clicking on a desktop notification from another team opens the team ...
enahum
2016-06-06
1
-0
/
+1
*
PLT-2994 Added @all (#3233)
David Lu
2016-06-04
1
-4
/
+4
*
Don't allow users to be added to a channel they are not in the team of (#3246)
Joram Wilander
2016-06-04
1
-1
/
+4
*
Close HTTP response bodies properly in golang driver (and some api functions)...
Joram Wilander
2016-06-02
1
-0
/
+5
*
PLT-2170 Send payload in application/json for outgoing webhooks (#3160)
Thomas Balthazar
2016-05-31
1
-30
/
+28
*
Send websocket event for system message posts (#3162)
Joram Wilander
2016-05-31
1
-15
/
+17
*
Send Post ID in webhooks (#3120)
Thomas Balthazar
2016-05-26
1
-0
/
+2
*
PLT-2664 Split out push notifications from email notifications (#3049)
Joram Wilander
2016-05-19
1
-177
/
+206
*
Move away from the "andForget" style of function (#3046)
Thomas Balthazar
2016-05-18
1
-185
/
+174
*
PLT-1909 Removed the ability to edit system posts (#3013)
Harrison Healey
2016-05-17
1
-0
/
+6
*
Fix parsing attachment field links into markdown (#2958) (#2959)
thoemy
2016-05-12
1
-4
/
+4
*
Recent mention searches now OR terms instead of AND (#2931)
Joram Wilander
2016-05-09
1
-2
/
+9
*
Port HPNS from 2.2 to master (#2863)
Joram Wilander
2016-05-03
1
-43
/
+48
*
PLT-2687 sending email on upgrade and moving profile pic to new location (#2808)
Corey Hulen
2016-04-28
1
-1
/
+1
*
Fixing permalinks to channels your not a memeber of (#2805)
Christopher Speller
2016-04-27
1
-0
/
+48
*
Use any whitespace as a demlimter when checking for outgoing webhook triggers...
Joram Wilander
2016-04-26
1
-1
/
+7
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-41
/
+69
*
Send notifications to the creator of a posting webhook
JoramWilander
2016-04-04
1
-1
/
+1
*
Update webhook posts to never show in collapsed view
JoramWilander
2016-03-31
1
-2
/
+0
*
Option to enable full snippets in push notifications
Elias Nahum
2016-03-17
1
-4
/
+21
*
Convering client to react-router.
Christopher Speller
2016-03-14
1
-3
/
+4
*
Deleting posts with files now renames the file so that public links to those ...
JoramWilander
2016-03-08
1
-0
/
+18
*
Fix for PLT-2218 & PLT-2222
Elias Nahum
2016-03-06
1
-2
/
+2
*
Fixing IE expire issue
=Corey Hulen
2016-02-11
1
-1
/
+0
*
Make insecure TLS connections configurable
JoramWilander
2016-02-05
1
-3
/
+5
*
Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bug
JoramWilander
2016-02-05
1
-1
/
+6
*
Changed sendNotificationsAndForget to be synchronous and called as a go func
hmhealey
2016-02-04
1
-228
/
+225
*
Added helper methods to send ephemeral messages to specific users
hmhealey
2016-02-04
1
-19
/
+35
*
Changed how posts are marked ephemeral
hmhealey
2016-02-04
1
-2
/
+1
*
Reworked the code for sending notifications and checking for out of channel m...
hmhealey
2016-02-04
1
-243
/
+231
*
Added ephemeral messages sent when a user mentions someone not in the channel
hmhealey
2016-02-04
1
-5
/
+40
*
Added serverside check for a post that @mentions someone who isn't in the cha...
hmhealey
2016-02-04
1
-0
/
+53
*
Return channel type in new post websocket events
JoramWilander
2016-01-28
1
-0
/
+1
*
PLT-7: Refactoring api to use translations (chunk 4)
Elias Nahum
2016-01-24
1
-18
/
+17
*
PLT-7 fixing unit test for chunk 2 server
=Corey Hulen
2016-01-22
1
-8
/
+6
*
Merge pull request #1952 from ZBoxApp/PLT-7-go
Corey Hulen
2016-01-22
1
-48
/
+59
|
\
[next]