summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Expand)AuthorAgeFilesLines
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-6/+21
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-1/+7
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-6/+6
* Fix connection leaks in push notifications, diagnostics and oauth (#3469)Joram Wilander2016-07-061-1/+4
* Changing email notifications to use permalinks (#3399)Christopher Speller2016-06-281-1/+1
* Make sure profile is not nil when assigning in sendNotifications (#3395)Joram Wilander2016-06-211-1/+3
* Fixed @all not working as intended (#3335)David Lu2016-06-151-6/+2
* System messages trigger notifications when user is mentioned (#3235)Joram Wilander2016-06-061-24/+23
* PLT-2990 Clicking on a desktop notification from another team opens the team ...enahum2016-06-061-0/+1
* PLT-2994 Added @all (#3233)David Lu2016-06-041-4/+4
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-041-1/+4
* Close HTTP response bodies properly in golang driver (and some api functions)...Joram Wilander2016-06-021-0/+5
* PLT-2170 Send payload in application/json for outgoing webhooks (#3160)Thomas Balthazar2016-05-311-30/+28
* Send websocket event for system message posts (#3162)Joram Wilander2016-05-311-15/+17
* Send Post ID in webhooks (#3120)Thomas Balthazar2016-05-261-0/+2
* PLT-2664 Split out push notifications from email notifications (#3049)Joram Wilander2016-05-191-177/+206
* Move away from the "andForget" style of function (#3046)Thomas Balthazar2016-05-181-185/+174
* PLT-1909 Removed the ability to edit system posts (#3013)Harrison Healey2016-05-171-0/+6
* Fix parsing attachment field links into markdown (#2958) (#2959)thoemy2016-05-121-4/+4
* Recent mention searches now OR terms instead of AND (#2931)Joram Wilander2016-05-091-2/+9
* Port HPNS from 2.2 to master (#2863)Joram Wilander2016-05-031-43/+48
* PLT-2687 sending email on upgrade and moving profile pic to new location (#2808)Corey Hulen2016-04-281-1/+1
* Fixing permalinks to channels your not a memeber of (#2805)Christopher Speller2016-04-271-0/+48
* Use any whitespace as a demlimter when checking for outgoing webhook triggers...Joram Wilander2016-04-261-1/+7
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-41/+69
* Send notifications to the creator of a posting webhookJoramWilander2016-04-041-1/+1
* Update webhook posts to never show in collapsed viewJoramWilander2016-03-311-2/+0
* Option to enable full snippets in push notificationsElias Nahum2016-03-171-4/+21
* Convering client to react-router.Christopher Speller2016-03-141-3/+4
* Deleting posts with files now renames the file so that public links to those ...JoramWilander2016-03-081-0/+18
* Fix for PLT-2218 & PLT-2222Elias Nahum2016-03-061-2/+2
* Fixing IE expire issue=Corey Hulen2016-02-111-1/+0
* Make insecure TLS connections configurableJoramWilander2016-02-051-3/+5
* Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bugJoramWilander2016-02-051-1/+6
* Changed sendNotificationsAndForget to be synchronous and called as a go funchmhealey2016-02-041-228/+225
* Added helper methods to send ephemeral messages to specific usershmhealey2016-02-041-19/+35
* Changed how posts are marked ephemeralhmhealey2016-02-041-2/+1
* Reworked the code for sending notifications and checking for out of channel m...hmhealey2016-02-041-243/+231
* Added ephemeral messages sent when a user mentions someone not in the channelhmhealey2016-02-041-5/+40
* Added serverside check for a post that @mentions someone who isn't in the cha...hmhealey2016-02-041-0/+53
* Return channel type in new post websocket eventsJoramWilander2016-01-281-0/+1
* PLT-7: Refactoring api to use translations (chunk 4)Elias Nahum2016-01-241-18/+17
* PLT-7 fixing unit test for chunk 2 server=Corey Hulen2016-01-221-8/+6
* Merge pull request #1952 from ZBoxApp/PLT-7-goCorey Hulen2016-01-221-48/+59
|\
| * PLT-7: Change post CreatePost back to model.NewAppErrorElias Nahum2016-01-221-3/+7
| * Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-51/+58
* | PLT-7 client side infra=Corey Hulen2016-01-211-1/+1
* | Merge pull request #1867 from apskim/patch-1Joram Wilander2016-01-211-0/+22
|\ \ | |/ |/|
| * Parse Slack links in the attachment fieldsAlex Polozov2016-01-111-0/+16
| * Parse Slack links in the attachment pretextAlex Polozov2016-01-111-0/+6