summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* adding skip=Corey Hulen2015-11-151-0/+4
|
* Fixing outgoing hook=Corey Hulen2015-11-151-0/+4
|
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-3/+11
|
* Changed post searching to ignore requests to return everything by searching ↵hmhealey2015-11-041-1/+4
| | | | for *
* Adding ability to fetch posts around a specifc postChristopher Speller2015-11-031-0/+66
|
* Merge pull request #1214 from mattermost/outgoing-hook-fixCorey Hulen2015-10-281-4/+4
|\ | | | | Pass in iter vars to closures properly for outgoing webhooks
| * Pass in iter vars to closure properlyJoramWilander2015-10-281-4/+4
| |
* | Merge pull request #1164 from hmhealey/plt778Corey Hulen2015-10-261-32/+10
|\ \ | |/ |/| PLT-778 Changed post searching to allow searching by multiple users/channels
| * Changed post searching to allow searching by multiple users/channelshmhealey2015-10-231-32/+10
| |
* | Merge branch 'master' into PLT-44=Corey Hulen2015-10-201-10/+10
|\|
| * Merge pull request #1113 from hmhealey/plt716Joram Wilander2015-10-201-5/+5
| |\ | | | | | | PLT-716/717 Added from:, in:, and channel: search filters
| | * Added from:, in:, and channel: search modifiershmhealey2015-10-191-5/+5
| | |
| * | Changed all goroutine functions to use '...AndForget' as the standard naming ↵Reed Garmsen2015-10-191-5/+5
| | | | | | | | | | | | system
* | | Multi-session login=Corey Hulen2015-10-201-1/+1
|/ /
* | Generalized webhook post code and added it to outgoing webhooksJoramWilander2015-10-191-2/+40
| |
* | Refactor to hit database less often.JoramWilander2015-10-191-81/+65
| |
* | Remove special team logic.JoramWilander2015-10-191-29/+19
| |
* | Fix minor style for gofmt.JoramWilander2015-10-191-1/+1
| |
* | Implement outgoing webhooks.JoramWilander2015-10-191-3/+131
|/
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Pass-through post creation time when importing postsTeviot Systems2015-10-021-0/+2
|
* Fixing some locations to use the IsTeamAdmin function which properly checks ↵Christopher Speller2015-09-301-2/+2
| | | | for system admin permissions.
* Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-231-1/+1
|\
| * PLT-126: Change 'Private Messages' to 'Direct Messages'Chengwei Yang2015-09-231-1/+1
| | | | | | | | Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
* | Adding team settings to admin console=Corey Hulen2015-09-221-70/+0
|/
* Adding gofmt to travis buildChristopher Speller2015-09-171-1/+1
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-2/+4
|
* Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN=Corey Hulen2015-09-111-1/+1
|
* Adding cmd line options=Corey Hulen2015-09-041-1/+1
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-3/+35
|