Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor OAuth 2.0 code into app layer (#6037) | Joram Wilander | 2017-04-12 | 5 | -22/+24 |
| | |||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 40 | -40/+40 |
| | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | ||||
* | Prepare database upgrade function for v3.9 (#6004) | George Goldberg | 2017-04-07 | 1 | -0/+10 |
| | |||||
* | APIv4 GET /users/{user_id}/posts/flagged (#5984) | Saturnino Abril | 2017-04-05 | 3 | -5/+159 |
| | | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check | ||||
* | Uncomment 3.8 database upgrade. (#5992) | George Goldberg | 2017-04-05 | 1 | -7/+5 |
| | |||||
* | PLT-6115 adding unit tests for licensing (#5916) | Corey Hulen | 2017-04-04 | 1 | -0/+10 |
| | | | | | | | | * Adding test to license sql store * PLT-6115 adding unit tests for licensing * Removing unused test | ||||
* | Add more OAuth unit tests (#5946) | enahum | 2017-04-03 | 2 | -2/+139 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 3 | -1/+170 |
| | |||||
* | Add store unit tests and add make target for testing store with postgres (#5925) | Joram Wilander | 2017-04-03 | 10 | -117/+204 |
| | | | | | | | | * Add store unit tests and add make target for testing store with postgres * Remove postgres target form test-server target * Fix audit test | ||||
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 3 | -0/+68 |
| | |||||
* | PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams ↵ | Joram Wilander | 2017-03-31 | 3 | -0/+221 |
| | | | | | | | | (#5765) * Fix bug where flagged posts endpoint returned posts on other teams * Include flagged posts from DMs/GMs | ||||
* | PLT-6090 adding ability to read license file from disk (#5895) | Corey Hulen | 2017-03-31 | 1 | -0/+2 |
| | | | | | | | | * PLT-6090 adding ability to read license file from disk * Fixing unit test that fails only sometimes * Fixing test that fails randomly | ||||
* | fix typo and missing messages (#5902) | Yusuke Nemoto | 2017-03-30 | 1 | -2/+2 |
| | |||||
* | PLT-2713 Added ability for admins to list users not in any team (#5844) | Harrison Healey | 2017-03-29 | 3 | -0/+92 |
| | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test | ||||
* | PLT-6083: API to get users not in a specific team. (#5888) | George Goldberg | 2017-03-29 | 3 | -0/+209 |
| | |||||
* | APIv4 post /channels/ids (#5845) | Saturnino Abril | 2017-03-27 | 3 | -0/+132 |
| | | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids | ||||
* | Implement POST /users/search endpoint for APIv4 (#5822) | Joram Wilander | 2017-03-23 | 3 | -0/+92 |
| | | | | | | | | | | * Implement POST /users/search endpoint for APIv4 * PLT-2713 Added store functions for searching users that don't have a team * PLT-2713 Added 'without_team' option when searching users * PLT-2713 Added 'without_team' option when searching users (v4) | ||||
* | Implement some channel endpoints for APIv4 (#5767) | Joram Wilander | 2017-03-16 | 3 | -0/+110 |
| | |||||
* | Upgrade schema for pinned posts. (#5747) | George Goldberg | 2017-03-13 | 1 | -0/+3 |
| | |||||
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645) | Joram Wilander | 2017-03-13 | 4 | -12/+101 |
| | |||||
* | Implement compliance endpoints for APIv4 (#5683) | Joram Wilander | 2017-03-13 | 3 | -6/+22 |
| | | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint | ||||
* | Implement some team endpoints for APIv4 (#5745) | Joram Wilander | 2017-03-13 | 3 | -13/+90 |
| | | | | | | | | | | * Implement PUT /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams/{team_id}/unread endpoint for APIv4 * Implement POST /teams/{team_id}/members/ids endpoint for APIv4 * Remove debug statement | ||||
* | add update channel endpoint for APIv4 (#5624) | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -2/+1 |
| | |||||
* | Endpoint for APIv4: GET /team/{team_id}/channels (#5681) | Saturnino Abril | 2017-03-13 | 3 | -0/+120 |
| | |||||
* | Add pinned posts (#4217) | Gabin Aureche | 2017-03-13 | 4 | -0/+71 |
| | |||||
* | Adding functionality to get & delete incoming webhooks (#5648) | Poornima | 2017-03-11 | 2 | -0/+11 |
| | |||||
* | Add new database schema version ready for 3.8. (#5697) | George Goldberg | 2017-03-09 | 1 | -0/+10 |
| | |||||
* | Merge 3.7 changes into master (#5679) | Joram Wilander | 2017-03-07 | 5 | -9/+86 |
| | | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672) | ||||
* | Update schema for version 3.7. (#5674) | George Goldberg | 2017-03-07 | 1 | -6/+5 |
| | |||||
* | Usernames must start with a letter (#5581) | Joram Wilander | 2017-03-03 | 3 | -13/+15 |
| | |||||
* | PLT-3077 Add group messaging (#5489) | Joram Wilander | 2017-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604) | ||||
* | PLT-5612: Don't show error on invalid search query. (#5596) | George Goldberg | 2017-03-02 | 1 | -16/+18 |
| | | | | | Log a warning to the logs, but don't show an error to the user in the WebUI, just an empty set of query results, when the fulltext search query they enter generates a syntax error from the database. | ||||
* | PLT-5367: Basic post bulk importing. (#5562) | George Goldberg | 2017-02-28 | 3 | -0/+192 |
| | |||||
* | 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 |
| |