summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Collapse)AuthorAgeFilesLines
...
* APIv4 POST /posts/{post_id/pin & unpin (#5906)Saturnino Abril2017-03-312-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 Wilander2017-03-3111-0/+21
|
* Implement PUT /channels/{channel_id}/members/{user_id}/notify_props for ↵Joram Wilander2017-03-312-0/+77
| | | | APIv4 (#5901)
* 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-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 Goldberg2017-03-292-0/+59
|
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-292-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 Abril2017-03-293-0/+84
|
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-292-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 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
| | | | | | * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids
* PLT-6063: AddUserToTeam permission depends on policy. (#5869)George Goldberg2017-03-261-4/+86
| | | Uses same policy setting as InviteUserToTeam.
* Implement some team endpoints for APIv4 (#5870)Joram Wilander2017-03-253-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 Wilander2017-03-242-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 Wilander2017-03-242-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 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
| | | | | | | | | | | | | | | | | | | | * 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)
* | Update channel permissions for v4 endpoints (#5829)Joram Wilander2017-03-223-32/+109
| | | | | | | | | | | | | | | | * Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test
* | 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 GET /audits endpoint for APIv4 * Fix log unit test
* | 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 ↵Carlos Tadeu Panato Junior2017-03-202-0/+75
| | | | | | | | for apiV4 (#5783)
* | 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
| | | | | | | | | | | | * Implement brand image endpoints for APIv4 * Fix unit test
* | Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713)Carlos Tadeu Panato Junior2017-03-142-0/+34
| |