summaryrefslogtreecommitdiffstats
path: root/app/post.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement some post endpoints for APIv4 (#5353)Joram Wilander2017-02-131-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 Wilander2017-02-071-1/+2
|
* PLT-5379 Fix the error occuring while fetching OG metadata for links which ↵Debanshu Kundu2017-02-071-1/+1
| | | | don't exist. (#5308)
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-3/+3
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* More app code migration (#5170)Joram Wilander2017-01-251-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 Wilander2017-01-201-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 Wilander2017-01-131-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