Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix blanking out of FileIds and backwards compatability issue with v3 (#5950) | Joram Wilander | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict | ||||
* | PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams ↵ | Joram Wilander | 2017-03-31 | 1 | -1/+6 |
| | | | | | | | | (#5765) * Fix bug where flagged posts endpoint returned posts on other teams * Include flagged posts from DMs/GMs | ||||
* | Add http_proxy support for http client (#5571) | Josta Yee | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - if 'http_proxy' environment variable is set, respect it when creating http client - otherwise initialize a http client with timeout settings Add ogjson to cache even when it fails in this way we can prevent from requesting unparsable urls repeatedly Extend expire time of cached link preview data to a week There's no need to invalidate cache and send request again frequently Revert timeout Revert cache_expire_time | ||||
* | Merge branch 'release-3.7' into master. | George Goldberg | 2017-03-17 | 1 | -2/+2 |
|\ | |||||
| * | PLT-5765 Passed SiteURL to SendNotifications (#5705) | Harrison Healey | 2017-03-10 | 1 | -2/+2 |
| | | |||||
* | | Add pinned posts (#4217) | Gabin Aureche | 2017-03-13 | 1 | -0/+55 |
|/ | |||||
* | Add system console switch for enabling link previews (#5663) | Joram Wilander | 2017-03-06 | 1 | -0/+5 |
| | |||||
* | PLT-5355: Fix permalink to private/direct channels. (#5574) | George Goldberg | 2017-03-02 | 1 | -2/+17 |
| | | | | Appropriate permission checks depend on the type of channel this permalink links to. | ||||
* | Fixing file info caching issue with Aurora for master (#5477) | Corey Hulen | 2017-02-20 | 1 | -2/+5 |
| | |||||
* | Implement some post endpoints for APIv4 (#5353) | Joram Wilander | 2017-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | * Implement POST /posts endpoint for APIv4 * Implement GET /channels/{channel_id}/posts endpoint for APIv4 * Implement GET /posts/{post_id} endpoint for APIv4 * Implement GET /posts/{post_id}/thread endpoint for APIv4 * Skip team get if it's a DM channel in handlePostEvents | ||||
* | PLT-5455 Added caching for OG metadata of link preview. (#5361) | Debanshu Kundu | 2017-02-12 | 1 | -3/+15 |
| | |||||
* | PLT-5379 Fix the error occuring while fetching OG metadata for links which ↵ | Debanshu Kundu | 2017-02-07 | 1 | -0/+1 |
| | | | | don't exist. (#5308) | ||||
* | More app code migration (#5170) | Joram Wilander | 2017-01-25 | 1 | -299/+57 |
| | | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package | ||||
* | Closing response body when fetching link previews (#5181) | Christopher Speller | 2017-01-24 | 1 | -0/+1 |
| | |||||
* | Move permissions code into app package (#5146) | Joram Wilander | 2017-01-23 | 1 | -12/+22 |
| | | | | | | * Move permissions code into app package * Revert getPosts permission | ||||
* | #4257 Added functionality to create previews for post links using open ↵ | Debanshu Kundu | 2017-01-20 | 1 | -0/+29 |
| | | | | graph data from those links. (#4890) | ||||
* | Message Editing and Deleting permissions (#4692) | Amit Yadav | 2017-01-18 | 1 | -2/+21 |
| | |||||
* | Refactor and migrate more functions out of api into app package (#5063) | Joram Wilander | 2017-01-13 | 1 | -8/+13 |
| | |||||
* | PLT-4938 Add app package and move logic over from api package (#4931) | Joram Wilander | 2017-01-13 | 1 | -1145/+31 |
| | | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge | ||||
* | Merge branch 'release-3.6' | Christopher Speller | 2017-01-12 | 1 | -225/+263 |
|\ | |||||
| * | Fix slack link parsing for integrations without attachments (#5050) | Joram Wilander | 2017-01-12 | 1 | -8/+12 |
| | | |||||
| * | Fixing DM channel emails (#5038) | Christopher Speller | 2017-01-10 | 1 | -5/+8 |
| | | |||||
| * | Use status cache for checking @here notifications (#5035) | Joram Wilander | 2017-01-10 | 1 | -15/+10 |
| | | |||||
| * | Slack format for Slash command messages (#4999) | Zeger-Jan van de Weg | 2017-01-09 | 1 | -36/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Slash commands accept Slack format Until this commit the slash commands only accepted 'text' properties. For better styling however, Slack formatting support was added. However, ephemeral messages are not supported, and only text will be displayed. * Allow emphemeral Slack messages | ||||
| * | Fixing bulk loading perf issue (#4974) | Corey Hulen | 2017-01-06 | 1 | -192/+196 |
| | | |||||
| * | PLT-4096 fix error/panic on replying to integrations. (#4968) | George Goldberg | 2017-01-06 | 1 | -3/+4 |
| | | |||||
* | | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923) | Debanshu Kundu | 2017-01-12 | 1 | -0/+1 |
|/ | |||||
* | Adding memcache to getchannel (#4928) | Christopher Speller | 2017-01-03 | 1 | -2/+3 |
| | |||||
* | PLT-5073 Improve performance of /channels/view endpoint (#4881) | Joram Wilander | 2016-12-23 | 1 | -1/+1 |
| | | | | | | * Improve performance of /channels/view endpoint * Fix store unit test | ||||
* | Adding caching of last 60 posts. (#4880) | Christopher Speller | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Adding session cache directly to web-conn (#4861) | Christopher Speller | 2016-12-22 | 1 | -3/+3 |
| | |||||
* | Modifying post etag cache to apply to getPostsSince (#4837) | Christopher Speller | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Adding metrics for caching mechanisms (#4828) | Christopher Speller | 2016-12-19 | 1 | -6/+6 |
| | |||||
* | PLT-4167 Team Sidebar (#4569) | enahum | 2016-12-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Adding caching layer to some posts calls (#4779) | Christopher Speller | 2016-12-14 | 1 | -2/+8 |
| | |||||
* | PLT-4983 Adding file info caching (#4781) | Corey Hulen | 2016-12-14 | 1 | -0/+1 |
| | |||||
* | Fixed sender's username not being sent with websocket posted messages (#4736) | Harrison Healey | 2016-12-08 | 1 | -1/+8 |
| | |||||
* | Push and Email Notifications should follow "Teammate Name Display" setting ↵ | Carlos Tadeu Panato Junior | 2016-12-07 | 1 | -21/+21 |
| | | | | | | | | (#4660) * Push Notifications and Email Notifications should follow "Teammate Name Display" setting * get the display name notification from the receiver | ||||
* | PLT-4762 Prevent turn off of (at)mentions (server) (#4714) | enahum | 2016-12-06 | 1 | -3/+6 |
| | |||||
* | Count posts to DMs as mentions when from webhooks (#4676) | Joram Wilander | 2016-12-01 | 1 | -0/+3 |
| | |||||
* | PLT-4429 disabling at_all at_channel metions mentions when channel has more ↵ | Corey Hulen | 2016-11-24 | 1 | -5/+71 |
| | | | | | | | | | | | | than 1k users (#4627) * PLT-4429 disabling explicit mentions when channel has more than 1k users * Fixing test case * Adding setting to the admin console * Fixing bad translation | ||||
* | PLT-4357 adding performance monitoring (#4622) | Corey Hulen | 2016-11-22 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | * WIP * WIP * Adding metrics collection * updating vendor packages * Adding metrics to config * Adding admin console page for perf monitoring * Updating glide * switching to tylerb/graceful | ||||
* | PLT-4598 add team id to push notification (#4623) | Corey Hulen | 2016-11-21 | 1 | -0/+1 |
| | |||||
* | Clear context error on post creation when create_at is set (#4615) | Joram Wilander | 2016-11-21 | 1 | -0/+1 |
| | |||||
* | Fix DM panic when user hasn't joined any team (#4604) | enahum | 2016-11-21 | 1 | -5/+13 |
| | |||||
* | Fix SystemAdmin use of CreateAt in CreatePost API (#4349) (#4408) | Rachel Willmer | 2016-11-17 | 1 | -1/+3 |
| | |||||
* | PLT-4618 Fix email subjects (#4537) | enahum | 2016-11-14 | 1 | -4/+2 |
| | |||||
* | PLT-4492 Mentions with a comma after them don't trigger notification jewel ↵ | enahum | 2016-11-04 | 1 | -3/+0 |
| | | | | | | | | (#4451) * PLT-4492 Mentions with a comma after them don't trigger notification jewel * Fix mentions for usernames with dots | ||||
* | Fixing joining of channels via permalinks for system admins. (#4409) | Christopher Speller | 2016-11-01 | 1 | -10/+9 |
| |