summaryrefslogtreecommitdiffstats
path: root/api4
Commit message (Expand)AuthorAgeFilesLines
* APIv4 POST /reactions (#6092)Saturnino Abril2017-04-183-0/+143
* Merge branch 'release-3.8'Christopher Speller2017-04-171-1/+1
|\
| * PLT-5977: Only reload clients when client config changes. (#5989)George Goldberg2017-04-051-1/+1
* | APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-172-0/+75
* | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)Carlos Tadeu Panato Junior2017-04-173-1/+170
* | Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-163-0/+59
* | [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)Carlos Tadeu Panato Junior2017-04-162-0/+74
* | Fixed copyright dates (#6109)Harrison Healey2017-04-132-2/+2
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1235-35/+35
* | APIv4 GET /posts/{post_id}/reactions (#6047)Saturnino Abril2017-04-113-0/+129
* | APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-102-0/+101
* | Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-103-3/+131
* | APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-073-1/+148
* | implement GET /emoji for apiV4 (#6007)Carlos Tadeu Panato Junior2017-04-072-10/+72
* | implement POST /emoji for apiV4 (#5868)Carlos Tadeu Panato Junior2017-04-064-0/+227
* | APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-053-0/+217
* | PLT-4858: Unit tests to cover this bug. (#5990)George Goldberg2017-04-051-0/+24
|/
* Fix blanking out of FileIds and backwards compatability issue with v3 (#5950)Joram Wilander2017-04-042-2/+25
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-042-2/+2
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-048-45/+40
* implement GET /teams/{team_id}/commands/autocomplete (#5951)Carlos Tadeu Panato Junior2017-04-032-0/+82
* Implement POST /teams/{team_id}/invite/email for apiV4 (#5944)Carlos Tadeu Panato Junior2017-04-032-0/+81
* PLT-6169: Batch add users to teams. (#5953)George Goldberg2017-04-032-0/+181
* APIv4 DELETE /teams/{team_id} (#5937)Saturnino Abril2017-04-032-0/+63
* APIv4 post /teams/search (#5931)Saturnino Abril2017-04-032-0/+106
* PLT-6139 (Server): Private Channel member managing (#5941)George Goldberg2017-04-031-0/+248
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-032-0/+45
* [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928)Carlos Tadeu Panato Junior2017-04-032-1/+71
* [APIV4] POST /teams/{team_id}/import for apiv4 (#5920)Carlos Tadeu Panato Junior2017-04-032-0/+155
* implement GET /commands (#5865)Carlos Tadeu Panato Junior2017-04-032-0/+124
* Re-enable MFA test (#5911)Joram Wilander2017-03-311-2/+2
* APIv4 POST /posts/{post_id/pin & unpin (#5906)Saturnino Abril2017-03-312-0/+104
* 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 APIv4...Joram Wilander2017-03-312-0/+77
* 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