Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 35 | -35/+35 |
| | | | | | | | | | | | | * 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 | ||||
* | APIv4 GET /posts/{post_id}/reactions (#6047) | Saturnino Abril | 2017-04-11 | 3 | -0/+129 |
| | |||||
* | APIv4 DELETE /commands/{command_id} (#6012) | Saturnino Abril | 2017-04-10 | 2 | -0/+101 |
| | |||||
* | Refactor switching login type code into app layer and add v4 endpoint (#6000) | Joram Wilander | 2017-04-10 | 3 | -3/+131 |
| | | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test | ||||
* | APIv4 PUT /commands/{command_id} (#5999) | Saturnino Abril | 2017-04-07 | 3 | -1/+148 |
| | | | | | | * APIv4 PUT /commands/{command_id} * update client parameter and api4 test | ||||
* | implement GET /emoji for apiV4 (#6007) | Carlos Tadeu Panato Junior | 2017-04-07 | 2 | -10/+72 |
| | |||||
* | implement POST /emoji for apiV4 (#5868) | Carlos Tadeu Panato Junior | 2017-04-06 | 4 | -0/+227 |
| | |||||
* | APIv4 GET /users/{user_id}/posts/flagged (#5984) | Saturnino Abril | 2017-04-05 | 3 | -0/+217 |
| | | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check | ||||
* | PLT-4858: Unit tests to cover this bug. (#5990) | George Goldberg | 2017-04-05 | 1 | -0/+24 |
| | |||||
* | Fix blanking out of FileIds and backwards compatability issue with v3 (#5950) | Joram Wilander | 2017-04-04 | 2 | -2/+25 |
| | |||||
* | PLT-6198: Use added to channel system message on default channels. (#5969) | George Goldberg | 2017-04-04 | 2 | -2/+2 |
| | | | | Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. | ||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 8 | -45/+40 |
| | | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict | ||||
* | implement GET /teams/{team_id}/commands/autocomplete (#5951) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -0/+82 |
| | |||||
* | Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -0/+81 |
| | |||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 2 | -0/+181 |
| | |||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 2 | -0/+63 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 2 | -0/+106 |
| | |||||
* | PLT-6139 (Server): Private Channel member managing (#5941) | George Goldberg | 2017-04-03 | 1 | -0/+248 |
| | | | | Adds an EE policy feature to allow restricting system-wide which level of Admins can manage the membership of private channels. | ||||
* | PLT-6162: Search for users not in a given team. (#5943) | George Goldberg | 2017-04-03 | 2 | -0/+45 |
| | |||||
* | [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -1/+71 |
| | |||||
* | [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -0/+155 |
| | |||||
* | implement GET /commands (#5865) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -0/+124 |
| | |||||
* | Re-enable MFA test (#5911) | Joram Wilander | 2017-03-31 | 1 | -2/+2 |
| | |||||
* | APIv4 POST /posts/{post_id/pin & unpin (#5906) | Saturnino Abril | 2017-03-31 | 2 | -0/+104 |
| | | | | | | * APIv4 get /posts/{post_id}/pin & unpin * remove PinnedPost from api test helper | ||||
* | Use 201 status code where appropriate for APIv4 (#5903) | Joram Wilander | 2017-03-31 | 11 | -0/+21 |
| | |||||
* | Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for ↵ | Joram Wilander | 2017-03-31 | 2 | -0/+77 |
| | | | | APIv4 (#5901) | ||||
* | Implement POST /users/status/ids for apiv4 (#5894) | Carlos Tadeu Panato Junior | 2017-03-30 | 2 | -0/+57 |
| | |||||
* | PLT-2713 Added ability for admins to list users not in any team (#5844) | Harrison Healey | 2017-03-29 | 2 | -1/+60 |
| | | | | | | * 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 | 2 | -0/+59 |
| | |||||
* | PLT 6125 Allow system admins to create users on closed servers (#5908) | prixone | 2017-03-29 | 2 | -1/+17 |
| | | | | | | | | | | | | | | * Update user.go Added method to create user accounts using a privileged system_admin account * Update user.go Added respective method to handle the the APIv4 call to create users with privileged account(system_admin) by passing server restrictions of EnableUserCreation and/or EnableOpenServer set to false. * Update user_test.go Added test case | ||||
* | APIv4 get /channels/{channel_id}/pinned (#5893) | Saturnino Abril | 2017-03-29 | 3 | -0/+84 |
| | |||||
* | APIv4 put /posts/{post_id}/patch (#5883) | Saturnino Abril | 2017-03-29 | 2 | -0/+130 |
| | | | | | | * APIv4 put /posts/{post_id}/patch * Add props and edit permission | ||||
* | Move WebSocket API to it's own package and add websocket v4 endpoint (#5881) | Joram Wilander | 2017-03-28 | 4 | -1/+129 |
| | |||||
* | Disabled problematic unit test (#5891) | Harrison Healey | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | Implement some MFA endpoints for APIv4 (#5864) | Joram Wilander | 2017-03-27 | 2 | -1/+131 |
| | |||||
* | Implement client config/license endpoints for APIv4 (#5867) | Joram Wilander | 2017-03-27 | 2 | -1/+96 |
| | |||||
* | Implement PUT /users/sessions/device endpoint for APIv4 (#5866) | Joram Wilander | 2017-03-27 | 2 | -0/+78 |
| | |||||
* | APIv4 post /channels/ids (#5845) | Saturnino Abril | 2017-03-27 | 2 | -2/+98 |
| | | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids | ||||
* | PLT-6063: AddUserToTeam permission depends on policy. (#5869) | George Goldberg | 2017-03-26 | 1 | -4/+86 |
| | | | Uses same policy setting as InviteUserToTeam. | ||||
* | Implement some team endpoints for APIv4 (#5870) | Joram Wilander | 2017-03-25 | 3 | -7/+121 |
| | | | | | | * Implement GET /users/{user_id}/teams/members endpoint for APIv4 * Implement DELETE /teams/{team_id}/members/{user_id} endpoint for APIv4 | ||||
* | Add query parameters to get posts v4 endpoint (#5858) | Joram Wilander | 2017-03-24 | 2 | -10/+164 |
| | | | | | | * Add since query paremeter to get posts v4 endpoint * Add query paremeters for before/after to get posts v4 endpoint | ||||
* | Implement some channel endpoints for APIv4 (#5846) | Joram Wilander | 2017-03-24 | 2 | -0/+250 |
| | | | | | | | | | | * Add v4 endpoint for getting the channels on a team for a user * Implement PUT /channels/{channel_id}/patch endpoint for APIv4 * Implement POST /teams/{team_id}/channels/search endpoint for APIv4 * Update permission check | ||||
* | Implement POST /users/email/verify/send endpoint for APIv4 (#5825) | Joram Wilander | 2017-03-24 | 2 | -13/+58 |
| | |||||
* | [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824) | Carlos Tadeu Panato Junior | 2017-03-24 | 3 | -0/+96 |
| | |||||
* | APIv4 put /teams/{team_id}/patch (#5860) | Saturnino Abril | 2017-03-24 | 3 | -0/+109 |
| | |||||
* | Endpoint for APIv4 POST /teams/{team_id}/members (#5804) | Saturnino Abril | 2017-03-24 | 2 | -0/+187 |
| | |||||
* | implement POST /commands for apiv4 (#5849) | Carlos Tadeu Panato Junior | 2017-03-23 | 3 | -0/+106 |
| | |||||
* | Fix delete channel test (#5863) | Joram Wilander | 2017-03-23 | 1 | -0/+12 |
| | |||||
* | Merge branch 'release-3.7' | George Goldberg | 2017-03-23 | 3 | -5/+15 |
|\ | |||||
| * | Fxing some unit tests | Christopher Speller | 2017-03-22 | 2 | -5/+5 |
| | |