Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Move command logic into app layer (#5617) | Joram Wilander | 2017-03-13 | 1 | -4/+11 | |
| | | ||||||
* | | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743) | Joram Wilander | 2017-03-13 | 1 | -0/+16 | |
| | | ||||||
* | | Implement GET /users/autocomplete endpoint for APIv4 (#5742) | Joram Wilander | 2017-03-13 | 2 | -0/+58 | |
| | | ||||||
* | | [APIV4] GET /config - getConfig endpoint for apiV4 (#5701) | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -0/+14 | |
| | | ||||||
* | | Endpoint for APIv4: GET /team/{team_id}/channels (#5681) | Saturnino Abril | 2017-03-13 | 1 | -0/+15 | |
| | | ||||||
* | | Implement SAML endpoints for APIv4 (#5671) | Joram Wilander | 2017-03-13 | 3 | -5/+168 | |
| | | | | | | | | | | | | | | | | * 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 | 2 | -0/+31 | |
| | | ||||||
* | | Adding functionality to get & delete incoming webhooks (#5648) | Poornima | 2017-03-11 | 1 | -0/+24 | |
| | | ||||||
* | | Endpoint for APIv4: /files/{file_id}/link (#5607) | Saturnino Abril | 2017-03-11 | 1 | -0/+9 | |
| | | | | | | | | | | | | * APIv4: /files/{file_id}/link * updated public link | |||||
* | | add team exists endpoint for APIv4 (#5517) | Carlos Tadeu Panato Junior | 2017-03-07 | 2 | -0/+31 | |
|/ | ||||||
* | Update schema for version 3.7. (#5674) | George Goldberg | 2017-03-07 | 1 | -0/+1 | |
| | ||||||
* | Add system console switch for enabling link previews (#5663) | Joram Wilander | 2017-03-06 | 1 | -0/+6 | |
| | ||||||
* | Usernames must start with a letter (#5581) | Joram Wilander | 2017-03-03 | 2 | -2/+11 | |
| | ||||||
* | Make config.go defaults the same as config.json. (#5605) | George Goldberg | 2017-03-03 | 1 | -4/+4 | |
| | ||||||
* | PLT-3077 Add group messaging (#5489) | Joram Wilander | 2017-03-02 | 5 | -1/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) | |||||
* | Fixing parsing of device Ids (#5580) | Corey Hulen | 2017-03-01 | 2 | -4/+80 | |
| | ||||||
* | reduced channel name min length to 2 (#5570) | Ruzette Tanyag | 2017-03-01 | 1 | -1/+1 | |
| | ||||||
* | Fixing removing push tokens and logging error messages (#5551) | Corey Hulen | 2017-02-28 | 1 | -0/+57 | |
| | ||||||
* | Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553) | Saturnino Abril | 2017-02-28 | 1 | -0/+11 | |
| | | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time | |||||
* | Reload license from DB for all cluster app servers (#5525) | Joram Wilander | 2017-02-28 | 1 | -0/+5 | |
| | | | | | | * Reload license from DB for all cluster app servers * Increase test timeout | |||||
* | ApiV4: GET /users/{user_id}/teams/unread (#5539) | Andrei Stanciu | 2017-02-28 | 1 | -0/+18 | |
| | ||||||
* | Implementation of APIv4: POST users/{user_id}/image (#5537) | Saturnino Abril | 2017-02-28 | 1 | -0/+34 | |
| | | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master | |||||
* | ApiV4: PUT /posts/{post_id} (#5521) | Andrei Stanciu | 2017-02-28 | 1 | -0/+10 | |
| | ||||||
* | Implemented preferences endpoints for apiv4 (#5531) | Ruzette Tanyag | 2017-02-28 | 1 | -0/+60 | |
| | | | | | | * implemented preferences endpoints for apiv4 * added user id in preferences endpoints | |||||
* | Get all teams api4 (#5542) | Andrei Stanciu | 2017-02-28 | 1 | -0/+11 | |
| | ||||||
* | PLT-5653 Fix Create channel does not show in another device (#5548) | enahum | 2017-02-27 | 1 | -0/+1 | |
| | ||||||
* | APIv4: GET /users/{user_id}/image (#5526) | Saturnino Abril | 2017-02-27 | 1 | -0/+11 | |
| | ||||||
* | Adding edit of incoming webhook (#5272) | Poornima | 2017-02-26 | 1 | -0/+20 | |
| | | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge | |||||
* | PLT-5070: Server side component of Telemetry. (#5514) | George Goldberg | 2017-02-24 | 1 | -38/+83 | |
| | ||||||
* | add implementation for verify email for apiv4 (#5502) | Carlos Tadeu Panato Junior | 2017-02-24 | 1 | -0/+11 | |
| | ||||||
* | Implement GET /posts/{post_id}/files/info endpoint for APIv4 (#5519) | Joram Wilander | 2017-02-24 | 1 | -0/+10 | |
| | ||||||
* | Adding ability to remove push ids when reported as removed from google or ↵ | Corey Hulen | 2017-02-23 | 1 | -0/+1 | |
| | | | | | | | | | | apple (#5513) * Adding ability to remove push device Ids when reported as removed from google or apple * Fixing log string * Removing unneeded nil check | |||||
* | PLT-3193 Add channel notification preferences for push and email noti… (#5500) | enahum | 2017-02-23 | 2 | -7/+32 | |
| | | | | | | | | | | | | | | | | * 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 | 2 | -10/+10 | |
| | | | | | | * Adding device Id for version 2 * Changing ids | |||||
* | Block OAuth account creation when disabled in config (#5506) | Joram Wilander | 2017-02-23 | 1 | -0/+9 | |
| | ||||||
* | APIv4: GET /teams/{team_id}/members (#5460) | Saturnino Abril | 2017-02-22 | 1 | -0/+15 | |
| | | | | | | | | | | * APIv4: GET /teams/{team_id}/members * removed unecessary comment * changed route to session required, and logout test to unauthorized Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> | |||||
* | Implement create and get incoming webhook endpoints for APIv4 (#5407) | Joram Wilander | 2017-02-21 | 1 | -0/+38 | |
| | | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback | |||||
* | Implement posts endpoints for APIv4 (#5480) | Ruzette Tanyag | 2017-02-21 | 1 | -0/+22 | |
| | | | | | | | | | | * Implement delete post endpoint for apiv4 * Implement POST search post endpoint for APIv4 * removed delete post quotes * rearrange formatting | |||||
* | Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ↵ | Saturnino Abril | 2017-02-21 | 1 | -0/+11 | |
| | | | | (#5471) | |||||
* | Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472) | Saturnino Abril | 2017-02-21 | 1 | -0/+11 | |
| | ||||||
* | Implement a few channel member endpoints for APIv4 (#5444) | Joram Wilander | 2017-02-20 | 1 | -8/+40 | |
| | | | | | | | | * Implement POST /channels/members/{user_id}/view endpoint for APIv4 * Implement PUT /channels/{channel_id}/members/{user_id}/roles endpoint for APIv4 * Implement DELETE /channels/{channel_id}/members/{user_id} endpoint for APIv4 | |||||
* | Corrected endpoint in email_to_oauth. (#5458) | Zaicon | 2017-02-20 | 1 | -1/+1 | |
| | ||||||
* | Implementation endpoint for APIv4: GET /teams/name/{name} (#5473) | Saturnino Abril | 2017-02-20 | 1 | -0/+10 | |
| | | | | | | | | | | * APIv4: GET /teams/name/{name} Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> * reorganized test with SystemAdminClient Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> | |||||
* | Implement GET teams/{team_id}/stats - apiv4 (#5453) | Saturnino Abril | 2017-02-17 | 1 | -0/+15 | |
| | | | | | | | | * api4 GET teams/{team_id}/stats * api4 GET teams/{team_id}/stats * moved TeamStats router to team.go | |||||
* | Implement upload and get file endpoints for APIv4 (#5396) | Joram Wilander | 2017-02-17 | 1 | -3/+71 | |
| | | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4 | |||||
* | Implement user sessions endpoints for APIv4 (#5449) | Ruzette Tanyag | 2017-02-17 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | * added get session and revoke session endpoints, unittests and drivers * removed BasicUser2 and added teardown * added badrequest unit test case for sessions * added session loop to check if user id and session user id matches * fixed indentation issues for user_test * match indentation from spaces to tabs | |||||
* | Bumping base cache numbers for master (#5451) | Corey Hulen | 2017-02-17 | 3 | -2/+3 | |
| | ||||||
* | Add APIv4 /system/ping endpoint (#5443) | Robin Naundorf | 2017-02-17 | 1 | -0/+13 | |
| | ||||||
* | Added NewPostList constructor to set fields to be non-null (#5440) | Harrison Healey | 2017-02-16 | 1 | -0/+7 | |
| | ||||||
* | Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418) | Joram Wilander | 2017-02-16 | 2 | -0/+80 | |
| |