summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)Joram Wilander2017-03-132-0/+83
* Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-134-2/+176
* [APIV4] GET /config - getConfig endpoint for apiV4 (#5701)Carlos Tadeu Panato Junior2017-03-132-1/+64
* Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-132-0/+102
* Implement SAML endpoints for APIv4 (#5671)Joram Wilander2017-03-134-0/+225
* Adding functionality to get & delete incoming webhooks (#5648)Poornima2017-03-115-0/+234
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-8/+20
* Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-112-0/+112
* add team exists endpoint for APIv4 (#5517)Carlos Tadeu Panato Junior2017-03-072-5/+54
* Fix JS error when receiving reply during channel switch (#5582)Joram Wilander2017-03-031-0/+11
* Usernames must start with a letter (#5581)Joram Wilander2017-03-031-0/+6
* Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)Saturnino Abril2017-02-282-0/+85
* ApiV4: GET /users/{user_id}/teams/unread (#5539)Andrei Stanciu2017-02-282-0/+55
* Implementation of APIv4: POST users/{user_id}/image (#5537)Saturnino Abril2017-02-282-3/+102
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-282-0/+96
* Implemented preferences endpoints for apiv4 (#5531)Ruzette Tanyag2017-02-285-15/+490
* Get all teams api4 (#5542)Andrei Stanciu2017-02-282-0/+67
* APIv4: GET /users/{user_id}/image (#5526)Saturnino Abril2017-02-272-1/+75
* add implementation for verify email for apiv4 (#5502)Carlos Tadeu Panato Junior2017-02-243-0/+62
* Implement GET /posts/{post_id}/files/info endpoint for APIv4 (#5519)Joram Wilander2017-02-242-0/+84
* APIv4: GET /teams/{team_id}/members (#5460)Saturnino Abril2017-02-222-0/+75
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-214-5/+256
* Implement posts endpoints for APIv4 (#5480)Ruzette Tanyag2017-02-213-0/+333
* Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles (#...Saturnino Abril2017-02-212-0/+106
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-212-46/+92
* Various APIv4 fixes (#5474)Joram Wilander2017-02-203-1/+7
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-202-7/+288
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-202-0/+52
* Implement GET teams/{team_id}/stats - apiv4 (#5453)Saturnino Abril2017-02-173-1/+86
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-175-4/+348
* Implement user sessions endpoints for APIv4 (#5449)Ruzette Tanyag2017-02-172-0/+150
* Add APIv4 /system/ping endpoint (#5443)Robin Naundorf2017-02-173-0/+40
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-162-0/+94
* Implement GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-148-33/+213
* Implement some post endpoints for APIv4 (#5353)Joram Wilander2017-02-136-2/+409
* Implement GET `/users/username/{username}` endpoint for APIv4 (#5310)Ruzette Tanyag2017-02-086-2/+117
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-073-2/+214
* Implement password reset endpoints for APIv4 (#5256)Joram Wilander2017-02-072-3/+138
* Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243)Joram Wilander2017-02-073-4/+117
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-073-4/+185
* Implement GET `/users/email/{email}` endpoint for APIv4 (#5309)Ruzette Tanyag2017-02-074-3/+114
* Implement DELETE /users/{user_id endpoint for APIv4 - rebase cleanup (#5307)Ruzette Tanyag2017-02-052-0/+61
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-035-6/+265
* Implement POST /channels/direct endpoint for APIv4 (#5283)Joram Wilander2017-02-032-0/+92
* Implement POST /users/ids endpoint for APIv4 (#5274)Joram Wilander2017-02-032-0/+52
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-023-1/+34
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-024-0/+245
* Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238)Joram Wilander2017-02-013-1/+69
* Improve APIv4 test lib (#5237)Joram Wilander2017-01-313-23/+105
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-313-0/+118