summaryrefslogtreecommitdiffstats
path: root/api/post.go
Commit message (Expand)AuthorAgeFilesLines
...
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+1
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-141-2/+8
* PLT-4983 Adding file info caching (#4781)Corey Hulen2016-12-141-0/+1
* Fixed sender's username not being sent with websocket posted messages (#4736)Harrison Healey2016-12-081-1/+8
* Push and Email Notifications should follow "Teammate Name Display" setting (#...Carlos Tadeu Panato Junior2016-12-071-21/+21
* PLT-4762 Prevent turn off of (at)mentions (server) (#4714)enahum2016-12-061-3/+6
* Count posts to DMs as mentions when from webhooks (#4676)Joram Wilander2016-12-011-0/+3
* PLT-4429 disabling at_all at_channel metions mentions when channel has more t...Corey Hulen2016-11-241-5/+71
* PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-221-0/+16
* PLT-4598 add team id to push notification (#4623)Corey Hulen2016-11-211-0/+1
* Clear context error on post creation when create_at is set (#4615)Joram Wilander2016-11-211-0/+1
* Fix DM panic when user hasn't joined any team (#4604)enahum2016-11-211-5/+13
* Fix SystemAdmin use of CreateAt in CreatePost API (#4349) (#4408)Rachel Willmer2016-11-171-1/+3
* PLT-4618 Fix email subjects (#4537)enahum2016-11-141-4/+2
* PLT-4492 Mentions with a comma after them don't trigger notification jewel (#...enahum2016-11-041-3/+0
* Fixing joining of channels via permalinks for system admins. (#4409)Christopher Speller2016-11-011-10/+9
* PLT-4359 fixing push notification for more than 1 device (#4318)Corey Hulen2016-10-241-22/+18
* Fix notifications for public/private channels and add basic unit test (#4295)Joram Wilander2016-10-211-15/+13
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-89/+56
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-60/+106
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-8/+8
* PLT-4179 send push notifications with override_username (#4040)enahum2016-09-201-1/+5
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-27/+29
* Accept nil values for incoming webhook attachments (#4011)Joram Wilander2016-09-131-6/+3
* Unescape HTML entities in e-mail titles (fixes #3906) (#3969)Pierre Rudloff2016-09-121-1/+2
* PLT-3775/PLT-4067 Fixes for email notifications for 3.4Harrison Healey2016-09-061-2/+37
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-6/+5
* Update LastViewAt in create post API if not from a webhook (#3913)enahum2016-09-021-2/+5
* PLT-3462 Add the ability to clear push notifications after channel is viewed ...Joram Wilander2016-08-311-65/+97
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-3/+3
* Revert/Fix PLT-2805 (#3873)David Lu2016-08-291-41/+52
* Add channel name on email notification. (#3824)Sang Jun Lee2016-08-241-11/+29
* Add notification settings to control what statuses allow push notifications (...Joram Wilander2016-08-231-5/+20
* Prevent flagging of deleted posts and don't show deleted posts in flagged pos...Joram Wilander2016-08-221-0/+8
* Refactored CreatePost to not use context (#3813)David Lu2016-08-191-54/+42
* PLT-3955/PLT-3956 Fixing issues with mentions (#3820)Harrison Healey2016-08-181-14/+16
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-161-28/+34
* Refactored mention parsing and added unit tests (#3806)Harrison Healey2016-08-161-151/+164
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-0/+1
* Fix garbled mail subject (#3694)MARUYAMA Takayuki2016-08-041-1/+1
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-0/+28
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-1/+0
* Add option to trigger outgoing webhook if first word starts with trigger word...Pierre Rudloff2016-07-261-4/+11
* PLT-2408 Adds here mention for online users (#3619)Joram Wilander2016-07-211-7/+38
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-6/+21
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-1/+7
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-6/+6
* Fix connection leaks in push notifications, diagnostics and oauth (#3469)Joram Wilander2016-07-061-1/+4
* Changing email notifications to use permalinks (#3399)Christopher Speller2016-06-281-1/+1
* Make sure profile is not nil when assigning in sendNotifications (#3395)Joram Wilander2016-06-211-1/+3