summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* Implement POST /users/status/ids for apiv4 (#5894)Carlos Tadeu Panato Junior2017-03-302-0/+57
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-292-1/+60
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-292-0/+59
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-292-1/+17
* APIv4 get /channels/{channel_id}/pinned (#5893)Saturnino Abril2017-03-293-0/+84
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-292-0/+130
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-284-1/+129
* Disabled problematic unit test (#5891)Harrison Healey2017-03-271-2/+2
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-272-1/+131
* Implement client config/license endpoints for APIv4 (#5867)Joram Wilander2017-03-272-1/+96
* Implement PUT /users/sessions/device endpoint for APIv4 (#5866)Joram Wilander2017-03-272-0/+78
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-272-2/+98
* PLT-6063: AddUserToTeam permission depends on policy. (#5869)George Goldberg2017-03-261-4/+86
* Implement some team endpoints for APIv4 (#5870)Joram Wilander2017-03-253-7/+121
* Add query parameters to get posts v4 endpoint (#5858)Joram Wilander2017-03-242-10/+164
* Implement some channel endpoints for APIv4 (#5846)Joram Wilander2017-03-242-0/+250
* Implement POST /users/email/verify/send endpoint for APIv4 (#5825)Joram Wilander2017-03-242-13/+58
* [APIV4] GET /users/{user_id}/status - user status endpoint for apiV4 (#5824)Carlos Tadeu Panato Junior2017-03-243-0/+96
* APIv4 put /teams/{team_id}/patch (#5860)Saturnino Abril2017-03-243-0/+109
* Endpoint for APIv4 POST /teams/{team_id}/members (#5804)Saturnino Abril2017-03-242-0/+187
* implement POST /commands for apiv4 (#5849)Carlos Tadeu Panato Junior2017-03-233-0/+106
* Fix delete channel test (#5863)Joram Wilander2017-03-231-0/+12
* Merge branch 'release-3.7'George Goldberg2017-03-233-5/+15
|\
| * Fxing some unit testsChristopher Speller2017-03-222-5/+5
| * PLT-5943 Reduce minimum username length (#5798)Joram Wilander2017-03-171-3/+0
| * Fix policy application in team edition. (#5771)George Goldberg2017-03-152-2/+15
* | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828)Carlos Tadeu Panato Junior2017-03-232-2/+100
* | add implementation to get outgoing webhook for apiv4 (#5827)Carlos Tadeu Panato Junior2017-03-232-0/+69
* | Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-232-0/+207
* | Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-223-32/+109
* | Add ability to use 'me' in place of user id for APIv4 (#5826)Joram Wilander2017-03-212-0/+21
* | Implement GET /audits endpoint for APIv4 (#5779)Joram Wilander2017-03-215-10/+63
* | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793)Carlos Tadeu Panato Junior2017-03-212-0/+211
* | Fxing some unit tests (#5817)Christopher Speller2017-03-202-5/+5
* | Fix compile error on master (#5813)Joram Wilander2017-03-201-1/+1
* | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint for...Carlos Tadeu Panato Junior2017-03-202-0/+75
* | Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)Saturnino Abril2017-03-203-2/+136
* | Add updateConfig endpoint for apiV4 (#5706)Carlos Tadeu Panato Junior2017-03-202-0/+69
* | Merge branch 'release-3.7' into master.George Goldberg2017-03-176-9/+8
|\|
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-105-6/+5
* | Fxing code coverage numbers + APIv4 tests with EE (#5789)Christopher Speller2017-03-161-3/+2
* | Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-162-0/+58
* | Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-163-1/+205
* | Implement update IncomingHook for apiV4 (#5762)Carlos Tadeu Panato Junior2017-03-152-0/+227
* | [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756)Carlos Tadeu Panato Junior2017-03-142-0/+34
* | Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-143-0/+143
* | Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713)Carlos Tadeu Panato Junior2017-03-142-0/+34
* | Implement admin LDAP endpoints for APIv4 (#5720)Joram Wilander2017-03-143-0/+79
* | APIv4 DELETE channels/{channel_id} (#5723)Saturnino Abril2017-03-143-0/+320
* | APIv4: GET /files/{file_id}/public (#5665)Saturnino Abril2017-03-133-0/+120