Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing file info caching issue with Aurora for master (#5477) | Corey Hulen | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Added NewPostList constructor to set fields to be non-null (#5440) | Harrison Healey | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430) | Joram Wilander | 2017-02-15 | 1 | -8/+0 |
| | |||||
* | Implement some post endpoints for APIv4 (#5353) | Joram Wilander | 2017-02-13 | 1 | -8/+24 |
| | | | | | | | | | | | | * 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 | ||||
* | Add caching for file infos (#5330) | Joram Wilander | 2017-02-07 | 1 | -1/+2 |
| | |||||
* | PLT-5379 Fix the error occuring while fetching OG metadata for links which ↵ | Debanshu Kundu | 2017-02-07 | 1 | -1/+1 |
| | | | | don't exist. (#5308) | ||||
* | Merge 3.6.2 into master (#5211) | Joram Wilander | 2017-01-27 | 1 | -3/+3 |
| | | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge | ||||
* | More app code migration (#5170) | Joram Wilander | 2017-01-25 | 1 | -0/+305 |
| | | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package | ||||
* | PLT-5284 Fix webhook notifications for channel creator is not in (#5119) | Joram Wilander | 2017-01-20 | 1 | -4/+4 |
| | | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test | ||||
* | PLT-4938 Add app package and move logic over from api package (#4931) | Joram Wilander | 2017-01-13 | 1 | -0/+196 |
* 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 |