summaryrefslogtreecommitdiffstats
path: root/model/post.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-14/+14
| | | | - Add spanish translations
* PLT-1380: Post system message when user updates channel headerFlorian Orben2015-12-041-1/+2
|
* PLT-1326: Enable channel posts of type join or leave not trigger unread ↵Florian Orben2015-12-041-3/+8
| | | | notifications
* Add limit to Props size in Post tableJoramWilander2015-12-031-0/+4
|
* Omit unneeded fields from user object in getProfiles service and remove ↵JoramWilander2015-11-091-1/+0
| | | | ImgCount field from Post model
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-22/+24
|
* Fixed string length checks for fields that can contain unicode charactershmhealey2015-11-051-3/+4
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Pass-through post creation time when importing postsTeviot Systems2015-10-021-1/+4
|
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+3
|
* Force fresh timestamp for CreateAt field of Posts before saving to DB.JoramWilander2015-08-271-3/+1
|
* Implemention of slack import feature.Christopher Speller2015-08-191-1/+3
|
* adds predictive posting on the clientJoramWilander2015-08-181-15/+16
|
* Add a post type for user joined/left messages and don't flag a channel as ↵hmhealey2015-07-071-2/+3
| | | | unread when one of those is automatically posted
* first commit=Corey Hulen2015-06-141-0/+147