summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵hmhealey2016-02-041-243/+231
| | | | mentions to share some data
* 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 ↵hmhealey2016-02-041-0/+53
| | | | channel
* 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
| | | | - Translation for api templates english and spanish
* 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: Refactoring api to use translations (chunk 2)
| * PLT-7: Change post CreatePost back to model.NewAppErrorElias Nahum2016-01-221-3/+7
| | | | | | | | - It was failing test using model.NewLocAppError
| * Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-51/+58
| | | | | | | | | | | | - Add spanish translations - Does not include tests - Add func to get the translations for a user locale
* | 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 pretext and fields (Fix #1868)
| * 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
| * 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
|\ \ | | | | | | PLT-1244 Changed serverside mention parsing to support usernames containing periods
| * | 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
|\ \ | | | | | | PLT-1319 Fixed direct channels not being visible when no actual channel exists
| * | Moved logic for making direct channels visible to both members on post to ↵hmhealey2015-12-071-0/+59
| | | | | | | | | | | | the server
* | | Merge pull request #1648 from npcode/notification-email-local-timezoneChristopher Speller2015-12-101-2/+2
|\ \ \ | |_|/ |/| | Use local timezone for notification email
| * | Use local timezone for notification emailYi EungJun2015-12-081-2/+2
| | | | | | | | | | | | | | | Local timezone is better default than UTC because it is common that all users of a mattermost server live near the server.
* | | 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
| |
* | PLT-1369 send core message=Corey Hulen2015-12-041-1/+24
| |
* | Remove <> link replacementJoramWilander2015-12-041-4/+0
| |
* | Convert links in Slack attachment text to Markdown formatJoramWilander2015-12-031-1/+16
| |
* | PLT-902 switching to push proxy server=Corey Hulen2015-11-301-2/+14
| |
* | Disabling the all mention=Corey Hulen2015-11-231-3/+3
| |
* | Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-0/+36
| | | | | | | | improvements.
* | Adding device type=Corey Hulen2015-11-161-3/+2
|/