summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
...
* Don't autocomplete users by email (#4896)Joram Wilander2016-12-262-1/+20
* PLT-5073 Improve performance of /channels/view endpoint (#4881)Joram Wilander2016-12-234-41/+38
* Adding caching of last 60 posts. (#4880)Christopher Speller2016-12-221-1/+1
* PLT-5080 (Server): Channel-Admin level permissions (#4874)George Goldberg2016-12-223-2/+144
* Skip intensive stat DB queries when more than a set number of users on the sy...Joram Wilander2016-12-222-20/+160
* Return 400 bad request codes for webhooks when attachment or text is too long...Joram Wilander2016-12-222-2/+67
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-222-0/+62
* Remove new user event handling on client (#4822)Joram Wilander2016-12-221-5/+0
* Adding session cache directly to web-conn (#4861)Christopher Speller2016-12-224-15/+34
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel int...Joram Wilander2016-12-216-184/+278
* Fix teams unread count (#4848)enahum2016-12-211-2/+31
* PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete (#4864)George Goldberg2016-12-211-8/+16
* Fixing image profiles (#4863)Corey Hulen2016-12-211-4/+8
* Fix API Get channels for a user returns users' dm channels with blank teamid ...Carlos Tadeu Panato Junior2016-12-204-11/+41
* Modifying post etag cache to apply to getPostsSince (#4837)Christopher Speller2016-12-202-2/+2
* Fixes for the /echo command (#4843)Joram Wilander2016-12-202-2/+9
* Prevent accidental removal of user from town square (#4842)Joram Wilander2016-12-202-8/+21
* GH-4685 Post a System Message when channel is renamed (#4762)Nick Frazier2016-12-202-0/+59
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-1910-22/+48
* PLT-4167 Team Sidebar (#4569)enahum2016-12-194-6/+93
* Fix typo (#4814)Zeger-Jan van de Weg2016-12-161-1/+1
* PLT-4923 Changing missing license to info msg (#4810)Corey Hulen2016-12-161-2/+2
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-145-3/+32
* PLT-4983 Adding file info caching (#4781)Corey Hulen2016-12-141-0/+1
* PLT-4982 Adding caching to user profiles (#4782)Corey Hulen2016-12-142-1/+2
* Fixed encoding of file name when downloading attachments (#4787)Harrison Healey2016-12-141-1/+1
* Fixing etag issue with load tests (#4777)Corey Hulen2016-12-131-0/+1
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-126-18/+135
* Add API call to get a channel by its name (#4700)Carlos Tadeu Panato Junior2016-12-112-0/+60
* gh-4759 add system message feedbak for expand/collapse command (#4761)Yusuke Nemoto2016-12-111-5/+14
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-0926-55/+58
* PLT-3736 Fixed duplicated create_direct api calls not returning the existing...Harrison Healey2016-12-091-7/+10
* Handled possible race confition in TestGetMessageForNotification (#4737)Harrison Healey2016-12-081-2/+2
* Fixed sender's username not being sent with websocket posted messages (#4736)Harrison Healey2016-12-081-1/+8
* Add API call to get a team by its name (#4690)Carlos Tadeu Panato Junior2016-12-082-0/+91
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-087-10/+52
* 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-062-8/+29
* Improving command line interface (#4689)Christopher Speller2016-12-0610-103/+92
* Fixing crash when attempting to login (#4704)Corey Hulen2016-12-051-1/+1
* Invalidate user channel members cache when creating a new channel (#4694)Joram Wilander2016-12-021-0/+2
* PLT-4710 User search now obeys privacy settings (#4673)Joram Wilander2016-12-022-2/+168
* PLT-4839 Split too-long Slack messages on import. (#4679)George Goldberg2016-12-021-3/+18
* Add Team Description to the Team Settings (#4652)Carlos Tadeu Panato Junior2016-12-012-0/+42
* Count posts to DMs as mentions when from webhooks (#4676)Joram Wilander2016-12-011-0/+3
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-304-1/+530
* Temporarily disable websocket test causing random build failures (#4680)Joram Wilander2016-11-301-5/+6
* PLT-4847 Fix formatting of links imported from Slack. (#4674)George Goldberg2016-11-292-0/+35
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-292-0/+60
* PLT-4357 Adding stats to HA (#4638)Corey Hulen2016-11-281-3/+27