summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * PLT-5079 fixing archiving channel not being removed (#5000)Corey Hulen2017-01-061-26/+21
| |
| * Fixing bulk loading perf issue (#4974)Corey Hulen2017-01-061-192/+196
| |
| * Fix SiteURL in join team email (#4979)Joram Wilander2017-01-062-6/+6
| |
| * PLT-4096 fix error/panic on replying to integrations. (#4968)George Goldberg2017-01-061-3/+4
| |
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-122-0/+12
| |
* | inital draft (#4883)Carlos Tadeu Panato Junior2017-01-061-0/+30
|/
* Fixing minio not closing read object (#4971)Christopher Speller2017-01-041-2/+3
|
* Fix bad merge causing unread update issue (#4966)Joram Wilander2017-01-041-0/+1
|
* Removing old signup team API (#4950)Christopher Speller2017-01-043-64/+1
|
* PLT-5017 Fix import of Slack webhook/bot messages. (#4964)George Goldberg2017-01-041-1/+4
|
* Removing old createTeamFromSignup api (#4945)Christopher Speller2017-01-032-216/+13
|
* Fixing should send event removing extra go channel creation (#4942)Corey Hulen2017-01-031-6/+1
|
* Fixing TODO comment in web_hub.go (#4938)Corey Hulen2017-01-031-1/+2
|
* Removing un-needed go func (#4939)Corey Hulen2017-01-031-8/+6
|
* Fix msg command so that it doesn't try to pull all user profiles at once (#4936)Joram Wilander2017-01-032-50/+46
|
* Adding Etag to user profile pictures. (#4926)Christopher Speller2017-01-032-1/+16
|
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-038-19/+25
|
* PLT-4955 Fixes DM initiation by Slack Import users. (#4933)George Goldberg2017-01-031-0/+2
| | | Fixes #4707
* PLT-5018 Fix thumbnails of imported attachments. (#4934)George Goldberg2017-01-031-0/+6
|
* Remove TODOs that now have tickets (#4935)Joram Wilander2017-01-032-2/+0
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-1/+1
|
* Add initial unit test for post.getPostById() (#4910)Carlos Tadeu Panato Junior2016-12-301-0/+30
| | | | | | | | | | * add itinial tests for GetPostById update per review fix lint * add missing comment
* Fix join message sometimes not appearing (#4909)Joram Wilander2016-12-281-4/+4
|
* PLT-4648 break `/shortcuts` block (#4829)Yusuke Nemoto2016-12-281-10/+46
|
* Add API call to get a user by their email address (#4884)Carlos Tadeu Panato Junior2016-12-282-0/+52
| | | | | | * Add API call to get a user by their email address * update per review
* 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
| | | | | | * Improve performance of /channels/view endpoint * Fix store unit test
* 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
| | | | Adds permissions for manage/delete public/private channels at the Channel Admin level.
* Skip intensive stat DB queries when more than a set number of users on the ↵Joram Wilander2016-12-222-20/+160
| | | | system (#4876)
* Return 400 bad request codes for webhooks when attachment or text is too ↵Joram Wilander2016-12-222-2/+67
| | | | long (#4879)
* 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 ↵Joram Wilander2016-12-216-184/+278
| | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes
* Fix teams unread count (#4848)enahum2016-12-211-2/+31
| | | | | | | | * Fix teams unread * Moving logic out of the store * fix unit test
* PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete (#4864)George Goldberg2016-12-211-8/+16
| | | | | | * Server side changes. * Fix unit tests and default config.
* Fixing image profiles (#4863)Corey Hulen2016-12-211-4/+8
| | | | | | * Fixing image profiles * Fixing break
* Fix API Get channels for a user returns users' dm channels with blank teamid ↵Carlos Tadeu Panato Junior2016-12-204-11/+41
| | | | | | | | | | | | | | | | | | (#4748) * fix API Get channels for a user returns users' dm channels with blank team ID add check in the context.go add suggestion made adjustment per review and support from @joram * update tests * add check if needd user or admin permissions * update per review
* 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
| | | | | | | | | | * test changes * added system message when displayname changed * added test * gofmt
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-1910-22/+48
|
* PLT-4167 Team Sidebar (#4569)enahum2016-12-194-6/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* 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
|