summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Expand)AuthorAgeFilesLines
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-3/+11
* Changed post searching to ignore requests to return everything by searching f...hmhealey2015-11-041-1/+4
* 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 closure properlyJoramWilander2015-10-281-4/+4
* | Merge pull request #1164 from hmhealey/plt778Corey Hulen2015-10-261-32/+10
|\ \ | |/ |/|
| * 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
| |\
| | * 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
* | | 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 f...Christopher Speller2015-09-301-2/+2
* 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
* | 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
* Added a message deleted indicator when a post is deleted to let the user know...JoramWilander2015-08-191-2/+1
* Changed all templates to use site url instead of team url for finding the 'st...nickago2015-07-311-2/+2
* Merge pull request #214 from hmhealey/mm1498Joram Wilander2015-07-221-0/+31
|\
| * Use QueryUnescape function to convert to a human readable filename in email n...hmhealey2015-07-211-1/+7
| * Added additional check when adding a message to an email notification for a b...hmhealey2015-07-201-2/+2
| * Provide a replacement message for email notifications for posts only containi...hmhealey2015-07-201-4/+29
* | removed unnecessary debug statementsJoramWilander2015-07-211-1/+0
* | fixed unit tests to work with team domain changes and update partial url rege...JoramWilander2015-07-211-0/+34
* | Fixing issues with files trasitioning to relative pathsChristopher Speller2015-07-211-33/+0
* | Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-14/+16
|/
* Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-171-4/+4
|\
| * fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-141-4/+4
* | Allow Users to be notified using @all, @channel, and their first name when ot...hmhealey2015-07-171-4/+4
* | Use User.FirstName instead of trying to infer a user's first name from their ...hmhealey2015-07-171-7/+2
* | Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-3/+3
* | Merge pull request #184 from nickago/MM-1278Joram Wilander2015-07-171-5/+6
|\ \ | |/ |/|
| * reworked logic to stem from postnickago2015-07-161-4/+4
| * Moved admin checking into seperate functionnickago2015-07-161-13/+7
| * Team admin can now delete any postnickago2015-07-141-7/+14
* | If a message has no text but has an attached image or file the desktop notifi...Reed Garmsen2015-07-131-0/+14
|/
* Facelifted "direct message" to "private message"nickago2015-07-011-1/+1
* added team-wide and channel-wide mentionsJoramWilander2015-06-291-2/+12