Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement GET /teams/{team_id}/commands/autocomplete (#5951) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+14 |
| | |||||
* | Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+10 |
| | |||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 1 | -0/+16 |
| | |||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 1 | -0/+10 |
| | |||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 1 | -0/+10 |
| | |||||
* | [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+11 |
| | |||||
* | [APIV4] POST /teams/{team_id}/import for apiv4 (#5920) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+55 |
| | |||||
* | implement GET /commands (#5865) | Carlos Tadeu Panato Junior | 2017-04-03 | 1 | -0/+11 |
| | |||||
* | APIv4 POST /posts/{post_id/pin & unpin (#5906) | Saturnino Abril | 2017-03-31 | 1 | -0/+20 |
| | | | | | | * APIv4 get /posts/{post_id}/pin & unpin * remove PinnedPost from api test helper | ||||
* | Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for ↵ | Joram Wilander | 2017-03-31 | 1 | -0/+10 |
| | | | | APIv4 (#5901) | ||||
* | Implement POST /users/status/ids for apiv4 (#5894) | Carlos Tadeu Panato Junior | 2017-03-30 | 1 | -2/+16 |
| | |||||
* | PLT-2713 Added ability for admins to list users not in any team (#5844) | Harrison Healey | 2017-03-29 | 1 | -0/+11 |
| | | | | | | * 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 | 1 | -0/+11 |
| | |||||
* | APIv4 get /channels/{channel_id}/pinned (#5893) | Saturnino Abril | 2017-03-29 | 1 | -0/+10 |
| | |||||
* | APIv4 put /posts/{post_id}/patch (#5883) | Saturnino Abril | 2017-03-29 | 1 | -0/+10 |
| | | | | | | * APIv4 put /posts/{post_id}/patch * Add props and edit permission | ||||
* | Implement some MFA endpoints for APIv4 (#5864) | Joram Wilander | 2017-03-27 | 1 | -0/+30 |
| | |||||
* | Implement client config/license endpoints for APIv4 (#5867) | Joram Wilander | 2017-03-27 | 1 | -0/+27 |
| | |||||
* | Implement PUT /users/sessions/device endpoint for APIv4 (#5866) | Joram Wilander | 2017-03-27 | 1 | -0/+11 |
| | |||||
* | APIv4 post /channels/ids (#5845) | Saturnino Abril | 2017-03-27 | 1 | -3/+13 |
| | | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids | ||||
* | Implement some team endpoints for APIv4 (#5870) | Joram Wilander | 2017-03-25 | 1 | -0/+20 |
| | | | | | | * 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 | 1 | -0/+33 |
| | | | | | | * 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 | 1 | -1/+31 |
| | | | | | | | | | | * 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 | 1 | -3/+16 |
| | |||||
* | [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824) | Carlos Tadeu Panato Junior | 2017-03-24 | 1 | -0/+16 |
| | |||||
* | APIv4 put /teams/{team_id}/patch (#5860) | Saturnino Abril | 2017-03-24 | 1 | -0/+10 |
| | |||||
* | Endpoint for APIv4 POST /teams/{team_id}/members (#5804) | Saturnino Abril | 2017-03-24 | 1 | -0/+22 |
| | |||||
* | implement POST /commands for apiv4 (#5849) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -0/+16 |
| | |||||
* | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -0/+10 |
| | |||||
* | add implementation to get outgoing webhook for apiv4 (#5827) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -0/+10 |
| | |||||
* | Implement POST /users/search endpoint for APIv4 (#5822) | Joram Wilander | 2017-03-23 | 1 | -0/+10 |
| | | | | | | | | | | * 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) | ||||
* | Add ability to use 'me' in place of user id for APIv4 (#5826) | Joram Wilander | 2017-03-21 | 1 | -0/+10 |
| | |||||
* | Implement GET /audits endpoint for APIv4 (#5779) | Joram Wilander | 2017-03-21 | 1 | -2/+15 |
| | | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test | ||||
* | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793) | Carlos Tadeu Panato Junior | 2017-03-21 | 1 | -0/+10 |
| | |||||
* | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint ↵ | Carlos Tadeu Panato Junior | 2017-03-20 | 1 | -0/+14 |
| | | | | for apiV4 (#5783) | ||||
* | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775) | Saturnino Abril | 2017-03-20 | 1 | -0/+11 |
| | |||||
* | Add updateConfig endpoint for apiV4 (#5706) | Carlos Tadeu Panato Junior | 2017-03-20 | 1 | -0/+11 |
| | |||||
* | Implement GET /logs endpoint for APIv4 (#5778) | Joram Wilander | 2017-03-16 | 1 | -0/+13 |
| | |||||
* | Implement some channel endpoints for APIv4 (#5767) | Joram Wilander | 2017-03-16 | 1 | -0/+32 |
| | |||||
* | Implement update IncomingHook for apiV4 (#5762) | Carlos Tadeu Panato Junior | 2017-03-15 | 1 | -0/+11 |
| | |||||
* | [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756) | Carlos Tadeu Panato Junior | 2017-03-14 | 1 | -0/+13 |
| | |||||
* | Implement brand image endpoints for APIv4 (#5733) | Joram Wilander | 2017-03-14 | 1 | -0/+50 |
| | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test | ||||
* | Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713) | Carlos Tadeu Panato Junior | 2017-03-14 | 1 | -0/+10 |
| | |||||
* | Implement admin LDAP endpoints for APIv4 (#5720) | Joram Wilander | 2017-03-14 | 1 | -0/+27 |
| | |||||
* | APIv4 DELETE channels/{channel_id} (#5723) | Saturnino Abril | 2017-03-14 | 1 | -0/+10 |
| | |||||
* | APIv4: GET /files/{file_id}/info (#5591) | Saturnino Abril | 2017-03-13 | 1 | -0/+10 |
| | |||||
* | APIv4: GET /files/{file_id}/preview (#5568) | Saturnino Abril | 2017-03-13 | 1 | -0/+11 |
| | | | patch 1 | ||||
* | Implement GET /cluster/status endpoint for APIv4 (#5732) | Joram Wilander | 2017-03-13 | 1 | -0/+16 |
| | |||||
* | Add implementation for POST /database/recycle apiV4 - Recycle database ↵ | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -0/+13 |
| | | | | connection (#5717) | ||||
* | Add implementation for POST /email/test apiV4 - Send Test Email (#5716) | Carlos Tadeu Panato Junior | 2017-03-13 | 1 | -0/+13 |
| | |||||
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645) | Joram Wilander | 2017-03-13 | 1 | -0/+47 |
| |