summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-47/+45
* | PLT-7 adding loc db calls for users table=Corey Hulen2016-01-201-2/+2
* | PLT-7 adding loc db calls for posts table=Corey Hulen2016-01-201-15/+15
* | PLT-7 adding loc db calls for session table=Corey Hulen2016-01-201-1/+1
* | PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-15/+15
* | PLT-7 adding loc db calls for webhooks table=Corey Hulen2016-01-201-1/+1
* | PLT-7 adding loc db calls for team table=Corey Hulen2016-01-201-1/+1
* | PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-10/+12
* | PLT-7 Adding translation function to context=Corey Hulen2016-01-191-1/+1
* | Fixing android push=Corey Hulen2016-01-141-3/+10
* | Upgrade logging package=Corey Hulen2016-01-111-1/+1
|/
* PLT-1607 adding more debugging info for email and push notifications=Corey Hulen2016-01-051-0/+1
* Merge pull request #1726 from mattermost/PLT-1447Christopher Speller2015-12-151-2/+2
|\
| * PLT-1447 fixing sending name in push notifications=Corey Hulen2015-12-141-2/+2
* | Merge branch 'release-1.3'Christopher Speller2015-12-141-0/+2
|\ \ | |/ |/|
| * Fixing cacheing issue on IE and EdgeChristopher Speller2015-12-141-0/+2
* | Merge pull request #1677 from hmhealey/plt1244Corey Hulen2015-12-111-18/+35
|\ \
| * | Changed serverside mention parsing to support usernames containing periodshmhealey2015-12-091-18/+35
| |/
* | Merge pull request #1652 from hmhealey/plt1319Corey Hulen2015-12-111-0/+59
|\ \
| * | Moved logic for making direct channels visible to both members on post to the...hmhealey2015-12-071-0/+59
* | | Merge pull request #1648 from npcode/notification-email-local-timezoneChristopher Speller2015-12-101-2/+2
|\ \ \ | |_|/ |/| |
| * | Use local timezone for notification emailYi EungJun2015-12-081-2/+2
* | | fixing typo=Corey Hulen2015-12-091-1/+1
* | | Updating the push message=Corey Hulen2015-12-081-1/+5
| |/ |/|
* | Fixing message=Corey Hulen2015-12-041-23/+1