summaryrefslogtreecommitdiffstats
path: root/model/client4.go
Commit message (Collapse)AuthorAgeFilesLines
* Add updateConfig endpoint for apiV4 (#5706)Carlos Tadeu Panato Junior2017-03-201-0/+11
|
* Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-161-0/+13
|
* Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-161-0/+32
|
* Implement update IncomingHook for apiV4 (#5762)Carlos Tadeu Panato Junior2017-03-151-0/+11
|
* [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756)Carlos Tadeu Panato Junior2017-03-141-0/+13
|
* Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-0/+50
| | | | | | * Implement brand image endpoints for APIv4 * Fix unit test
* Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713)Carlos Tadeu Panato Junior2017-03-141-0/+10
|
* Implement admin LDAP endpoints for APIv4 (#5720)Joram Wilander2017-03-141-0/+27
|
* APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-141-0/+10
|
* APIv4: GET /files/{file_id}/info (#5591)Saturnino Abril2017-03-131-0/+10
|
* APIv4: GET /files/{file_id}/preview (#5568)Saturnino Abril2017-03-131-0/+11
| | | patch 1
* Implement GET /cluster/status endpoint for APIv4 (#5732)Joram Wilander2017-03-131-0/+16
|
* Add implementation for POST /database/recycle apiV4 - Recycle database ↵Carlos Tadeu Panato Junior2017-03-131-0/+13
| | | | connection (#5717)
* Add implementation for POST /email/test apiV4 - Send Test Email (#5716)Carlos Tadeu Panato Junior2017-03-131-0/+13
|
* Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-131-0/+47
|
* Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-0/+65
| | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-131-3/+36
| | | | | | | | | | * 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 Junior2017-03-131-0/+10
|
* Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)Joram Wilander2017-03-131-0/+16
|
* Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-131-0/+33
|
* [APIV4] GET /config - getConfig endpoint for apiV4 (#5701)Carlos Tadeu Panato Junior2017-03-131-0/+14
|
* Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+15
|
* Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-131-5/+113
| | | | | | | | * Implement SAML endpoints for APIv4 * Fix unit test * Only disable encryption when removing puplic/private certs
* Adding functionality to get & delete incoming webhooks (#5648)Poornima2017-03-111-0/+24
|
* Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-0/+9
| | | | | | * APIv4: /files/{file_id}/link * updated public link
* add team exists endpoint for APIv4 (#5517)Carlos Tadeu Panato Junior2017-03-071-0/+10
|
* Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)Saturnino Abril2017-02-281-0/+11
| | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time
* ApiV4: GET /users/{user_id}/teams/unread (#5539)Andrei Stanciu2017-02-281-0/+18
|
* Implementation of APIv4: POST users/{user_id}/image (#5537)Saturnino Abril2017-02-281-0/+34
| | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-281-0/+10
|
* Implemented preferences endpoints for apiv4 (#5531)Ruzette Tanyag2017-02-281-0/+60
| | | | | | * implemented preferences endpoints for apiv4 * added user id in preferences endpoints
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+11
|
* APIv4: GET /users/{user_id}/image (#5526)Saturnino Abril2017-02-271-0/+11
|
* add implementation for verify email for apiv4 (#5502)Carlos Tadeu Panato Junior2017-02-241-0/+11
|
* Implement GET /posts/{post_id}/files/info endpoint for APIv4 (#5519)Joram Wilander2017-02-241-0/+10
|
* APIv4: GET /teams/{team_id}/members (#5460)Saturnino Abril2017-02-221-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 Wilander2017-02-211-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 Tanyag2017-02-211-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 Abril2017-02-211-0/+11
| | | | (#5471)
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-211-0/+11
|
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-201-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
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-201-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 Abril2017-02-171-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 Wilander2017-02-171-3/+71
| | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4
* Implement user sessions endpoints for APIv4 (#5449)Ruzette Tanyag2017-02-171-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
* Add APIv4 /system/ping endpoint (#5443)Robin Naundorf2017-02-171-0/+13
|
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-161-0/+10
|
* Implement GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-141-0/+42
| | | | | | | | | | | | * implement get channels endpoints and updated drivers and unittests * removed channel deletion on tear down, removed manage permission on get channels endpoints, and updated utils to add constant channel length * added constants for user, team and channel length, updated context to use the model functions * make sure team name length should be less than the minimum length and revert underscore to team name validity * changed post test condition from notfound to unauthorized
* Implement some post endpoints for APIv4 (#5353)Joram Wilander2017-02-131-0/+51
| | | | | | | | | | | | * Implement POST /posts endpoint for APIv4 * Implement GET /channels/{channel_id}/posts endpoint for APIv4 * Implement GET /posts/{post_id} endpoint for APIv4 * Implement GET /posts/{post_id}/thread endpoint for APIv4 * Skip team get if it's a DM channel in handlePostEvents
* Implement GET `/users/username/{username}` endpoint for APIv4 (#5310)Ruzette Tanyag2017-02-081-0/+14
| | | | | | | | | | | | * added get user by username endpoint * added get user by username unit test and driver * changed username length to 22 characters max * changed Params to UserName to Username * reorganized get user by username and get user by email formatting in model/client4