Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get all teams api4 (#5542) | Andrei Stanciu | 2017-02-28 | 2 | -0/+60 | |
| | ||||||
* | Revert "Adding caching to get channel member (#5518)" | Christopher Speller | 2017-02-27 | 3 | -40/+7 | |
| | | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87. | |||||
* | Adding edit of incoming webhook (#5272) | Poornima | 2017-02-26 | 3 | -28/+63 | |
| | | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge | |||||
* | Updating user attributes on oauth login (#5324) | Poornima | 2017-02-26 | 2 | -3/+31 | |
| | | | | Moving update function to app package Fixing duplicate userID on create user test | |||||
* | PLT-5070: Server side component of Telemetry. (#5514) | George Goldberg | 2017-02-24 | 5 | -0/+228 | |
| | ||||||
* | Adding caching to get channel member (#5518) | Christopher Speller | 2017-02-24 | 3 | -7/+40 | |
| | ||||||
* | PLT-3193 Add channel notification preferences for push and email notiā¦ (#5500) | enahum | 2017-02-23 | 2 | -0/+70 | |
| | | | | | | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * unit tests, model validation and localization * Feedback review * Adding back allowFromCache check * Setting push and email to use default settings * Move props as constants * address feedback | |||||
* | Adding device Id for version 2 of native apps (#5505) | Corey Hulen | 2017-02-23 | 1 | -0/+20 | |
| | | | | | | * Adding device Id for version 2 * Changing ids | |||||
* | Implement create and get incoming webhook endpoints for APIv4 (#5407) | Joram Wilander | 2017-02-21 | 4 | -7/+65 | |
| | | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback | |||||
* | Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472) | Saturnino Abril | 2017-02-21 | 3 | -8/+9 | |
| | ||||||
* | Fixing file info caching issue with Aurora for master (#5477) | Corey Hulen | 2017-02-20 | 3 | -8/+23 | |
| | ||||||
* | Implement upload and get file endpoints for APIv4 (#5396) | Joram Wilander | 2017-02-17 | 1 | -1/+8 | |
| | | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4 | |||||
* | Bumping base cache numbers for master (#5451) | Corey Hulen | 2017-02-17 | 4 | -11/+10 | |
| | ||||||
* | Added NewPostList constructor to set fields to be non-null (#5440) | Harrison Healey | 2017-02-16 | 1 | -9/+7 | |
| | ||||||
* | Ensured getPostsSince route doesn't return a null posts field (#5436) | Harrison Healey | 2017-02-15 | 1 | -0/+2 | |
| | ||||||
* | Fixing emoji bug (#5438) | Corey Hulen | 2017-02-15 | 2 | -1/+7 | |
| | ||||||
* | Adding emoji caching (#5433) | Corey Hulen | 2017-02-15 | 3 | -3/+43 | |
| | ||||||
* | Increasing the time between db recycles (#5389) | Corey Hulen | 2017-02-14 | 1 | -1/+1 | |
| | ||||||
* | Adding go vet from hack-a-thon (#5328) | Corey Hulen | 2017-02-09 | 4 | -26/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir | |||||
* | Error on blank post IDs for get post query (#5326) | Joram Wilander | 2017-02-08 | 2 | -0/+24 | |
| | ||||||
* | Implement a few channel member endpoints for APIv4 (#5304) | Joram Wilander | 2017-02-07 | 3 | -10/+10 | |
| | | | | | | | | | | * Implement GET /channels/{channel_id}/members * Implement GET /channels/{channel_id}/members/{user_id} endpoint for APIv4 * Implement /users/{user_id}/teams/{team_id}/channels/members endpoint for APIv4 * Fix unit test | |||||
* | Add caching for file infos (#5330) | Joram Wilander | 2017-02-07 | 3 | -5/+53 | |
| | ||||||
* | Implement password reset endpoints for APIv4 (#5256) | Joram Wilander | 2017-02-07 | 1 | -1/+8 | |
| | ||||||
* | Implement a few team endpoints for APIv4 (#5296) | Joram Wilander | 2017-02-07 | 1 | -2/+2 | |
| | | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4 | |||||
* | Adding PostId index (#5300) | Christopher Speller | 2017-02-03 | 1 | -0/+1 | |
| | ||||||
* | Removing parentId from delete post queries (#5298) | Christopher Speller | 2017-02-03 | 1 | -2/+2 | |
| | ||||||
* | Implement GET /users endpoint for APIv4 (#5277) | Joram Wilander | 2017-02-03 | 3 | -40/+151 | |
| | ||||||
* | Implement POST /users/ids endpoint for APIv4 (#5274) | Joram Wilander | 2017-02-03 | 2 | -25/+65 | |
| | ||||||
* | Add tear down to APIv4 tests (#5250) | Joram Wilander | 2017-02-02 | 7 | -0/+130 | |
| | | | | | | * Add tear down to APIv4 tests * Defer tear downs | |||||
* | Implement POST /channels endpoint for APIv4 (#5241) | Joram Wilander | 2017-02-02 | 1 | -2/+3 | |
| | ||||||
* | Implement POST /teams endpoint (#5220) | Joram Wilander | 2017-01-31 | 1 | -3/+4 | |
| | ||||||
* | Implement APIv4 infrastructure (#5191) | Joram Wilander | 2017-01-30 | 1 | -2/+4 | |
| | | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback | |||||
* | PLT-5225 Added separate post types for certain system messages (#5193) | Harrison Healey | 2017-01-27 | 2 | -2/+3 | |
| | | | | | | | | | | | | * Added separate post types for system_join_leave and system_add_remove posts * Added username prop to channel deleted posts * Changed slack import to properly generate the new join/leave messages * Added username prop to channel update posts * Moved Post(AddTo/RemoveFrom)ChanneMessage into app package | |||||
* | Merge 3.6.2 into master (#5211) | Joram Wilander | 2017-01-27 | 5 | -18/+110 | |
| | | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge | |||||
* | Merge branch 'release-3.6' | Christopher Speller | 2017-01-27 | 3 | -15/+69 | |
|\ | ||||||
| * | Removed index on Teams.Description column (#5095) | Harrison Healey | 2017-01-18 | 3 | -15/+69 | |
| | | | | | | | | | | | | | | | | * Removed index on Teams.Description column * Fixed RemoveIndexIfExists when running with MySQL * Fixed RemoveIndexIfExists when running Postgres and added unit tests | |||||
* | | PLT-4378 Slack import when channel name is deleted (#4649) | George Goldberg | 2017-01-25 | 3 | -1/+58 | |
| | | | | | | | | | | This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted. | |||||
* | | More app code migration (#5170) | Joram Wilander | 2017-01-25 | 5 | -0/+113 | |
| | | | | | | | | | | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package | |||||
* | | Adding active users statistics to system console (#5141) | Christopher Speller | 2017-01-20 | 2 | -0/+26 | |
| | | ||||||
* | | Migrate functions to app package (#5106) | Joram Wilander | 2017-01-19 | 4 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback | |||||
* | | Fix error from quote in channel autocomplete (#5092) | Joram Wilander | 2017-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923) | Debanshu Kundu | 2017-01-12 | 1 | -0/+10 | |
|/ | ||||||
* | Update schema for version 3.6 (#4972) | Harrison Healey | 2017-01-04 | 1 | -12/+10 | |
| | | | | | | * Update schema for version 3.6 * Update version for version 3.6 | |||||
* | PLT-4935 Fix searching for full email (#4947) | Joram Wilander | 2017-01-03 | 2 | -10/+58 | |
| | | | | | | * Fix searching for full email * Fix unit test | |||||
* | Fixing should send event removing extra go channel creation (#4942) | Corey Hulen | 2017-01-03 | 3 | -0/+30 | |
| | ||||||
* | Adding metrics to cache for profile by ids api (#4925) | Christopher Speller | 2017-01-03 | 1 | -0/+8 | |
| | ||||||
* | Adding memcache to getchannel (#4928) | Christopher Speller | 2017-01-03 | 3 | -16/+56 | |
| | ||||||
* | PLT-5073 Improve performance of /channels/view endpoint (#4881) | Joram Wilander | 2016-12-23 | 4 | -9/+25 | |
| | | | | | | * Improve performance of /channels/view endpoint * Fix store unit test | |||||
* | Adding caching of last 60 posts. (#4880) | Christopher Speller | 2016-12-22 | 3 | -3/+61 | |
| | ||||||
* | API for getting channel members by IDs. (#4877) | George Goldberg | 2016-12-22 | 3 | -0/+81 | |
| |