Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | translations PR 20170403 (#5964) | enahum | 2017-04-04 | 1 | -34/+34 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 1 | -0/+8 |
| | |||||
* | [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+20 |
| | |||||
* | PLT-5873 Renamed private groups to private channels (#5924) | Harrison Healey | 2017-04-03 | 1 | -20/+4 |
| | | | | | | * PLT-5873 Renamed private groups to private channels in web app * PLT-5873 Renamed private groups to private channels in server | ||||
* | translations PR 20170328 (#5899) | enahum | 2017-03-30 | 1 | -36/+36 |
| | |||||
* | fix typo and missing messages (#5902) | Yusuke Nemoto | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | Remove API endpoints being deprecated in 3.8 (#5880) | Joram Wilander | 2017-03-28 | 1 | -0/+4 |
| | |||||
* | Move WebSocket API to it's own package and add websocket v4 endpoint (#5881) | Joram Wilander | 2017-03-28 | 1 | -0/+16 |
| | |||||
* | Implement client config/license endpoints for APIv4 (#5867) | Joram Wilander | 2017-03-27 | 1 | -0/+8 |
| | |||||
* | APIv4 post /channels/ids (#5845) | Saturnino Abril | 2017-03-27 | 1 | -0/+8 |
| | | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids | ||||
* | [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824) | Carlos Tadeu Panato Junior | 2017-03-24 | 1 | -0/+8 |
| | |||||
* | Endpoint for APIv4 POST /teams/{team_id}/members (#5804) | Saturnino Abril | 2017-03-24 | 1 | -0/+12 |
| | |||||
* | Update channel permissions for v4 endpoints (#5829) | Joram Wilander | 2017-03-22 | 1 | -0/+8 |
| | | | | | | | | * Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test | ||||
* | translations PR 20170316 (#5791) | enahum | 2017-03-20 | 1 | -36/+32 |
| | |||||
* | Merge branch 'release-3.7' into master. | George Goldberg | 2017-03-17 | 1 | -0/+4 |
|\ | |||||
| * | translations PR 20170309 (#5710) | enahum | 2017-03-10 | 1 | -4/+4 |
| | | |||||
* | | Implement some channel endpoints for APIv4 (#5767) | Joram Wilander | 2017-03-16 | 1 | -0/+4 |
| | | |||||
* | | Implement brand image endpoints for APIv4 (#5733) | Joram Wilander | 2017-03-14 | 1 | -0/+4 |
| | | | | | | | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test | ||||
* | | Implement admin LDAP endpoints for APIv4 (#5720) | Joram Wilander | 2017-03-14 | 1 | -0/+4 |
| | | |||||
* | | APIv4 DELETE channels/{channel_id} (#5723) | Saturnino Abril | 2017-03-14 | 1 | -0/+4 |
| | | |||||
* | | APIv4: GET /files/{file_id}/preview (#5568) | Saturnino Abril | 2017-03-13 | 1 | -1/+1 |
| | | | | | | patch 1 | ||||
* | | Implement GET /cluster/status endpoint for APIv4 (#5732) | Joram Wilander | 2017-03-13 | 1 | -0/+4 |
| | | |||||
* | | Implement compliance endpoints for APIv4 (#5683) | Joram Wilander | 2017-03-13 | 1 | -0/+4 |
| | | | | | | | | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint | ||||
* | | Endpoint for APIv4: GET /team/{team_id}/channels (#5681) | Saturnino Abril | 2017-03-13 | 1 | -0/+4 |
| | | |||||
* | | Implement SAML endpoints for APIv4 (#5671) | Joram Wilander | 2017-03-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs | ||||
* | | Add pinned posts (#4217) | Gabin Aureche | 2017-03-13 | 1 | -0/+4 |
|/ | |||||
* | translations PR 20170306 (#5666) | enahum | 2017-03-07 | 1 | -88/+88 |
| | | | | | | * translations PR 20170306 * Fix platform zh_TW.json | ||||
* | Add system console switch for enabling link previews (#5663) | Joram Wilander | 2017-03-06 | 1 | -0/+4 |
| | |||||
* | PLT-5701 Fix DM email subject text (#5630) | enahum | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | PLT-3077 Add group messaging (#5489) | Joram Wilander | 2017-03-02 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | ||||
* | Correct typo in app/email.go (#5569) | Ryan Wang | 2017-03-02 | 1 | -2/+2 |
| | |||||
* | translations PR 20170227 (#5554) | enahum | 2017-03-02 | 1 | -45/+69 |
| | |||||
* | PLT-5479: Import Slack team without emails. (#5597) | George Goldberg | 2017-03-02 | 1 | -0/+8 |
| | | | | Use a fake email address for now, and inform the user doing the import clearly that this has been done. | ||||
* | PLT-5612: Don't show error on invalid search query. (#5596) | George Goldberg | 2017-03-02 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | Make all emails with the same pattern on subject (#5198) | Carlos Tadeu Panato Junior | 2017-03-01 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | * make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes | ||||
* | PLT-5367: Basic post bulk importing. (#5562) | George Goldberg | 2017-02-28 | 1 | -0/+52 |
| | |||||
* | Implementation of APIv4: POST users/{user_id}/image (#5537) | Saturnino Abril | 2017-02-28 | 1 | -0/+8 |
| | | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master | ||||
* | Move webhook logic from api layer to app layer (#5527) | Joram Wilander | 2017-02-28 | 1 | -42/+6 |
| | | | | | | | | * Move webhook logic from api layer to app layer * Consolidate error messages * Fix permission check and unit test | ||||
* | PLT-5548 Prevent server start if defaultLocate is not available (#5532) | enahum | 2017-02-28 | 1 | -0/+12 |
| | | | | | | * PLT-5548 Prevent server start if defaultLocate is not available * Add validation for supported locales | ||||
* | Adding edit of incoming webhook (#5272) | Poornima | 2017-02-26 | 1 | -3/+39 |
| | | | | | | | 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 | 1 | -0/+4 |
| | | | | 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 | 1 | -0/+12 |
| | |||||
* | PLT-3193 Add channel notification preferences for push and email notiā¦ (#5500) | enahum | 2017-02-23 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | translations PR 20170220 (#5482) | enahum | 2017-02-23 | 1 | -8/+8 |
| | |||||
* | Block OAuth account creation when disabled in config (#5506) | Joram Wilander | 2017-02-23 | 1 | -0/+4 |
| | |||||
* | Implement upload and get file endpoints for APIv4 (#5396) | Joram Wilander | 2017-02-17 | 1 | -0/+8 |
| | | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4 | ||||
* | translations PR 20170213 (#5393) | enahum | 2017-02-17 | 1 | -20/+8 |
| | |||||
* | PLT-5521: Mandatory version in line 1 of bulk import. (#5400) | George Goldberg | 2017-02-16 | 1 | -0/+8 |
| | |||||
* | PLT-5398 Bulk loading of user display preferences. (#5382) | George Goldberg | 2017-02-14 | 1 | -0/+4 |
| | |||||
* | translations PR 20170206 (#5319) | enahum | 2017-02-10 | 1 | -98/+98 |
| | | | | | | * translations PR 20170206 * Fix platform zh_TW |