summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a message deleted indicator when a post is deleted to let the user ↵JoramWilander2015-08-191-2/+1
| | | | know what's happening.
* Changed all templates to use site url instead of team url for finding the ↵nickago2015-07-311-2/+2
| | | | 'static' directory
* Merge pull request #214 from hmhealey/mm1498Joram Wilander2015-07-221-0/+31
|\ | | | | MM-1498 Provide a replacement message for email notifications for posts only containing files
| * Use QueryUnescape function to convert to a human readable filename in email ↵hmhealey2015-07-211-1/+7
| | | | | | | | notifications
| * Added additional check when adding a message to an email notification for a ↵hmhealey2015-07-201-2/+2
| | | | | | | | blank post and corrected a comment
| * Provide a replacement message for email notifications for posts only ↵hmhealey2015-07-201-4/+29
| | | | | | | | containing files
* | removed unnecessary debug statementsJoramWilander2015-07-211-1/+0
| |
* | fixed unit tests to work with team domain changes and update partial url ↵JoramWilander2015-07-211-0/+34
| | | | | | | | regex for files
* | Fixing issues with files trasitioning to relative pathsChristopher Speller2015-07-211-33/+0
| |
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-14/+16
|/ | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-171-4/+4
|\ | | | | fixes mm-1348 removing dependency on redis
| * 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 ↵hmhealey2015-07-171-4/+4
| | | | | | | | other notifications are disabled
* | Use User.FirstName instead of trying to infer a user's first name from their ↵hmhealey2015-07-171-7/+2
| | | | | | | | nickname in multiple places.
* | Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-3/+3
| | | | | | | | references from FullName to Nickname.
* | Merge pull request #184 from nickago/MM-1278Joram Wilander2015-07-171-5/+6
|\ \ | |/ |/| MM-1278 Team admin can now delete any post
| * 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 ↵Reed Garmsen2015-07-131-0/+14
|/ | | | notification now says uploaded an image or uploaded a file respectively (if both, defaults to image)
* Facelifted "direct message" to "private message"nickago2015-07-011-1/+1
|
* added team-wide and channel-wide mentionsJoramWilander2015-06-291-2/+12
|
* Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-251-6/+14
|\ | | | | fixes mm-1240 adds ability to turn valet feature on
| * move valet feature switch to DB from configJoramWilander2015-06-171-6/+14
| |
| * update unit testJoramWilander2015-06-151-0/+1
| |
| * fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-0/+5
| |
| * first commit=Corey Hulen2015-06-141-0/+692
|
* improved split functionJoramWilander2015-06-191-1/+1
|
* remove loggingJoramWilander2015-06-191-1/+0
|
* fix a bug where mentions wouldn't update for words after a new lineJoramWilander2015-06-191-1/+2
|
* update unit testJoramWilander2015-06-151-0/+1
|
* fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-0/+5
|
* first commit=Corey Hulen2015-06-141-0/+692